Repository: peng-zhihui/Dummy-Robot
Branch: main
Commit: 84453f1391c4
Files: 700
Total size: 111.6 MB
Directory structure:
gitextract_8a7fcmos/
├── .gitmodules
├── 1.Hardware/
│ ├── .gitattributes
│ ├── Controller/
│ │ ├── .gitignore
│ │ ├── Controller.PcbDoc
│ │ ├── Controller.PrjPCB
│ │ ├── Controller.PrjPCBStructure
│ │ └── Main.SchDoc
│ ├── Dangle/
│ │ ├── .gitignore
│ │ ├── Dangle.PcbDoc
│ │ ├── Dangle.PrjPCB
│ │ ├── Dangle.PrjPCBStructure
│ │ └── Main.SchDoc
│ ├── HandModule/
│ │ ├── .gitignore
│ │ ├── HandModule.PcbDoc
│ │ ├── HandModule.PrjPCB
│ │ ├── HandModule.PrjPCBStructure
│ │ └── Main.SchDoc
│ ├── LedRing/
│ │ ├── .gitignore
│ │ ├── LedRing.PcbDoc
│ │ ├── LedRing.PrjPCB
│ │ ├── LedRing.PrjPCBStructure
│ │ └── Main.SchDoc
│ ├── MotorDriver-20/
│ │ ├── .gitignore
│ │ ├── Drive.SchDoc
│ │ ├── Interface.SchDoc
│ │ ├── MCU.SchDoc
│ │ ├── Motor-20.PcbDoc
│ │ ├── Motor-20.PrjPCB
│ │ ├── Motor-20.PrjPCBStructure
│ │ ├── Port.SchDoc
│ │ └── Power.SchDoc
│ ├── MotorDriver-42/
│ │ ├── .gitignore
│ │ ├── Drive.SchDoc
│ │ ├── Gerber/
│ │ │ ├── Motor-42-macro.APR_LIB
│ │ │ ├── Motor-42.DRR
│ │ │ ├── Motor-42.EXTREP
│ │ │ ├── Motor-42.G1
│ │ │ ├── Motor-42.G2
│ │ │ ├── Motor-42.GBL
│ │ │ ├── Motor-42.GBO
│ │ │ ├── Motor-42.GBP
│ │ │ ├── Motor-42.GBS
│ │ │ ├── Motor-42.GD1
│ │ │ ├── Motor-42.GG1
│ │ │ ├── Motor-42.GKO
│ │ │ ├── Motor-42.GM1
│ │ │ ├── Motor-42.GM10
│ │ │ ├── Motor-42.GM12
│ │ │ ├── Motor-42.GM13
│ │ │ ├── Motor-42.GM14
│ │ │ ├── Motor-42.GM15
│ │ │ ├── Motor-42.GPB
│ │ │ ├── Motor-42.GPT
│ │ │ ├── Motor-42.GTL
│ │ │ ├── Motor-42.GTO
│ │ │ ├── Motor-42.GTP
│ │ │ ├── Motor-42.GTS
│ │ │ ├── Motor-42.LDP
│ │ │ ├── Motor-42.REP
│ │ │ ├── Motor-42.RUL
│ │ │ ├── Motor-42.TXT
│ │ │ ├── Motor-42.apr
│ │ │ └── Status Report.Txt
│ │ ├── Interface.SchDoc
│ │ ├── MCU.SchDoc
│ │ ├── Motor-42.PcbDoc
│ │ ├── Motor-42.PrjPCB
│ │ ├── Motor-42.PrjPCBStructure
│ │ ├── Port.SchDoc
│ │ └── Power.SchDoc
│ ├── MotorDriver-57-unused/
│ │ ├── .gitignore
│ │ ├── Drive.SchDoc
│ │ ├── Gerber/
│ │ │ ├── Motor-57-macro.APR_LIB
│ │ │ ├── Motor-57.DRR
│ │ │ ├── Motor-57.EXTREP
│ │ │ ├── Motor-57.G1
│ │ │ ├── Motor-57.G2
│ │ │ ├── Motor-57.GBL
│ │ │ ├── Motor-57.GBO
│ │ │ ├── Motor-57.GBP
│ │ │ ├── Motor-57.GBS
│ │ │ ├── Motor-57.GD1
│ │ │ ├── Motor-57.GG1
│ │ │ ├── Motor-57.GKO
│ │ │ ├── Motor-57.GM1
│ │ │ ├── Motor-57.GM10
│ │ │ ├── Motor-57.GM12
│ │ │ ├── Motor-57.GM13
│ │ │ ├── Motor-57.GM14
│ │ │ ├── Motor-57.GM15
│ │ │ ├── Motor-57.GPB
│ │ │ ├── Motor-57.GPT
│ │ │ ├── Motor-57.GTL
│ │ │ ├── Motor-57.GTO
│ │ │ ├── Motor-57.GTP
│ │ │ ├── Motor-57.GTS
│ │ │ ├── Motor-57.LDP
│ │ │ ├── Motor-57.REP
│ │ │ ├── Motor-57.RUL
│ │ │ ├── Motor-57.TXT
│ │ │ ├── Motor-57.apr
│ │ │ └── Status Report.Txt
│ │ ├── Interface.SchDoc
│ │ ├── MCU.SchDoc
│ │ ├── Motor-57.PcbDoc
│ │ ├── Motor-57.PrjPCB
│ │ ├── Motor-57.PrjPCBStructure
│ │ ├── Port.SchDoc
│ │ └── Power.SchDoc
│ └── REF/
│ ├── .gitignore
│ ├── REF-Base/
│ │ ├── .gitignore
│ │ ├── Main.SchDoc
│ │ ├── REF-Base.PcbDoc
│ │ ├── REF-Base.PrjPCB
│ │ └── REF-Base.PrjPCBStructure
│ ├── REF-Unit/
│ │ ├── Main.SchDoc
│ │ ├── REF-Unit.PcbDoc
│ │ ├── REF-Unit.PrjPCB
│ │ └── REF-Unit.PrjPCBStructure
│ ├── REF.MbaDoc
│ ├── REF.MbsDoc
│ ├── REF.PrjMbd
│ └── REF.PrjMbdStructure
├── 2.Firmware/
│ ├── Core-STM32F4-fw/
│ │ ├── .cproject
│ │ ├── .gitignore
│ │ ├── .idea/
│ │ │ ├── .gitignore
│ │ │ ├── REF-STM32F4.iml
│ │ │ ├── codeStyles/
│ │ │ │ └── codeStyleConfig.xml
│ │ │ ├── deployment.xml
│ │ │ ├── encodings.xml
│ │ │ ├── inspectionProfiles/
│ │ │ │ └── Project_Default.xml
│ │ │ ├── libraries/
│ │ │ │ ├── ROS.xml
│ │ │ │ └── workspace.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ ├── ros.xml
│ │ │ ├── serialmonitor_settings.xml
│ │ │ └── vcs.xml
│ │ ├── .mxproject
│ │ ├── .project
│ │ ├── 3rdParty/
│ │ │ ├── fibre/
│ │ │ │ └── cpp/
│ │ │ │ ├── include/
│ │ │ │ │ └── fibre/
│ │ │ │ │ ├── cpp_utils.hpp
│ │ │ │ │ ├── crc.hpp
│ │ │ │ │ ├── decoders.hpp
│ │ │ │ │ ├── encoders.hpp
│ │ │ │ │ └── protocol.hpp
│ │ │ │ ├── package.lua
│ │ │ │ └── protocol.cpp
│ │ │ └── u8g2/
│ │ │ ├── cpp/
│ │ │ │ ├── Print.cpp
│ │ │ │ ├── Print.h
│ │ │ │ ├── Printable.h
│ │ │ │ ├── U8g2lib.hpp
│ │ │ │ ├── U8x8lib.cpp
│ │ │ │ ├── U8x8lib.h
│ │ │ │ ├── WString.cpp
│ │ │ │ ├── WString.h
│ │ │ │ ├── pgmspace.h
│ │ │ │ ├── stdlib_noniso.c
│ │ │ │ └── stdlib_noniso.h
│ │ │ ├── u8g2.h
│ │ │ ├── u8g2_bitmap.c
│ │ │ ├── u8g2_box.c
│ │ │ ├── u8g2_buffer.c
│ │ │ ├── u8g2_circle.c
│ │ │ ├── u8g2_cleardisplay.c
│ │ │ ├── u8g2_d_memory.c
│ │ │ ├── u8g2_d_setup.c
│ │ │ ├── u8g2_font.c
│ │ │ ├── u8g2_fonts.c
│ │ │ ├── u8g2_hvline.c
│ │ │ ├── u8g2_input_value.c
│ │ │ ├── u8g2_intersection.c
│ │ │ ├── u8g2_kerning.c
│ │ │ ├── u8g2_line.c
│ │ │ ├── u8g2_ll_hvline.c
│ │ │ ├── u8g2_message.c
│ │ │ ├── u8g2_polygon.c
│ │ │ ├── u8g2_selection_list.c
│ │ │ ├── u8g2_setup.c
│ │ │ ├── u8g2_stm32f4.c
│ │ │ ├── u8log.c
│ │ │ ├── u8log_u8g2.c
│ │ │ ├── u8log_u8x8.c
│ │ │ ├── u8x8.h
│ │ │ ├── u8x8_8x8.c
│ │ │ ├── u8x8_byte.c
│ │ │ ├── u8x8_cad.c
│ │ │ ├── u8x8_capture.c
│ │ │ ├── u8x8_d_a2printer.c
│ │ │ ├── u8x8_d_il3820_296x128.c
│ │ │ ├── u8x8_d_ist3020.c
│ │ │ ├── u8x8_d_ist7920.c
│ │ │ ├── u8x8_d_ks0108.c
│ │ │ ├── u8x8_d_lc7981.c
│ │ │ ├── u8x8_d_ld7032_60x32.c
│ │ │ ├── u8x8_d_ls013b7dh03.c
│ │ │ ├── u8x8_d_max7219.c
│ │ │ ├── u8x8_d_pcd8544_84x48.c
│ │ │ ├── u8x8_d_pcf8812.c
│ │ │ ├── u8x8_d_pcf8814_hx1230.c
│ │ │ ├── u8x8_d_s1d15721.c
│ │ │ ├── u8x8_d_s1d15e06.c
│ │ │ ├── u8x8_d_sbn1661.c
│ │ │ ├── u8x8_d_sed1330.c
│ │ │ ├── u8x8_d_sh1106_64x32.c
│ │ │ ├── u8x8_d_sh1106_72x40.c
│ │ │ ├── u8x8_d_sh1107.c
│ │ │ ├── u8x8_d_sh1108.c
│ │ │ ├── u8x8_d_sh1122.c
│ │ │ ├── u8x8_d_ssd1305.c
│ │ │ ├── u8x8_d_ssd1306_128x32.c
│ │ │ ├── u8x8_d_ssd1306_128x64_noname.c
│ │ │ ├── u8x8_d_ssd1306_128x80_noname.c
│ │ │ ├── u8x8_d_ssd1306_2040x16.c
│ │ │ ├── u8x8_d_ssd1306_48x64.c
│ │ │ ├── u8x8_d_ssd1306_64x32.c
│ │ │ ├── u8x8_d_ssd1306_64x48.c
│ │ │ ├── u8x8_d_ssd1306_72x40.c
│ │ │ ├── u8x8_d_ssd1306_96x16.c
│ │ │ ├── u8x8_d_ssd1309.c
│ │ │ ├── u8x8_d_ssd1316.c
│ │ │ ├── u8x8_d_ssd1317.c
│ │ │ ├── u8x8_d_ssd1318.c
│ │ │ ├── u8x8_d_ssd1320.c
│ │ │ ├── u8x8_d_ssd1322.c
│ │ │ ├── u8x8_d_ssd1325.c
│ │ │ ├── u8x8_d_ssd1326.c
│ │ │ ├── u8x8_d_ssd1327.c
│ │ │ ├── u8x8_d_ssd1329.c
│ │ │ ├── u8x8_d_ssd1606_172x72.c
│ │ │ ├── u8x8_d_ssd1607_200x200.c
│ │ │ ├── u8x8_d_st7511.c
│ │ │ ├── u8x8_d_st75256.c
│ │ │ ├── u8x8_d_st7528.c
│ │ │ ├── u8x8_d_st75320.c
│ │ │ ├── u8x8_d_st7565.c
│ │ │ ├── u8x8_d_st7567.c
│ │ │ ├── u8x8_d_st7571.c
│ │ │ ├── u8x8_d_st7586s_erc240160.c
│ │ │ ├── u8x8_d_st7586s_s028hn118a.c
│ │ │ ├── u8x8_d_st7586s_ymc240160.c
│ │ │ ├── u8x8_d_st7588.c
│ │ │ ├── u8x8_d_st7920.c
│ │ │ ├── u8x8_d_stdio.c
│ │ │ ├── u8x8_d_t6963.c
│ │ │ ├── u8x8_d_uc1601.c
│ │ │ ├── u8x8_d_uc1604.c
│ │ │ ├── u8x8_d_uc1608.c
│ │ │ ├── u8x8_d_uc1610.c
│ │ │ ├── u8x8_d_uc1611.c
│ │ │ ├── u8x8_d_uc1617.c
│ │ │ ├── u8x8_d_uc1638.c
│ │ │ ├── u8x8_d_uc1701_dogs102.c
│ │ │ ├── u8x8_d_uc1701_mini12864.c
│ │ │ ├── u8x8_debounce.c
│ │ │ ├── u8x8_display.c
│ │ │ ├── u8x8_fonts.c
│ │ │ ├── u8x8_gpio.c
│ │ │ ├── u8x8_input_value.c
│ │ │ ├── u8x8_message.c
│ │ │ ├── u8x8_selection_list.c
│ │ │ ├── u8x8_setup.c
│ │ │ ├── u8x8_string.c
│ │ │ ├── u8x8_u16toa.c
│ │ │ └── u8x8_u8toa.c
│ │ ├── Bsp/
│ │ │ ├── communication/
│ │ │ │ ├── ascii_processor.cpp
│ │ │ │ ├── ascii_processor.hpp
│ │ │ │ ├── communication.cpp
│ │ │ │ ├── communication.hpp
│ │ │ │ ├── interface_can.cpp
│ │ │ │ ├── interface_can.hpp
│ │ │ │ ├── interface_uart.cpp
│ │ │ │ ├── interface_uart.hpp
│ │ │ │ ├── interface_usb.cpp
│ │ │ │ └── interface_usb.hpp
│ │ │ ├── gpio/
│ │ │ │ ├── analog.cpp
│ │ │ │ ├── analog.hpp
│ │ │ │ ├── encoder.cpp
│ │ │ │ ├── encoder.hpp
│ │ │ │ ├── pwm.cpp
│ │ │ │ └── pwm.hpp
│ │ │ ├── imu/
│ │ │ │ ├── MPU6050.cpp
│ │ │ │ ├── MPU6050.hpp
│ │ │ │ ├── MPU6050_6Axis_MotionApps20.h
│ │ │ │ ├── MPU6050_9Axis_MotionApps41.h
│ │ │ │ ├── filters/
│ │ │ │ │ ├── biquad_filter.c
│ │ │ │ │ ├── biquad_filter.h
│ │ │ │ │ ├── filter_math.c
│ │ │ │ │ └── filter_math.h
│ │ │ │ ├── helper_3dmath.h
│ │ │ │ ├── i2c_dev.cpp
│ │ │ │ └── i2c_dev.hpp
│ │ │ ├── memory/
│ │ │ │ ├── eeprom_interface.h
│ │ │ │ ├── emulated_eeprom.cpp
│ │ │ │ └── emulated_eeprom.h
│ │ │ └── utils/
│ │ │ ├── arm_math/
│ │ │ │ ├── arm_common_tables.h
│ │ │ │ ├── arm_const_structs.h
│ │ │ │ └── arm_math.h
│ │ │ ├── software_i2c/
│ │ │ │ ├── soft_i2c.c
│ │ │ │ └── soft_i2c.h
│ │ │ ├── time_utils.c
│ │ │ ├── time_utils.h
│ │ │ ├── timer.cpp
│ │ │ └── timer.hpp
│ │ ├── CMakeLists.txt
│ │ ├── CMakeLists_template.txt
│ │ ├── Core/
│ │ │ ├── Inc/
│ │ │ │ ├── FreeRTOSConfig.h
│ │ │ │ ├── adc.h
│ │ │ │ ├── can.h
│ │ │ │ ├── dma.h
│ │ │ │ ├── gpio.h
│ │ │ │ ├── i2c.h
│ │ │ │ ├── main.h
│ │ │ │ ├── spi.h
│ │ │ │ ├── stm32f4xx_hal_conf.h
│ │ │ │ ├── stm32f4xx_it.h
│ │ │ │ ├── tim.h
│ │ │ │ └── usart.h
│ │ │ └── Src/
│ │ │ ├── adc.c
│ │ │ ├── can.c
│ │ │ ├── dma.c
│ │ │ ├── freertos.c
│ │ │ ├── gpio.c
│ │ │ ├── i2c.c
│ │ │ ├── main.c
│ │ │ ├── spi.c
│ │ │ ├── stm32f4xx_hal_msp.c
│ │ │ ├── stm32f4xx_hal_timebase_tim.c
│ │ │ ├── stm32f4xx_it.c
│ │ │ ├── syscalls.c
│ │ │ ├── system_stm32f4xx.c
│ │ │ ├── tim.c
│ │ │ └── usart.c
│ │ ├── Drivers/
│ │ │ ├── CMSIS/
│ │ │ │ ├── Device/
│ │ │ │ │ └── ST/
│ │ │ │ │ └── STM32F4xx/
│ │ │ │ │ └── Include/
│ │ │ │ │ ├── stm32f405xx.h
│ │ │ │ │ ├── stm32f4xx.h
│ │ │ │ │ └── system_stm32f4xx.h
│ │ │ │ ├── Include/
│ │ │ │ │ ├── cmsis_armcc.h
│ │ │ │ │ ├── cmsis_armclang.h
│ │ │ │ │ ├── cmsis_compiler.h
│ │ │ │ │ ├── cmsis_gcc.h
│ │ │ │ │ ├── cmsis_iccarm.h
│ │ │ │ │ ├── cmsis_version.h
│ │ │ │ │ ├── core_armv8mbl.h
│ │ │ │ │ ├── core_armv8mml.h
│ │ │ │ │ ├── core_cm0.h
│ │ │ │ │ ├── core_cm0plus.h
│ │ │ │ │ ├── core_cm1.h
│ │ │ │ │ ├── core_cm23.h
│ │ │ │ │ ├── core_cm3.h
│ │ │ │ │ ├── core_cm33.h
│ │ │ │ │ ├── core_cm4.h
│ │ │ │ │ ├── core_cm7.h
│ │ │ │ │ ├── core_sc000.h
│ │ │ │ │ ├── core_sc300.h
│ │ │ │ │ ├── mpu_armv7.h
│ │ │ │ │ ├── mpu_armv8.h
│ │ │ │ │ └── tz_context.h
│ │ │ │ └── Lib/
│ │ │ │ └── libarm_cortexM4lf_math.a
│ │ │ └── STM32F4xx_HAL_Driver/
│ │ │ ├── Inc/
│ │ │ │ ├── Legacy/
│ │ │ │ │ └── stm32_hal_legacy.h
│ │ │ │ ├── stm32f4xx_hal.h
│ │ │ │ ├── stm32f4xx_hal_adc.h
│ │ │ │ ├── stm32f4xx_hal_adc_ex.h
│ │ │ │ ├── stm32f4xx_hal_can.h
│ │ │ │ ├── stm32f4xx_hal_cortex.h
│ │ │ │ ├── stm32f4xx_hal_def.h
│ │ │ │ ├── stm32f4xx_hal_dma.h
│ │ │ │ ├── stm32f4xx_hal_dma_ex.h
│ │ │ │ ├── stm32f4xx_hal_exti.h
│ │ │ │ ├── stm32f4xx_hal_flash.h
│ │ │ │ ├── stm32f4xx_hal_flash_ex.h
│ │ │ │ ├── stm32f4xx_hal_flash_ramfunc.h
│ │ │ │ ├── stm32f4xx_hal_gpio.h
│ │ │ │ ├── stm32f4xx_hal_gpio_ex.h
│ │ │ │ ├── stm32f4xx_hal_i2c.h
│ │ │ │ ├── stm32f4xx_hal_i2c_ex.h
│ │ │ │ ├── stm32f4xx_hal_pcd.h
│ │ │ │ ├── stm32f4xx_hal_pcd_ex.h
│ │ │ │ ├── stm32f4xx_hal_pwr.h
│ │ │ │ ├── stm32f4xx_hal_pwr_ex.h
│ │ │ │ ├── stm32f4xx_hal_rcc.h
│ │ │ │ ├── stm32f4xx_hal_rcc_ex.h
│ │ │ │ ├── stm32f4xx_hal_spi.h
│ │ │ │ ├── stm32f4xx_hal_tim.h
│ │ │ │ ├── stm32f4xx_hal_tim_ex.h
│ │ │ │ ├── stm32f4xx_hal_uart.h
│ │ │ │ ├── stm32f4xx_ll_adc.h
│ │ │ │ └── stm32f4xx_ll_usb.h
│ │ │ └── Src/
│ │ │ ├── stm32f4xx_hal.c
│ │ │ ├── stm32f4xx_hal_adc.c
│ │ │ ├── stm32f4xx_hal_adc_ex.c
│ │ │ ├── stm32f4xx_hal_can.c
│ │ │ ├── stm32f4xx_hal_cortex.c
│ │ │ ├── stm32f4xx_hal_dma.c
│ │ │ ├── stm32f4xx_hal_dma_ex.c
│ │ │ ├── stm32f4xx_hal_exti.c
│ │ │ ├── stm32f4xx_hal_flash.c
│ │ │ ├── stm32f4xx_hal_flash_ex.c
│ │ │ ├── stm32f4xx_hal_flash_ramfunc.c
│ │ │ ├── stm32f4xx_hal_gpio.c
│ │ │ ├── stm32f4xx_hal_i2c.c
│ │ │ ├── stm32f4xx_hal_i2c_ex.c
│ │ │ ├── stm32f4xx_hal_pcd.c
│ │ │ ├── stm32f4xx_hal_pcd_ex.c
│ │ │ ├── stm32f4xx_hal_pwr.c
│ │ │ ├── stm32f4xx_hal_pwr_ex.c
│ │ │ ├── stm32f4xx_hal_rcc.c
│ │ │ ├── stm32f4xx_hal_rcc_ex.c
│ │ │ ├── stm32f4xx_hal_spi.c
│ │ │ ├── stm32f4xx_hal_tim.c
│ │ │ ├── stm32f4xx_hal_tim_ex.c
│ │ │ ├── stm32f4xx_hal_uart.c
│ │ │ ├── stm32f4xx_ll_adc.c
│ │ │ └── stm32f4xx_ll_usb.c
│ │ ├── Middlewares/
│ │ │ ├── ST/
│ │ │ │ └── STM32_USB_Device_Library/
│ │ │ │ ├── Class/
│ │ │ │ │ └── CDC/
│ │ │ │ │ ├── Inc/
│ │ │ │ │ │ └── usbd_cdc.h
│ │ │ │ │ └── Src/
│ │ │ │ │ └── usbd_cdc.c
│ │ │ │ └── Core/
│ │ │ │ ├── Inc/
│ │ │ │ │ ├── usbd_core.h
│ │ │ │ │ ├── usbd_ctlreq.h
│ │ │ │ │ ├── usbd_def.h
│ │ │ │ │ └── usbd_ioreq.h
│ │ │ │ └── Src/
│ │ │ │ ├── usbd_core.c
│ │ │ │ ├── usbd_ctlreq.c
│ │ │ │ └── usbd_ioreq.c
│ │ │ └── Third_Party/
│ │ │ └── FreeRTOS/
│ │ │ └── Source/
│ │ │ ├── CMSIS_RTOS_V2/
│ │ │ │ ├── cmsis_os.h
│ │ │ │ ├── cmsis_os2.c
│ │ │ │ ├── cmsis_os2.h
│ │ │ │ ├── freertos_mpool.h
│ │ │ │ └── freertos_os2.h
│ │ │ ├── croutine.c
│ │ │ ├── event_groups.c
│ │ │ ├── include/
│ │ │ │ ├── FreeRTOS.h
│ │ │ │ ├── StackMacros.h
│ │ │ │ ├── atomic.h
│ │ │ │ ├── croutine.h
│ │ │ │ ├── deprecated_definitions.h
│ │ │ │ ├── event_groups.h
│ │ │ │ ├── list.h
│ │ │ │ ├── message_buffer.h
│ │ │ │ ├── mpu_prototypes.h
│ │ │ │ ├── mpu_wrappers.h
│ │ │ │ ├── portable.h
│ │ │ │ ├── projdefs.h
│ │ │ │ ├── queue.h
│ │ │ │ ├── semphr.h
│ │ │ │ ├── stack_macros.h
│ │ │ │ ├── stream_buffer.h
│ │ │ │ ├── task.h
│ │ │ │ └── timers.h
│ │ │ ├── list.c
│ │ │ ├── portable/
│ │ │ │ ├── GCC/
│ │ │ │ │ └── ARM_CM4F/
│ │ │ │ │ ├── port.c
│ │ │ │ │ └── portmacro.h
│ │ │ │ └── MemMang/
│ │ │ │ └── heap_4.c
│ │ │ ├── queue.c
│ │ │ ├── stream_buffer.c
│ │ │ ├── tasks.c
│ │ │ └── timers.c
│ │ ├── REF-STM32F4-fw.ioc
│ │ ├── Robot/
│ │ │ ├── actuators/
│ │ │ │ ├── ctrl_step/
│ │ │ │ │ ├── ctrl_step.cpp
│ │ │ │ │ └── ctrl_step.hpp
│ │ │ │ └── mintasca/
│ │ │ │ ├── sca.cpp
│ │ │ │ ├── sca.hpp
│ │ │ │ ├── sca_api.c
│ │ │ │ ├── sca_api.h
│ │ │ │ ├── sca_protocol.c
│ │ │ │ └── sca_protocol.h
│ │ │ ├── algorithms/
│ │ │ │ └── kinematic/
│ │ │ │ ├── 6dof_kinematic.cpp
│ │ │ │ └── 6dof_kinematic.h
│ │ │ └── instances/
│ │ │ ├── dummy_robot.cpp
│ │ │ └── dummy_robot.h
│ │ ├── STM32F405RGTx_FLASH.ld
│ │ ├── USB_DEVICE/
│ │ │ ├── App/
│ │ │ │ ├── usb_device.c
│ │ │ │ ├── usb_device.h
│ │ │ │ ├── usbd_cdc_if.c
│ │ │ │ ├── usbd_cdc_if.h
│ │ │ │ ├── usbd_desc.c
│ │ │ │ └── usbd_desc.h
│ │ │ └── Target/
│ │ │ ├── usbd_conf.c
│ │ │ └── usbd_conf.h
│ │ ├── UserApp/
│ │ │ ├── common_inc.h
│ │ │ ├── freertos_inc.h
│ │ │ ├── main.cpp
│ │ │ └── protocols/
│ │ │ ├── ascii_protocol.cpp
│ │ │ ├── can_protocol.cpp
│ │ │ └── cmd_protocol.cpp
│ │ ├── startup/
│ │ │ └── startup_stm32f405xx.s
│ │ └── stlink.cfg
│ ├── Ctrl-Step-Driver-STM32F1-fw/
│ │ ├── .cproject
│ │ ├── .gitignore
│ │ ├── .idea/
│ │ │ ├── .gitignore
│ │ │ ├── .name
│ │ │ ├── Ctrl-Step-fw.iml
│ │ │ ├── codeStyles/
│ │ │ │ └── codeStyleConfig.xml
│ │ │ ├── copyright/
│ │ │ │ ├── ctrl_step.xml
│ │ │ │ └── profiles_settings.xml
│ │ │ ├── deployment.xml
│ │ │ ├── encodings.xml
│ │ │ ├── inspectionProfiles/
│ │ │ │ └── Project_Default.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ ├── serialmonitor_settings.xml
│ │ │ └── vcs.xml
│ │ ├── .mxproject
│ │ ├── .project
│ │ ├── CMakeLists.txt
│ │ ├── CMakeLists_template.txt
│ │ ├── Core/
│ │ │ ├── Inc/
│ │ │ │ ├── adc.h
│ │ │ │ ├── can.h
│ │ │ │ ├── dma.h
│ │ │ │ ├── gpio.h
│ │ │ │ ├── main.h
│ │ │ │ ├── spi.h
│ │ │ │ ├── stm32f1xx_hal_conf.h
│ │ │ │ ├── stm32f1xx_it.h
│ │ │ │ ├── tim.h
│ │ │ │ └── usart.h
│ │ │ └── Src/
│ │ │ ├── adc.c
│ │ │ ├── can.c
│ │ │ ├── dma.c
│ │ │ ├── gpio.c
│ │ │ ├── main.c
│ │ │ ├── spi.c
│ │ │ ├── stm32f1xx_hal_msp.c
│ │ │ ├── stm32f1xx_it.c
│ │ │ ├── syscalls.c
│ │ │ ├── system_stm32f1xx.c
│ │ │ ├── tim.c
│ │ │ └── usart.c
│ │ ├── Ctrl/
│ │ │ ├── Driver/
│ │ │ │ ├── driver_base.h
│ │ │ │ ├── sin_map.h
│ │ │ │ ├── tb67h450_base.cpp
│ │ │ │ └── tb67h450_base.h
│ │ │ ├── Motor/
│ │ │ │ ├── motion_planner.cpp
│ │ │ │ ├── motion_planner.h
│ │ │ │ ├── motor.cpp
│ │ │ │ └── motor.h
│ │ │ ├── Sensor/
│ │ │ │ └── Encoder/
│ │ │ │ ├── encoder_base.h
│ │ │ │ ├── encoder_calibrator_base.cpp
│ │ │ │ ├── encoder_calibrator_base.h
│ │ │ │ ├── mt6816_base.cpp
│ │ │ │ └── mt6816_base.h
│ │ │ └── Signal/
│ │ │ ├── button_base.cpp
│ │ │ ├── button_base.h
│ │ │ ├── led_base.cpp
│ │ │ └── led_base.h
│ │ ├── Ctrl-Step-fw.xml
│ │ ├── Drivers/
│ │ │ ├── CMSIS/
│ │ │ │ ├── Device/
│ │ │ │ │ └── ST/
│ │ │ │ │ └── STM32F1xx/
│ │ │ │ │ └── Include/
│ │ │ │ │ ├── stm32f103xb.h
│ │ │ │ │ ├── stm32f1xx.h
│ │ │ │ │ └── system_stm32f1xx.h
│ │ │ │ └── Include/
│ │ │ │ ├── cmsis_armcc.h
│ │ │ │ ├── cmsis_armclang.h
│ │ │ │ ├── cmsis_compiler.h
│ │ │ │ ├── cmsis_gcc.h
│ │ │ │ ├── cmsis_iccarm.h
│ │ │ │ ├── cmsis_version.h
│ │ │ │ ├── core_armv8mbl.h
│ │ │ │ ├── core_armv8mml.h
│ │ │ │ ├── core_cm0.h
│ │ │ │ ├── core_cm0plus.h
│ │ │ │ ├── core_cm1.h
│ │ │ │ ├── core_cm23.h
│ │ │ │ ├── core_cm3.h
│ │ │ │ ├── core_cm33.h
│ │ │ │ ├── core_cm4.h
│ │ │ │ ├── core_cm7.h
│ │ │ │ ├── core_sc000.h
│ │ │ │ ├── core_sc300.h
│ │ │ │ ├── mpu_armv7.h
│ │ │ │ ├── mpu_armv8.h
│ │ │ │ └── tz_context.h
│ │ │ └── STM32F1xx_HAL_Driver/
│ │ │ ├── Inc/
│ │ │ │ ├── Legacy/
│ │ │ │ │ └── stm32_hal_legacy.h
│ │ │ │ ├── stm32f1xx_hal.h
│ │ │ │ ├── stm32f1xx_hal_adc.h
│ │ │ │ ├── stm32f1xx_hal_adc_ex.h
│ │ │ │ ├── stm32f1xx_hal_can.h
│ │ │ │ ├── stm32f1xx_hal_cortex.h
│ │ │ │ ├── stm32f1xx_hal_def.h
│ │ │ │ ├── stm32f1xx_hal_dma.h
│ │ │ │ ├── stm32f1xx_hal_dma_ex.h
│ │ │ │ ├── stm32f1xx_hal_exti.h
│ │ │ │ ├── stm32f1xx_hal_flash.h
│ │ │ │ ├── stm32f1xx_hal_flash_ex.h
│ │ │ │ ├── stm32f1xx_hal_gpio.h
│ │ │ │ ├── stm32f1xx_hal_gpio_ex.h
│ │ │ │ ├── stm32f1xx_hal_pwr.h
│ │ │ │ ├── stm32f1xx_hal_rcc.h
│ │ │ │ ├── stm32f1xx_hal_rcc_ex.h
│ │ │ │ ├── stm32f1xx_hal_spi.h
│ │ │ │ ├── stm32f1xx_hal_tim.h
│ │ │ │ ├── stm32f1xx_hal_tim_ex.h
│ │ │ │ └── stm32f1xx_hal_uart.h
│ │ │ └── Src/
│ │ │ ├── stm32f1xx_hal.c
│ │ │ ├── stm32f1xx_hal_adc.c
│ │ │ ├── stm32f1xx_hal_adc_ex.c
│ │ │ ├── stm32f1xx_hal_can.c
│ │ │ ├── stm32f1xx_hal_cortex.c
│ │ │ ├── stm32f1xx_hal_dma.c
│ │ │ ├── stm32f1xx_hal_exti.c
│ │ │ ├── stm32f1xx_hal_flash.c
│ │ │ ├── stm32f1xx_hal_flash_ex.c
│ │ │ ├── stm32f1xx_hal_gpio.c
│ │ │ ├── stm32f1xx_hal_gpio_ex.c
│ │ │ ├── stm32f1xx_hal_pwr.c
│ │ │ ├── stm32f1xx_hal_rcc.c
│ │ │ ├── stm32f1xx_hal_rcc_ex.c
│ │ │ ├── stm32f1xx_hal_spi.c
│ │ │ ├── stm32f1xx_hal_tim.c
│ │ │ ├── stm32f1xx_hal_tim_ex.c
│ │ │ └── stm32f1xx_hal_uart.c
│ │ ├── Port/
│ │ │ ├── Platform/
│ │ │ │ ├── Memory/
│ │ │ │ │ ├── eeprom_interface.h
│ │ │ │ │ ├── emulated_eeprom.cpp
│ │ │ │ │ ├── emulated_eeprom.h
│ │ │ │ │ ├── stockpile_config.h
│ │ │ │ │ ├── stockpile_f103cb.c
│ │ │ │ │ └── stockpile_f103cb.h
│ │ │ │ ├── Utils/
│ │ │ │ │ ├── st_hardware.c
│ │ │ │ │ └── st_hardware.h
│ │ │ │ ├── retarget.c
│ │ │ │ └── retarget.h
│ │ │ ├── button_stm32.cpp
│ │ │ ├── button_stm32.h
│ │ │ ├── encoder_calibrator_stm32.cpp
│ │ │ ├── encoder_calibrator_stm32.h
│ │ │ ├── led_stm32.cpp
│ │ │ ├── led_stm32.h
│ │ │ ├── mt6816_stm32.cpp
│ │ │ ├── mt6816_stm32.h
│ │ │ ├── tb67h450_stm32.cpp
│ │ │ └── tb67h450_stm32.h
│ │ ├── README.md
│ │ ├── STM32F103CBTx_FLASH.ld
│ │ ├── UserApp/
│ │ │ ├── common_inc.h
│ │ │ ├── configurations.h
│ │ │ ├── main.cpp
│ │ │ └── protocols/
│ │ │ ├── interface_can.cpp
│ │ │ └── interface_uart.cpp
│ │ ├── startup/
│ │ │ └── startup_stm32f103xb.s
│ │ └── stlink.cfg
│ └── _Released HEX/
│ └── Ctrl-Step-Driver-STM32F1-fw.hex
├── 3.Software/
│ ├── CLI-Tool/
│ │ ├── .gitignore
│ │ ├── .idea/
│ │ │ ├── .gitignore
│ │ │ ├── cmd_tool.iml
│ │ │ ├── deployment.xml
│ │ │ ├── encodings.xml
│ │ │ ├── inspectionProfiles/
│ │ │ │ ├── Project_Default.xml
│ │ │ │ └── profiles_settings.xml
│ │ │ ├── libraries/
│ │ │ │ ├── ROS.xml
│ │ │ │ └── workspace.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ ├── ros.xml
│ │ │ └── vcs.xml
│ │ ├── _addition/
│ │ │ └── ref_demo.py
│ │ ├── fibre/
│ │ │ ├── __init__.py
│ │ │ ├── discovery.py
│ │ │ ├── protocol.py
│ │ │ ├── remote_object.py
│ │ │ ├── serial_transport.py
│ │ │ ├── shell.py
│ │ │ ├── tcp_transport.py
│ │ │ ├── udp_transport.py
│ │ │ ├── usbbulk_transport.py
│ │ │ └── utils.py
│ │ ├── ref_tool/
│ │ │ ├── __init__.py
│ │ │ ├── code_generator.py
│ │ │ ├── configuration.py
│ │ │ ├── shell.py
│ │ │ ├── utils.py
│ │ │ └── version.py
│ │ ├── run.bat
│ │ └── run_shell.py
│ └── DummyStudio/
│ ├── DummyStudio_Data/
│ │ ├── Resources/
│ │ │ ├── unity default resources
│ │ │ └── unity_builtin_extra
│ │ ├── StreamingAssets/
│ │ │ └── serial_config.txt
│ │ ├── app.info
│ │ ├── boot.config
│ │ ├── globalgamemanagers
│ │ ├── globalgamemanagers.assets
│ │ ├── level0
│ │ ├── resources.assets
│ │ ├── resources.assets.resS
│ │ ├── sharedassets0.assets
│ │ └── sharedassets0.assets.resS
│ └── MonoBleedingEdge/
│ └── etc/
│ └── mono/
│ ├── 2.0/
│ │ ├── Browsers/
│ │ │ └── Compat.browser
│ │ ├── DefaultWsdlHelpGenerator.aspx
│ │ ├── machine.config
│ │ └── web.config
│ ├── 4.0/
│ │ ├── Browsers/
│ │ │ └── Compat.browser
│ │ ├── DefaultWsdlHelpGenerator.aspx
│ │ ├── machine.config
│ │ └── web.config
│ ├── 4.5/
│ │ ├── Browsers/
│ │ │ └── Compat.browser
│ │ ├── DefaultWsdlHelpGenerator.aspx
│ │ ├── machine.config
│ │ └── web.config
│ ├── browscap.ini
│ ├── config
│ └── mconfig/
│ └── config.xml
├── 4.Model/
│ ├── Case v17.step
│ ├── Dummy v164.step
│ ├── Motor42-上盖.step
│ └── Motor42-下盖.step
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitmodules
================================================
[submodule "0.SubModules/Peak"]
path = 0.SubModules/Peak
url = git@github.com:peng-zhihui/Peak.git
================================================
FILE: 1.Hardware/.gitattributes
================================================
# author: GitHub@TitanRGB
# This document allows GitHub to correctly identify Altium Designer, KiCAD, Gerber and Eagle documents and add them to GitHub Repository's language statistics.
# 这个文档可以使GitHub正确的识别Altium Designer、KiCAD、Gerber以及Eagle的文档,并将它们加入到GitHub Repository的语言统计中。
# https://gist.github.com/TitanRGB/61c37bf71159cc9a511558ec7c218339
*.OutJob linguist-detectable=true
*.PcbDoc linguist-detectable=true
*.PrjPCB linguist-detectable=true
*.SchDoc linguist-detectable=true
*.outjob linguist-detectable=true
*.pcbdoc linguist-detectable=true
*.prjpcb linguist-detectable=true
*.schdoc linguist-detectable=true
*.PCB linguist-detectable=true
*.sch linguist-detectable=true
*.lib linguist-detectable=true
*.epf linguist-detectable=true
*.brd linguist-detectable=true
*.pro linguist-detectable=true
*.gbr linguist-detectable=true
*.cmp linguist-detectable=true
*.gbl linguist-detectable=true
*.gbo linguist-detectable=true
*.gbp linguist-detectable=true
*.gbs linguist-detectable=true
*.gko linguist-detectable=true
*.gml linguist-detectable=true
*.gpb linguist-detectable=true
*.gpt linguist-detectable=true
*.gtl linguist-detectable=true
*.gto linguist-detectable=true
*.gtp linguist-detectable=true
*.gts linguist-detectable=true
*.ncl linguist-detectable=true
*.sol linguist-detectable=true
*.GBR linguist-detectable=true
*.CMP linguist-detectable=true
*.GBL linguist-detectable=true
*.GBO linguist-detectable=true
*.GBP linguist-detectable=true
*.GBS linguist-detectable=true
*.GKO linguist-detectable=true
*.GML linguist-detectable=true
*.GBP linguist-detectable=true
*.GPT linguist-detectable=true
*.GTL linguist-detectable=true
*.GTO linguist-detectable=true
*.GTP linguist-detectable=true
*.GTS linguist-detectable=true
*.NCL linguist-detectable=true
*.SOL linguist-detectable=true
*.kicad_pcb linguist-detectable=true
*.pro linguist-detectable=true
*.obj linguist-detectable=true
*.stl linguist-detectable=true
*.md linguist-detectable=true
*.dxf linguist-detectable=true
*.dwg linguist-detectable=true
================================================
FILE: 1.Hardware/Controller/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/Controller/Controller.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=2
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=0
AppendSheetNumberToLocalNets=1
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=1
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=QVBBULDQ
[Document2]
DocumentPath=Controller.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=SPYPGENJ
[GeneratedDocument1]
DocumentPath=Project Outputs for Controller\Design Rule Check - Controller.html
DItemRevisionGUID=
[SearchPath1]
Path=E:\OneDrive\[软件配置备份]\Altium Designer\1.元件库\*.*
IncludeSubFolders=1
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\OpenMotion-dev\1.Hardware\Controller\Controller.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908292~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16908304~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\OpenMotion-dev\1.Hardware\Controller\Controller.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Export Comments
OutputName7=Export Comments
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=BOM_ReportCompare
OutputName8=BOM Compare
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/Controller/Controller.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/Dangle/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/Dangle/Dangle.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=2
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=0
AppendSheetNumberToLocalNets=1
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=1
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=QVBBULDQ
[Document2]
DocumentPath=Dangle.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=SPYPGENJ
[GeneratedDocument1]
DocumentPath=Project Outputs for Dangle\Design Rule Check - Dangle.html
DItemRevisionGUID=
[SearchPath1]
Path=E:\OneDrive\[软件配置备份]\Altium Designer\1.元件库\*.*
IncludeSubFolders=1
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\OpenMotion-dev\1.Hardware\Controller\Controller.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908292~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16908304~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\OpenMotion-dev\1.Hardware\Controller\Controller.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Export Comments
OutputName7=Export Comments
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=BOM_ReportCompare
OutputName8=BOM Compare
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/Dangle/Dangle.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/HandModule/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/HandModule/HandModule.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=2
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=0
AppendSheetNumberToLocalNets=1
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=1
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=QVBBULDQ
[Document2]
DocumentPath=HandModule.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=SPYPGENJ
[SearchPath1]
Path=E:\OneDrive\[软件配置备份]\Altium Designer\1.元件库\*.*
IncludeSubFolders=1
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\Dummy-Robot-dev\1.Hardware\HandModule\HandModule.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908292~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16908304~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\Dummy-Robot-dev\1.Hardware\HandModule\HandModule.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Export Comments
OutputName7=Export Comments
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=BOM_ReportCompare
OutputName8=BOM Compare
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/HandModule/HandModule.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/LedRing/.gitignore
================================================
History
Project Logs for*
Project Outputs*
__Previews
================================================
FILE: 1.Hardware/LedRing/LedRing.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=OTRBEYFQ
[Document2]
DocumentPath=LedRing.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=OBQETHQV
[GeneratedDocument1]
DocumentPath=Project Outputs for LedRing\Design Rule Check - LedRing.html
DItemRevisionGUID=
[GeneratedDocument2]
DocumentPath=Project Outputs for LedRing\LedRing.DRR
DItemRevisionGUID=
[GeneratedDocument3]
DocumentPath=Project Outputs for LedRing\LedRing.EXTREP
DItemRevisionGUID=
[GeneratedDocument4]
DocumentPath=Project Outputs for LedRing\LedRing.GBL
DItemRevisionGUID=
[GeneratedDocument5]
DocumentPath=Project Outputs for LedRing\LedRing.GBO
DItemRevisionGUID=
[GeneratedDocument6]
DocumentPath=Project Outputs for LedRing\LedRing.GBP
DItemRevisionGUID=
[GeneratedDocument7]
DocumentPath=Project Outputs for LedRing\LedRing.GBS
DItemRevisionGUID=
[GeneratedDocument8]
DocumentPath=Project Outputs for LedRing\LedRing.GD1
DItemRevisionGUID=
[GeneratedDocument9]
DocumentPath=Project Outputs for LedRing\LedRing.GG1
DItemRevisionGUID=
[GeneratedDocument10]
DocumentPath=Project Outputs for LedRing\LedRing.GKO
DItemRevisionGUID=
[GeneratedDocument11]
DocumentPath=Project Outputs for LedRing\LedRing.GM1
DItemRevisionGUID=
[GeneratedDocument12]
DocumentPath=Project Outputs for LedRing\LedRing.GM10
DItemRevisionGUID=
[GeneratedDocument13]
DocumentPath=Project Outputs for LedRing\LedRing.GM12
DItemRevisionGUID=
[GeneratedDocument14]
DocumentPath=Project Outputs for LedRing\LedRing.GM13
DItemRevisionGUID=
[GeneratedDocument15]
DocumentPath=Project Outputs for LedRing\LedRing.GM14
DItemRevisionGUID=
[GeneratedDocument16]
DocumentPath=Project Outputs for LedRing\LedRing.GM15
DItemRevisionGUID=
[GeneratedDocument17]
DocumentPath=Project Outputs for LedRing\LedRing.GPB
DItemRevisionGUID=
[GeneratedDocument18]
DocumentPath=Project Outputs for LedRing\LedRing.GPT
DItemRevisionGUID=
[GeneratedDocument19]
DocumentPath=Project Outputs for LedRing\LedRing.GTL
DItemRevisionGUID=
[GeneratedDocument20]
DocumentPath=Project Outputs for LedRing\LedRing.GTO
DItemRevisionGUID=
[GeneratedDocument21]
DocumentPath=Project Outputs for LedRing\LedRing.GTP
DItemRevisionGUID=
[GeneratedDocument22]
DocumentPath=Project Outputs for LedRing\LedRing.GTS
DItemRevisionGUID=
[GeneratedDocument23]
DocumentPath=Project Outputs for LedRing\LedRing.LDP
DItemRevisionGUID=
[GeneratedDocument24]
DocumentPath=Project Outputs for LedRing\LedRing.REP
DItemRevisionGUID=
[GeneratedDocument25]
DocumentPath=Project Outputs for LedRing\LedRing.RUL
DItemRevisionGUID=
[GeneratedDocument26]
DocumentPath=Project Outputs for LedRing\LedRing.TXT
DItemRevisionGUID=
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\Dummy-Robot-dev\1.Hardware\LedRing\LedRing.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\Dummy-Robot-dev\1.Hardware\LedRing\LedRing.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=BOM_ReportCompare
OutputName7=BOM Compare
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Export Comments
OutputName8=Export Comments
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/LedRing/LedRing.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=
================================================
FILE: 1.Hardware/MotorDriver-20/.gitignore
================================================
History
Project Logs for littleVisual-ESP32
__Previews
================================================
FILE: 1.Hardware/MotorDriver-20/Motor-20.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Drive.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=OTRBEYFQ
[Document2]
DocumentPath=MCU.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=MMRIIHEF
[Document3]
DocumentPath=Port.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=2
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=ZMLSMFEG
[Document4]
DocumentPath=Power.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=3
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RMXANKZL
[Document5]
DocumentPath=Interface.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=4
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=DXHCOWHD
[Document6]
DocumentPath=Motor-20.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RPGXAMXA
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Mask
OutputName1=Solder/Paste Mask Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Drill
OutputName2=Drill Drawing/Guides
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=CompositeDrill
OutputName3=Composite Drill Drawing
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=IPC2581
OutputName4=IPC-2581 Files
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Gerber X2
OutputName5=Gerber X2 Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Board Stack Report
OutputName7=Report Board Stack
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Plane
OutputName8=Power-Plane Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=ODB
OutputName9=ODB++ Files
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
OutputType10=NC Drill
OutputName10=NC Drill Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
Configuration10_Name1=ForceUpdateSettings
Configuration10_Item1=False
Configuration10_Name2=OutputConfigurationParameter1
Configuration10_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\Ctrl-Step-Drive\1.Hardware\Unibody\Motor-20\Motor-20.PcbDoc
OutputType11=Test Points
OutputName11=Test Point Report
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16777218~1,16777219~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\Ctrl-Step-Drive\1.Hardware\Unibody\Motor-20\Motor-20.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=BOM_ReportCompare
OutputName7=BOM Compare
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Export Comments
OutputName8=Export Comments
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/MotorDriver-20/Motor-20.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Drive.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Interface.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=MCU.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Port.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Power.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/MotorDriver-42/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42-macro.APR_LIB
================================================
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
G04:AMPARAMS|DCode=17|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
G04:AMPARAMS|DCode=18|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.03937,0.03937,0,0,270.0*
21,1,0.01968,0.05906,0,0,270.0*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
%
G04:AMPARAMS|DCode=19|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
G04:AMPARAMS|DCode=31|XSize=65mil|YSize=120mil|CornerRadius=16.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD31*
21,1,0.06500,0.08750,0,0,180.0*
21,1,0.03250,0.12000,0,0,180.0*
1,1,0.03250,-0.01625,0.04375*
1,1,0.03250,0.01625,0.04375*
1,1,0.03250,0.01625,-0.04375*
1,1,0.03250,-0.01625,-0.04375*
%
G04:AMPARAMS|DCode=36|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD36*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
G04:AMPARAMS|DCode=37|XSize=29.62mil|YSize=45.37mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD37*
21,1,0.02962,0.02756,0,0,180.0*
21,1,0.01181,0.04537,0,0,180.0*
1,1,0.01781,-0.00591,0.01378*
1,1,0.01781,0.00591,0.01378*
1,1,0.01781,0.00591,-0.01378*
1,1,0.01781,-0.00591,-0.01378*
%
G04:AMPARAMS|DCode=38|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD38*
21,1,0.04537,0.03937,0,0,270.0*
21,1,0.01968,0.06506,0,0,270.0*
1,1,0.02568,-0.01968,-0.00984*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
%
G04:AMPARAMS|DCode=39|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD39*
21,1,0.02175,0.05118,0,0,90.0*
21,1,0.00787,0.06506,0,0,90.0*
1,1,0.01387,0.02559,0.00394*
1,1,0.01387,0.02559,-0.00394*
1,1,0.01387,-0.02559,-0.00394*
1,1,0.01387,-0.02559,0.00394*
%
G04:AMPARAMS|DCode=40|XSize=46mil|YSize=66mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD40*
21,1,0.04600,0.04000,0,0,180.0*
21,1,0.02000,0.06600,0,0,180.0*
1,1,0.02600,-0.01000,0.02000*
1,1,0.02600,0.01000,0.02000*
1,1,0.02600,0.01000,-0.02000*
1,1,0.02600,-0.01000,-0.02000*
%
G04:AMPARAMS|DCode=41|XSize=22mil|YSize=22mil|CornerRadius=11mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD41*
21,1,0.02200,0.00000,0,0,270.0*
21,1,0.00000,0.02200,0,0,270.0*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
%
G04:AMPARAMS|DCode=42|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD42*
21,1,0.04537,0.03937,0,0,0.0*
21,1,0.01968,0.06506,0,0,0.0*
1,1,0.02568,0.00984,-0.01968*
1,1,0.02568,-0.00984,-0.01968*
1,1,0.02568,-0.00984,0.01968*
1,1,0.02568,0.00984,0.01968*
%
G04:AMPARAMS|DCode=43|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD43*
21,1,0.02175,0.05118,0,0,180.0*
21,1,0.00787,0.06506,0,0,180.0*
1,1,0.01387,-0.00394,0.02559*
1,1,0.01387,0.00394,0.02559*
1,1,0.01387,0.00394,-0.02559*
1,1,0.01387,-0.00394,-0.02559*
%
G04:AMPARAMS|DCode=45|XSize=46mil|YSize=80mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD45*
21,1,0.04600,0.05400,0,0,90.0*
21,1,0.02000,0.08000,0,0,90.0*
1,1,0.02600,0.02700,0.01000*
1,1,0.02600,0.02700,-0.01000*
1,1,0.02600,-0.02700,-0.01000*
1,1,0.02600,-0.02700,0.01000*
%
G04:AMPARAMS|DCode=46|XSize=65.06mil|YSize=45.37mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD46*
21,1,0.06506,0.01968,0,0,180.0*
21,1,0.03937,0.04537,0,0,180.0*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
%
G04:AMPARAMS|DCode=47|XSize=61mil|YSize=71mil|CornerRadius=16.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD47*
21,1,0.06100,0.03750,0,0,90.0*
21,1,0.02750,0.07100,0,0,90.0*
1,1,0.03350,0.01875,0.01375*
1,1,0.03350,0.01875,-0.01375*
1,1,0.03350,-0.01875,-0.01375*
1,1,0.03350,-0.01875,0.01375*
%
G04:AMPARAMS|DCode=48|XSize=25.68mil|YSize=29.62mil|CornerRadius=7.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD48*
21,1,0.02568,0.01378,0,0,90.0*
21,1,0.00984,0.02962,0,0,90.0*
1,1,0.01584,0.00689,0.00492*
1,1,0.01584,0.00689,-0.00492*
1,1,0.01584,-0.00689,-0.00492*
1,1,0.01584,-0.00689,0.00492*
%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
G04:AMPARAMS|DCode=74|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD74*
21,1,0.02600,0.01000,0,0,270.0*
21,1,0.01000,0.02600,0,0,270.0*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
1,1,0.01600,0.00500,-0.00500*
%
G04:AMPARAMS|DCode=75|XSize=96.55mil|YSize=96.55mil|CornerRadius=25.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD75*
21,1,0.09655,0.04528,0,0,0.0*
21,1,0.04528,0.09655,0,0,0.0*
1,1,0.05128,0.02264,-0.02264*
1,1,0.05128,-0.02264,-0.02264*
1,1,0.05128,-0.02264,0.02264*
1,1,0.05128,0.02264,0.02264*
%
G04:AMPARAMS|DCode=76|XSize=206mil|YSize=86mil|CornerRadius=23mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD76*
21,1,0.20600,0.04000,0,0,270.0*
21,1,0.16000,0.08600,0,0,270.0*
1,1,0.04600,-0.02000,-0.08000*
1,1,0.04600,-0.02000,0.08000*
1,1,0.04600,0.02000,0.08000*
1,1,0.04600,0.02000,-0.08000*
%
G04:AMPARAMS|DCode=77|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD77*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=78|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD78*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=79|XSize=29.62mil|YSize=41mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD79*
21,1,0.02962,0.02319,0,0,0.0*
21,1,0.01181,0.04100,0,0,0.0*
1,1,0.01781,0.00591,-0.01159*
1,1,0.01781,-0.00591,-0.01159*
1,1,0.01781,-0.00591,0.01159*
1,1,0.01781,0.00591,0.01159*
%
G04:AMPARAMS|DCode=80|XSize=33.56mil|YSize=57.18mil|CornerRadius=9.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD80*
21,1,0.03356,0.03740,0,0,0.0*
21,1,0.01378,0.05718,0,0,0.0*
1,1,0.01978,0.00689,-0.01870*
1,1,0.01978,-0.00689,-0.01870*
1,1,0.01978,-0.00689,0.01870*
1,1,0.01978,0.00689,0.01870*
%
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.DRR
================================================
----------------------------------------------------------------------------------------------------------------------------------
NCDrill File Report For: Motor-42.PcbDoc ܶ 01-18 19:21:45
----------------------------------------------------------------------------------------------------------------------------------
Layer Pair : Top1 to Bottom4
ASCII RoundHoles File : Motor-42.TXT
Tool Hole Size Hole Tolerance Hole Type Hole Count Plated Tool Travel
----------------------------------------------------------------------------------------------------------------------------------
T1 10mil (0.254mm) Round 146 PTH 12.15inch (308.67mm)
T2 16mil (0.4mm) Round 139 PTH 7.73inch (196.44mm)
T3 122mil (3.1mm) Round 4 PTH 3.66inch (93.00mm)
----------------------------------------------------------------------------------------------------------------------------------
Totals 289
Total Processing Time (hh:mm:ss) : 00:00:01
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.EXTREP
================================================
------------------------------------------------------------------------------------------
Gerber File Extension Report For: Motor-42.GBR ܶ 01-18 19:21:37
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Layer Extension Layer Description
------------------------------------------------------------------------------------------
.GTO Top Overlay
.GTP Top Paste
.GTS Top Solder
.GTL Top1
.G1 Signal2
.G2 Gnd3
.GBL Bottom4
.GBS Bottom Solder
.GBP Bottom Paste
.GBO Bottom Overlay
.GM1 Mechanical 1
.GM10 Mechanical 10
.GM12 Mechanical 12
.GM13 Mechanical 13
.GM14 Mechanical 14
.GM15 Mechanical 15
.GKO Keep-Out Layer
.GPT Top Pad Master
.GPB Bottom Pad Master
.GD1 Drill Drawing
.GG1 Drill Guide
------------------------------------------------------------------------------------------
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.G1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=2*
G04 Layer_Color=14461039*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
%ADD50C,0.02000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
%ADD57C,0.07000*%
%ADD58C,0.00700*%
G36*
X-61046Y80185D02*
X60550D01*
X60553Y80185D01*
X61046Y80185D01*
X61531Y80148D01*
X62751Y80052D01*
X64413Y79653D01*
X65992Y78999D01*
X67205Y78256D01*
X67605Y77962D01*
X67605Y77962D01*
X67605Y77962D01*
X70086Y76006D01*
X73162Y73162D01*
X76006Y70086D01*
X77962Y67605D01*
X77962Y67605D01*
X77962Y67605D01*
X78256Y67204D01*
X78999Y65992D01*
X79653Y64413D01*
X80052Y62751D01*
X80148Y61531D01*
X80185Y61046D01*
X80255Y60695D01*
X80317Y60601D01*
X80396Y60483D01*
Y-60483D01*
X80255Y-60695D01*
X80185Y-61046D01*
X80148Y-61531D01*
X80052Y-62751D01*
X79653Y-64413D01*
X78999Y-65992D01*
X78256Y-67205D01*
X77962Y-67605D01*
X77962Y-67605D01*
X77962Y-67605D01*
X76006Y-70086D01*
X73162Y-73162D01*
X70086Y-76006D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67204Y-78256D01*
X65992Y-78999D01*
X64413Y-79653D01*
X62751Y-80052D01*
X61554Y-80146D01*
X61258Y-80087D01*
X-60835D01*
X-61186Y-80157D01*
X-61210Y-80173D01*
X-62751Y-80052D01*
X-64413Y-79653D01*
X-65992Y-78999D01*
X-67204Y-78256D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-70086Y-76006D01*
X-73162Y-73162D01*
X-76006Y-70086D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-78256Y-67204D01*
X-78999Y-65992D01*
X-79653Y-64413D01*
X-80052Y-62751D01*
X-80153Y-61465D01*
X-80043Y-61300D01*
X-79973Y-60949D01*
Y-54406D01*
X-79615Y-54277D01*
X-79473Y-54265D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78473D01*
X-78396Y-54833D01*
X-78289Y-54834D01*
X-78201Y-54839D01*
X-78123Y-54848D01*
X-78055Y-54860D01*
X-77997Y-54874D01*
X-77949Y-54890D01*
X-77913Y-54905D01*
X-75849Y-56969D01*
Y-65800D01*
X-75659Y-66259D01*
X-68159Y-73759D01*
X-67700Y-73949D01*
X-54900D01*
X-54441Y-73759D01*
X-49241Y-68559D01*
X-49051Y-68100D01*
Y-23300D01*
X-49241Y-22841D01*
X-49595Y-22487D01*
X-49610Y-22451D01*
X-49626Y-22403D01*
X-49640Y-22345D01*
X-49651Y-22283D01*
X-49666Y-22105D01*
X-49667Y-22004D01*
X-49700Y-21927D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
X-51259D01*
X-51736Y-20898D01*
X-52102Y-21264D01*
X-52300Y-21741D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-51073D01*
X-50996Y-23333D01*
X-50889Y-23334D01*
X-50801Y-23339D01*
X-50723Y-23348D01*
X-50655Y-23360D01*
X-50597Y-23374D01*
X-50549Y-23390D01*
X-50513Y-23405D01*
X-50349Y-23569D01*
Y-30205D01*
X-50529Y-30332D01*
X-50849Y-30462D01*
X-51241Y-30300D01*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31527D01*
X-52833Y-31604D01*
X-52834Y-31711D01*
X-52839Y-31799D01*
X-52848Y-31877D01*
X-52860Y-31945D01*
X-52874Y-32003D01*
X-52890Y-32051D01*
X-52905Y-32087D01*
X-53959Y-33141D01*
X-54149Y-33600D01*
Y-36831D01*
X-57490Y-40172D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57354Y-41630D01*
X-56941Y-41459D01*
X-53041Y-37559D01*
X-52851Y-37100D01*
Y-33869D01*
X-51987Y-33005D01*
X-51951Y-32990D01*
X-51903Y-32974D01*
X-51845Y-32960D01*
X-51783Y-32949D01*
X-51605Y-32934D01*
X-51504Y-32933D01*
X-51427Y-32900D01*
X-51241D01*
X-50849Y-32738D01*
X-50529Y-32868D01*
X-50349Y-32995D01*
Y-67831D01*
X-55169Y-72651D01*
X-67431D01*
X-74551Y-65531D01*
Y-56700D01*
X-74695Y-56350D01*
X-74272Y-56067D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-52073D01*
X-72167Y-51996D01*
X-72166Y-51889D01*
X-72161Y-51801D01*
X-72152Y-51723D01*
X-72140Y-51655D01*
X-72126Y-51597D01*
X-72110Y-51549D01*
X-72095Y-51513D01*
X-63831Y-43249D01*
X-63438D01*
X-63402Y-43264D01*
X-63357Y-43287D01*
X-63306Y-43317D01*
X-63254Y-43354D01*
X-63118Y-43469D01*
X-63045Y-43540D01*
X-62968Y-43571D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
X-62359D01*
X-62836Y-41498D01*
X-62968Y-41629D01*
X-63045Y-41660D01*
X-63122Y-41735D01*
X-63188Y-41794D01*
X-63249Y-41843D01*
X-63306Y-41883D01*
X-63357Y-41913D01*
X-63402Y-41936D01*
X-63438Y-41951D01*
X-64100D01*
X-64559Y-42141D01*
X-72906Y-50488D01*
X-73186Y-50512D01*
X-73231Y-50468D01*
X-73324Y-49943D01*
X-70907Y-47526D01*
X-70717Y-47066D01*
Y-46957D01*
X-70714Y-46948D01*
X-70705Y-46929D01*
X-70695Y-46911D01*
X-70682Y-46894D01*
X-70666Y-46876D01*
X-70645Y-46857D01*
X-70603Y-46826D01*
X-70586Y-46797D01*
X-70555Y-46785D01*
X-70539Y-46744D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72194Y-46744D01*
X-72177Y-46785D01*
X-72406Y-47180D01*
X-72435Y-47216D01*
X-75959Y-50741D01*
X-76149Y-51200D01*
Y-53000D01*
X-75959Y-53459D01*
X-74906Y-54513D01*
X-74890Y-54549D01*
X-74874Y-54597D01*
X-74860Y-54655D01*
X-74849Y-54717D01*
X-74834Y-54895D01*
X-74833Y-54996D01*
X-74800Y-55073D01*
Y-55259D01*
X-74647Y-55627D01*
X-75071Y-55910D01*
X-76995Y-53987D01*
X-77010Y-53951D01*
X-77026Y-53903D01*
X-77040Y-53845D01*
X-77051Y-53783D01*
X-77066Y-53605D01*
X-77067Y-53504D01*
X-77100Y-53427D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
X-78659D01*
X-79136Y-52398D01*
X-79473Y-52735D01*
X-79615Y-52723D01*
X-79973Y-52594D01*
Y61144D01*
X-80043Y61495D01*
X-80139Y61639D01*
X-80052Y62751D01*
X-79653Y64413D01*
X-78999Y65992D01*
X-78256Y67205D01*
X-77962Y67605D01*
X-77961Y67605D01*
X-77962Y67605D01*
X-76006Y70086D01*
X-73162Y73162D01*
X-70086Y76006D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67204Y78256D01*
X-65992Y78999D01*
X-64413Y79653D01*
X-62751Y80052D01*
X-61051Y80186D01*
X-61046Y80185D01*
D02*
G37*
G36*
X-50099Y-22126D02*
X-50081Y-22339D01*
X-50064Y-22434D01*
X-50042Y-22523D01*
X-50015Y-22605D01*
X-49983Y-22679D01*
X-49946Y-22747D01*
X-49904Y-22807D01*
X-49856Y-22861D01*
X-50139Y-23144D01*
X-50193Y-23096D01*
X-50253Y-23054D01*
X-50321Y-23017D01*
X-50395Y-22985D01*
X-50477Y-22958D01*
X-50566Y-22936D01*
X-50661Y-22919D01*
X-50764Y-22908D01*
X-50874Y-22901D01*
X-50991Y-22900D01*
X-50100Y-22009D01*
X-50099Y-22126D01*
D02*
G37*
G36*
X-51509Y-32500D02*
X-51626Y-32501D01*
X-51838Y-32519D01*
X-51934Y-32536D01*
X-52023Y-32558D01*
X-52105Y-32585D01*
X-52179Y-32617D01*
X-52247Y-32654D01*
X-52307Y-32696D01*
X-52361Y-32744D01*
X-52644Y-32461D01*
X-52596Y-32407D01*
X-52554Y-32347D01*
X-52517Y-32279D01*
X-52485Y-32205D01*
X-52458Y-32123D01*
X-52436Y-32034D01*
X-52419Y-31938D01*
X-52408Y-31836D01*
X-52401Y-31726D01*
X-52400Y-31609D01*
X-51509Y-32500D01*
D02*
G37*
G36*
X-57627Y-40773D02*
X-57619Y-40779D01*
X-57606Y-40784D01*
X-57590Y-40788D01*
X-57569Y-40792D01*
X-57543Y-40795D01*
X-57480Y-40799D01*
X-57400Y-40800D01*
Y-41200D01*
X-57442Y-41200D01*
X-57569Y-41208D01*
X-57590Y-41212D01*
X-57606Y-41216D01*
X-57619Y-41221D01*
X-57627Y-41227D01*
X-57631Y-41233D01*
Y-40767D01*
X-57627Y-40773D01*
D02*
G37*
G36*
X-62743Y-43230D02*
X-62826Y-43148D01*
X-62989Y-43011D01*
X-63069Y-42955D01*
X-63147Y-42908D01*
X-63224Y-42869D01*
X-63299Y-42839D01*
X-63374Y-42817D01*
X-63446Y-42804D01*
X-63517Y-42800D01*
Y-42400D01*
X-63446Y-42396D01*
X-63374Y-42383D01*
X-63299Y-42361D01*
X-63224Y-42331D01*
X-63147Y-42292D01*
X-63069Y-42245D01*
X-62989Y-42189D01*
X-62909Y-42125D01*
X-62826Y-42052D01*
X-62743Y-41970D01*
Y-43230D01*
D02*
G37*
G36*
X-70919Y-46522D02*
X-70971Y-46568D01*
X-71017Y-46618D01*
X-71057Y-46672D01*
X-71090Y-46729D01*
X-71118Y-46789D01*
X-71139Y-46853D01*
X-71154Y-46921D01*
X-71163Y-46992D01*
X-71166Y-47066D01*
X-71566D01*
X-71569Y-46992D01*
X-71579Y-46921D01*
X-71594Y-46853D01*
X-71615Y-46789D01*
X-71643Y-46729D01*
X-71676Y-46672D01*
X-71716Y-46618D01*
X-71762Y-46568D01*
X-71813Y-46522D01*
X-71871Y-46479D01*
X-70862D01*
X-70919Y-46522D01*
D02*
G37*
G36*
X-72356Y-51139D02*
X-72404Y-51193D01*
X-72446Y-51253D01*
X-72483Y-51321D01*
X-72515Y-51395D01*
X-72542Y-51477D01*
X-72564Y-51566D01*
X-72581Y-51661D01*
X-72592Y-51764D01*
X-72599Y-51874D01*
X-72600Y-51991D01*
X-73491Y-51100D01*
X-73374Y-51099D01*
X-73162Y-51081D01*
X-73066Y-51064D01*
X-72977Y-51042D01*
X-72895Y-51015D01*
X-72821Y-50983D01*
X-72753Y-50946D01*
X-72693Y-50904D01*
X-72639Y-50856D01*
X-72356Y-51139D01*
D02*
G37*
G36*
X-77499Y-53626D02*
X-77481Y-53838D01*
X-77464Y-53934D01*
X-77442Y-54023D01*
X-77415Y-54105D01*
X-77383Y-54179D01*
X-77346Y-54247D01*
X-77304Y-54307D01*
X-77256Y-54361D01*
X-77539Y-54644D01*
X-77593Y-54596D01*
X-77653Y-54554D01*
X-77721Y-54517D01*
X-77795Y-54485D01*
X-77877Y-54458D01*
X-77966Y-54436D01*
X-78061Y-54419D01*
X-78164Y-54408D01*
X-78274Y-54401D01*
X-78391Y-54400D01*
X-77500Y-53509D01*
X-77499Y-53626D01*
D02*
G37*
G36*
X-74307Y-53904D02*
X-74247Y-53946D01*
X-74179Y-53983D01*
X-74105Y-54015D01*
X-74023Y-54042D01*
X-73934Y-54064D01*
X-73839Y-54081D01*
X-73736Y-54092D01*
X-73626Y-54099D01*
X-73509Y-54100D01*
X-74400Y-54991D01*
X-74401Y-54874D01*
X-74419Y-54662D01*
X-74436Y-54566D01*
X-74458Y-54477D01*
X-74485Y-54395D01*
X-74517Y-54321D01*
X-74554Y-54253D01*
X-74596Y-54193D01*
X-74644Y-54139D01*
X-74361Y-53856D01*
X-74307Y-53904D01*
D02*
G37*
%LPC*%
G36*
X4814Y56681D02*
X4185D01*
X3604Y56440D01*
X3317Y56153D01*
X3000Y56048D01*
X2683Y56153D01*
X2396Y56440D01*
X1815Y56681D01*
X1185D01*
X604Y56440D01*
X160Y55996D01*
X-81Y55414D01*
Y54786D01*
X160Y54204D01*
X447Y53917D01*
X552Y53600D01*
X447Y53283D01*
X160Y52996D01*
X-81Y52415D01*
Y51785D01*
X160Y51204D01*
X604Y50760D01*
X1185Y50519D01*
X1815D01*
X2396Y50760D01*
X2683Y51047D01*
X3000Y51152D01*
X3317Y51047D01*
X3604Y50760D01*
X4185Y50519D01*
X4814D01*
X5396Y50760D01*
X5840Y51204D01*
X6081Y51785D01*
Y52415D01*
X5840Y52996D01*
X5553Y53283D01*
X5448Y53600D01*
X5553Y53917D01*
X5840Y54204D01*
X6081Y54786D01*
Y55414D01*
X5840Y55996D01*
X5396Y56440D01*
X4814Y56681D01*
D02*
G37*
G36*
X-19185D02*
X-19815D01*
X-20396Y56440D01*
X-20683Y56153D01*
X-21000Y56048D01*
X-21317Y56153D01*
X-21604Y56440D01*
X-22185Y56681D01*
X-22815D01*
X-23396Y56440D01*
X-23840Y55996D01*
X-24081Y55414D01*
Y54786D01*
X-23840Y54204D01*
X-23553Y53917D01*
X-23448Y53600D01*
X-23553Y53283D01*
X-23840Y52996D01*
X-24081Y52415D01*
Y51785D01*
X-23840Y51204D01*
X-23396Y50760D01*
X-22815Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21317Y51047D01*
X-21000Y51152D01*
X-20683Y51047D01*
X-20396Y50760D01*
X-19815Y50519D01*
X-19185D01*
X-18604Y50760D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y52415D01*
X-18160Y52996D01*
X-18447Y53283D01*
X-18552Y53600D01*
X-18447Y53917D01*
X-18160Y54204D01*
X-17919Y54786D01*
Y55414D01*
X-18160Y55996D01*
X-18604Y56440D01*
X-19185Y56681D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X19614Y46281D02*
X18985D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17960Y43804D01*
X18247Y43517D01*
X18352Y43200D01*
X18247Y42883D01*
X17960Y42596D01*
X17719Y42015D01*
Y41385D01*
X17960Y40804D01*
X18247Y40517D01*
X18352Y40200D01*
X18247Y39883D01*
X17960Y39596D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18404Y37360D01*
X18985Y37119D01*
X19614D01*
X20196Y37360D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20640Y39596D01*
X20353Y39883D01*
X20248Y40200D01*
X20353Y40517D01*
X20640Y40804D01*
X20881Y41385D01*
Y42015D01*
X20640Y42596D01*
X20353Y42883D01*
X20248Y43200D01*
X20353Y43517D01*
X20640Y43804D01*
X20881Y44385D01*
Y45015D01*
X20640Y45596D01*
X20196Y46040D01*
X19614Y46281D01*
D02*
G37*
G36*
X-19185Y45581D02*
X-19815D01*
X-20396Y45340D01*
X-20840Y44896D01*
X-21081Y44315D01*
Y43685D01*
X-20840Y43104D01*
X-20553Y42817D01*
X-20448Y42500D01*
X-20553Y42183D01*
X-20840Y41896D01*
X-21081Y41315D01*
Y40685D01*
X-20840Y40104D01*
X-20553Y39817D01*
X-20448Y39500D01*
X-20553Y39183D01*
X-20840Y38896D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18160Y38896D01*
X-18447Y39183D01*
X-18552Y39500D01*
X-18447Y39817D01*
X-18160Y40104D01*
X-17919Y40685D01*
Y41315D01*
X-18160Y41896D01*
X-18447Y42183D01*
X-18552Y42500D01*
X-18447Y42817D01*
X-18160Y43104D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
D02*
G37*
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28243D01*
X28305Y52683D01*
X28373Y52692D01*
X28418Y52694D01*
X28458Y52692D01*
X28494Y52686D01*
X28527Y52678D01*
X28558Y52666D01*
X28589Y52651D01*
X28621Y52631D01*
X28655Y52605D01*
X28703Y52561D01*
X28730Y52551D01*
X28745Y52527D01*
X28770Y52521D01*
X36386Y44904D01*
Y23939D01*
X35886Y23732D01*
X30749Y28869D01*
Y31900D01*
X30559Y32359D01*
X27359Y35559D01*
X26900Y35749D01*
X18769D01*
X17059Y37459D01*
X16600Y37649D01*
X5793D01*
X5585Y38149D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5640Y39996D01*
X5353Y40283D01*
X5248Y40600D01*
X5353Y40917D01*
X5640Y41204D01*
X5881Y41785D01*
Y42415D01*
X5640Y42996D01*
X5353Y43283D01*
X5248Y43600D01*
X5353Y43917D01*
X5640Y44204D01*
X5881Y44785D01*
Y45415D01*
X5640Y45996D01*
X5196Y46440D01*
X4614Y46681D01*
X3985D01*
X3404Y46440D01*
X2960Y45996D01*
X2719Y45415D01*
Y44785D01*
X2960Y44204D01*
X3247Y43917D01*
X3352Y43600D01*
X3247Y43283D01*
X2960Y42996D01*
X2719Y42415D01*
Y41785D01*
X2960Y41204D01*
X3247Y40917D01*
X3352Y40600D01*
X3247Y40283D01*
X2960Y39996D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3015Y38149D01*
X2807Y37649D01*
X1338D01*
X1302Y37664D01*
X1257Y37687D01*
X1206Y37718D01*
X1154Y37754D01*
X1018Y37869D01*
X945Y37940D01*
X868Y37971D01*
X736Y38102D01*
X259Y38300D01*
X117D01*
X-91Y38800D01*
X505Y39395D01*
X659Y39627D01*
X714Y39900D01*
Y42053D01*
X733Y42094D01*
X735Y42160D01*
X741Y42206D01*
X750Y42250D01*
X763Y42292D01*
X779Y42334D01*
X799Y42375D01*
X824Y42417D01*
X855Y42460D01*
X891Y42504D01*
X943Y42558D01*
X972Y42634D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-972Y42634D01*
X-943Y42558D01*
X-891Y42504D01*
X-855Y42460D01*
X-824Y42417D01*
X-799Y42375D01*
X-779Y42334D01*
X-763Y42292D01*
X-750Y42250D01*
X-741Y42206D01*
X-735Y42160D01*
X-733Y42094D01*
X-714Y42053D01*
Y40196D01*
X-2119Y38790D01*
X-2619Y38998D01*
Y39415D01*
X-2860Y39996D01*
X-3147Y40283D01*
X-3252Y40600D01*
X-3147Y40917D01*
X-2860Y41204D01*
X-2619Y41785D01*
Y42415D01*
X-2860Y42996D01*
X-3147Y43283D01*
X-3252Y43600D01*
X-3147Y43917D01*
X-2860Y44204D01*
X-2619Y44785D01*
Y45415D01*
X-2860Y45996D01*
X-3304Y46440D01*
X-3886Y46681D01*
X-4515D01*
X-5096Y46440D01*
X-5540Y45996D01*
X-5781Y45415D01*
Y44785D01*
X-5540Y44204D01*
X-5253Y43917D01*
X-5148Y43600D01*
X-5253Y43283D01*
X-5540Y42996D01*
X-5781Y42415D01*
Y41785D01*
X-5540Y41204D01*
X-5253Y40917D01*
X-5148Y40600D01*
X-5253Y40283D01*
X-5540Y39996D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-4098D01*
X-3890Y37019D01*
X-6796Y34114D01*
X-14700D01*
X-14973Y34059D01*
X-15205Y33905D01*
X-21596Y27514D01*
X-35700D01*
X-35973Y27459D01*
X-36205Y27305D01*
X-54096Y9414D01*
X-61600D01*
X-61873Y9359D01*
X-62105Y9205D01*
X-65205Y6105D01*
X-65359Y5873D01*
X-65414Y5600D01*
Y-304D01*
X-66082Y-972D01*
X-66124Y-988D01*
X-66172Y-1033D01*
X-66209Y-1061D01*
X-66246Y-1086D01*
X-66285Y-1107D01*
X-66326Y-1125D01*
X-66370Y-1139D01*
X-66417Y-1151D01*
X-66469Y-1160D01*
X-66526Y-1166D01*
X-66601Y-1167D01*
X-66675Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67406Y-1467D01*
X-67941Y-1550D01*
X-68047Y-1455D01*
X-70282Y780D01*
Y5420D01*
X-61551Y14151D01*
X-61352Y14449D01*
X-61282Y14800D01*
Y22820D01*
X-58120Y25982D01*
X-57930D01*
X-57894Y25967D01*
X-57801Y25966D01*
X-57727Y25963D01*
X-57594Y25950D01*
X-57554Y25943D01*
X-57523Y25936D01*
X-57507Y25931D01*
X-57493Y25922D01*
X-57486Y25921D01*
X-57481Y25919D01*
X-57472Y25919D01*
X-57455Y25917D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
X-56859D01*
X-57336Y28002D01*
X-57455Y27883D01*
X-57472Y27881D01*
X-57481Y27880D01*
X-57486Y27879D01*
X-57493Y27878D01*
X-57507Y27869D01*
X-57523Y27864D01*
X-57554Y27857D01*
X-57590Y27851D01*
X-57808Y27834D01*
X-57894Y27833D01*
X-57930Y27818D01*
X-58500D01*
X-58597Y27798D01*
X-58843Y28259D01*
X-56751Y30351D01*
X-56552Y30649D01*
X-56482Y31000D01*
Y33800D01*
X-56552Y34151D01*
X-56751Y34449D01*
X-58411Y36109D01*
X-58425Y36145D01*
X-58491Y36212D01*
X-58540Y36266D01*
X-58625Y36369D01*
X-58649Y36402D01*
X-58665Y36429D01*
X-58673Y36444D01*
X-58677Y36460D01*
X-58682Y36466D01*
X-58683Y36470D01*
X-58690Y36477D01*
X-58700Y36490D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-60090D01*
X-60077Y35090D01*
X-60070Y35083D01*
X-60066Y35082D01*
X-60060Y35077D01*
X-60044Y35073D01*
X-60029Y35065D01*
X-60002Y35049D01*
X-59973Y35028D01*
X-59806Y34885D01*
X-59745Y34825D01*
X-59709Y34811D01*
X-58884Y33986D01*
X-59164Y33602D01*
X-59641Y33800D01*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32590D01*
X-61210Y32577D01*
X-61217Y32570D01*
X-61218Y32566D01*
X-61223Y32560D01*
X-61227Y32544D01*
X-61235Y32529D01*
X-61251Y32502D01*
X-61272Y32473D01*
X-61415Y32306D01*
X-61475Y32245D01*
X-61489Y32209D01*
X-65649Y28049D01*
X-65848Y27751D01*
X-65918Y27400D01*
Y16340D01*
X-75349Y6909D01*
X-75548Y6611D01*
X-75618Y6260D01*
Y-5700D01*
X-75548Y-6051D01*
X-75349Y-6349D01*
X-69449Y-12249D01*
X-69151Y-12448D01*
X-68800Y-12518D01*
X-66360D01*
X-61429Y-17449D01*
X-61131Y-17648D01*
X-60780Y-17718D01*
X-57032D01*
X-56825Y-18218D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56886Y-19752D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55857D01*
X-55780Y-20349D01*
X-55674Y-20350D01*
X-55585Y-20355D01*
X-55507Y-20364D01*
X-55439Y-20376D01*
X-55381Y-20390D01*
X-55333Y-20406D01*
X-55297Y-20421D01*
X-54149Y-21569D01*
Y-28731D01*
X-55859Y-30441D01*
X-56049Y-30900D01*
Y-35131D01*
X-56513Y-35594D01*
X-56549Y-35610D01*
X-56597Y-35626D01*
X-56655Y-35640D01*
X-56717Y-35651D01*
X-56895Y-35666D01*
X-56996Y-35667D01*
X-57073Y-35700D01*
X-57259D01*
X-57736Y-35898D01*
X-58102Y-36264D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-37073D01*
X-55667Y-36996D01*
X-55666Y-36889D01*
X-55661Y-36801D01*
X-55652Y-36723D01*
X-55640Y-36655D01*
X-55626Y-36597D01*
X-55610Y-36549D01*
X-55594Y-36513D01*
X-54941Y-35859D01*
X-54751Y-35400D01*
Y-31169D01*
X-53041Y-29459D01*
X-52851Y-29000D01*
Y-21300D01*
X-53041Y-20841D01*
X-54184Y-19698D01*
X-54173Y-19532D01*
X-53974Y-19399D01*
X-53657Y-19310D01*
X-53451Y-19448D01*
X-53100Y-19518D01*
X-49580D01*
X-45918Y-23180D01*
Y-29100D01*
X-45848Y-29451D01*
X-45649Y-29749D01*
X-42136Y-33261D01*
X-42122Y-33297D01*
X-42057Y-33364D01*
X-42007Y-33419D01*
X-41922Y-33522D01*
X-41899Y-33555D01*
X-41882Y-33582D01*
X-41874Y-33597D01*
X-41870Y-33612D01*
X-41866Y-33619D01*
X-41864Y-33623D01*
X-41857Y-33630D01*
X-41847Y-33643D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40637D01*
X-40624Y-34863D01*
X-40617Y-34869D01*
X-40613Y-34871D01*
X-40607Y-34876D01*
X-40592Y-34879D01*
X-40576Y-34887D01*
X-40549Y-34904D01*
X-40520Y-34925D01*
X-40354Y-35067D01*
X-40292Y-35127D01*
X-40256Y-35142D01*
X-38649Y-36749D01*
X-38351Y-36948D01*
X-38000Y-37018D01*
X-35500D01*
X-35403Y-36998D01*
X-35157Y-37459D01*
X-35269Y-37572D01*
X-35468Y-37869D01*
X-35538Y-38221D01*
Y-39870D01*
X-35554Y-39906D01*
X-35555Y-39999D01*
X-35558Y-40073D01*
X-35571Y-40206D01*
X-35577Y-40246D01*
X-35585Y-40277D01*
X-35590Y-40293D01*
X-35598Y-40307D01*
X-35599Y-40314D01*
X-35601Y-40319D01*
X-35601Y-40328D01*
X-35603Y-40345D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33637Y-40345D01*
X-33640Y-40328D01*
X-33640Y-40319D01*
X-33642Y-40314D01*
X-33643Y-40307D01*
X-33651Y-40293D01*
X-33656Y-40277D01*
X-33664Y-40246D01*
X-33670Y-40210D01*
X-33687Y-39992D01*
X-33688Y-39906D01*
X-33703Y-39870D01*
Y-38601D01*
X-30620Y-35518D01*
X-21660D01*
X-21309Y-35448D01*
X-21012Y-35249D01*
X-13451Y-27689D01*
X-13252Y-27391D01*
X-13182Y-27040D01*
Y-16480D01*
X-10420Y-13718D01*
X10200D01*
X10551Y-13648D01*
X10849Y-13449D01*
X13349Y-10949D01*
X13548Y-10651D01*
X13618Y-10300D01*
Y5600D01*
X13548Y5951D01*
X13349Y6249D01*
X12389Y7209D01*
X12375Y7245D01*
X12309Y7312D01*
X12260Y7366D01*
X12175Y7469D01*
X12151Y7502D01*
X12135Y7529D01*
X12127Y7544D01*
X12123Y7560D01*
X12118Y7566D01*
X12117Y7570D01*
X12110Y7577D01*
X12100Y7590D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X10710D01*
X10723Y6190D01*
X10730Y6183D01*
X10734Y6182D01*
X10740Y6177D01*
X10756Y6173D01*
X10771Y6165D01*
X10798Y6149D01*
X10827Y6128D01*
X10994Y5985D01*
X11055Y5925D01*
X11091Y5911D01*
X11782Y5220D01*
Y-9920D01*
X9820Y-11882D01*
X-10800D01*
X-11151Y-11952D01*
X-11449Y-12151D01*
X-11720Y-12423D01*
X-12182Y-12231D01*
Y-9580D01*
X-11691Y-9089D01*
X-11655Y-9075D01*
X-11588Y-9009D01*
X-11534Y-8960D01*
X-11431Y-8875D01*
X-11398Y-8851D01*
X-11371Y-8835D01*
X-11356Y-8827D01*
X-11340Y-8823D01*
X-11334Y-8818D01*
X-11330Y-8817D01*
X-11323Y-8810D01*
X-11310Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7410D01*
X-12710Y-7423D01*
X-12717Y-7430D01*
X-12718Y-7434D01*
X-12723Y-7440D01*
X-12727Y-7456D01*
X-12735Y-7471D01*
X-12751Y-7498D01*
X-12772Y-7527D01*
X-12915Y-7694D01*
X-12975Y-7755D01*
X-13095Y-7763D01*
X-13582Y-7336D01*
Y-2656D01*
X-13567Y-2623D01*
X-13561Y-2442D01*
X-13543Y-2283D01*
X-13514Y-2132D01*
X-13474Y-1986D01*
X-13423Y-1846D01*
X-13360Y-1711D01*
X-13286Y-1579D01*
X-13199Y-1452D01*
X-13099Y-1328D01*
X-12976Y-1195D01*
X-12963Y-1161D01*
X-10891Y911D01*
X-10855Y925D01*
X-10788Y991D01*
X-10734Y1040D01*
X-10631Y1125D01*
X-10598Y1149D01*
X-10571Y1166D01*
X-10556Y1173D01*
X-10540Y1177D01*
X-10534Y1182D01*
X-10530Y1183D01*
X-10523Y1190D01*
X-10510Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2590D01*
X-11910Y2577D01*
X-11917Y2570D01*
X-11918Y2566D01*
X-11923Y2560D01*
X-11927Y2544D01*
X-11935Y2529D01*
X-11951Y2502D01*
X-11972Y2473D01*
X-12115Y2306D01*
X-12175Y2245D01*
X-12189Y2209D01*
X-14261Y137D01*
X-14295Y124D01*
X-14427Y1D01*
X-14552Y-99D01*
X-14680Y-186D01*
X-14811Y-260D01*
X-14946Y-323D01*
X-15086Y-374D01*
X-15232Y-414D01*
X-15383Y-443D01*
X-15542Y-461D01*
X-15723Y-467D01*
X-15756Y-482D01*
X-24557D01*
X-24764Y18D01*
X-13731Y11051D01*
X10131D01*
X27894Y-6713D01*
X27910Y-6749D01*
X27926Y-6797D01*
X27940Y-6855D01*
X27951Y-6917D01*
X27966Y-7095D01*
X27967Y-7196D01*
X28000Y-7273D01*
Y-7459D01*
X28198Y-7936D01*
X28312Y-8051D01*
X28105Y-8551D01*
X25569D01*
X17206Y-187D01*
X17190Y-151D01*
X17174Y-103D01*
X17160Y-45D01*
X17149Y17D01*
X17134Y195D01*
X17133Y296D01*
X17100Y373D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X15727D01*
X15804Y-1033D01*
X15911Y-1034D01*
X15999Y-1039D01*
X16077Y-1048D01*
X16145Y-1060D01*
X16203Y-1074D01*
X16251Y-1090D01*
X16287Y-1106D01*
X24841Y-9659D01*
X25300Y-9849D01*
X34600D01*
X35059Y-9659D01*
X35886Y-8832D01*
X36386Y-9039D01*
Y-55490D01*
X29090Y-62786D01*
X7296D01*
X6605Y-62095D01*
X6373Y-61941D01*
X6100Y-61886D01*
X3466D01*
X3437Y-61870D01*
X3420Y-61875D01*
X3404Y-61867D01*
X3339Y-61865D01*
X3295Y-61859D01*
X3257Y-61850D01*
X3221Y-61839D01*
X3187Y-61824D01*
X3154Y-61805D01*
X3121Y-61782D01*
X3088Y-61754D01*
X3053Y-61719D01*
X3008Y-61666D01*
X2935Y-61628D01*
X2705Y-61398D01*
X2227Y-61200D01*
X1710D01*
X1232Y-61398D01*
X866Y-61764D01*
X668Y-62241D01*
Y-62759D01*
X866Y-63236D01*
X916Y-63286D01*
X709Y-63786D01*
X-1000D01*
X-1273Y-63841D01*
X-1458Y-63964D01*
X-1526Y-63990D01*
X-1579Y-64039D01*
X-1620Y-64072D01*
X-1659Y-64099D01*
X-1697Y-64121D01*
X-1733Y-64138D01*
X-1770Y-64151D01*
X-1806Y-64160D01*
X-1843Y-64166D01*
X-1883Y-64169D01*
X-1944Y-64169D01*
X-1947Y-64170D01*
X-1950Y-64168D01*
X-2026Y-64200D01*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65526D01*
X-668Y-65450D01*
X-450Y-65326D01*
X-239Y-65214D01*
X3101D01*
X3182Y-65700D01*
X2233Y-66093D01*
X1419Y-66719D01*
X-1929Y-70066D01*
X-12189D01*
X-12523Y-69566D01*
X-12419Y-69314D01*
Y-68686D01*
X-12660Y-68104D01*
X-13066Y-67698D01*
Y-67302D01*
X-12660Y-66896D01*
X-12419Y-66315D01*
Y-65685D01*
X-12660Y-65104D01*
X-13104Y-64660D01*
X-13381Y-64545D01*
X-13593Y-64033D01*
X-14219Y-63218D01*
X-15033Y-62593D01*
X-15982Y-62200D01*
X-17000Y-62066D01*
X-18018Y-62200D01*
X-18967Y-62593D01*
X-19782Y-63218D01*
X-20407Y-64033D01*
X-20619Y-64545D01*
X-20896Y-64660D01*
X-21340Y-65104D01*
X-21581Y-65685D01*
Y-66315D01*
X-21340Y-66896D01*
X-20934Y-67302D01*
Y-67698D01*
X-21340Y-68104D01*
X-21581Y-68686D01*
Y-69314D01*
X-21340Y-69896D01*
X-20934Y-70302D01*
Y-70698D01*
X-21340Y-71104D01*
X-21581Y-71685D01*
Y-72315D01*
X-21340Y-72896D01*
X-20934Y-73302D01*
Y-74000D01*
X-20800Y-75018D01*
X-20407Y-75967D01*
X-19782Y-76781D01*
X-18967Y-77407D01*
X-18018Y-77800D01*
X-17000Y-77934D01*
X-300D01*
X718Y-77800D01*
X1667Y-77407D01*
X2482Y-76781D01*
X5829Y-73434D01*
X38468D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39381Y-74455D01*
X39593Y-74967D01*
X40218Y-75782D01*
X41033Y-76407D01*
X41982Y-76800D01*
X43000Y-76934D01*
X44018Y-76800D01*
X44967Y-76407D01*
X45781Y-75782D01*
X46407Y-74967D01*
X46619Y-74455D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72819D01*
X48281Y-72281D01*
X48907Y-71467D01*
X49300Y-70518D01*
X49434Y-69500D01*
X49300Y-68482D01*
X48907Y-67533D01*
X48281Y-66719D01*
X47467Y-66093D01*
X47232Y-65996D01*
X46896Y-65660D01*
X46619Y-65545D01*
X46407Y-65033D01*
X45781Y-64218D01*
X44967Y-63593D01*
X44018Y-63200D01*
X43000Y-63066D01*
X41982Y-63200D01*
X41033Y-63593D01*
X40218Y-64218D01*
X39593Y-65033D01*
X39381Y-65545D01*
X39329Y-65566D01*
X30364D01*
X30212Y-65066D01*
X30305Y-65005D01*
X38605Y-56705D01*
X38759Y-56473D01*
X38814Y-56200D01*
Y47700D01*
X38759Y47973D01*
X38605Y48205D01*
X33628Y53182D01*
X33612Y53224D01*
X33567Y53272D01*
X33539Y53309D01*
X33514Y53346D01*
X33493Y53385D01*
X33475Y53426D01*
X33461Y53470D01*
X33448Y53517D01*
X33440Y53569D01*
X33435Y53626D01*
X33433Y53701D01*
X33400Y53775D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30959Y53057D01*
X30535Y52774D01*
X29681Y53628D01*
X29665Y53671D01*
X29620Y53720D01*
X29588Y53759D01*
X29558Y53802D01*
X29531Y53847D01*
X29506Y53895D01*
X29484Y53947D01*
X29463Y54002D01*
X29446Y54063D01*
X29431Y54127D01*
X29417Y54207D01*
X29400Y54234D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72029Y2632D01*
X72060Y2555D01*
X72135Y2478D01*
X72193Y2412D01*
X72243Y2351D01*
X72282Y2294D01*
X72313Y2243D01*
X72336Y2198D01*
X72351Y2162D01*
Y-431D01*
X69431Y-3351D01*
X51338D01*
X51302Y-3336D01*
X51257Y-3313D01*
X51206Y-3283D01*
X51154Y-3246D01*
X51018Y-3131D01*
X50945Y-3060D01*
X50868Y-3029D01*
X50736Y-2898D01*
X50259Y-2700D01*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X50868Y-4971D01*
X50945Y-4940D01*
X51022Y-4865D01*
X51088Y-4806D01*
X51149Y-4757D01*
X51206Y-4718D01*
X51257Y-4687D01*
X51302Y-4664D01*
X51338Y-4649D01*
X69700D01*
X70159Y-4459D01*
X73459Y-1159D01*
X73649Y-700D01*
Y2162D01*
X73664Y2198D01*
X73687Y2243D01*
X73717Y2294D01*
X73754Y2346D01*
X73869Y2482D01*
X73940Y2555D01*
X73971Y2632D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4627D01*
X71667Y-4704D01*
X71666Y-4811D01*
X71661Y-4899D01*
X71652Y-4977D01*
X71640Y-5045D01*
X71626Y-5103D01*
X71610Y-5151D01*
X71595Y-5187D01*
X70231Y-6551D01*
X51338D01*
X51302Y-6536D01*
X51257Y-6513D01*
X51206Y-6482D01*
X51154Y-6446D01*
X51018Y-6331D01*
X50945Y-6260D01*
X50868Y-6229D01*
X50736Y-6098D01*
X50259Y-5900D01*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X50868Y-8171D01*
X50945Y-8140D01*
X51022Y-8065D01*
X51088Y-8006D01*
X51149Y-7957D01*
X51206Y-7918D01*
X51257Y-7887D01*
X51302Y-7864D01*
X51338Y-7849D01*
X70500D01*
X70959Y-7659D01*
X72513Y-6106D01*
X72549Y-6090D01*
X72597Y-6074D01*
X72655Y-6060D01*
X72717Y-6049D01*
X72895Y-6034D01*
X72996Y-6033D01*
X73073Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X18259Y-15000D02*
X17741D01*
X17264Y-15198D01*
X16900Y-15562D01*
X16536Y-15198D01*
X16059Y-15000D01*
X15541D01*
X15064Y-15198D01*
X14698Y-15564D01*
X14500Y-16041D01*
Y-16559D01*
X14698Y-17036D01*
X15064Y-17402D01*
X15541Y-17600D01*
X16059D01*
X16536Y-17402D01*
X16900Y-17039D01*
X17264Y-17402D01*
X17741Y-17600D01*
X18259D01*
X18415Y-17535D01*
X18600Y-17659D01*
X18798Y-18136D01*
X19164Y-18502D01*
X19641Y-18700D01*
X20159D01*
X20636Y-18502D01*
X21002Y-18136D01*
X21200Y-17659D01*
Y-17141D01*
X21002Y-16664D01*
X20636Y-16298D01*
X20159Y-16100D01*
X19641D01*
X19485Y-16165D01*
X19300Y-16041D01*
X19102Y-15564D01*
X18736Y-15198D01*
X18259Y-15000D01*
D02*
G37*
G36*
X22712Y-20200D02*
X22195D01*
X21717Y-20398D01*
X21351Y-20764D01*
X21251Y-21006D01*
X20694Y-21153D01*
X20691Y-21152D01*
X20536Y-20998D01*
X20059Y-20800D01*
X19541D01*
X19064Y-20998D01*
X18698Y-21364D01*
X18500Y-21841D01*
Y-22359D01*
X18698Y-22836D01*
X19064Y-23202D01*
X19541Y-23400D01*
X20059D01*
X20536Y-23202D01*
X20902Y-22836D01*
X21002Y-22594D01*
X21560Y-22447D01*
X21563Y-22448D01*
X21717Y-22602D01*
X22195Y-22800D01*
X22712D01*
X23190Y-22602D01*
X23556Y-22236D01*
X23753Y-21759D01*
Y-21241D01*
X23556Y-20764D01*
X23190Y-20398D01*
X22712Y-20200D01*
D02*
G37*
G36*
X28500Y-14973D02*
X27954Y-15081D01*
X27491Y-15391D01*
X27181Y-15854D01*
X27073Y-16400D01*
Y-21200D01*
Y-24309D01*
X25509Y-25873D01*
X4200D01*
X4200Y-25873D01*
X3654Y-25981D01*
X3191Y-26291D01*
X-769Y-30250D01*
X-1079Y-30714D01*
X-1187Y-31260D01*
X-1187Y-31260D01*
Y-33540D01*
Y-38640D01*
X-1079Y-39186D01*
X-769Y-39650D01*
X-306Y-39959D01*
X240Y-40068D01*
X786Y-39959D01*
X996Y-39819D01*
X1036Y-39802D01*
X1067Y-39771D01*
X1249Y-39650D01*
X1371Y-39467D01*
X1402Y-39436D01*
X1419Y-39396D01*
X1559Y-39186D01*
X1668Y-38640D01*
Y-33540D01*
Y-31851D01*
X4791Y-28727D01*
X26100D01*
X26100Y-28727D01*
X26646Y-28619D01*
X27109Y-28309D01*
X29509Y-25909D01*
X29509Y-25909D01*
X29819Y-25446D01*
X29927Y-24900D01*
Y-21200D01*
Y-16400D01*
X29819Y-15854D01*
X29509Y-15391D01*
X29046Y-15081D01*
X28500Y-14973D01*
D02*
G37*
G36*
X-11241Y-30600D02*
X-11759D01*
X-12236Y-30798D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-11759Y-33200D01*
X-11241D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-11241Y-30600D01*
D02*
G37*
G36*
X-39441Y-40300D02*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41859D01*
X-40802Y-42336D01*
X-40436Y-42702D01*
X-39959Y-42900D01*
X-39441D01*
X-39291Y-42838D01*
X-38908Y-43220D01*
X-39000Y-43441D01*
Y-43959D01*
X-38802Y-44436D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37441D01*
X-36964Y-44802D01*
X-36598Y-44436D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47759D01*
X1398Y-48236D01*
X1764Y-48602D01*
X2241Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
G36*
X29759Y-51000D02*
X29241D01*
X28764Y-51198D01*
X28398Y-51564D01*
X27863Y-51726D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28402Y-53636D01*
X28937Y-53474D01*
X29241Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44010D01*
X-12110Y-44023D01*
X-12117Y-44030D01*
X-12118Y-44034D01*
X-12123Y-44040D01*
X-12127Y-44056D01*
X-12135Y-44071D01*
X-12151Y-44098D01*
X-12172Y-44127D01*
X-12313Y-44292D01*
X-12366Y-44340D01*
X-12469Y-44425D01*
X-12502Y-44449D01*
X-12529Y-44465D01*
X-12544Y-44473D01*
X-12560Y-44477D01*
X-12566Y-44482D01*
X-12570Y-44483D01*
X-12577Y-44490D01*
X-12590Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45890D01*
X-11190Y-45877D01*
X-11183Y-45870D01*
X-11182Y-45866D01*
X-11177Y-45860D01*
X-11173Y-45844D01*
X-11165Y-45829D01*
X-11149Y-45802D01*
X-11134Y-45781D01*
X-11042Y-45704D01*
X-10545Y-45675D01*
X-10509Y-45689D01*
X-8849Y-47349D01*
X-8551Y-47548D01*
X-8200Y-47618D01*
X-3180D01*
X951Y-51749D01*
X1249Y-51948D01*
X1600Y-52018D01*
X7170D01*
X7206Y-52033D01*
X7299Y-52034D01*
X7373Y-52037D01*
X7506Y-52050D01*
X7546Y-52057D01*
X7577Y-52064D01*
X7593Y-52069D01*
X7607Y-52078D01*
X7614Y-52079D01*
X7619Y-52081D01*
X7628Y-52081D01*
X7644Y-52083D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
X8241D01*
X7764Y-49998D01*
X7644Y-50117D01*
X7628Y-50119D01*
X7619Y-50120D01*
X7614Y-50121D01*
X7607Y-50122D01*
X7593Y-50130D01*
X7577Y-50136D01*
X7546Y-50143D01*
X7510Y-50149D01*
X7292Y-50166D01*
X7206Y-50167D01*
X7170Y-50182D01*
X1980D01*
X-2151Y-46051D01*
X-2449Y-45852D01*
X-2800Y-45782D01*
X-7820D01*
X-9211Y-44391D01*
X-9225Y-44355D01*
X-9290Y-44288D01*
X-9340Y-44234D01*
X-9425Y-44131D01*
X-9449Y-44098D01*
X-9465Y-44071D01*
X-9473Y-44056D01*
X-9477Y-44040D01*
X-9482Y-44034D01*
X-9483Y-44030D01*
X-9490Y-44023D01*
X-9500Y-44010D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X24259Y-56200D02*
X23741D01*
X23264Y-56398D01*
X22898Y-56764D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57241D01*
X25102Y-56764D01*
X24736Y-56398D01*
X24259Y-56200D01*
D02*
G37*
%LPD*%
G36*
X29006Y54041D02*
X29027Y53952D01*
X29052Y53868D01*
X29081Y53787D01*
X29115Y53709D01*
X29153Y53635D01*
X29195Y53565D01*
X29242Y53498D01*
X29293Y53435D01*
X29349Y53376D01*
X28996Y52880D01*
X28933Y52937D01*
X28868Y52987D01*
X28800Y53030D01*
X28729Y53064D01*
X28656Y53092D01*
X28580Y53111D01*
X28502Y53123D01*
X28420Y53127D01*
X28337Y53124D01*
X28250Y53113D01*
X28990Y54132D01*
X29006Y54041D01*
D02*
G37*
G36*
X33002Y53600D02*
X33010Y53513D01*
X33024Y53429D01*
X33045Y53347D01*
X33071Y53270D01*
X33104Y53195D01*
X33142Y53124D01*
X33187Y53056D01*
X33237Y52992D01*
X33294Y52930D01*
X32870Y52506D01*
X32808Y52563D01*
X32744Y52613D01*
X32676Y52658D01*
X32605Y52696D01*
X32530Y52729D01*
X32452Y52755D01*
X32372Y52776D01*
X32287Y52790D01*
X32200Y52798D01*
X32109Y52800D01*
X33000Y53691D01*
X33002Y53600D01*
D02*
G37*
G36*
X567Y42792D02*
X511Y42724D01*
X462Y42654D01*
X419Y42583D01*
X383Y42509D01*
X353Y42434D01*
X330Y42356D01*
X313Y42276D01*
X303Y42195D01*
X300Y42112D01*
X-300D01*
X-303Y42195D01*
X-313Y42276D01*
X-330Y42356D01*
X-353Y42434D01*
X-383Y42509D01*
X-419Y42583D01*
X-462Y42654D01*
X-511Y42724D01*
X-567Y42792D01*
X-630Y42857D01*
X630D01*
X567Y42792D01*
D02*
G37*
G36*
X726Y37548D02*
X890Y37411D01*
X969Y37355D01*
X1047Y37308D01*
X1124Y37269D01*
X1199Y37239D01*
X1273Y37217D01*
X1346Y37204D01*
X1417Y37200D01*
Y36800D01*
X1346Y36796D01*
X1273Y36783D01*
X1199Y36761D01*
X1124Y36731D01*
X1047Y36693D01*
X969Y36645D01*
X890Y36589D01*
X809Y36525D01*
X726Y36452D01*
X643Y36370D01*
Y37630D01*
X726Y37548D01*
D02*
G37*
G36*
X-59097Y36353D02*
X-59086Y36311D01*
X-59068Y36265D01*
X-59043Y36216D01*
X-59010Y36163D01*
X-58970Y36106D01*
X-58867Y35982D01*
X-58805Y35914D01*
X-58736Y35843D01*
X-59443Y35135D01*
X-59514Y35205D01*
X-59706Y35370D01*
X-59763Y35410D01*
X-59816Y35443D01*
X-59865Y35468D01*
X-59911Y35486D01*
X-59953Y35497D01*
X-59991Y35500D01*
X-59100Y36391D01*
X-59097Y36353D01*
D02*
G37*
G36*
X-59909Y31600D02*
X-59947Y31597D01*
X-59989Y31586D01*
X-60035Y31568D01*
X-60084Y31543D01*
X-60137Y31510D01*
X-60194Y31470D01*
X-60318Y31367D01*
X-60386Y31305D01*
X-60457Y31236D01*
X-61164Y31943D01*
X-61095Y32014D01*
X-60930Y32206D01*
X-60890Y32263D01*
X-60857Y32316D01*
X-60832Y32365D01*
X-60814Y32411D01*
X-60803Y32453D01*
X-60800Y32491D01*
X-59909Y31600D01*
D02*
G37*
G36*
X14491Y30100D02*
X14413Y30098D01*
X14337Y30089D01*
X14262Y30073D01*
X14189Y30051D01*
X14117Y30023D01*
X14047Y29988D01*
X13978Y29947D01*
X13910Y29899D01*
X13844Y29845D01*
X13779Y29784D01*
X13284Y30279D01*
X13345Y30344D01*
X13399Y30410D01*
X13447Y30478D01*
X13488Y30547D01*
X13523Y30617D01*
X13551Y30689D01*
X13573Y30762D01*
X13589Y30837D01*
X13598Y30913D01*
X13600Y30991D01*
X14491Y30100D01*
D02*
G37*
G36*
X9491D02*
X9413Y30098D01*
X9337Y30089D01*
X9262Y30073D01*
X9189Y30051D01*
X9117Y30023D01*
X9047Y29988D01*
X8978Y29947D01*
X8910Y29899D01*
X8844Y29845D01*
X8779Y29784D01*
X8284Y30279D01*
X8345Y30344D01*
X8399Y30410D01*
X8447Y30478D01*
X8488Y30547D01*
X8523Y30617D01*
X8551Y30689D01*
X8573Y30762D01*
X8589Y30837D01*
X8598Y30913D01*
X8600Y30991D01*
X9491Y30100D01*
D02*
G37*
G36*
X-9509D02*
X-9587Y30098D01*
X-9663Y30089D01*
X-9738Y30073D01*
X-9811Y30051D01*
X-9883Y30023D01*
X-9953Y29988D01*
X-10022Y29947D01*
X-10090Y29899D01*
X-10156Y29845D01*
X-10221Y29784D01*
X-10716Y30279D01*
X-10655Y30344D01*
X-10601Y30410D01*
X-10553Y30478D01*
X-10512Y30547D01*
X-10477Y30617D01*
X-10449Y30689D01*
X-10427Y30762D01*
X-10411Y30837D01*
X-10402Y30913D01*
X-10400Y30991D01*
X-9509Y30100D01*
D02*
G37*
G36*
X-14509D02*
X-14587Y30098D01*
X-14663Y30089D01*
X-14738Y30073D01*
X-14811Y30051D01*
X-14883Y30023D01*
X-14953Y29988D01*
X-15022Y29947D01*
X-15090Y29899D01*
X-15156Y29845D01*
X-15221Y29784D01*
X-15716Y30279D01*
X-15655Y30344D01*
X-15601Y30410D01*
X-15553Y30478D01*
X-15512Y30547D01*
X-15477Y30617D01*
X-15449Y30689D01*
X-15427Y30762D01*
X-15411Y30837D01*
X-15402Y30913D01*
X-15400Y30991D01*
X-14509Y30100D01*
D02*
G37*
G36*
X-57243Y26270D02*
X-57272Y26295D01*
X-57309Y26317D01*
X-57354Y26336D01*
X-57407Y26353D01*
X-57468Y26368D01*
X-57536Y26379D01*
X-57697Y26395D01*
X-57789Y26399D01*
X-57888Y26400D01*
Y27400D01*
X-57789Y27401D01*
X-57536Y27421D01*
X-57468Y27433D01*
X-57407Y27447D01*
X-57354Y27464D01*
X-57309Y27483D01*
X-57272Y27505D01*
X-57243Y27530D01*
Y26270D01*
D02*
G37*
G36*
X11703Y7453D02*
X11714Y7411D01*
X11732Y7365D01*
X11757Y7316D01*
X11790Y7263D01*
X11830Y7206D01*
X11933Y7082D01*
X11995Y7014D01*
X12065Y6943D01*
X11357Y6236D01*
X11286Y6305D01*
X11094Y6470D01*
X11037Y6510D01*
X10984Y6543D01*
X10935Y6568D01*
X10889Y6586D01*
X10847Y6597D01*
X10809Y6600D01*
X11700Y7491D01*
X11703Y7453D01*
D02*
G37*
G36*
X-53974Y6091D02*
X-53965Y6006D01*
X-53951Y5925D01*
X-53931Y5847D01*
X-53905Y5774D01*
X-53873Y5704D01*
X-53836Y5637D01*
X-53793Y5575D01*
X-53744Y5516D01*
X-53689Y5461D01*
X-54949Y5424D01*
X-54897Y5482D01*
X-54851Y5544D01*
X-54810Y5609D01*
X-54775Y5677D01*
X-54745Y5749D01*
X-54720Y5824D01*
X-54701Y5902D01*
X-54688Y5984D01*
X-54680Y6069D01*
X-54677Y6157D01*
X-53977Y6180D01*
X-53974Y6091D01*
D02*
G37*
G36*
X-49877Y6072D02*
X-49875Y5985D01*
X-49857Y5817D01*
X-49842Y5737D01*
X-49822Y5659D01*
X-49798Y5584D01*
X-49770Y5512D01*
X-49737Y5442D01*
X-49700Y5374D01*
X-49658Y5310D01*
X-50894Y5552D01*
X-50834Y5596D01*
X-50780Y5646D01*
X-50732Y5700D01*
X-50691Y5759D01*
X-50656Y5824D01*
X-50628Y5894D01*
X-50605Y5968D01*
X-50590Y6048D01*
X-50580Y6133D01*
X-50577Y6222D01*
X-49877Y6072D01*
D02*
G37*
G36*
X-10609Y1600D02*
X-10647Y1597D01*
X-10689Y1586D01*
X-10735Y1568D01*
X-10784Y1543D01*
X-10837Y1510D01*
X-10894Y1470D01*
X-11018Y1367D01*
X-11086Y1305D01*
X-11157Y1235D01*
X-11864Y1943D01*
X-11795Y2014D01*
X-11630Y2206D01*
X-11590Y2263D01*
X-11557Y2316D01*
X-11532Y2365D01*
X-11514Y2411D01*
X-11503Y2453D01*
X-11500Y2491D01*
X-10609Y1600D01*
D02*
G37*
G36*
X-55284Y1421D02*
X-55345Y1356D01*
X-55399Y1290D01*
X-55447Y1222D01*
X-55488Y1153D01*
X-55523Y1083D01*
X-55551Y1011D01*
X-55573Y938D01*
X-55589Y863D01*
X-55598Y787D01*
X-55600Y709D01*
X-56491Y1600D01*
X-56413Y1602D01*
X-56337Y1611D01*
X-56262Y1627D01*
X-56189Y1649D01*
X-56117Y1677D01*
X-56047Y1712D01*
X-55978Y1753D01*
X-55910Y1801D01*
X-55844Y1855D01*
X-55779Y1916D01*
X-55284Y1421D01*
D02*
G37*
G36*
X-51143Y1379D02*
X-51203Y1314D01*
X-51257Y1248D01*
X-51305Y1181D01*
X-51346Y1112D01*
X-51381Y1041D01*
X-51410Y969D01*
X-51432Y896D01*
X-51447Y821D01*
X-51456Y745D01*
X-51458Y667D01*
X-52349Y1558D01*
X-52271Y1561D01*
X-52195Y1570D01*
X-52121Y1585D01*
X-52047Y1607D01*
X-51975Y1635D01*
X-51905Y1670D01*
X-51836Y1711D01*
X-51768Y1759D01*
X-51702Y1813D01*
X-51638Y1874D01*
X-51143Y1379D01*
D02*
G37*
G36*
X16701Y174D02*
X16719Y-39D01*
X16736Y-134D01*
X16758Y-223D01*
X16785Y-305D01*
X16817Y-379D01*
X16854Y-447D01*
X16896Y-507D01*
X16944Y-561D01*
X16661Y-844D01*
X16607Y-796D01*
X16547Y-754D01*
X16479Y-717D01*
X16405Y-685D01*
X16323Y-658D01*
X16234Y-636D01*
X16139Y-619D01*
X16036Y-608D01*
X15926Y-601D01*
X15809Y-600D01*
X16700Y291D01*
X16701Y174D01*
D02*
G37*
G36*
X-65406Y-1730D02*
X-65463Y-1792D01*
X-65513Y-1856D01*
X-65558Y-1924D01*
X-65596Y-1995D01*
X-65629Y-2070D01*
X-65655Y-2148D01*
X-65675Y-2228D01*
X-65690Y-2313D01*
X-65698Y-2400D01*
X-65700Y-2491D01*
X-66591Y-1600D01*
X-66500Y-1598D01*
X-66413Y-1590D01*
X-66329Y-1575D01*
X-66247Y-1555D01*
X-66170Y-1529D01*
X-66095Y-1496D01*
X-66024Y-1458D01*
X-65956Y-1413D01*
X-65892Y-1363D01*
X-65830Y-1306D01*
X-65406Y-1730D01*
D02*
G37*
G36*
X-13293Y-900D02*
X-13427Y-1044D01*
X-13547Y-1195D01*
X-13654Y-1351D01*
X-13745Y-1513D01*
X-13823Y-1680D01*
X-13887Y-1854D01*
X-13936Y-2034D01*
X-13972Y-2219D01*
X-13993Y-2410D01*
X-14000Y-2607D01*
X-15000Y-2900D01*
X-15010Y-2710D01*
X-15040Y-2540D01*
X-15090Y-2390D01*
X-15160Y-2260D01*
X-15250Y-2150D01*
X-15360Y-2060D01*
X-15490Y-1990D01*
X-15640Y-1940D01*
X-15810Y-1910D01*
X-16000Y-1900D01*
X-15707Y-900D01*
X-15510Y-893D01*
X-15319Y-872D01*
X-15134Y-836D01*
X-14954Y-787D01*
X-14780Y-723D01*
X-14613Y-645D01*
X-14451Y-554D01*
X-14295Y-447D01*
X-14144Y-327D01*
X-14000Y-193D01*
X-13293Y-900D01*
D02*
G37*
G36*
X28493Y-3004D02*
X28553Y-3046D01*
X28621Y-3083D01*
X28695Y-3115D01*
X28777Y-3142D01*
X28866Y-3164D01*
X28962Y-3181D01*
X29064Y-3192D01*
X29174Y-3199D01*
X29291Y-3200D01*
X28400Y-4091D01*
X28399Y-3974D01*
X28381Y-3761D01*
X28364Y-3666D01*
X28342Y-3577D01*
X28315Y-3495D01*
X28283Y-3421D01*
X28246Y-3353D01*
X28204Y-3293D01*
X28156Y-3239D01*
X28439Y-2956D01*
X28493Y-3004D01*
D02*
G37*
G36*
X-17695Y-4872D02*
X-17717Y-4909D01*
X-17736Y-4954D01*
X-17753Y-5007D01*
X-17767Y-5068D01*
X-17779Y-5136D01*
X-17795Y-5297D01*
X-17799Y-5389D01*
X-17800Y-5488D01*
X-18800D01*
X-18801Y-5389D01*
X-18821Y-5136D01*
X-18833Y-5068D01*
X-18847Y-5007D01*
X-18864Y-4954D01*
X-18883Y-4909D01*
X-18905Y-4872D01*
X-18930Y-4843D01*
X-17670D01*
X-17695Y-4872D01*
D02*
G37*
G36*
X28493Y-6104D02*
X28553Y-6146D01*
X28621Y-6183D01*
X28695Y-6215D01*
X28777Y-6242D01*
X28866Y-6264D01*
X28962Y-6281D01*
X29064Y-6292D01*
X29174Y-6299D01*
X29291Y-6300D01*
X28400Y-7191D01*
X28399Y-7074D01*
X28381Y-6861D01*
X28364Y-6766D01*
X28342Y-6677D01*
X28315Y-6595D01*
X28283Y-6521D01*
X28246Y-6453D01*
X28204Y-6393D01*
X28156Y-6339D01*
X28439Y-6056D01*
X28493Y-6104D01*
D02*
G37*
G36*
X-34156Y-7539D02*
X-34204Y-7593D01*
X-34246Y-7653D01*
X-34283Y-7721D01*
X-34315Y-7795D01*
X-34342Y-7877D01*
X-34364Y-7966D01*
X-34381Y-8061D01*
X-34392Y-8164D01*
X-34399Y-8274D01*
X-34400Y-8391D01*
X-35291Y-7500D01*
X-35174Y-7499D01*
X-34962Y-7481D01*
X-34866Y-7464D01*
X-34777Y-7442D01*
X-34695Y-7415D01*
X-34621Y-7383D01*
X-34553Y-7346D01*
X-34493Y-7304D01*
X-34439Y-7256D01*
X-34156Y-7539D01*
D02*
G37*
G36*
X-1300Y36884D02*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X868Y36029D01*
X945Y36060D01*
X1022Y36135D01*
X1088Y36193D01*
X1149Y36243D01*
X1206Y36283D01*
X1257Y36313D01*
X1302Y36336D01*
X1338Y36351D01*
X16331D01*
X18041Y34641D01*
X18500Y34451D01*
X26631D01*
X29451Y31631D01*
Y28600D01*
X29641Y28141D01*
X35151Y22631D01*
Y-7731D01*
X34331Y-8551D01*
X30495D01*
X30288Y-8051D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
X29440Y-5569D01*
X29559Y-5400D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
X29373D01*
X29296Y-2767D01*
X29189Y-2766D01*
X29101Y-2761D01*
X29023Y-2752D01*
X28955Y-2740D01*
X28897Y-2726D01*
X28849Y-2710D01*
X28813Y-2695D01*
X13159Y12959D01*
X12700Y13149D01*
X-14400D01*
X-14859Y12959D01*
X-34813Y-6995D01*
X-34849Y-7010D01*
X-34897Y-7026D01*
X-34955Y-7040D01*
X-35017Y-7051D01*
X-35195Y-7066D01*
X-35296Y-7067D01*
X-35373Y-7100D01*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36522Y-8846D01*
X-36946Y-9129D01*
X-40924Y-5151D01*
X-41222Y-4952D01*
X-41573Y-4882D01*
X-66220D01*
X-66802Y-4300D01*
X-66595Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2575D01*
X-65267Y-2501D01*
X-65265Y-2426D01*
X-65260Y-2369D01*
X-65251Y-2317D01*
X-65240Y-2270D01*
X-65225Y-2226D01*
X-65207Y-2185D01*
X-65186Y-2146D01*
X-65161Y-2109D01*
X-65133Y-2073D01*
X-65088Y-2024D01*
X-65072Y-1982D01*
X-64195Y-1105D01*
X-64041Y-873D01*
X-63986Y-600D01*
Y5304D01*
X-61304Y7986D01*
X-54748D01*
X-54557Y7524D01*
X-54868Y7214D01*
X-55033Y6966D01*
X-55091Y6673D01*
Y6211D01*
X-55110Y6171D01*
X-55112Y6096D01*
X-55117Y6040D01*
X-55126Y5989D01*
X-55137Y5942D01*
X-55151Y5900D01*
X-55167Y5860D01*
X-55186Y5824D01*
X-55208Y5789D01*
X-55233Y5756D01*
X-55273Y5711D01*
X-55297Y5642D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55079Y3740D01*
X-55061Y3436D01*
X-55086Y3177D01*
X-55141Y3141D01*
X-55141Y3141D01*
X-56035Y2247D01*
X-56076Y2231D01*
X-56130Y2180D01*
X-56173Y2145D01*
X-56214Y2116D01*
X-56254Y2092D01*
X-56293Y2073D01*
X-56330Y2058D01*
X-56368Y2047D01*
X-56406Y2039D01*
X-56445Y2035D01*
X-56505Y2033D01*
X-56577Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57236Y-402D01*
X-56759Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y623D01*
X-55167Y695D01*
X-55165Y754D01*
X-55161Y794D01*
X-55153Y832D01*
X-55142Y870D01*
X-55127Y907D01*
X-55108Y946D01*
X-55084Y986D01*
X-55055Y1027D01*
X-55020Y1070D01*
X-54969Y1124D01*
X-54953Y1165D01*
X-54283Y1835D01*
X-53727D01*
X-53584Y1600D01*
X-53485Y1335D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y581D01*
X-51025Y654D01*
X-51024Y713D01*
X-51019Y752D01*
X-51011Y790D01*
X-51000Y828D01*
X-50985Y866D01*
X-50966Y904D01*
X-50942Y944D01*
X-50913Y986D01*
X-50878Y1028D01*
X-50827Y1082D01*
X-50811Y1124D01*
X-50400Y1535D01*
X-49500D01*
X-49207Y1594D01*
X-48959Y1759D01*
X-47659Y3059D01*
X-47493Y3307D01*
X-47435Y3600D01*
X-47435Y3600D01*
Y7816D01*
X-33566Y21685D01*
X5950D01*
X6243Y21744D01*
X6491Y21909D01*
X14035Y29453D01*
X14076Y29469D01*
X14130Y29520D01*
X14173Y29555D01*
X14214Y29584D01*
X14254Y29608D01*
X14293Y29627D01*
X14330Y29642D01*
X14368Y29653D01*
X14406Y29661D01*
X14445Y29665D01*
X14505Y29667D01*
X14577Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y31077D01*
X13167Y31005D01*
X13165Y30945D01*
X13161Y30906D01*
X13153Y30868D01*
X13142Y30830D01*
X13127Y30793D01*
X13108Y30754D01*
X13084Y30714D01*
X13055Y30673D01*
X13020Y30630D01*
X12969Y30576D01*
X12953Y30535D01*
X5633Y23215D01*
X3449D01*
X3258Y23677D01*
X9035Y29453D01*
X9076Y29469D01*
X9130Y29520D01*
X9173Y29555D01*
X9214Y29584D01*
X9254Y29608D01*
X9293Y29627D01*
X9330Y29642D01*
X9368Y29653D01*
X9406Y29661D01*
X9445Y29665D01*
X9505Y29667D01*
X9577Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y31077D01*
X8167Y31005D01*
X8165Y30945D01*
X8161Y30906D01*
X8153Y30868D01*
X8142Y30830D01*
X8127Y30793D01*
X8108Y30754D01*
X8084Y30714D01*
X8055Y30673D01*
X8020Y30630D01*
X7969Y30576D01*
X7953Y30535D01*
X1733Y24315D01*
X-14451D01*
X-14642Y24777D01*
X-9965Y29453D01*
X-9924Y29469D01*
X-9870Y29520D01*
X-9827Y29555D01*
X-9786Y29584D01*
X-9746Y29608D01*
X-9707Y29627D01*
X-9670Y29642D01*
X-9632Y29653D01*
X-9594Y29661D01*
X-9555Y29665D01*
X-9495Y29667D01*
X-9423Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-8967Y32186D01*
X-8867Y32686D01*
X-6500D01*
X-6227Y32741D01*
X-5995Y32895D01*
X-1800Y37091D01*
X-1300Y36884D01*
D02*
G37*
G36*
X-11409Y-8400D02*
X-11447Y-8403D01*
X-11489Y-8414D01*
X-11535Y-8432D01*
X-11584Y-8457D01*
X-11637Y-8490D01*
X-11694Y-8530D01*
X-11818Y-8633D01*
X-11886Y-8695D01*
X-11957Y-8765D01*
X-12664Y-8057D01*
X-12595Y-7986D01*
X-12430Y-7794D01*
X-12390Y-7737D01*
X-12357Y-7684D01*
X-12332Y-7635D01*
X-12314Y-7589D01*
X-12303Y-7547D01*
X-12300Y-7509D01*
X-11409Y-8400D01*
D02*
G37*
G36*
X-31596Y-10954D02*
X-31583Y-11027D01*
X-31561Y-11101D01*
X-31531Y-11176D01*
X-31492Y-11253D01*
X-31445Y-11331D01*
X-31389Y-11411D01*
X-31325Y-11491D01*
X-31252Y-11574D01*
X-31170Y-11657D01*
X-32430D01*
X-32348Y-11574D01*
X-32211Y-11411D01*
X-32155Y-11331D01*
X-32107Y-11253D01*
X-32069Y-11176D01*
X-32039Y-11101D01*
X-32017Y-11027D01*
X-32004Y-10954D01*
X-32000Y-10882D01*
X-31600D01*
X-31596Y-10954D01*
D02*
G37*
G36*
X-71849Y-249D02*
X-69518Y-2580D01*
Y-3800D01*
X-69448Y-4151D01*
X-69249Y-4449D01*
X-67249Y-6449D01*
X-66951Y-6648D01*
X-66600Y-6718D01*
X-41953D01*
X-33322Y-15349D01*
X-33024Y-15548D01*
X-32673Y-15618D01*
X-30900D01*
X-30549Y-15548D01*
X-30251Y-15349D01*
X-27551Y-12649D01*
X-27352Y-12351D01*
X-27282Y-12000D01*
Y-5180D01*
X-24420Y-2318D01*
X-16054D01*
X-16023Y-2332D01*
X-15859Y-2341D01*
X-15747Y-2361D01*
X-15662Y-2389D01*
X-15602Y-2421D01*
X-15558Y-2458D01*
X-15521Y-2502D01*
X-15489Y-2562D01*
X-15461Y-2647D01*
X-15441Y-2759D01*
X-15432Y-2923D01*
X-15418Y-2954D01*
Y-12060D01*
X-16920Y-13563D01*
X-17382Y-13371D01*
Y-5530D01*
X-17367Y-5494D01*
X-17366Y-5401D01*
X-17363Y-5327D01*
X-17350Y-5194D01*
X-17343Y-5154D01*
X-17336Y-5123D01*
X-17331Y-5107D01*
X-17323Y-5093D01*
X-17321Y-5086D01*
X-17320Y-5081D01*
X-17319Y-5072D01*
X-17317Y-5055D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19283Y-5055D01*
X-19281Y-5072D01*
X-19281Y-5081D01*
X-19279Y-5086D01*
X-19277Y-5093D01*
X-19270Y-5107D01*
X-19264Y-5123D01*
X-19257Y-5154D01*
X-19251Y-5190D01*
X-19234Y-5408D01*
X-19233Y-5494D01*
X-19218Y-5530D01*
Y-24920D01*
X-23780Y-29482D01*
X-37200D01*
X-37551Y-29552D01*
X-37849Y-29751D01*
X-38309Y-30211D01*
X-38345Y-30225D01*
X-38412Y-30290D01*
X-38466Y-30340D01*
X-38569Y-30425D01*
X-38602Y-30449D01*
X-38629Y-30465D01*
X-38644Y-30473D01*
X-38660Y-30477D01*
X-38666Y-30482D01*
X-38670Y-30483D01*
X-38677Y-30490D01*
X-38690Y-30500D01*
X-38859D01*
X-39336Y-30698D01*
X-39370Y-30732D01*
X-42682Y-27420D01*
Y-22100D01*
X-42752Y-21749D01*
X-42951Y-21451D01*
X-47851Y-16551D01*
X-48149Y-16352D01*
X-48500Y-16282D01*
X-51099D01*
X-51141Y-15800D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14241D01*
X-50298Y-13764D01*
X-50664Y-13398D01*
X-51141Y-13200D01*
X-51659D01*
X-52136Y-13398D01*
X-52502Y-13764D01*
X-52700Y-14241D01*
Y-14759D01*
X-52674Y-14821D01*
X-53098Y-15104D01*
X-53451Y-14751D01*
X-53749Y-14552D01*
X-54100Y-14482D01*
X-55137D01*
X-55344Y-13982D01*
X-55198Y-13836D01*
X-55000Y-13359D01*
Y-12841D01*
X-55198Y-12364D01*
X-55564Y-11998D01*
X-56041Y-11800D01*
X-56559D01*
X-57036Y-11998D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57256Y-13982D01*
X-57463Y-14482D01*
X-59820D01*
X-64951Y-9351D01*
X-65249Y-9152D01*
X-65600Y-9082D01*
X-68040D01*
X-72382Y-4740D01*
Y-350D01*
X-71882Y-199D01*
X-71849Y-249D01*
D02*
G37*
G36*
X-54883Y-19142D02*
X-54865Y-19354D01*
X-54848Y-19450D01*
X-54826Y-19539D01*
X-54799Y-19621D01*
X-54767Y-19695D01*
X-54730Y-19763D01*
X-54688Y-19823D01*
X-54641Y-19877D01*
X-54923Y-20159D01*
X-54977Y-20112D01*
X-55037Y-20070D01*
X-55105Y-20033D01*
X-55180Y-20001D01*
X-55261Y-19974D01*
X-55350Y-19952D01*
X-55446Y-19935D01*
X-55549Y-19924D01*
X-55658Y-19917D01*
X-55775Y-19916D01*
X-54884Y-19025D01*
X-54883Y-19142D01*
D02*
G37*
G36*
X-37336Y-31243D02*
X-37405Y-31314D01*
X-37570Y-31506D01*
X-37610Y-31563D01*
X-37643Y-31616D01*
X-37668Y-31665D01*
X-37686Y-31711D01*
X-37697Y-31753D01*
X-37700Y-31791D01*
X-38591Y-30900D01*
X-38553Y-30897D01*
X-38511Y-30886D01*
X-38465Y-30868D01*
X-38416Y-30843D01*
X-38363Y-30810D01*
X-38306Y-30770D01*
X-38182Y-30667D01*
X-38114Y-30605D01*
X-38043Y-30536D01*
X-37336Y-31243D01*
D02*
G37*
G36*
X-35318Y-33019D02*
X-35389Y-33091D01*
X-35601Y-33332D01*
X-35637Y-33381D01*
X-35666Y-33425D01*
X-35687Y-33464D01*
X-35702Y-33498D01*
X-35709Y-33528D01*
X-36454Y-32512D01*
X-36413Y-32514D01*
X-36369Y-32509D01*
X-36321Y-32496D01*
X-36270Y-32474D01*
X-36215Y-32445D01*
X-36157Y-32408D01*
X-36096Y-32362D01*
X-36031Y-32309D01*
X-35892Y-32179D01*
X-35318Y-33019D01*
D02*
G37*
G36*
X-41033Y-32358D02*
X-40841Y-32522D01*
X-40784Y-32563D01*
X-40731Y-32595D01*
X-40682Y-32621D01*
X-40637Y-32639D01*
X-40595Y-32649D01*
X-40556Y-32653D01*
X-41447Y-33544D01*
X-41451Y-33505D01*
X-41461Y-33463D01*
X-41479Y-33418D01*
X-41505Y-33369D01*
X-41537Y-33316D01*
X-41578Y-33259D01*
X-41680Y-33134D01*
X-41742Y-33067D01*
X-41812Y-32995D01*
X-41105Y-32288D01*
X-41033Y-32358D01*
D02*
G37*
G36*
X-39644Y-33600D02*
X-39633Y-33642D01*
X-39615Y-33687D01*
X-39590Y-33737D01*
X-39557Y-33790D01*
X-39517Y-33847D01*
X-39415Y-33971D01*
X-39352Y-34039D01*
X-39283Y-34110D01*
X-39990Y-34817D01*
X-40061Y-34748D01*
X-40253Y-34583D01*
X-40310Y-34543D01*
X-40363Y-34510D01*
X-40413Y-34485D01*
X-40458Y-34467D01*
X-40500Y-34456D01*
X-40538Y-34453D01*
X-39647Y-33562D01*
X-39644Y-33600D01*
D02*
G37*
G36*
X-55856Y-36139D02*
X-55904Y-36193D01*
X-55946Y-36253D01*
X-55983Y-36321D01*
X-56015Y-36395D01*
X-56042Y-36477D01*
X-56064Y-36566D01*
X-56081Y-36661D01*
X-56092Y-36764D01*
X-56099Y-36874D01*
X-56100Y-36991D01*
X-56991Y-36100D01*
X-56874Y-36099D01*
X-56661Y-36081D01*
X-56566Y-36064D01*
X-56477Y-36042D01*
X-56395Y-36015D01*
X-56321Y-35983D01*
X-56253Y-35946D01*
X-56193Y-35904D01*
X-56139Y-35856D01*
X-55856Y-36139D01*
D02*
G37*
G36*
X-34119Y-40011D02*
X-34100Y-40264D01*
X-34088Y-40332D01*
X-34074Y-40393D01*
X-34057Y-40446D01*
X-34037Y-40491D01*
X-34015Y-40528D01*
X-33990Y-40557D01*
X-35250D01*
X-35226Y-40528D01*
X-35204Y-40491D01*
X-35184Y-40446D01*
X-35167Y-40393D01*
X-35153Y-40332D01*
X-35141Y-40264D01*
X-35126Y-40103D01*
X-35122Y-40011D01*
X-35120Y-39912D01*
X-34121D01*
X-34119Y-40011D01*
D02*
G37*
G36*
X2734Y-62013D02*
X2794Y-62073D01*
X2858Y-62126D01*
X2924Y-62172D01*
X2993Y-62211D01*
X3066Y-62243D01*
X3141Y-62268D01*
X3220Y-62286D01*
X3301Y-62296D01*
X3386Y-62300D01*
X3315Y-62900D01*
X3233Y-62903D01*
X3152Y-62912D01*
X3071Y-62927D01*
X2992Y-62948D01*
X2914Y-62974D01*
X2837Y-63007D01*
X2761Y-63046D01*
X2685Y-63090D01*
X2611Y-63141D01*
X2537Y-63197D01*
X2677Y-61945D01*
X2734Y-62013D01*
D02*
G37*
G36*
X-806Y-64730D02*
X-866Y-64795D01*
X-919Y-64861D01*
X-966Y-64929D01*
X-1006Y-64998D01*
X-1039Y-65069D01*
X-1065Y-65142D01*
X-1084Y-65216D01*
X-1097Y-65293D01*
X-1103Y-65370D01*
X-1101Y-65450D01*
X-1950Y-64601D01*
X-1870Y-64603D01*
X-1792Y-64597D01*
X-1716Y-64584D01*
X-1642Y-64565D01*
X-1569Y-64539D01*
X-1498Y-64506D01*
X-1429Y-64466D01*
X-1361Y-64420D01*
X-1295Y-64366D01*
X-1230Y-64306D01*
X-806Y-64730D01*
D02*
G37*
%LPC*%
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X-42441Y-9300D02*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43436Y-11702D01*
X-42959Y-11900D01*
X-42441D01*
X-41964Y-11702D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
D02*
G37*
G36*
X-51641Y-9800D02*
X-52159D01*
X-52636Y-9998D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
Y-11359D01*
X-53002Y-11836D01*
X-52636Y-12202D01*
X-52159Y-12400D01*
X-51641D01*
X-51164Y-12202D01*
X-50798Y-11836D01*
X-50600Y-11359D01*
Y-10841D01*
X-50798Y-10364D01*
X-51164Y-9998D01*
X-51641Y-9800D01*
D02*
G37*
G36*
X-22241Y-18000D02*
X-22759D01*
X-23236Y-18198D01*
X-23602Y-18564D01*
X-23800Y-19041D01*
Y-19559D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
D02*
G37*
%LPD*%
G36*
X73548Y2774D02*
X73411Y2610D01*
X73355Y2531D01*
X73308Y2453D01*
X73269Y2376D01*
X73239Y2301D01*
X73217Y2227D01*
X73204Y2154D01*
X73200Y2083D01*
X72800D01*
X72796Y2154D01*
X72783Y2227D01*
X72761Y2301D01*
X72731Y2376D01*
X72693Y2453D01*
X72645Y2531D01*
X72589Y2610D01*
X72525Y2691D01*
X72452Y2774D01*
X72370Y2857D01*
X73630D01*
X73548Y2774D01*
D02*
G37*
G36*
X50726Y-3452D02*
X50889Y-3589D01*
X50969Y-3645D01*
X51047Y-3692D01*
X51124Y-3731D01*
X51199Y-3761D01*
X51274Y-3783D01*
X51346Y-3796D01*
X51417Y-3800D01*
Y-4200D01*
X51346Y-4204D01*
X51274Y-4217D01*
X51199Y-4239D01*
X51124Y-4269D01*
X51047Y-4307D01*
X50969Y-4355D01*
X50889Y-4411D01*
X50809Y-4475D01*
X50726Y-4548D01*
X50643Y-4630D01*
Y-3370D01*
X50726Y-3452D01*
D02*
G37*
G36*
X72991Y-5600D02*
X72874Y-5601D01*
X72662Y-5619D01*
X72566Y-5636D01*
X72477Y-5658D01*
X72395Y-5685D01*
X72321Y-5717D01*
X72253Y-5754D01*
X72193Y-5796D01*
X72139Y-5844D01*
X71856Y-5561D01*
X71904Y-5507D01*
X71946Y-5447D01*
X71983Y-5379D01*
X72015Y-5305D01*
X72042Y-5223D01*
X72064Y-5134D01*
X72081Y-5039D01*
X72092Y-4936D01*
X72099Y-4826D01*
X72100Y-4709D01*
X72991Y-5600D01*
D02*
G37*
G36*
X50726Y-6652D02*
X50889Y-6789D01*
X50969Y-6845D01*
X51047Y-6893D01*
X51124Y-6931D01*
X51199Y-6961D01*
X51274Y-6983D01*
X51346Y-6996D01*
X51417Y-7000D01*
Y-7400D01*
X51346Y-7404D01*
X51274Y-7417D01*
X51199Y-7439D01*
X51124Y-7469D01*
X51047Y-7508D01*
X50969Y-7555D01*
X50889Y-7611D01*
X50809Y-7675D01*
X50726Y-7748D01*
X50643Y-7830D01*
Y-6570D01*
X50726Y-6652D01*
D02*
G37*
G36*
X-9897Y-44147D02*
X-9886Y-44189D01*
X-9868Y-44235D01*
X-9843Y-44284D01*
X-9810Y-44337D01*
X-9770Y-44394D01*
X-9667Y-44518D01*
X-9605Y-44586D01*
X-9535Y-44657D01*
X-10243Y-45364D01*
X-10314Y-45295D01*
X-10506Y-45130D01*
X-10563Y-45090D01*
X-10616Y-45057D01*
X-10665Y-45032D01*
X-10711Y-45014D01*
X-10753Y-45003D01*
X-10791Y-45000D01*
X-9900Y-44109D01*
X-9897Y-44147D01*
D02*
G37*
G36*
X-10809Y-45000D02*
X-10847Y-45003D01*
X-10889Y-45014D01*
X-10935Y-45032D01*
X-10984Y-45057D01*
X-11037Y-45090D01*
X-11094Y-45130D01*
X-11218Y-45233D01*
X-11286Y-45295D01*
X-11296Y-45304D01*
X-11305Y-45314D01*
X-11470Y-45506D01*
X-11510Y-45563D01*
X-11543Y-45616D01*
X-11568Y-45665D01*
X-11586Y-45711D01*
X-11597Y-45753D01*
X-11600Y-45791D01*
X-12491Y-44900D01*
X-12453Y-44897D01*
X-12411Y-44886D01*
X-12365Y-44868D01*
X-12316Y-44843D01*
X-12263Y-44810D01*
X-12206Y-44770D01*
X-12082Y-44667D01*
X-12014Y-44605D01*
X-12004Y-44596D01*
X-11995Y-44586D01*
X-11830Y-44394D01*
X-11790Y-44337D01*
X-11757Y-44284D01*
X-11732Y-44235D01*
X-11714Y-44189D01*
X-11703Y-44147D01*
X-11700Y-44109D01*
X-10809Y-45000D01*
D02*
G37*
G36*
X7857Y-51730D02*
X7828Y-51705D01*
X7791Y-51683D01*
X7746Y-51664D01*
X7693Y-51647D01*
X7632Y-51632D01*
X7564Y-51621D01*
X7403Y-51605D01*
X7311Y-51601D01*
X7212Y-51600D01*
Y-50600D01*
X7311Y-50599D01*
X7564Y-50579D01*
X7632Y-50568D01*
X7693Y-50553D01*
X7746Y-50536D01*
X7791Y-50517D01*
X7828Y-50495D01*
X7857Y-50470D01*
Y-51730D01*
D02*
G37*
D10*
X-43600Y-27800D02*
Y-22100D01*
X-52300Y-17200D02*
X-48500D01*
X-43600Y-22100D01*
X-71200Y400D02*
X-68600Y-2200D01*
X-71200Y400D02*
Y5800D01*
X-62200Y14800D01*
X-65000Y15960D02*
Y27400D01*
X-74700Y-5700D02*
Y6260D01*
X-73300Y-5120D02*
Y5680D01*
X-74700Y6260D02*
X-65000Y15960D01*
X-62200Y14800D02*
Y23200D01*
X-73300Y5680D02*
X-63600Y15380D01*
Y24800D01*
X-65980Y-11600D02*
X-60780Y-16800D01*
X-74700Y-5700D02*
X-68800Y-11600D01*
X-65980D01*
X-58500Y26900D02*
X-56600D01*
X-62200Y23200D02*
X-58500Y26900D01*
X-63600Y24800D02*
X-57400Y31000D01*
X-65000Y27400D02*
X-59900Y32500D01*
X-68600Y-3800D02*
Y-2200D01*
Y-3800D02*
X-66600Y-5800D01*
X-41573D01*
X-32673Y-14700D01*
X-30900D01*
X-28200Y-12000D01*
Y-4800D01*
X-24800Y-1400D01*
X-14500D01*
X-57400Y31000D02*
Y33800D01*
X-60000Y36400D02*
X-57400Y33800D01*
X-60780Y-16800D02*
X-54900D01*
X-73300Y-5120D02*
X-68420Y-10000D01*
X-65600D01*
X-60200Y-15400D02*
X-54100D01*
X-65600Y-10000D02*
X-60200Y-15400D01*
X-53100Y-18600D02*
X-49200D01*
X-54900Y-16800D02*
X-53100Y-18600D01*
X-54100Y-15400D02*
X-52300Y-17200D01*
X-49200Y-18600D02*
X-45000Y-22800D01*
Y-29100D02*
X-40547Y-33553D01*
X-43600Y-27800D02*
X-39600Y-31800D01*
X-45000Y-29100D02*
Y-22800D01*
X-39600Y-31800D02*
X-38600D01*
X-2800Y-46700D02*
X1600Y-51100D01*
X-8200Y-46700D02*
X-2800D01*
X1600Y-51100D02*
X8500D01*
X10200Y-12800D02*
X12700Y-10300D01*
X-10800Y-12800D02*
X10200D01*
X12700Y-10300D02*
Y5600D01*
X10800Y7500D02*
X12700Y5600D01*
X-13100Y-13120D02*
Y-9200D01*
X-11400Y-7500D01*
X-16900Y-14840D02*
X-14500Y-12440D01*
Y-1400D01*
X-10600Y2500D01*
X-15500Y-15520D02*
X-13100Y-13120D01*
X-22820Y-31800D02*
X-16900Y-25880D01*
Y-14840D01*
X-21660Y-34600D02*
X-14100Y-27040D01*
Y-16100D02*
X-10800Y-12800D01*
X-14100Y-27040D02*
Y-16100D01*
X-15500Y-26460D02*
Y-15520D01*
X-22240Y-33200D02*
X-15500Y-26460D01*
X-23400Y-30400D02*
X-18300Y-25300D01*
Y-4200D01*
X-34806Y-31800D02*
X-22820D01*
X-32600Y-33200D02*
X-22240D01*
X-31000Y-34600D02*
X-21660D01*
X-37200Y-30400D02*
X-23400D01*
X-10800Y-44100D02*
X-8200Y-46700D01*
X-12500Y-45800D02*
X-10800Y-44100D01*
X-34620Y-38221D02*
X-31000Y-34600D01*
X-34620Y-41200D02*
Y-38221D01*
X-38000Y-36100D02*
X-35500D01*
X-32600Y-33200D01*
X-38600Y-31800D02*
X-37200Y-30400D01*
X-36600Y-33400D02*
X-36406D01*
X-34806Y-31800D01*
X-40547Y-33553D02*
X-38000Y-36100D01*
D11*
X50000Y-4000D02*
X69700D01*
X73000Y-700D02*
Y3500D01*
X69700Y-4000D02*
X73000Y-700D01*
X70500Y-7200D02*
X73000Y-4700D01*
X50000Y-7200D02*
X70500D01*
X-75200Y-65800D02*
Y-56700D01*
X-78400Y-53500D02*
X-75200Y-56700D01*
X-75500Y-53000D02*
Y-51200D01*
X-71366Y-47066D01*
X-75500Y-53000D02*
X-73500Y-55000D01*
X-71366Y-47066D02*
Y-45734D01*
X-73500Y-52000D02*
X-64100Y-42600D01*
X-62100D01*
X15800Y300D02*
X25300Y-9200D01*
X34600D01*
X35800Y-8000D01*
Y22900D01*
X30100Y28600D02*
X35800Y22900D01*
X30100Y28600D02*
Y31900D01*
X26900Y35100D02*
X30100Y31900D01*
X18500Y35100D02*
X26900D01*
X16600Y37000D02*
X18500Y35100D01*
X0Y37000D02*
X16600D01*
X-75200Y-65800D02*
X-67700Y-73300D01*
X-54900D01*
X-49700Y-68100D01*
Y-23300D01*
X-51000Y-22000D02*
X-49700Y-23300D01*
X-58500Y-41000D02*
X-57400D01*
X-53500Y-37100D01*
X-57000Y-37000D02*
X-55400Y-35400D01*
Y-30900D01*
X-53500Y-29000D02*
Y-21300D01*
X-55400Y-30900D02*
X-53500Y-29000D01*
X-55784Y-19016D02*
X-53500Y-21300D01*
X-35300Y-8400D02*
X-14400Y12500D01*
X-31800Y-6100D02*
X-14000Y11700D01*
X10400D01*
X29300Y-7200D01*
X-14400Y12500D02*
X12700D01*
X29300Y-4100D01*
X-31800Y-12300D02*
Y-6100D01*
X-53500Y-37100D02*
Y-33600D01*
X-51500Y-31600D01*
D14*
X-66600Y-2500D02*
X-64700Y-600D01*
Y5600D02*
X-61600Y8700D01*
X-64700Y-600D02*
Y5600D01*
X28100Y54000D02*
X28300D01*
X37100Y45200D01*
X-2000Y-65500D02*
X-1000Y-64500D01*
X29800D01*
X6100Y-62600D02*
X7000Y-63500D01*
X2069Y-62600D02*
X6100D01*
X7000Y-63500D02*
X29386D01*
X-35700Y26800D02*
X-21300D01*
X-53800Y8700D02*
X-35700Y26800D01*
X-21300D02*
X-14700Y33400D01*
X-61600Y8700D02*
X-53800D01*
X-14700Y33400D02*
X-6500D01*
X0Y39900D01*
Y43500D01*
X37100Y-55786D02*
Y45200D01*
X38100Y-56200D02*
Y47700D01*
X29800Y-64500D02*
X38100Y-56200D01*
X29386Y-63500D02*
X37100Y-55786D01*
X32100Y53700D02*
X38100Y47700D01*
D50*
X240Y-38640D02*
Y-33540D01*
X28500Y-18700D02*
Y-16400D01*
Y-21200D02*
Y-18700D01*
Y-24900D02*
Y-21200D01*
X26100Y-27300D02*
X28500Y-24900D01*
X4200Y-27300D02*
X26100D01*
X240Y-31260D02*
X4200Y-27300D01*
X240Y-33540D02*
Y-31260D01*
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-51500Y-31600D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
D56*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
D57*
Y-74000D02*
X-300D01*
X-17000Y-69000D02*
Y-66000D01*
Y-74000D02*
Y-72000D01*
Y-69000D01*
X4200Y-69500D02*
X43000D01*
X-300Y-74000D02*
X4200Y-69500D01*
X43000D02*
Y-67000D01*
Y-73000D02*
Y-70000D01*
Y-69500D01*
X45500D01*
D58*
X-19750Y25750D02*
X-14500Y31000D01*
X-48200Y8133D02*
X-33883Y22450D01*
X5950D02*
X14500Y31000D01*
X-50227Y7662D02*
X-34339Y23550D01*
X2050D01*
X-34794Y24650D02*
X-15850D01*
X-54327Y6673D02*
X-35250Y25750D01*
X-52400Y7044D02*
X-34794Y24650D01*
X-35250Y25750D02*
X-19750D01*
X-33883Y22450D02*
X5950D01*
X2050Y23550D02*
X9500Y31000D01*
X-15850Y24650D02*
X-9500Y31000D01*
X-50227Y4973D02*
Y7662D01*
X-52400Y3600D02*
Y7044D01*
X-50400Y4800D02*
X-50227Y4973D01*
X-54327Y4827D02*
Y6673D01*
X-48200Y3600D02*
Y8133D01*
X-49500Y2300D02*
X-48200Y3600D01*
X-53400Y2600D02*
X-52400Y3600D01*
X-54327Y4827D02*
X-54300Y4800D01*
X-52358Y658D02*
X-50717Y2300D01*
X-49500D01*
X-54600Y2600D02*
X-53400D01*
X-56500Y700D02*
X-54600Y2600D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.G2
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=3*
G04 Layer_Color=14067636*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
G36*
X-61046Y80185D02*
X60550D01*
X60553Y80185D01*
X61046Y80185D01*
X61531Y80148D01*
X62751Y80052D01*
X64413Y79653D01*
X65992Y78999D01*
X67205Y78256D01*
X67605Y77962D01*
X67605Y77962D01*
X67605Y77962D01*
X70086Y76006D01*
X73162Y73162D01*
X76006Y70086D01*
X77962Y67605D01*
X77962Y67605D01*
X77962Y67605D01*
X78256Y67204D01*
X78999Y65992D01*
X79653Y64413D01*
X80052Y62751D01*
X80148Y61531D01*
X80185Y61046D01*
X80255Y60695D01*
X80317Y60601D01*
X80396Y60483D01*
Y-60483D01*
X80255Y-60695D01*
X80185Y-61046D01*
X80148Y-61531D01*
X80052Y-62751D01*
X79653Y-64413D01*
X78999Y-65992D01*
X78256Y-67205D01*
X77962Y-67605D01*
X77962Y-67605D01*
X77962Y-67605D01*
X76006Y-70086D01*
X73162Y-73162D01*
X70086Y-76006D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67204Y-78256D01*
X65992Y-78999D01*
X64413Y-79653D01*
X62751Y-80052D01*
X61554Y-80146D01*
X61258Y-80087D01*
X-60835D01*
X-61186Y-80157D01*
X-61210Y-80173D01*
X-62751Y-80052D01*
X-64413Y-79653D01*
X-65992Y-78999D01*
X-67204Y-78256D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-70086Y-76006D01*
X-73162Y-73162D01*
X-76006Y-70086D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-78256Y-67204D01*
X-78999Y-65992D01*
X-79653Y-64413D01*
X-80052Y-62751D01*
X-80153Y-61465D01*
X-80043Y-61300D01*
X-79973Y-60949D01*
Y-54406D01*
X-79615Y-54277D01*
X-79473Y-54265D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78141D01*
X-77664Y-54602D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
X-78659D01*
X-79136Y-52398D01*
X-79473Y-52735D01*
X-79615Y-52723D01*
X-79973Y-52594D01*
Y61144D01*
X-80043Y61495D01*
X-80139Y61639D01*
X-80052Y62751D01*
X-79653Y64413D01*
X-78999Y65992D01*
X-78256Y67205D01*
X-77962Y67605D01*
X-77961Y67605D01*
X-77962Y67605D01*
X-76006Y70086D01*
X-73162Y73162D01*
X-70086Y76006D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67204Y78256D01*
X-65992Y78999D01*
X-64413Y79653D01*
X-62751Y80052D01*
X-61051Y80186D01*
X-61046Y80185D01*
D02*
G37*
%LPC*%
G36*
X4814Y56681D02*
X4185D01*
X3604Y56440D01*
X3317Y56153D01*
X3000Y56048D01*
X2683Y56153D01*
X2396Y56440D01*
X1815Y56681D01*
X1185D01*
X604Y56440D01*
X160Y55996D01*
X-81Y55414D01*
Y54786D01*
X160Y54204D01*
X447Y53917D01*
X552Y53600D01*
X447Y53283D01*
X160Y52996D01*
X-81Y52415D01*
Y51785D01*
X160Y51204D01*
X604Y50760D01*
X1185Y50519D01*
X1815D01*
X2396Y50760D01*
X2683Y51047D01*
X3000Y51152D01*
X3317Y51047D01*
X3604Y50760D01*
X4185Y50519D01*
X4814D01*
X5396Y50760D01*
X5840Y51204D01*
X6081Y51785D01*
Y52415D01*
X5840Y52996D01*
X5553Y53283D01*
X5448Y53600D01*
X5553Y53917D01*
X5840Y54204D01*
X6081Y54786D01*
Y55414D01*
X5840Y55996D01*
X5396Y56440D01*
X4814Y56681D01*
D02*
G37*
G36*
X-19185D02*
X-19815D01*
X-20396Y56440D01*
X-20683Y56153D01*
X-21000Y56048D01*
X-21317Y56153D01*
X-21604Y56440D01*
X-22185Y56681D01*
X-22815D01*
X-23396Y56440D01*
X-23840Y55996D01*
X-24081Y55414D01*
Y54786D01*
X-23840Y54204D01*
X-23553Y53917D01*
X-23448Y53600D01*
X-23553Y53283D01*
X-23840Y52996D01*
X-24081Y52415D01*
Y51785D01*
X-23840Y51204D01*
X-23396Y50760D01*
X-22815Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21317Y51047D01*
X-21000Y51152D01*
X-20683Y51047D01*
X-20396Y50760D01*
X-19815Y50519D01*
X-19185D01*
X-18604Y50760D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y52415D01*
X-18160Y52996D01*
X-18447Y53283D01*
X-18552Y53600D01*
X-18447Y53917D01*
X-18160Y54204D01*
X-17919Y54786D01*
Y55414D01*
X-18160Y55996D01*
X-18604Y56440D01*
X-19185Y56681D01*
D02*
G37*
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X32359Y55000D02*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
D02*
G37*
G36*
X259Y44800D02*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-736Y42398D01*
X-259Y42200D01*
X259D01*
X736Y42398D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X4614Y46681D02*
X3985D01*
X3404Y46440D01*
X2960Y45996D01*
X2719Y45415D01*
Y44785D01*
X2960Y44204D01*
X3247Y43917D01*
X3352Y43600D01*
X3247Y43283D01*
X2960Y42996D01*
X2719Y42415D01*
Y41785D01*
X2960Y41204D01*
X3247Y40917D01*
X3352Y40600D01*
X3247Y40283D01*
X2960Y39996D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3404Y37760D01*
X3985Y37519D01*
X4614D01*
X5196Y37760D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5640Y39996D01*
X5353Y40283D01*
X5248Y40600D01*
X5353Y40917D01*
X5640Y41204D01*
X5881Y41785D01*
Y42415D01*
X5640Y42996D01*
X5353Y43283D01*
X5248Y43600D01*
X5353Y43917D01*
X5640Y44204D01*
X5881Y44785D01*
Y45415D01*
X5640Y45996D01*
X5196Y46440D01*
X4614Y46681D01*
D02*
G37*
G36*
X-3886D02*
X-4515D01*
X-5096Y46440D01*
X-5540Y45996D01*
X-5781Y45415D01*
Y44785D01*
X-5540Y44204D01*
X-5253Y43917D01*
X-5148Y43600D01*
X-5253Y43283D01*
X-5540Y42996D01*
X-5781Y42415D01*
Y41785D01*
X-5540Y41204D01*
X-5253Y40917D01*
X-5148Y40600D01*
X-5253Y40283D01*
X-5540Y39996D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-3886D01*
X-3304Y37760D01*
X-2860Y38204D01*
X-2619Y38785D01*
Y39415D01*
X-2860Y39996D01*
X-3147Y40283D01*
X-3252Y40600D01*
X-3147Y40917D01*
X-2860Y41204D01*
X-2619Y41785D01*
Y42415D01*
X-2860Y42996D01*
X-3147Y43283D01*
X-3252Y43600D01*
X-3147Y43917D01*
X-2860Y44204D01*
X-2619Y44785D01*
Y45415D01*
X-2860Y45996D01*
X-3304Y46440D01*
X-3886Y46681D01*
D02*
G37*
G36*
X19614Y46281D02*
X18985D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17960Y43804D01*
X18247Y43517D01*
X18352Y43200D01*
X18247Y42883D01*
X17960Y42596D01*
X17719Y42015D01*
Y41385D01*
X17960Y40804D01*
X18247Y40517D01*
X18352Y40200D01*
X18247Y39883D01*
X17960Y39596D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18404Y37360D01*
X18985Y37119D01*
X19614D01*
X20196Y37360D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20640Y39596D01*
X20353Y39883D01*
X20248Y40200D01*
X20353Y40517D01*
X20640Y40804D01*
X20881Y41385D01*
Y42015D01*
X20640Y42596D01*
X20353Y42883D01*
X20248Y43200D01*
X20353Y43517D01*
X20640Y43804D01*
X20881Y44385D01*
Y45015D01*
X20640Y45596D01*
X20196Y46040D01*
X19614Y46281D01*
D02*
G37*
G36*
X-19185Y45581D02*
X-19815D01*
X-20396Y45340D01*
X-20840Y44896D01*
X-21081Y44315D01*
Y43685D01*
X-20840Y43104D01*
X-20553Y42817D01*
X-20448Y42500D01*
X-20553Y42183D01*
X-20840Y41896D01*
X-21081Y41315D01*
Y40685D01*
X-20840Y40104D01*
X-20553Y39817D01*
X-20448Y39500D01*
X-20553Y39183D01*
X-20840Y38896D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18160Y38896D01*
X-18447Y39183D01*
X-18552Y39500D01*
X-18447Y39817D01*
X-18160Y40104D01*
X-17919Y40685D01*
Y41315D01*
X-18160Y41896D01*
X-18447Y42183D01*
X-18552Y42500D01*
X-18447Y42817D01*
X-18160Y43104D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
D02*
G37*
G36*
X259Y38300D02*
X-259D01*
X-736Y38102D01*
X-1102Y37736D01*
X-1300Y37259D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37259D01*
X1102Y37736D01*
X736Y38102D01*
X259Y38300D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32241D01*
X-61002Y31764D01*
X-60636Y31398D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X14759Y32300D02*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y30741D01*
X13398Y30264D01*
X13764Y29898D01*
X14241Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
D02*
G37*
G36*
X9759D02*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y30741D01*
X8398Y30264D01*
X8764Y29898D01*
X9241Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
D02*
G37*
G36*
X-9241D02*
X-9759D01*
X-10236Y32102D01*
X-10602Y31736D01*
X-10800Y31259D01*
Y30741D01*
X-10602Y30264D01*
X-10236Y29898D01*
X-9759Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-9241Y32300D01*
D02*
G37*
G36*
X-14241D02*
X-14759D01*
X-15236Y32102D01*
X-15602Y31736D01*
X-15800Y31259D01*
Y30741D01*
X-15602Y30264D01*
X-15236Y29898D01*
X-14759Y29700D01*
X-14241D01*
X-13764Y29898D01*
X-13398Y30264D01*
X-13200Y30741D01*
Y31259D01*
X-13398Y31736D01*
X-13764Y32102D01*
X-14241Y32300D01*
D02*
G37*
G36*
X-56341Y28200D02*
X-56859D01*
X-57336Y28002D01*
X-57702Y27636D01*
X-57900Y27159D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
D02*
G37*
G36*
X11059Y8800D02*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X11059D01*
X11536Y6398D01*
X11902Y6764D01*
X12100Y7241D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
D02*
G37*
G36*
X-50141Y6100D02*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51136Y3698D01*
X-50659Y3500D01*
X-50141D01*
X-49664Y3698D01*
X-49298Y4064D01*
X-49100Y4541D01*
Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
D02*
G37*
G36*
X-54041D02*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55036Y3698D01*
X-54559Y3500D01*
X-54041D01*
X-53564Y3698D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
D02*
G37*
G36*
X9000Y10000D02*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2241D01*
X-11702Y1764D01*
X-11336Y1398D01*
X-10859Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X-56241Y2000D02*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57236Y-402D01*
X-56759Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y959D01*
X-55398Y1436D01*
X-55764Y1802D01*
X-56241Y2000D01*
D02*
G37*
G36*
X-52100Y1958D02*
X-52617D01*
X-53095Y1760D01*
X-53460Y1395D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y917D01*
X-51256Y1395D01*
X-51622Y1760D01*
X-52100Y1958D01*
D02*
G37*
G36*
X16059Y1600D02*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X16059D01*
X16536Y-802D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
D02*
G37*
G36*
X-66341Y-1200D02*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2241D01*
X-65498Y-1764D01*
X-65864Y-1398D01*
X-66341Y-1200D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X29559Y-2800D02*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
D02*
G37*
G36*
X-18041Y-2900D02*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4959D01*
X71898Y-5436D01*
X72264Y-5802D01*
X72741Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X29559D02*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
D02*
G37*
G36*
X-11141Y-6200D02*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7759D01*
X-12502Y-8236D01*
X-12136Y-8602D01*
X-11659Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
D02*
G37*
G36*
X-35041Y-7100D02*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36402Y-9136D01*
X-36036Y-9502D01*
X-35559Y-9700D01*
X-35041D01*
X-34564Y-9502D01*
X-34198Y-9136D01*
X-34000Y-8659D01*
Y-8141D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
D02*
G37*
G36*
X-42441Y-9300D02*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43436Y-11702D01*
X-42959Y-11900D01*
X-42441D01*
X-41964Y-11702D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
D02*
G37*
G36*
X-51641Y-9800D02*
X-52159D01*
X-52636Y-9998D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
Y-11359D01*
X-53002Y-11836D01*
X-52636Y-12202D01*
X-52159Y-12400D01*
X-51641D01*
X-51164Y-12202D01*
X-50798Y-11836D01*
X-50600Y-11359D01*
Y-10841D01*
X-50798Y-10364D01*
X-51164Y-9998D01*
X-51641Y-9800D01*
D02*
G37*
G36*
X-31541Y-11000D02*
X-32059D01*
X-32536Y-11198D01*
X-32902Y-11564D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30500Y-12559D01*
Y-12041D01*
X-30698Y-11564D01*
X-31064Y-11198D01*
X-31541Y-11000D01*
D02*
G37*
G36*
X-56041Y-11800D02*
X-56559D01*
X-57036Y-11998D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57036Y-14202D01*
X-56559Y-14400D01*
X-56041D01*
X-55564Y-14202D01*
X-55198Y-13836D01*
X-55000Y-13359D01*
Y-12841D01*
X-55198Y-12364D01*
X-55564Y-11998D01*
X-56041Y-11800D01*
D02*
G37*
G36*
X18259Y-15000D02*
X17741D01*
X17264Y-15198D01*
X16900Y-15562D01*
X16536Y-15198D01*
X16059Y-15000D01*
X15541D01*
X15064Y-15198D01*
X14698Y-15564D01*
X14500Y-16041D01*
Y-16559D01*
X14698Y-17036D01*
X15064Y-17402D01*
X15541Y-17600D01*
X16059D01*
X16536Y-17402D01*
X16900Y-17039D01*
X17264Y-17402D01*
X17741Y-17600D01*
X18259D01*
X18415Y-17535D01*
X18600Y-17659D01*
X18798Y-18136D01*
X19164Y-18502D01*
X19641Y-18700D01*
X20159D01*
X20636Y-18502D01*
X21002Y-18136D01*
X21200Y-17659D01*
Y-17141D01*
X21002Y-16664D01*
X20636Y-16298D01*
X20159Y-16100D01*
X19641D01*
X19485Y-16165D01*
X19300Y-16041D01*
X19102Y-15564D01*
X18736Y-15198D01*
X18259Y-15000D01*
D02*
G37*
G36*
X-51141Y-13200D02*
X-51659D01*
X-52136Y-13398D01*
X-52502Y-13764D01*
X-52700Y-14241D01*
Y-14759D01*
X-52502Y-15236D01*
X-52136Y-15602D01*
X-51659Y-15800D01*
X-51141D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14241D01*
X-50298Y-13764D01*
X-50664Y-13398D01*
X-51141Y-13200D01*
D02*
G37*
G36*
X-55526Y-17716D02*
X-56043D01*
X-56521Y-17914D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56886Y-19752D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55526D01*
X-55048Y-20118D01*
X-54682Y-19752D01*
X-54484Y-19274D01*
Y-18757D01*
X-54682Y-18279D01*
X-55048Y-17914D01*
X-55526Y-17716D01*
D02*
G37*
G36*
X-22241Y-18000D02*
X-22759D01*
X-23236Y-18198D01*
X-23602Y-18564D01*
X-23800Y-19041D01*
Y-19559D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
D02*
G37*
G36*
X22712Y-20200D02*
X22195D01*
X21717Y-20398D01*
X21351Y-20764D01*
X21251Y-21006D01*
X20694Y-21153D01*
X20691Y-21152D01*
X20536Y-20998D01*
X20059Y-20800D01*
X19541D01*
X19064Y-20998D01*
X18698Y-21364D01*
X18500Y-21841D01*
Y-22359D01*
X18698Y-22836D01*
X19064Y-23202D01*
X19541Y-23400D01*
X20059D01*
X20536Y-23202D01*
X20902Y-22836D01*
X21002Y-22594D01*
X21560Y-22447D01*
X21563Y-22448D01*
X21717Y-22602D01*
X22195Y-22800D01*
X22712D01*
X23190Y-22602D01*
X23556Y-22236D01*
X23753Y-21759D01*
Y-21241D01*
X23556Y-20764D01*
X23190Y-20398D01*
X22712Y-20200D01*
D02*
G37*
G36*
X28759Y-15100D02*
X28241D01*
X27764Y-15298D01*
X27398Y-15664D01*
X27200Y-16141D01*
Y-16659D01*
X27398Y-17136D01*
X27485Y-17223D01*
X27728Y-17550D01*
X27485Y-17877D01*
X27398Y-17964D01*
X27200Y-18441D01*
Y-18959D01*
X27398Y-19436D01*
X27590Y-19629D01*
X27709Y-19950D01*
X27590Y-20271D01*
X27398Y-20464D01*
X27200Y-20941D01*
Y-21459D01*
X27398Y-21936D01*
X27764Y-22302D01*
X28241Y-22500D01*
X28759D01*
X29236Y-22302D01*
X29602Y-21936D01*
X29800Y-21459D01*
Y-20941D01*
X29602Y-20464D01*
X29410Y-20271D01*
X29291Y-19950D01*
X29410Y-19629D01*
X29602Y-19436D01*
X29800Y-18959D01*
Y-18441D01*
X29602Y-17964D01*
X29515Y-17877D01*
X29272Y-17550D01*
X29515Y-17223D01*
X29602Y-17136D01*
X29800Y-16659D01*
Y-16141D01*
X29602Y-15664D01*
X29236Y-15298D01*
X28759Y-15100D01*
D02*
G37*
G36*
X-50741Y-20700D02*
X-51259D01*
X-51736Y-20898D01*
X-52102Y-21264D01*
X-52300Y-21741D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49700Y-22259D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
D02*
G37*
G36*
X-51241Y-30300D02*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50398Y-32336D01*
X-50200Y-31859D01*
Y-31341D01*
X-50398Y-30864D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
D02*
G37*
G36*
X-11241Y-30600D02*
X-11759D01*
X-12236Y-30798D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-11759Y-33200D01*
X-11241D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-11241Y-30600D01*
D02*
G37*
G36*
X-38341Y-30500D02*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41847Y-33294D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40289D01*
X-39811Y-34655D01*
X-39445Y-34289D01*
X-39247Y-33811D01*
Y-33480D01*
X-38913Y-33153D01*
X-38787Y-33100D01*
X-38362D01*
X-38339Y-33102D01*
X-37900Y-33458D01*
Y-33659D01*
X-37702Y-34136D01*
X-37336Y-34502D01*
X-36859Y-34700D01*
X-36341D01*
X-35864Y-34502D01*
X-35498Y-34136D01*
X-35300Y-33659D01*
Y-33141D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
D02*
G37*
G36*
X-56741Y-35700D02*
X-57259D01*
X-57736Y-35898D01*
X-58102Y-36264D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-36741D01*
X-55898Y-36264D01*
X-56264Y-35898D01*
X-56741Y-35700D01*
D02*
G37*
G36*
X499Y-32240D02*
X-18D01*
X-496Y-32438D01*
X-862Y-32804D01*
X-1060Y-33282D01*
Y-33799D01*
X-862Y-34277D01*
X-539Y-34599D01*
X-501Y-34784D01*
X-514Y-35176D01*
X-802Y-35464D01*
X-1000Y-35941D01*
Y-36459D01*
X-802Y-36936D01*
X-610Y-37129D01*
X-491Y-37450D01*
X-610Y-37771D01*
X-802Y-37964D01*
X-1000Y-38441D01*
Y-38959D01*
X-802Y-39436D01*
X-436Y-39802D01*
X41Y-40000D01*
X559D01*
X1036Y-39802D01*
X1402Y-39436D01*
X1600Y-38959D01*
Y-38441D01*
X1402Y-37964D01*
X1210Y-37771D01*
X1091Y-37450D01*
X1210Y-37129D01*
X1402Y-36936D01*
X1600Y-36459D01*
Y-35941D01*
X1402Y-35464D01*
X1079Y-35141D01*
X1041Y-34956D01*
X1055Y-34564D01*
X1342Y-34277D01*
X1540Y-33799D01*
Y-33282D01*
X1342Y-32804D01*
X977Y-32438D01*
X499Y-32240D01*
D02*
G37*
G36*
X-58241Y-39700D02*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
D02*
G37*
G36*
X-34362Y-39900D02*
X-34879D01*
X-35357Y-40098D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33884Y-40098D01*
X-34362Y-39900D01*
D02*
G37*
G36*
X-61841Y-41300D02*
X-62359D01*
X-62836Y-41498D01*
X-63202Y-41864D01*
X-63400Y-42341D01*
Y-42859D01*
X-63202Y-43336D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
D02*
G37*
G36*
X-39441Y-40300D02*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41859D01*
X-40802Y-42336D01*
X-40436Y-42702D01*
X-39959Y-42900D01*
X-39441D01*
X-39291Y-42838D01*
X-38908Y-43220D01*
X-39000Y-43441D01*
Y-43959D01*
X-38802Y-44436D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37441D01*
X-36964Y-44802D01*
X-36598Y-44436D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
D02*
G37*
G36*
X-71108Y-44434D02*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44038D01*
X-12208Y-44392D01*
X-12562Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45862D01*
X-11092Y-45508D01*
X-10738Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47759D01*
X1398Y-48236D01*
X1764Y-48602D01*
X2241Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
G36*
X29759Y-51000D02*
X29241D01*
X28764Y-51198D01*
X28398Y-51564D01*
X27863Y-51726D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28402Y-53636D01*
X28937Y-53474D01*
X29241Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74800Y-51741D01*
Y-52259D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74602Y-54264D01*
X-74800Y-54741D01*
Y-55259D01*
X-74602Y-55736D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
G36*
X24259Y-56200D02*
X23741D01*
X23264Y-56398D01*
X22898Y-56764D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57241D01*
X25102Y-56764D01*
X24736Y-56398D01*
X24259Y-56200D01*
D02*
G37*
G36*
X2227Y-61200D02*
X1710D01*
X1232Y-61398D01*
X866Y-61764D01*
X668Y-62241D01*
Y-62759D01*
X866Y-63236D01*
X1232Y-63602D01*
X1710Y-63800D01*
X2227D01*
X2705Y-63602D01*
X3071Y-63236D01*
X3269Y-62759D01*
Y-62241D01*
X3071Y-61764D01*
X2705Y-61398D01*
X2227Y-61200D01*
D02*
G37*
G36*
X-13686Y-64419D02*
X-14314D01*
X-14896Y-64660D01*
X-15183Y-64947D01*
X-15500Y-65052D01*
X-15817Y-64947D01*
X-16104Y-64660D01*
X-16686Y-64419D01*
X-17314D01*
X-17896Y-64660D01*
X-18183Y-64947D01*
X-18500Y-65052D01*
X-18817Y-64947D01*
X-19104Y-64660D01*
X-19685Y-64419D01*
X-20314D01*
X-20896Y-64660D01*
X-21340Y-65104D01*
X-21581Y-65685D01*
Y-66315D01*
X-21340Y-66896D01*
X-21053Y-67183D01*
X-20948Y-67500D01*
X-21053Y-67817D01*
X-21340Y-68104D01*
X-21581Y-68686D01*
Y-69314D01*
X-21340Y-69896D01*
X-21053Y-70183D01*
X-20948Y-70500D01*
X-21053Y-70817D01*
X-21340Y-71104D01*
X-21581Y-71685D01*
Y-72315D01*
X-21340Y-72896D01*
X-20896Y-73340D01*
X-20314Y-73581D01*
X-19685D01*
X-19104Y-73340D01*
X-18817Y-73053D01*
X-18500Y-72948D01*
X-18183Y-73053D01*
X-17896Y-73340D01*
X-17314Y-73581D01*
X-16686D01*
X-16104Y-73340D01*
X-15817Y-73053D01*
X-15500Y-72948D01*
X-15183Y-73053D01*
X-14896Y-73340D01*
X-14314Y-73581D01*
X-13686D01*
X-13104Y-73340D01*
X-12660Y-72896D01*
X-12419Y-72315D01*
Y-71685D01*
X-12660Y-71104D01*
X-12947Y-70817D01*
X-13052Y-70500D01*
X-12947Y-70183D01*
X-12660Y-69896D01*
X-12419Y-69314D01*
Y-68686D01*
X-12660Y-68104D01*
X-12947Y-67817D01*
X-13052Y-67500D01*
X-12947Y-67183D01*
X-12660Y-66896D01*
X-12419Y-66315D01*
Y-65685D01*
X-12660Y-65104D01*
X-13104Y-64660D01*
X-13686Y-64419D01*
D02*
G37*
G36*
X46314Y-65419D02*
X45685D01*
X45104Y-65660D01*
X44817Y-65947D01*
X44500Y-66052D01*
X44183Y-65947D01*
X43896Y-65660D01*
X43314Y-65419D01*
X42685D01*
X42104Y-65660D01*
X41817Y-65947D01*
X41500Y-66052D01*
X41183Y-65947D01*
X40896Y-65660D01*
X40314Y-65419D01*
X39685D01*
X39104Y-65660D01*
X38660Y-66104D01*
X38419Y-66685D01*
Y-67314D01*
X38660Y-67896D01*
X38947Y-68183D01*
X39052Y-68500D01*
X38947Y-68817D01*
X38660Y-69104D01*
X38419Y-69686D01*
Y-70315D01*
X38660Y-70896D01*
X38947Y-71183D01*
X39052Y-71500D01*
X38947Y-71817D01*
X38660Y-72104D01*
X38419Y-72685D01*
Y-73314D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39685Y-74581D01*
X40314D01*
X40896Y-74340D01*
X41183Y-74053D01*
X41500Y-73948D01*
X41817Y-74053D01*
X42104Y-74340D01*
X42685Y-74581D01*
X43314D01*
X43896Y-74340D01*
X44183Y-74053D01*
X44500Y-73948D01*
X44817Y-74053D01*
X45104Y-74340D01*
X45685Y-74581D01*
X46314D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72685D01*
X47340Y-72104D01*
X47053Y-71817D01*
X46948Y-71500D01*
X47053Y-71183D01*
X47340Y-70896D01*
X47581Y-70315D01*
Y-69686D01*
X47340Y-69104D01*
X47053Y-68817D01*
X46948Y-68500D01*
X47053Y-68183D01*
X47340Y-67896D01*
X47581Y-67314D01*
Y-66685D01*
X47340Y-66104D01*
X46896Y-65660D01*
X46314Y-65419D01*
D02*
G37*
G36*
X-1741Y-64200D02*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-898Y-64764D01*
X-1264Y-64398D01*
X-1741Y-64200D01*
D02*
G37*
%LPD*%
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-28000Y-63000D02*
D03*
X-70800Y-3100D02*
D03*
X-67500Y100D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
D56*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GBL
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=4*
G04 Layer_Color=6736896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
%ADD50C,0.02000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
%ADD57C,0.07000*%
%ADD58C,0.00700*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
%ADD71C,0.02500*%
%ADD72C,0.04500*%
G36*
X-61046Y80185D02*
X-21882D01*
X-21761Y79685D01*
X-22261Y78936D01*
X-22447Y78000D01*
Y62000D01*
X-22261Y61064D01*
X-21730Y60270D01*
X-20936Y59739D01*
X-20756Y59703D01*
X-20752Y59698D01*
X-20663Y59683D01*
X-20586Y59635D01*
X-20310Y59592D01*
X-20059Y59539D01*
X-19821Y59475D01*
X-19598Y59401D01*
X-19388Y59315D01*
X-19191Y59220D01*
X-19007Y59114D01*
X-18836Y58997D01*
X-18677Y58871D01*
X-18516Y58723D01*
X-18495Y58714D01*
X-17173Y57393D01*
Y53433D01*
X-17082Y52741D01*
X-16815Y52097D01*
X-16390Y51543D01*
X-15979Y51227D01*
X-16148Y50727D01*
X-17000D01*
X-17000Y50727D01*
X-17546Y50619D01*
X-18009Y50309D01*
X-18769Y49550D01*
X-22213D01*
X-22225Y49555D01*
X-22327Y49558D01*
X-22401Y49564D01*
X-22459Y49574D01*
X-22498Y49584D01*
X-22510Y49589D01*
X-22566Y49672D01*
X-22591Y49732D01*
X-22612Y49741D01*
X-22798Y50019D01*
X-22784Y50090D01*
X-22637Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21546Y50818D01*
X-21023D01*
X-21022Y50817D01*
X-20646Y50809D01*
X-20481Y50796D01*
X-20432Y50789D01*
X-20424Y50788D01*
X-20396Y50760D01*
X-20268Y50707D01*
X-20040Y50554D01*
X-19500Y50447D01*
X-18960Y50554D01*
X-18732Y50707D01*
X-18604Y50760D01*
X-18507Y50857D01*
X-18502Y50860D01*
X-18499Y50865D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y51991D01*
X-17818Y52500D01*
X-17946Y53144D01*
X-18089Y53358D01*
Y54376D01*
X-17919Y54786D01*
Y54991D01*
X-17818Y55500D01*
X-17946Y56144D01*
X-18310Y56690D01*
X-18856Y57054D01*
X-19500Y57182D01*
X-21052D01*
X-21083Y57183D01*
X-21084Y57182D01*
X-22500D01*
X-23144Y57054D01*
X-23690Y56690D01*
X-24054Y56144D01*
X-24182Y55500D01*
Y52500D01*
X-24081Y51991D01*
Y51785D01*
X-23840Y51204D01*
X-23528Y50892D01*
X-23770Y50434D01*
X-23774Y50431D01*
X-28228D01*
X-28751Y50327D01*
X-29195Y50030D01*
X-29491Y49587D01*
X-29595Y49063D01*
Y47181D01*
X-29491Y46658D01*
X-29195Y46215D01*
X-28751Y45918D01*
X-28228Y45814D01*
X-27566D01*
X-27564Y45813D01*
X-27310Y45812D01*
X-26860Y45784D01*
X-26677Y45759D01*
X-26513Y45726D01*
X-26371Y45686D01*
X-26252Y45643D01*
X-26157Y45596D01*
X-26085Y45549D01*
X-26006Y45482D01*
X-25997Y45479D01*
X-23509Y42991D01*
X-23509Y42991D01*
X-23046Y42681D01*
X-22500Y42573D01*
X-22500Y42573D01*
X-20927D01*
Y41686D01*
X-21081Y41315D01*
Y40685D01*
X-20927Y40314D01*
Y38686D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18073Y38686D01*
Y40314D01*
X-17919Y40685D01*
Y41315D01*
X-18073Y41686D01*
Y43314D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
X-19815D01*
X-20186Y45427D01*
X-21909D01*
X-22523Y46042D01*
X-22552Y46244D01*
X-22493Y46360D01*
X-22312Y46582D01*
X-22194Y46695D01*
X-18178D01*
X-18178Y46695D01*
X-17631Y46804D01*
X-17168Y47113D01*
X-16409Y47873D01*
X-11300D01*
X-11300Y47873D01*
X-10754Y47981D01*
X-10291Y48291D01*
X-9150Y49431D01*
X-5627Y45909D01*
Y45785D01*
X-5781Y45415D01*
Y44785D01*
X-5627Y44414D01*
Y42786D01*
X-5781Y42415D01*
Y41785D01*
X-5627Y41414D01*
Y39786D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-3886D01*
X-3304Y37760D01*
X-2860Y38204D01*
X-2619Y38785D01*
Y39415D01*
X-2773Y39786D01*
Y41414D01*
X-2619Y41785D01*
Y42415D01*
X-2773Y42786D01*
Y44414D01*
X-2619Y44785D01*
Y45415D01*
X-2773Y45785D01*
Y46500D01*
X-2773Y46500D01*
X-2881Y47046D01*
X-3191Y47509D01*
X-3191Y47509D01*
X-7761Y52079D01*
X-7765Y52091D01*
X-7899Y52238D01*
X-7998Y52370D01*
X-8073Y52495D01*
Y53433D01*
X-8089Y53514D01*
Y55008D01*
X-8196Y55548D01*
X-8502Y56006D01*
X-8960Y56312D01*
X-9500Y56419D01*
X-10040Y56312D01*
X-10498Y56006D01*
X-10804Y55548D01*
X-10911Y55008D01*
Y53514D01*
X-10927Y53433D01*
Y51800D01*
X-10927Y51800D01*
X-10927Y51800D01*
Y51691D01*
X-11891Y50727D01*
X-12852D01*
X-13021Y51227D01*
X-12610Y51543D01*
X-12185Y52097D01*
X-11918Y52741D01*
X-11827Y53433D01*
Y58500D01*
X-11918Y59192D01*
X-12185Y59836D01*
X-12610Y60390D01*
X-12856Y60636D01*
X-12865Y60659D01*
X-13337Y61152D01*
X-13538Y61388D01*
X-13600Y61470D01*
X-13638Y61528D01*
X-13644Y61541D01*
X-13553Y62000D01*
Y78000D01*
X-13739Y78936D01*
X-14239Y79685D01*
X-14118Y80185D01*
X-9882D01*
X-9761Y79685D01*
X-10261Y78936D01*
X-10447Y78000D01*
Y62000D01*
X-10261Y61064D01*
X-9730Y60270D01*
X-9326Y60000D01*
X-9309Y59957D01*
X-9240Y59929D01*
X-9190Y59873D01*
X-9070Y59816D01*
X-8988Y59763D01*
X-8919Y59705D01*
X-8861Y59641D01*
X-8811Y59569D01*
X-8768Y59486D01*
X-8733Y59389D01*
X-8706Y59276D01*
X-8689Y59147D01*
X-8683Y58982D01*
X-8666Y58946D01*
X-8582Y58308D01*
X-8315Y57664D01*
X-7890Y57110D01*
X-7173Y56393D01*
Y53433D01*
X-7082Y52741D01*
X-6815Y52097D01*
X-6390Y51543D01*
X-5836Y51118D01*
X-5607Y51023D01*
X-5498Y50860D01*
X-5040Y50554D01*
X-4500Y50447D01*
X-3960Y50554D01*
X-3502Y50860D01*
X-3393Y51023D01*
X-3164Y51118D01*
X-2610Y51543D01*
X-2185Y52097D01*
X-1918Y52741D01*
X-1827Y53433D01*
Y57500D01*
X-1918Y58192D01*
X-2185Y58836D01*
X-2610Y59390D01*
X-2627Y59407D01*
X-2688Y59562D01*
X-2689Y59680D01*
X-2577Y60064D01*
X-2270Y60270D01*
X-1739Y61064D01*
X-1553Y62000D01*
Y78000D01*
X-1739Y78936D01*
X-2239Y79685D01*
X-2118Y80185D01*
X2118D01*
X2239Y79685D01*
X1739Y78936D01*
X1553Y78000D01*
Y62000D01*
X1739Y61064D01*
X2270Y60270D01*
X3064Y59739D01*
X3244Y59703D01*
X3248Y59698D01*
X3339Y59682D01*
X3418Y59635D01*
X3801Y59578D01*
X4490Y59437D01*
X4783Y59356D01*
X5052Y59266D01*
X5293Y59170D01*
X5505Y59067D01*
X5688Y58959D01*
X5843Y58848D01*
X5990Y58717D01*
X6010Y58710D01*
X6827Y57893D01*
Y53433D01*
X6918Y52741D01*
X7185Y52097D01*
X7610Y51543D01*
X8164Y51118D01*
X8206Y51012D01*
X7908Y50527D01*
X6900D01*
X6900Y50527D01*
X6354Y50419D01*
X5891Y50109D01*
X5891Y50109D01*
X3291Y47509D01*
X2981Y47046D01*
X2873Y46500D01*
X2873Y46500D01*
Y45785D01*
X2719Y45415D01*
Y44785D01*
X2873Y44414D01*
Y42786D01*
X2719Y42415D01*
Y41785D01*
X2873Y41414D01*
Y39786D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3404Y37760D01*
X3985Y37519D01*
X4614D01*
X5196Y37760D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5727Y39786D01*
Y41414D01*
X5881Y41785D01*
Y42415D01*
X5727Y42786D01*
Y44414D01*
X5881Y44785D01*
Y45415D01*
X5727Y45785D01*
Y45909D01*
X7491Y47673D01*
X12300D01*
X12300Y47673D01*
X12846Y47781D01*
X13309Y48091D01*
X14750Y49531D01*
X17168Y47113D01*
X17168Y47113D01*
X17631Y46804D01*
X18178Y46695D01*
X18678D01*
X18778Y46195D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17873Y44014D01*
Y42386D01*
X17719Y42015D01*
Y41385D01*
X17873Y41015D01*
Y39386D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18146Y37618D01*
X17939Y37118D01*
X16880D01*
X16649Y37349D01*
X16351Y37548D01*
X16000Y37618D01*
X6800D01*
X6449Y37548D01*
X6151Y37349D01*
X4467Y35665D01*
X4431Y35650D01*
X4327Y35548D01*
X4285Y35510D01*
X3960Y35446D01*
X3502Y35140D01*
X3196Y34682D01*
X3089Y34142D01*
Y30992D01*
X3196Y30452D01*
X3502Y29994D01*
X3960Y29688D01*
X4500Y29581D01*
X5040Y29688D01*
X5498Y29994D01*
X5804Y30452D01*
X5911Y30992D01*
Y34142D01*
X5854Y34431D01*
X5871Y34451D01*
X5902Y34483D01*
X5917Y34519D01*
X5931Y34533D01*
X5957Y34551D01*
X5958Y34561D01*
X7180Y35782D01*
X8564D01*
X8715Y35282D01*
X8502Y35140D01*
X8196Y34682D01*
X8089Y34142D01*
Y30992D01*
X8196Y30452D01*
X8502Y29994D01*
X8960Y29688D01*
X9500Y29581D01*
X10040Y29688D01*
X10498Y29994D01*
X10804Y30452D01*
X10911Y30992D01*
Y34142D01*
X10804Y34682D01*
X10498Y35140D01*
X10284Y35282D01*
X10436Y35782D01*
X13564D01*
X13715Y35282D01*
X13502Y35140D01*
X13196Y34682D01*
X13089Y34142D01*
Y30992D01*
X13196Y30452D01*
X13502Y29994D01*
X13960Y29688D01*
X14500Y29581D01*
X15040Y29688D01*
X15498Y29994D01*
X15804Y30452D01*
X15911Y30992D01*
Y34142D01*
X15804Y34682D01*
X15622Y34954D01*
X15746Y35471D01*
X15791Y35532D01*
X15835Y35546D01*
X15882Y35530D01*
X16149Y35352D01*
X16500Y35282D01*
X20520D01*
X22082Y33720D01*
Y28345D01*
X22067Y28312D01*
X22067Y28293D01*
X22063Y28291D01*
X22003Y28266D01*
X21995Y28245D01*
X21851Y28149D01*
X21755Y28005D01*
X21734Y27997D01*
X21266Y27997D01*
X21245Y28005D01*
X21149Y28149D01*
X20851Y28348D01*
X20500Y28418D01*
X19500D01*
X19149Y28348D01*
X18851Y28149D01*
X18652Y27851D01*
X18582Y27500D01*
Y26500D01*
X18652Y26149D01*
X18851Y25851D01*
X19149Y25652D01*
X19500Y25582D01*
X20500D01*
X20851Y25652D01*
X21149Y25851D01*
X21245Y25995D01*
X21266Y26003D01*
X21734Y26003D01*
X21755Y25995D01*
X21851Y25851D01*
X22149Y25652D01*
X22500Y25582D01*
X23500D01*
X23851Y25652D01*
X24149Y25851D01*
X24348Y26149D01*
X24418Y26500D01*
Y27500D01*
X24348Y27851D01*
X24149Y28149D01*
X24005Y28245D01*
X23997Y28266D01*
X23937Y28291D01*
X23933Y28293D01*
X23933Y28312D01*
X23918Y28345D01*
Y34100D01*
X23848Y34451D01*
X23649Y34749D01*
X21549Y36849D01*
X21251Y37048D01*
X20900Y37118D01*
X20661D01*
X20454Y37618D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20727Y39386D01*
Y41015D01*
X20881Y41385D01*
Y42015D01*
X20727Y42386D01*
Y43273D01*
X21400D01*
X21400Y43273D01*
X21946Y43381D01*
X22409Y43691D01*
X24208Y45489D01*
X24220Y45494D01*
X24426Y45687D01*
X24585Y45814D01*
X25778D01*
X25779Y45814D01*
X25781Y45814D01*
X28228D01*
X28751Y45918D01*
X29195Y46215D01*
X29491Y46658D01*
X29595Y47181D01*
Y49063D01*
X29491Y49587D01*
X29195Y50030D01*
X28751Y50327D01*
X28228Y50431D01*
X23772D01*
X23249Y50327D01*
X22805Y50030D01*
X22612Y49741D01*
X22591Y49732D01*
X22566Y49672D01*
X22510Y49589D01*
X22498Y49584D01*
X22459Y49574D01*
X22401Y49564D01*
X22327Y49558D01*
X22225Y49555D01*
X22213Y49550D01*
X18769D01*
X16239Y52079D01*
X16235Y52091D01*
X16101Y52238D01*
X16002Y52370D01*
X15927Y52495D01*
Y53433D01*
X15911Y53514D01*
Y55008D01*
X15804Y55548D01*
X15498Y56006D01*
X15040Y56312D01*
X14500Y56419D01*
X13960Y56312D01*
X13502Y56006D01*
X13196Y55548D01*
X13089Y55008D01*
Y53514D01*
X13073Y53433D01*
Y51891D01*
X11709Y50527D01*
X11091D01*
X10795Y51012D01*
X10836Y51118D01*
X11390Y51543D01*
X11815Y52097D01*
X12082Y52741D01*
X12173Y53433D01*
Y59000D01*
X12082Y59692D01*
X11815Y60336D01*
X11390Y60890D01*
X11234Y61046D01*
X11223Y61071D01*
X10893Y61390D01*
X10887Y61393D01*
X10881Y61400D01*
X10878Y61404D01*
X10858Y61422D01*
X10419Y61861D01*
X10447Y62000D01*
Y78000D01*
X10261Y78936D01*
X9761Y79685D01*
X9882Y80185D01*
X14118D01*
X14239Y79685D01*
X13739Y78936D01*
X13553Y78000D01*
Y62000D01*
X13739Y61064D01*
X14270Y60270D01*
X15064Y59739D01*
X15329Y59686D01*
X15410Y59636D01*
X15729Y59583D01*
X15993Y59517D01*
X16215Y59438D01*
X16395Y59349D01*
X16535Y59254D01*
X16640Y59154D01*
X16716Y59049D01*
X16770Y58935D01*
X16804Y58802D01*
X16818Y58611D01*
X16827Y58594D01*
Y53433D01*
X16918Y52741D01*
X17185Y52097D01*
X17610Y51543D01*
X18164Y51118D01*
X18393Y51023D01*
X18502Y50860D01*
X18960Y50554D01*
X19500Y50447D01*
X20040Y50554D01*
X20498Y50860D01*
X20607Y51023D01*
X20836Y51118D01*
X21390Y51543D01*
X21815Y52097D01*
X22082Y52741D01*
X22173Y53433D01*
Y58621D01*
X22183Y58645D01*
X22181Y58649D01*
X22183Y58652D01*
X22173Y59240D01*
Y60500D01*
X22125Y60861D01*
X22261Y61064D01*
X22447Y62000D01*
Y78000D01*
X22261Y78936D01*
X21761Y79685D01*
X21882Y80185D01*
X60550D01*
X60553Y80185D01*
X61046Y80185D01*
X61531Y80148D01*
X62751Y80052D01*
X64413Y79653D01*
X65992Y78999D01*
X67205Y78256D01*
X67605Y77962D01*
X67605Y77962D01*
X67605Y77962D01*
X70086Y76006D01*
X73162Y73162D01*
X76006Y70086D01*
X77962Y67605D01*
X77962Y67605D01*
X77962Y67605D01*
X78256Y67204D01*
X78999Y65992D01*
X79653Y64413D01*
X80052Y62751D01*
X80148Y61531D01*
X80185Y61046D01*
X80255Y60695D01*
X80317Y60601D01*
X80396Y60483D01*
Y-60483D01*
X80255Y-60695D01*
X80185Y-61046D01*
X80148Y-61531D01*
X80052Y-62751D01*
X79653Y-64413D01*
X78999Y-65992D01*
X78256Y-67205D01*
X77962Y-67605D01*
X77962Y-67605D01*
X77962Y-67605D01*
X76006Y-70086D01*
X73162Y-73162D01*
X70086Y-76006D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67204Y-78256D01*
X65992Y-78999D01*
X64413Y-79653D01*
X62751Y-80052D01*
X61554Y-80146D01*
X61258Y-80087D01*
X-60835D01*
X-61186Y-80157D01*
X-61210Y-80173D01*
X-62751Y-80052D01*
X-64413Y-79653D01*
X-65992Y-78999D01*
X-67204Y-78256D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-70086Y-76006D01*
X-73162Y-73162D01*
X-76006Y-70086D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-78256Y-67204D01*
X-78999Y-65992D01*
X-79653Y-64413D01*
X-80052Y-62751D01*
X-80153Y-61465D01*
X-80043Y-61300D01*
X-79973Y-60949D01*
Y-54406D01*
X-79615Y-54277D01*
X-79473Y-54265D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78141D01*
X-77664Y-54602D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
X-78659D01*
X-79136Y-52398D01*
X-79473Y-52735D01*
X-79615Y-52723D01*
X-79973Y-52594D01*
Y61144D01*
X-80043Y61495D01*
X-80139Y61639D01*
X-80052Y62751D01*
X-79653Y64413D01*
X-78999Y65992D01*
X-78256Y67205D01*
X-77962Y67605D01*
X-77961Y67605D01*
X-77962Y67605D01*
X-76006Y70086D01*
X-73162Y73162D01*
X-70086Y76006D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67204Y78256D01*
X-65992Y78999D01*
X-64413Y79653D01*
X-62751Y80052D01*
X-61051Y80186D01*
X-61046Y80185D01*
D02*
G37*
G36*
X10058Y61495D02*
X10132Y61455D01*
X10222Y61394D01*
X10329Y61311D01*
X10592Y61079D01*
X10922Y60760D01*
X6278Y59040D01*
X6114Y59186D01*
X5925Y59323D01*
X5709Y59449D01*
X5468Y59566D01*
X5202Y59673D01*
X4909Y59770D01*
X4591Y59858D01*
X3877Y60005D01*
X3481Y60063D01*
X9937Y61481D01*
X9961Y61507D01*
X10001Y61512D01*
X10058Y61495D01*
D02*
G37*
G36*
X-14067Y61440D02*
X-14050Y61383D01*
X-14013Y61310D01*
X-13955Y61222D01*
X-13876Y61117D01*
X-13658Y60861D01*
X-13178Y60360D01*
X-18222Y59040D01*
X-18395Y59200D01*
X-18580Y59347D01*
X-18777Y59481D01*
X-18988Y59602D01*
X-19211Y59711D01*
X-19447Y59807D01*
X-19696Y59890D01*
X-19958Y59961D01*
X-20232Y60018D01*
X-20519Y60063D01*
X-14063Y61481D01*
X-14067Y61440D01*
D02*
G37*
G36*
X-3140Y60195D02*
X-3268Y60113D01*
X-3381Y60019D01*
X-3479Y59912D01*
X-3562Y59792D01*
X-3630Y59659D01*
X-3682Y59513D01*
X-3720Y59355D01*
X-3743Y59184D01*
X-3750Y59000D01*
X-8250D01*
X-8258Y59184D01*
X-8280Y59355D01*
X-8318Y59513D01*
X-8370Y59659D01*
X-8438Y59792D01*
X-8521Y59912D01*
X-8619Y60019D01*
X-8732Y60113D01*
X-8860Y60195D01*
X-9003Y60264D01*
X-2997D01*
X-3140Y60195D01*
D02*
G37*
G36*
X21537Y60586D02*
X21587Y60515D01*
X21630Y60395D01*
X21667Y60225D01*
X21697Y60007D01*
X21737Y59424D01*
X21750Y58645D01*
X17250D01*
X17232Y58872D01*
X17179Y59081D01*
X17091Y59270D01*
X16967Y59441D01*
X16808Y59592D01*
X16613Y59724D01*
X16383Y59838D01*
X16118Y59932D01*
X15817Y60007D01*
X15481Y60063D01*
X21418Y60582D01*
X21481Y60609D01*
X21537Y60586D01*
D02*
G37*
G36*
X-20638Y56742D02*
X-19953Y56676D01*
X-19722Y56618D01*
X-19564Y56543D01*
X-19480Y56453D01*
X-19469Y56345D01*
X-19532Y56221D01*
X-19669Y56081D01*
X-19879Y55924D01*
X-20372Y53522D01*
X-20201Y51157D01*
X-20220Y51175D01*
X-20253Y51191D01*
X-20300Y51205D01*
X-20361Y51217D01*
X-20435Y51227D01*
X-20625Y51242D01*
X-21013Y51250D01*
X-21241Y53750D01*
X-21080Y53763D01*
X-20985Y53788D01*
X-20983Y54222D01*
X-21050Y54238D01*
X-21241Y54250D01*
X-21091Y56750D01*
X-20638Y56742D01*
D02*
G37*
G36*
X15418Y53432D02*
X15380Y53232D01*
X15365Y53036D01*
X15373Y52846D01*
X15405Y52659D01*
X15461Y52478D01*
X15539Y52301D01*
X15641Y52129D01*
X15767Y51961D01*
X15916Y51799D01*
X14883Y50003D01*
X14738Y50152D01*
X14519Y50410D01*
X14445Y50517D01*
X14395Y50611D01*
X14369Y50690D01*
X14366Y50756D01*
X14387Y50807D01*
X14432Y50844D01*
X14500Y50867D01*
X15479Y53637D01*
X15418Y53432D01*
D02*
G37*
G36*
X-8582D02*
X-8620Y53232D01*
X-8635Y53036D01*
X-8627Y52846D01*
X-8595Y52659D01*
X-8539Y52478D01*
X-8461Y52301D01*
X-8359Y52129D01*
X-8233Y51961D01*
X-8084Y51799D01*
X-9117Y50003D01*
X-9262Y50152D01*
X-9481Y50410D01*
X-9555Y50517D01*
X-9605Y50611D01*
X-9631Y50690D01*
X-9634Y50756D01*
X-9613Y50807D01*
X-9568Y50844D01*
X-9500Y50867D01*
X-8521Y53637D01*
X-8582Y53432D01*
D02*
G37*
G36*
X-22880Y49368D02*
X-22851Y49317D01*
X-22812Y49271D01*
X-22762Y49232D01*
X-22702Y49198D01*
X-22630Y49171D01*
X-22548Y49150D01*
X-22455Y49134D01*
X-22351Y49125D01*
X-22237Y49122D01*
Y47122D01*
X-22351Y47119D01*
X-22455Y47110D01*
X-22548Y47095D01*
X-22630Y47074D01*
X-22702Y47047D01*
X-22762Y47013D01*
X-22812Y46974D01*
X-22851Y46928D01*
X-22880Y46876D01*
X-22897Y46819D01*
Y49426D01*
X-22880Y49368D01*
D02*
G37*
G36*
X22897Y48898D02*
X25763Y46246D01*
X25613Y46363D01*
X25456Y46444D01*
X25291Y46490D01*
X25119Y46500D01*
X24939Y46474D01*
X24751Y46413D01*
X24556Y46315D01*
X24353Y46183D01*
X24142Y46014D01*
X23924Y45810D01*
X22401Y47115D01*
X22401Y47115D01*
X22351Y47119D01*
X22237Y47122D01*
Y49122D01*
X22351Y49125D01*
X22455Y49134D01*
X22548Y49150D01*
X22630Y49171D01*
X22702Y49198D01*
X22762Y49232D01*
X22812Y49271D01*
X22851Y49317D01*
X22880Y49368D01*
X22897Y49426D01*
Y48898D01*
D02*
G37*
G36*
X-23403Y46303D02*
X-23389Y46292D01*
X-23366Y46272D01*
X-22975Y45889D01*
X-25724Y45810D01*
X-25825Y45896D01*
X-25944Y45973D01*
X-26081Y46041D01*
X-26237Y46099D01*
X-26412Y46147D01*
X-26605Y46186D01*
X-26817Y46215D01*
X-27295Y46245D01*
X-27563Y46246D01*
X-23410Y46306D01*
X-23403Y46303D01*
D02*
G37*
G36*
X5593Y34786D02*
X5553Y34745D01*
X5463Y34642D01*
X5443Y34613D01*
X5427Y34589D01*
X5417Y34567D01*
X5412Y34549D01*
X5411Y34533D01*
X5416Y34521D01*
X4500Y35133D01*
X4506Y35134D01*
X4516Y35140D01*
X4530Y35150D01*
X4548Y35164D01*
X4624Y35233D01*
X4734Y35341D01*
X5593Y34786D01*
D02*
G37*
G36*
X23502Y28240D02*
X23508Y28188D01*
X23517Y28141D01*
X23530Y28100D01*
X23548Y28063D01*
X23569Y28032D01*
X23593Y28006D01*
X23622Y27985D01*
X23654Y27970D01*
X23690Y27960D01*
X22310D01*
X22346Y27970D01*
X22378Y27985D01*
X22407Y28006D01*
X22432Y28032D01*
X22452Y28063D01*
X22469Y28100D01*
X22483Y28141D01*
X22492Y28188D01*
X22498Y28240D01*
X22500Y28298D01*
X23500D01*
X23502Y28240D01*
D02*
G37*
G36*
X22040Y26310D02*
X22030Y26346D01*
X22015Y26378D01*
X21994Y26407D01*
X21968Y26432D01*
X21937Y26452D01*
X21901Y26469D01*
X21859Y26483D01*
X21812Y26492D01*
X21760Y26498D01*
X21702Y26500D01*
Y27500D01*
X21760Y27502D01*
X21812Y27508D01*
X21859Y27517D01*
X21901Y27531D01*
X21937Y27548D01*
X21968Y27569D01*
X21994Y27593D01*
X22015Y27622D01*
X22030Y27654D01*
X22040Y27690D01*
Y26310D01*
D02*
G37*
G36*
X20970Y27654D02*
X20985Y27622D01*
X21006Y27593D01*
X21032Y27569D01*
X21063Y27548D01*
X21100Y27531D01*
X21141Y27517D01*
X21188Y27508D01*
X21240Y27502D01*
X21298Y27500D01*
Y26500D01*
X21240Y26498D01*
X21188Y26492D01*
X21141Y26483D01*
X21100Y26469D01*
X21063Y26452D01*
X21032Y26432D01*
X21006Y26407D01*
X20985Y26378D01*
X20970Y26346D01*
X20960Y26310D01*
Y27690D01*
X20970Y27654D01*
D02*
G37*
%LPC*%
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X32359Y55000D02*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
D02*
G37*
G36*
X2780Y56783D02*
X2779Y56782D01*
X1500D01*
X856Y56654D01*
X310Y56290D01*
X-54Y55744D01*
X-182Y55100D01*
Y52100D01*
X-54Y51456D01*
X310Y50910D01*
X856Y50546D01*
X1500Y50418D01*
X2757D01*
X2759Y50417D01*
X2760Y50418D01*
X2770D01*
X2771Y50417D01*
X2787Y50418D01*
X4500D01*
X5144Y50546D01*
X5690Y50910D01*
X6054Y51456D01*
X6182Y52100D01*
X6054Y52744D01*
X5911Y52958D01*
Y54242D01*
X6054Y54456D01*
X6182Y55100D01*
X6054Y55744D01*
X5690Y56290D01*
X5144Y56654D01*
X4500Y56782D01*
X2834D01*
X2782Y56783D01*
X2781Y56783D01*
X2780Y56783D01*
D02*
G37*
G36*
X500Y46418D02*
X-500D01*
X-851Y46348D01*
X-1149Y46149D01*
X-1348Y45851D01*
X-1418Y45500D01*
Y44500D01*
X-1348Y44149D01*
X-1218Y43955D01*
X-1300Y43759D01*
Y43241D01*
X-1218Y43045D01*
X-1348Y42851D01*
X-1418Y42500D01*
Y41500D01*
X-1348Y41149D01*
X-1149Y40851D01*
X-851Y40652D01*
X-500Y40582D01*
X500D01*
X851Y40652D01*
X1149Y40851D01*
X1348Y41149D01*
X1418Y41500D01*
Y42500D01*
X1348Y42851D01*
X1218Y43045D01*
X1300Y43241D01*
Y43759D01*
X1218Y43955D01*
X1348Y44149D01*
X1418Y44500D01*
Y45500D01*
X1348Y45851D01*
X1149Y46149D01*
X851Y46348D01*
X500Y46418D01*
D02*
G37*
G36*
Y39418D02*
X-500D01*
X-851Y39348D01*
X-1149Y39149D01*
X-1348Y38851D01*
X-1418Y38500D01*
Y37500D01*
X-1348Y37149D01*
X-1300Y37077D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37077D01*
X1348Y37149D01*
X1418Y37500D01*
Y38500D01*
X1348Y38851D01*
X1149Y39149D01*
X851Y39348D01*
X500Y39418D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32241D01*
X-61002Y31764D01*
X-60636Y31398D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X-7800Y37518D02*
X-16400D01*
X-16751Y37448D01*
X-17049Y37249D01*
X-18537Y35760D01*
X-18916Y35439D01*
X-18956Y35443D01*
X-18960Y35446D01*
X-19500Y35553D01*
X-20040Y35446D01*
X-20498Y35140D01*
X-20804Y34682D01*
X-20911Y34142D01*
Y30992D01*
X-20804Y30452D01*
X-20498Y29994D01*
X-20040Y29688D01*
X-19500Y29581D01*
X-18960Y29688D01*
X-18502Y29994D01*
X-18196Y30452D01*
X-18089Y30992D01*
Y33561D01*
X-18068Y33596D01*
X-18034Y33642D01*
X-17977Y33705D01*
X-17965Y33738D01*
X-16053Y35649D01*
X-15679Y35605D01*
X-15548Y35269D01*
X-15508Y35124D01*
X-15804Y34682D01*
X-15911Y34142D01*
Y30992D01*
X-15804Y30452D01*
X-15498Y29994D01*
X-15040Y29688D01*
X-14500Y29581D01*
X-13960Y29688D01*
X-13502Y29994D01*
X-13196Y30452D01*
X-13089Y30992D01*
Y34142D01*
X-13196Y34682D01*
X-13502Y35140D01*
X-13566Y35182D01*
X-13414Y35682D01*
X-10586D01*
X-10434Y35182D01*
X-10498Y35140D01*
X-10804Y34682D01*
X-10911Y34142D01*
Y30992D01*
X-10804Y30452D01*
X-10498Y29994D01*
X-10040Y29688D01*
X-9500Y29581D01*
X-8960Y29688D01*
X-8502Y29994D01*
X-8418Y30120D01*
X-7918Y29969D01*
Y29380D01*
X-8759Y28538D01*
X-8794Y28526D01*
X-8894Y28431D01*
X-8911Y28418D01*
X-9414D01*
X-9417Y28418D01*
X-9419Y28418D01*
X-9500D01*
X-9851Y28348D01*
X-10149Y28149D01*
X-10348Y27851D01*
X-10418Y27500D01*
Y26500D01*
X-10348Y26149D01*
X-10149Y25851D01*
X-9851Y25652D01*
X-9500Y25582D01*
X-8500D01*
X-8149Y25652D01*
X-7851Y25851D01*
X-7755Y25995D01*
X-7753Y25996D01*
X-7593Y26003D01*
X-7266Y26003D01*
X-7245Y25995D01*
X-7149Y25851D01*
X-6851Y25652D01*
X-6500Y25582D01*
X-5500D01*
X-5149Y25652D01*
X-4851Y25851D01*
X-4652Y26149D01*
X-4582Y26500D01*
Y27500D01*
X-4652Y27851D01*
X-4851Y28149D01*
X-5149Y28348D01*
X-5500Y28418D01*
X-5751D01*
X-6099Y28918D01*
X-6082Y29000D01*
Y35800D01*
X-6152Y36151D01*
X-6351Y36449D01*
X-7151Y37249D01*
X-7449Y37448D01*
X-7800Y37518D01*
D02*
G37*
G36*
X16500Y28418D02*
X15500D01*
X15149Y28348D01*
X14851Y28149D01*
X14755Y28005D01*
X14734Y27997D01*
X14266Y27997D01*
X14245Y28005D01*
X14149Y28149D01*
X13851Y28348D01*
X13500Y28418D01*
X12500D01*
X12149Y28348D01*
X11851Y28149D01*
X11652Y27851D01*
X11582Y27500D01*
Y26500D01*
X11652Y26149D01*
X11851Y25851D01*
X11869Y25667D01*
X11120Y24918D01*
X7780D01*
X7328Y25370D01*
X7149Y25851D01*
X7348Y26149D01*
X7418Y26500D01*
Y27500D01*
X7348Y27851D01*
X7149Y28149D01*
X6851Y28348D01*
X6500Y28418D01*
X5500D01*
X5149Y28348D01*
X4851Y28149D01*
X4652Y27851D01*
X4582Y27500D01*
Y26500D01*
X4652Y26149D01*
X4851Y25851D01*
X4995Y25755D01*
X5003Y25734D01*
X5063Y25709D01*
X5067Y25707D01*
X5067Y25688D01*
X5082Y25655D01*
Y25400D01*
X5152Y25049D01*
X5351Y24751D01*
X6751Y23351D01*
X7049Y23152D01*
X7400Y23082D01*
X11500D01*
X11851Y23152D01*
X12149Y23351D01*
X13649Y24851D01*
X13848Y25149D01*
X13918Y25500D01*
Y25655D01*
X13933Y25688D01*
X13933Y25707D01*
X13937Y25709D01*
X13997Y25734D01*
X14005Y25755D01*
X14149Y25851D01*
X14245Y25995D01*
X14266Y26003D01*
X14734Y26003D01*
X14755Y25995D01*
X14851Y25851D01*
X15149Y25652D01*
X15500Y25582D01*
X16500D01*
X16851Y25652D01*
X17149Y25851D01*
X17348Y26149D01*
X17418Y26500D01*
Y27500D01*
X17348Y27851D01*
X17149Y28149D01*
X16851Y28348D01*
X16500Y28418D01*
D02*
G37*
G36*
X-56341Y28200D02*
X-56859D01*
X-57336Y28002D01*
X-57702Y27636D01*
X-57900Y27159D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
D02*
G37*
G36*
X-12500Y28418D02*
X-13500D01*
X-13851Y28348D01*
X-14149Y28149D01*
X-14348Y27851D01*
X-14418Y27500D01*
Y26500D01*
X-14348Y26149D01*
X-14149Y25851D01*
X-14177Y25354D01*
X-14206Y25292D01*
X-14207Y25291D01*
X-14580Y24918D01*
X-18320D01*
X-18738Y25335D01*
X-18851Y25851D01*
X-18652Y26149D01*
X-18582Y26500D01*
Y27500D01*
X-18652Y27851D01*
X-18851Y28149D01*
X-19149Y28348D01*
X-19500Y28418D01*
X-20500D01*
X-20851Y28348D01*
X-21149Y28149D01*
X-21245Y28005D01*
X-21266Y27997D01*
X-21734Y27997D01*
X-21755Y28005D01*
X-21851Y28149D01*
X-22149Y28348D01*
X-22500Y28418D01*
X-23500D01*
X-23851Y28348D01*
X-24149Y28149D01*
X-24348Y27851D01*
X-24418Y27500D01*
Y26500D01*
X-24348Y26149D01*
X-24149Y25851D01*
X-23851Y25652D01*
X-23500Y25582D01*
X-22500D01*
X-22149Y25652D01*
X-21851Y25851D01*
X-21755Y25995D01*
X-21734Y26003D01*
X-21273Y26003D01*
X-21205Y25935D01*
X-21149Y25851D01*
X-21065Y25795D01*
X-20918Y25648D01*
Y25300D01*
X-20848Y24949D01*
X-20649Y24651D01*
X-19349Y23351D01*
X-19051Y23152D01*
X-18700Y23082D01*
X-14200D01*
X-13849Y23152D01*
X-13551Y23351D01*
X-12351Y24551D01*
X-12152Y24849D01*
X-12082Y25200D01*
Y25655D01*
X-12067Y25688D01*
X-12067Y25707D01*
X-12063Y25709D01*
X-12003Y25734D01*
X-11995Y25755D01*
X-11851Y25851D01*
X-11652Y26149D01*
X-11582Y26500D01*
Y27500D01*
X-11652Y27851D01*
X-11851Y28149D01*
X-12149Y28348D01*
X-12500Y28418D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-59034Y39327D01*
X-58958Y39357D01*
X-58904Y39409D01*
X-58860Y39445D01*
X-58817Y39476D01*
X-58775Y39501D01*
X-58734Y39521D01*
X-58692Y39538D01*
X-58650Y39550D01*
X-58606Y39559D01*
X-58560Y39565D01*
X-58494Y39567D01*
X-58453Y39586D01*
X-54796D01*
X-48614Y33404D01*
Y5092D01*
X-49100Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51365Y3926D01*
X-51335Y3850D01*
X-51294Y3808D01*
X-51270Y3778D01*
X-51249Y3746D01*
X-51230Y3712D01*
X-51214Y3676D01*
X-51200Y3636D01*
X-51189Y3591D01*
X-51180Y3542D01*
X-51175Y3487D01*
X-51173Y3413D01*
X-51154Y3373D01*
Y2000D01*
X-51622Y1760D01*
X-52100Y1958D01*
X-52617D01*
X-53035Y1785D01*
X-53300Y1884D01*
X-53535Y2027D01*
Y3377D01*
X-53517Y3417D01*
X-53515Y3491D01*
X-53509Y3546D01*
X-53501Y3596D01*
X-53490Y3642D01*
X-53476Y3683D01*
X-53460Y3720D01*
X-53441Y3754D01*
X-53420Y3787D01*
X-53395Y3818D01*
X-53354Y3861D01*
X-53326Y3935D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55274Y3935D01*
X-55246Y3861D01*
X-55205Y3818D01*
X-55181Y3787D01*
X-55159Y3754D01*
X-55141Y3720D01*
X-55124Y3683D01*
X-55111Y3642D01*
X-55099Y3596D01*
X-55090Y3546D01*
X-55085Y3491D01*
X-55083Y3417D01*
X-55065Y3377D01*
Y1810D01*
X-55565Y1603D01*
X-55764Y1802D01*
X-56241Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57474Y-165D01*
X-57446Y-239D01*
X-57405Y-282D01*
X-57380Y-313D01*
X-57359Y-346D01*
X-57341Y-380D01*
X-57324Y-417D01*
X-57310Y-458D01*
X-57299Y-504D01*
X-57291Y-554D01*
X-57285Y-609D01*
X-57283Y-683D01*
X-57265Y-723D01*
Y-7283D01*
X-58073Y-8091D01*
X-58112Y-8106D01*
X-58153Y-8143D01*
X-58167Y-8154D01*
X-62100D01*
X-62490Y-8231D01*
X-62551Y-8272D01*
X-63051Y-8004D01*
Y-4300D01*
X-63241Y-3841D01*
X-64073Y-3008D01*
X-64069Y-3000D01*
X-64082Y-2969D01*
Y-2000D01*
X-64152Y-1649D01*
X-64351Y-1351D01*
X-64649Y-1152D01*
X-65000Y-1082D01*
X-66000D01*
X-66351Y-1152D01*
X-66423Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66423D01*
X-66351Y-3848D01*
X-66000Y-3918D01*
X-65031D01*
X-65000Y-3931D01*
X-64991Y-3927D01*
X-64349Y-4569D01*
Y-10200D01*
X-64159Y-10659D01*
X-63218Y-11601D01*
X-62911Y-11728D01*
X-62855Y-11811D01*
X-62821Y-11924D01*
Y-12389D01*
X-63042Y-12720D01*
X-63120Y-13110D01*
X-63080Y-13308D01*
X-63318Y-13791D01*
X-63395Y-13872D01*
X-63594Y-13909D01*
X-63978Y-13524D01*
X-63992Y-13489D01*
X-64059Y-13419D01*
X-64082Y-13391D01*
Y-12500D01*
X-64152Y-12149D01*
X-64351Y-11851D01*
X-64649Y-11652D01*
X-65000Y-11582D01*
X-66000D01*
X-66351Y-11652D01*
X-66649Y-11851D01*
X-66848Y-12149D01*
X-66918Y-12500D01*
Y-13500D01*
X-66848Y-13851D01*
X-66649Y-14149D01*
X-66351Y-14348D01*
X-66200Y-14378D01*
X-66194Y-14385D01*
X-66150Y-14388D01*
X-66070Y-14404D01*
X-66010Y-14430D01*
X-65925Y-14432D01*
X-65857Y-14437D01*
X-65798Y-14445D01*
X-65747Y-14454D01*
X-65705Y-14465D01*
X-65671Y-14477D01*
X-65645Y-14489D01*
X-65626Y-14499D01*
X-65613Y-14509D01*
X-65586Y-14533D01*
X-65554Y-14544D01*
X-64370Y-15728D01*
X-64072Y-15927D01*
X-63721Y-15996D01*
X-62527D01*
X-62490Y-16021D01*
X-62100Y-16098D01*
X-57900D01*
X-57510Y-16021D01*
X-57473Y-15996D01*
X-55059D01*
X-53418Y-17638D01*
Y-20697D01*
X-53431Y-20741D01*
X-53418Y-20766D01*
Y-28220D01*
X-54976Y-29778D01*
X-55174Y-30076D01*
X-55244Y-30427D01*
Y-33577D01*
X-55501Y-33739D01*
X-55744Y-33807D01*
X-55976Y-33652D01*
X-56327Y-33582D01*
X-60494D01*
X-60769Y-33179D01*
X-60785Y-33103D01*
X-60716Y-32840D01*
X-59852Y-31977D01*
X-59822Y-31967D01*
X-59795Y-31943D01*
X-59782Y-31935D01*
X-59756Y-31922D01*
X-59715Y-31907D01*
X-59659Y-31891D01*
X-59590Y-31877D01*
X-59512Y-31865D01*
X-59300Y-31849D01*
X-59178Y-31847D01*
X-59176Y-31846D01*
X-57900D01*
X-57510Y-31769D01*
X-57179Y-31548D01*
X-56958Y-31217D01*
X-56880Y-30827D01*
X-56958Y-30437D01*
X-57179Y-30106D01*
Y-29579D01*
X-56958Y-29248D01*
X-56880Y-28858D01*
X-56958Y-28468D01*
X-57179Y-28137D01*
Y-27611D01*
X-56958Y-27280D01*
X-56880Y-26890D01*
X-56958Y-26500D01*
X-57179Y-26169D01*
Y-25642D01*
X-56958Y-25311D01*
X-56880Y-24921D01*
X-56958Y-24531D01*
X-57179Y-24200D01*
Y-23674D01*
X-56958Y-23343D01*
X-56880Y-22953D01*
X-56958Y-22563D01*
X-57179Y-22232D01*
Y-21705D01*
X-56958Y-21374D01*
X-56880Y-20984D01*
X-56958Y-20594D01*
X-56989Y-20549D01*
X-56764Y-20007D01*
X-56679Y-19976D01*
X-56652Y-19986D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55526D01*
X-55048Y-20118D01*
X-54682Y-19752D01*
X-54484Y-19274D01*
Y-18757D01*
X-54682Y-18279D01*
X-55048Y-17914D01*
X-55526Y-17716D01*
X-56043D01*
X-56521Y-17914D01*
X-56652Y-18045D01*
X-56730Y-18076D01*
X-56789Y-18109D01*
X-57179Y-18295D01*
X-57510Y-18074D01*
X-57900Y-17996D01*
X-62100D01*
X-62490Y-18074D01*
X-62821Y-18295D01*
X-63042Y-18626D01*
X-63080Y-18815D01*
X-63592Y-19011D01*
X-64106Y-18496D01*
X-64119Y-18462D01*
X-64209Y-18366D01*
X-64227Y-18343D01*
Y-17811D01*
X-64227Y-17811D01*
X-64227Y-17811D01*
Y-17718D01*
X-64300Y-17351D01*
X-64508Y-17040D01*
X-64820Y-16832D01*
X-65187Y-16759D01*
X-69813D01*
X-70180Y-16832D01*
X-70492Y-17040D01*
X-70700Y-17351D01*
X-70773Y-17718D01*
Y-18801D01*
X-70700Y-19168D01*
X-70492Y-19480D01*
X-70180Y-19688D01*
X-69813Y-19761D01*
X-65987D01*
X-65985Y-19762D01*
X-65983Y-19761D01*
X-65946D01*
X-65946Y-19761D01*
X-65946Y-19761D01*
X-65467D01*
X-65455Y-19770D01*
X-65351Y-19868D01*
X-65331Y-19876D01*
X-65320Y-19895D01*
X-65297Y-19901D01*
X-63565Y-21633D01*
X-63381Y-21756D01*
X-63310Y-22189D01*
X-63327Y-22330D01*
X-65140Y-24142D01*
X-65176Y-24156D01*
X-65209Y-24189D01*
X-65265Y-24237D01*
X-65267Y-24239D01*
X-69813D01*
X-70180Y-24312D01*
X-70492Y-24520D01*
X-70700Y-24832D01*
X-70773Y-25199D01*
Y-26281D01*
X-70755Y-26373D01*
X-70721Y-26669D01*
X-71065Y-27002D01*
X-71159Y-27041D01*
X-73059Y-28941D01*
X-73249Y-29400D01*
Y-44500D01*
X-73059Y-44959D01*
X-72772Y-45246D01*
X-72756Y-45283D01*
X-72741Y-45330D01*
X-72726Y-45388D01*
X-72716Y-45451D01*
X-72701Y-45629D01*
X-72699Y-45730D01*
X-72666Y-45807D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
X-71293D01*
X-71370Y-44401D01*
X-71477Y-44399D01*
X-71565Y-44394D01*
X-71643Y-44385D01*
X-71712Y-44374D01*
X-71770Y-44359D01*
X-71818Y-44344D01*
X-71854Y-44328D01*
X-71951Y-44231D01*
Y-33621D01*
X-71489Y-33430D01*
X-71259Y-33659D01*
X-70800Y-33849D01*
X-68585D01*
X-68149Y-34285D01*
Y-40800D01*
X-67959Y-41259D01*
X-66159Y-43059D01*
X-65700Y-43249D01*
X-63438D01*
X-63402Y-43264D01*
X-63357Y-43287D01*
X-63306Y-43317D01*
X-63254Y-43354D01*
X-63118Y-43469D01*
X-63045Y-43540D01*
X-62968Y-43571D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60938Y-42009D01*
X-60600Y-41608D01*
X-60500Y-41649D01*
X-59838D01*
X-59802Y-41664D01*
X-59757Y-41687D01*
X-59706Y-41717D01*
X-59654Y-41754D01*
X-59518Y-41869D01*
X-59445Y-41940D01*
X-59368Y-41971D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
X-58759D01*
X-59236Y-39898D01*
X-59368Y-40029D01*
X-59445Y-40060D01*
X-59522Y-40135D01*
X-59588Y-40194D01*
X-59649Y-40243D01*
X-59706Y-40282D01*
X-59757Y-40313D01*
X-59802Y-40336D01*
X-59838Y-40351D01*
X-60231D01*
X-60541Y-40041D01*
X-61000Y-39851D01*
X-63631D01*
X-64149Y-39333D01*
X-64082Y-39000D01*
Y-38000D01*
X-64152Y-37649D01*
X-64177Y-37611D01*
X-64110Y-37435D01*
X-63885Y-37149D01*
X-59769D01*
X-59459Y-37459D01*
X-59000Y-37649D01*
X-58338D01*
X-58302Y-37664D01*
X-58257Y-37687D01*
X-58206Y-37718D01*
X-58154Y-37754D01*
X-58018Y-37869D01*
X-57945Y-37940D01*
X-57868Y-37971D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55846Y-37612D01*
X-55346Y-37711D01*
Y-38600D01*
X-55269Y-38990D01*
X-55048Y-39321D01*
X-54717Y-39542D01*
X-54327Y-39620D01*
X-53937Y-39542D01*
X-53606Y-39321D01*
X-53385Y-38990D01*
X-53307Y-38600D01*
Y-34400D01*
X-53385Y-34010D01*
X-53409Y-33973D01*
Y-30807D01*
X-51851Y-29249D01*
X-51652Y-28951D01*
X-51582Y-28600D01*
Y-23516D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49849Y-22619D01*
X-49349Y-22719D01*
Y-29031D01*
X-49159Y-29491D01*
X-48299Y-30351D01*
X-48506Y-30851D01*
X-50196D01*
X-50240Y-30834D01*
X-50294Y-30811D01*
X-50354Y-30779D01*
X-50418Y-30741D01*
X-50577Y-30630D01*
X-50664Y-30562D01*
X-50713Y-30548D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50531Y-32469D01*
X-50457Y-32430D01*
X-50394Y-32353D01*
X-50340Y-32295D01*
X-50290Y-32248D01*
X-50244Y-32210D01*
X-50202Y-32181D01*
X-50166Y-32161D01*
X-50140Y-32149D01*
X-48269D01*
X-47324Y-33095D01*
X-47433Y-33389D01*
X-47939Y-33520D01*
X-48031Y-33458D01*
X-48421Y-33380D01*
X-48812Y-33458D01*
X-49142Y-33679D01*
X-49669D01*
X-50000Y-33458D01*
X-50390Y-33380D01*
X-50780Y-33458D01*
X-51111Y-33679D01*
X-51332Y-34010D01*
X-51409Y-34400D01*
Y-38600D01*
X-51332Y-38990D01*
X-51307Y-39027D01*
Y-40755D01*
X-51237Y-41106D01*
X-51039Y-41403D01*
X-43293Y-49149D01*
X-42996Y-49348D01*
X-42644Y-49418D01*
X-24980D01*
X-23618Y-50780D01*
Y-54100D01*
X-23548Y-54451D01*
X-23349Y-54749D01*
X-20981Y-57117D01*
X-20977Y-57132D01*
X-20945Y-57153D01*
X-20944Y-57154D01*
X-20929Y-57191D01*
X-20892Y-57228D01*
X-20870Y-57251D01*
X-20919Y-57500D01*
X-20812Y-58040D01*
X-20506Y-58498D01*
X-20048Y-58804D01*
X-19508Y-58911D01*
X-16358D01*
X-15818Y-58804D01*
X-15360Y-58498D01*
X-15054Y-58040D01*
X-14947Y-57500D01*
X-15054Y-56960D01*
X-15360Y-56502D01*
X-15818Y-56196D01*
X-16358Y-56089D01*
X-19374D01*
X-19376Y-56087D01*
X-19425Y-56051D01*
X-19491Y-55990D01*
X-19524Y-55978D01*
X-21782Y-53720D01*
Y-50400D01*
X-21852Y-50049D01*
X-22051Y-49751D01*
X-23712Y-48090D01*
X-23549Y-47548D01*
X-23251Y-47349D01*
X-19879Y-43977D01*
X-19863Y-43974D01*
X-19849Y-43951D01*
X-19824Y-43943D01*
X-19800Y-43921D01*
X-19795Y-43918D01*
X-19790Y-43915D01*
X-19781Y-43911D01*
X-19767Y-43908D01*
X-19747Y-43905D01*
X-19720Y-43903D01*
X-19685Y-43904D01*
X-19642Y-43908D01*
X-19579Y-43918D01*
X-19543Y-43910D01*
X-19508Y-43924D01*
X-19477Y-43911D01*
X-16358D01*
X-15818Y-43804D01*
X-15360Y-43498D01*
X-15054Y-43040D01*
X-14947Y-42500D01*
X-15054Y-41960D01*
X-15360Y-41502D01*
X-15818Y-41196D01*
X-16358Y-41089D01*
X-19508D01*
X-20048Y-41196D01*
X-20506Y-41502D01*
X-20812Y-41960D01*
X-20890Y-42353D01*
X-20893Y-42357D01*
X-20895Y-42359D01*
X-20899Y-42367D01*
X-20899Y-42368D01*
X-20902Y-42371D01*
X-20974Y-42454D01*
X-21006Y-42486D01*
X-21020Y-42522D01*
X-24280Y-45782D01*
X-32197D01*
X-32297Y-45282D01*
X-32241Y-45259D01*
X-29341Y-42359D01*
X-29151Y-41900D01*
Y-33500D01*
X-29341Y-33041D01*
X-30408Y-31974D01*
X-30366Y-31632D01*
X-29865Y-31482D01*
X-29821Y-31548D01*
X-29490Y-31769D01*
X-29100Y-31846D01*
X-28016D01*
X-28014Y-31847D01*
X-27936Y-31850D01*
X-27918Y-31852D01*
Y-33000D01*
X-27848Y-33351D01*
X-27649Y-33649D01*
X-27038Y-34259D01*
X-27025Y-34294D01*
X-26931Y-34394D01*
X-26918Y-34411D01*
Y-34914D01*
X-26919Y-34917D01*
X-26918Y-34919D01*
Y-35000D01*
X-26848Y-35351D01*
X-26649Y-35649D01*
X-26351Y-35848D01*
X-26000Y-35918D01*
X-25000D01*
X-24649Y-35848D01*
X-24351Y-35649D01*
X-24255Y-35505D01*
X-24234Y-35497D01*
X-24209Y-35437D01*
X-24207Y-35433D01*
X-24188Y-35433D01*
X-24155Y-35418D01*
X-12354D01*
X-12323Y-35432D01*
X-12159Y-35441D01*
X-12047Y-35461D01*
X-11962Y-35489D01*
X-11902Y-35522D01*
X-11858Y-35558D01*
X-11822Y-35602D01*
X-11789Y-35662D01*
X-11761Y-35747D01*
X-11741Y-35859D01*
X-11732Y-36023D01*
X-11718Y-36054D01*
Y-42770D01*
X-11733Y-42806D01*
X-11734Y-42899D01*
X-11737Y-42973D01*
X-11750Y-43106D01*
X-11757Y-43146D01*
X-11764Y-43177D01*
X-11769Y-43193D01*
X-11778Y-43207D01*
X-11779Y-43214D01*
X-11780Y-43219D01*
X-11781Y-43228D01*
X-11783Y-43244D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44010D01*
X-12110Y-44023D01*
X-12117Y-44030D01*
X-12118Y-44034D01*
X-12123Y-44040D01*
X-12127Y-44056D01*
X-12135Y-44071D01*
X-12151Y-44098D01*
X-12172Y-44127D01*
X-12313Y-44292D01*
X-12366Y-44340D01*
X-12469Y-44425D01*
X-12502Y-44449D01*
X-12529Y-44465D01*
X-12544Y-44473D01*
X-12560Y-44477D01*
X-12566Y-44482D01*
X-12570Y-44483D01*
X-12577Y-44490D01*
X-12590Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-45710D01*
X-13810Y-45723D01*
X-13817Y-45730D01*
X-13818Y-45734D01*
X-13823Y-45740D01*
X-13827Y-45756D01*
X-13835Y-45771D01*
X-13851Y-45798D01*
X-13872Y-45827D01*
X-14015Y-45994D01*
X-14075Y-46055D01*
X-14089Y-46091D01*
X-14580Y-46582D01*
X-15175D01*
X-15208Y-46567D01*
X-15250Y-46566D01*
X-15271Y-46564D01*
X-15286Y-46561D01*
X-15295Y-46558D01*
X-15298Y-46557D01*
X-15310Y-46540D01*
X-15339Y-46523D01*
X-15351Y-46493D01*
X-15411Y-46468D01*
X-15818Y-46196D01*
X-16358Y-46089D01*
X-19508D01*
X-20048Y-46196D01*
X-20506Y-46502D01*
X-20812Y-46960D01*
X-20919Y-47500D01*
X-20812Y-48040D01*
X-20506Y-48498D01*
X-20048Y-48804D01*
X-19508Y-48911D01*
X-16358D01*
X-15818Y-48804D01*
X-15411Y-48532D01*
X-15351Y-48507D01*
X-15339Y-48477D01*
X-15310Y-48460D01*
X-15298Y-48443D01*
X-15295Y-48442D01*
X-15286Y-48439D01*
X-15271Y-48436D01*
X-15250Y-48434D01*
X-15208Y-48433D01*
X-15175Y-48418D01*
X-14200D01*
X-13849Y-48348D01*
X-13551Y-48149D01*
X-12791Y-47389D01*
X-12755Y-47375D01*
X-12688Y-47309D01*
X-12634Y-47260D01*
X-12531Y-47175D01*
X-12498Y-47151D01*
X-12471Y-47135D01*
X-12456Y-47127D01*
X-12440Y-47123D01*
X-12434Y-47118D01*
X-12430Y-47117D01*
X-12423Y-47110D01*
X-12410Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45890D01*
X-11190Y-45877D01*
X-11183Y-45870D01*
X-11182Y-45866D01*
X-11177Y-45860D01*
X-11173Y-45844D01*
X-11165Y-45829D01*
X-11149Y-45802D01*
X-11128Y-45773D01*
X-10987Y-45608D01*
X-10934Y-45560D01*
X-10831Y-45475D01*
X-10798Y-45451D01*
X-10771Y-45435D01*
X-10756Y-45427D01*
X-10740Y-45423D01*
X-10734Y-45418D01*
X-10730Y-45417D01*
X-10723Y-45410D01*
X-10710Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-9817Y-43244D01*
X-9819Y-43228D01*
X-9820Y-43219D01*
X-9821Y-43214D01*
X-9822Y-43207D01*
X-9831Y-43193D01*
X-9836Y-43177D01*
X-9843Y-43146D01*
X-9849Y-43110D01*
X-9866Y-42892D01*
X-9867Y-42806D01*
X-9882Y-42770D01*
Y-35756D01*
X-9867Y-35723D01*
X-9861Y-35542D01*
X-9843Y-35383D01*
X-9814Y-35232D01*
X-9774Y-35086D01*
X-9723Y-34946D01*
X-9660Y-34811D01*
X-9586Y-34679D01*
X-9499Y-34552D01*
X-9399Y-34427D01*
X-9276Y-34295D01*
X-9125Y-34276D01*
X-8960Y-34372D01*
X-8668Y-34691D01*
Y-34710D01*
X-8673Y-34723D01*
X-8674Y-35026D01*
X-8677Y-35230D01*
X-8764Y-35360D01*
X-8841Y-35746D01*
Y-38065D01*
X-8764Y-38451D01*
X-8545Y-38779D01*
X-8217Y-38998D01*
X-7831Y-39075D01*
X-6650D01*
X-6263Y-38998D01*
X-5935Y-38779D01*
X-5717Y-38451D01*
X-5640Y-38065D01*
Y-35746D01*
X-5717Y-35360D01*
X-5801Y-35234D01*
X-5802Y-35121D01*
X-4309Y-33627D01*
X-1691D01*
X-1127Y-34191D01*
Y-34648D01*
X-1132Y-34657D01*
X-1129Y-34666D01*
X-1133Y-34675D01*
X-1139Y-34974D01*
X-1148Y-35103D01*
X-1152Y-35138D01*
X-1156Y-35155D01*
X-1161Y-35174D01*
X-1160Y-35175D01*
X-1283Y-35360D01*
X-1360Y-35746D01*
Y-38065D01*
X-1283Y-38451D01*
X-1127Y-38685D01*
Y-38700D01*
X-1019Y-39246D01*
X-709Y-39709D01*
X-246Y-40019D01*
X300Y-40127D01*
X846Y-40019D01*
X1309Y-39709D01*
X1619Y-39246D01*
X1727Y-38700D01*
Y-38506D01*
X1764Y-38451D01*
X1841Y-38065D01*
Y-35746D01*
X2102Y-35427D01*
X9000D01*
X9049Y-35418D01*
X9500D01*
X9851Y-35348D01*
X10149Y-35149D01*
X10348Y-34851D01*
X10418Y-34500D01*
Y-34049D01*
X10427Y-34000D01*
Y-30000D01*
X10418Y-29951D01*
Y-29500D01*
X10348Y-29149D01*
X10149Y-28851D01*
X9851Y-28652D01*
X9500Y-28582D01*
X9049D01*
X9000Y-28573D01*
X3780D01*
X3780Y-28573D01*
X3234Y-28681D01*
X2771Y-28991D01*
X989Y-30773D01*
X-1100D01*
X-1100Y-30773D01*
X-1100Y-30773D01*
X-2385D01*
X-2510Y-30574D01*
X-2575Y-30273D01*
X-100Y-27798D01*
X-67Y-27786D01*
X2Y-27722D01*
X54Y-27683D01*
X68Y-27675D01*
X831D01*
X1217Y-27598D01*
X1545Y-27379D01*
X1764Y-27051D01*
X1841Y-26665D01*
Y-24346D01*
X1764Y-23960D01*
X1545Y-23632D01*
X1217Y-23413D01*
X831Y-23336D01*
X89D01*
X-102Y-23145D01*
X-117Y-23127D01*
X-123Y-23124D01*
X-134Y-23113D01*
X-137Y-23104D01*
X-208Y-23031D01*
X-221Y-23025D01*
X-573Y-22674D01*
Y-17500D01*
X-582Y-17451D01*
Y-17000D01*
X-652Y-16649D01*
X-851Y-16351D01*
X-898Y-15866D01*
X-870Y-15768D01*
X-20Y-14918D01*
X3620D01*
X4562Y-15859D01*
X4544Y-16286D01*
X4506Y-16679D01*
X4493Y-16757D01*
X4351Y-16851D01*
X4152Y-17149D01*
X4082Y-17500D01*
Y-17951D01*
X4073Y-18000D01*
X4082Y-18049D01*
Y-18500D01*
X4152Y-18851D01*
X4351Y-19149D01*
X4649Y-19348D01*
X5000Y-19418D01*
X5451D01*
X5500Y-19427D01*
X9000D01*
X9049Y-19418D01*
X9500D01*
X9851Y-19348D01*
X10149Y-19149D01*
X10348Y-18851D01*
X10418Y-18500D01*
Y-18049D01*
X10427Y-18000D01*
X10418Y-17951D01*
Y-17500D01*
X10348Y-17149D01*
X10149Y-16851D01*
X10019Y-16765D01*
X9935Y-15491D01*
X9933Y-15132D01*
X9918Y-15095D01*
Y-12179D01*
X11082Y-11015D01*
X11281Y-10717D01*
X11351Y-10366D01*
Y-8917D01*
X11369Y-8915D01*
X11447Y-8912D01*
X11449Y-8911D01*
X12008D01*
X12548Y-8804D01*
X12955Y-8532D01*
X13015Y-8507D01*
X13027Y-8477D01*
X13056Y-8460D01*
X13069Y-8443D01*
X13071Y-8442D01*
X13080Y-8439D01*
X13095Y-8437D01*
X13116Y-8434D01*
X13158Y-8433D01*
X13191Y-8418D01*
X14300D01*
X14651Y-8348D01*
X14949Y-8149D01*
X16449Y-6649D01*
X16648Y-6351D01*
X16718Y-6000D01*
Y-1030D01*
X16733Y-994D01*
X16734Y-901D01*
X16737Y-827D01*
X16750Y-694D01*
X16757Y-654D01*
X16764Y-623D01*
X16770Y-607D01*
X16778Y-593D01*
X16779Y-586D01*
X16781Y-581D01*
X16781Y-572D01*
X16783Y-556D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
X15890D01*
X15877Y1610D01*
X15870Y1617D01*
X15866Y1618D01*
X15860Y1623D01*
X15844Y1627D01*
X15829Y1635D01*
X15802Y1651D01*
X15773Y1672D01*
X15606Y1815D01*
X15545Y1875D01*
X15509Y1889D01*
X14249Y3149D01*
X13951Y3348D01*
X13600Y3418D01*
X13191D01*
X13158Y3433D01*
X13116Y3434D01*
X13095Y3436D01*
X13080Y3439D01*
X13071Y3442D01*
X13069Y3443D01*
X13056Y3460D01*
X13027Y3477D01*
X13015Y3507D01*
X12955Y3532D01*
X12548Y3804D01*
X12008Y3911D01*
X9000D01*
Y6089D01*
X12008D01*
X12548Y6196D01*
X13006Y6502D01*
X13312Y6960D01*
X13419Y7500D01*
X13312Y8040D01*
X13006Y8498D01*
X12548Y8804D01*
X12008Y8911D01*
X9000D01*
Y10000D01*
X-9000D01*
Y3911D01*
X-12008D01*
X-12548Y3804D01*
X-13006Y3498D01*
X-13312Y3040D01*
X-13419Y2500D01*
X-13312Y1960D01*
X-13006Y1502D01*
X-12548Y1196D01*
X-12008Y1089D01*
X-9000D01*
Y-1089D01*
X-12008D01*
X-12548Y-1196D01*
X-12955Y-1468D01*
X-13015Y-1493D01*
X-13027Y-1523D01*
X-13056Y-1540D01*
X-13069Y-1557D01*
X-13071Y-1558D01*
X-13080Y-1561D01*
X-13095Y-1564D01*
X-13116Y-1566D01*
X-13158Y-1567D01*
X-13191Y-1582D01*
X-16600D01*
X-16951Y-1652D01*
X-17249Y-1851D01*
X-18009Y-2611D01*
X-18045Y-2625D01*
X-18112Y-2691D01*
X-18166Y-2740D01*
X-18269Y-2825D01*
X-18302Y-2849D01*
X-18329Y-2865D01*
X-18344Y-2873D01*
X-18360Y-2877D01*
X-18366Y-2882D01*
X-18370Y-2883D01*
X-18377Y-2890D01*
X-18390Y-2900D01*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-4290D01*
X-16990Y-4277D01*
X-16983Y-4270D01*
X-16982Y-4266D01*
X-16977Y-4260D01*
X-16973Y-4244D01*
X-16965Y-4229D01*
X-16949Y-4202D01*
X-16928Y-4173D01*
X-16785Y-4006D01*
X-16725Y-3945D01*
X-16711Y-3909D01*
X-16220Y-3418D01*
X-13191D01*
X-13158Y-3433D01*
X-13116Y-3434D01*
X-13095Y-3436D01*
X-13080Y-3439D01*
X-13071Y-3442D01*
X-13069Y-3443D01*
X-13056Y-3460D01*
X-13027Y-3477D01*
X-13015Y-3507D01*
X-12955Y-3532D01*
X-12548Y-3804D01*
X-12008Y-3911D01*
X-9000D01*
Y-6089D01*
X-12008D01*
X-12548Y-6196D01*
X-13006Y-6502D01*
X-13312Y-6960D01*
X-13419Y-7500D01*
X-13312Y-8040D01*
X-13006Y-8498D01*
X-12548Y-8804D01*
X-12008Y-8911D01*
X-9000D01*
Y-10000D01*
X8553D01*
X8794Y-10000D01*
X9003Y-10499D01*
X8351Y-11150D01*
X8152Y-11448D01*
X8082Y-11799D01*
Y-15095D01*
X8067Y-15132D01*
X8065Y-15498D01*
X8034Y-16388D01*
X8017Y-16573D01*
X6488D01*
X6435Y-15780D01*
X6433Y-15496D01*
X6403Y-15425D01*
X6348Y-15149D01*
X6149Y-14851D01*
X4649Y-13351D01*
X4351Y-13152D01*
X4000Y-13082D01*
X-400D01*
X-751Y-13152D01*
X-1049Y-13351D01*
X-2649Y-14951D01*
X-2848Y-15249D01*
X-2902Y-15522D01*
X-2933Y-15593D01*
X-2936Y-15756D01*
X-2957Y-16050D01*
X-2974Y-16169D01*
X-2986Y-16230D01*
X-2997Y-16234D01*
X-3005Y-16255D01*
X-3149Y-16351D01*
X-3235Y-16481D01*
X-4509Y-16565D01*
X-4868Y-16567D01*
X-4905Y-16582D01*
X-15120D01*
X-19682Y-12020D01*
Y-7300D01*
X-19752Y-6949D01*
X-19951Y-6651D01*
X-23751Y-2851D01*
X-24049Y-2652D01*
X-24400Y-2582D01*
X-31648D01*
X-31650Y-2564D01*
X-31653Y-2486D01*
X-31654Y-2484D01*
Y-1400D01*
X-31731Y-1010D01*
X-31952Y-679D01*
X-32283Y-458D01*
X-32673Y-380D01*
X-33063Y-458D01*
X-33394Y-679D01*
X-33615Y-1010D01*
X-33693Y-1400D01*
Y-5600D01*
X-33615Y-5990D01*
X-33591Y-6027D01*
Y-7823D01*
X-34091Y-7922D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8651D01*
X-38731D01*
X-39898Y-7484D01*
Y-6369D01*
X-39878Y-6356D01*
X-39812Y-6325D01*
X-39798Y-6321D01*
X-39300D01*
X-38969Y-6542D01*
X-38579Y-6620D01*
X-38188Y-6542D01*
X-37858Y-6321D01*
X-37331D01*
X-37000Y-6542D01*
X-36610Y-6620D01*
X-36220Y-6542D01*
X-35889Y-6321D01*
X-35668Y-5990D01*
X-35591Y-5600D01*
Y-1400D01*
X-35668Y-1010D01*
X-35693Y-973D01*
Y8810D01*
X-24220Y20282D01*
X-900D01*
X-549Y20352D01*
X-251Y20551D01*
X2649Y23451D01*
X2848Y23749D01*
X2918Y24100D01*
Y25655D01*
X2933Y25688D01*
X2933Y25707D01*
X2937Y25709D01*
X2997Y25734D01*
X3005Y25755D01*
X3149Y25851D01*
X3348Y26149D01*
X3418Y26500D01*
Y27500D01*
X3348Y27851D01*
X3149Y28149D01*
X2851Y28348D01*
X2500Y28418D01*
X1500D01*
X1149Y28348D01*
X851Y28149D01*
X652Y27851D01*
X582Y27500D01*
Y26500D01*
X652Y26149D01*
X851Y25851D01*
X995Y25755D01*
X1003Y25734D01*
X1063Y25709D01*
X1067Y25707D01*
X1067Y25688D01*
X1082Y25655D01*
Y24480D01*
X-1280Y22118D01*
X-24600D01*
X-24951Y22048D01*
X-25249Y21849D01*
X-25582Y21515D01*
X-26082Y21723D01*
Y25655D01*
X-26067Y25688D01*
X-26067Y25707D01*
X-26063Y25709D01*
X-26003Y25734D01*
X-25995Y25755D01*
X-25851Y25851D01*
X-25652Y26149D01*
X-25582Y26500D01*
Y27500D01*
X-25652Y27851D01*
X-25851Y28149D01*
X-26149Y28348D01*
X-26500Y28418D01*
X-27500D01*
X-27851Y28348D01*
X-28149Y28149D01*
X-28348Y27851D01*
X-28418Y27500D01*
Y26500D01*
X-28348Y26149D01*
X-28149Y25851D01*
X-28005Y25755D01*
X-27997Y25734D01*
X-27937Y25709D01*
X-27933Y25707D01*
X-27933Y25688D01*
X-27918Y25655D01*
Y21580D01*
X-39228Y10270D01*
X-39426Y9972D01*
X-39496Y9621D01*
Y-341D01*
X-39996Y-565D01*
X-40157Y-458D01*
X-40547Y-380D01*
X-40937Y-458D01*
X-41268Y-679D01*
X-41795D01*
X-42125Y-458D01*
X-42516Y-380D01*
X-42906Y-458D01*
X-43237Y-679D01*
X-43763D01*
X-44094Y-458D01*
X-44484Y-380D01*
X-44874Y-458D01*
X-45205Y-679D01*
X-45284Y-687D01*
X-45739Y-342D01*
Y53D01*
X-45793Y326D01*
X-45948Y557D01*
X-47186Y1796D01*
Y33700D01*
X-47241Y33973D01*
X-47395Y34205D01*
X-53995Y40805D01*
X-54227Y40959D01*
X-54500Y41014D01*
X-58453D01*
X-58494Y41033D01*
X-58560Y41035D01*
X-58606Y41041D01*
X-58650Y41050D01*
X-58692Y41063D01*
X-58734Y41079D01*
X-58775Y41099D01*
X-58817Y41124D01*
X-58860Y41155D01*
X-58904Y41191D01*
X-58958Y41243D01*
X-59034Y41273D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X49031Y-3131D01*
X48957Y-3170D01*
X48894Y-3247D01*
X48840Y-3305D01*
X48790Y-3352D01*
X48744Y-3390D01*
X48702Y-3419D01*
X48666Y-3439D01*
X48640Y-3451D01*
X30638D01*
X30602Y-3436D01*
X30557Y-3413D01*
X30506Y-3382D01*
X30454Y-3346D01*
X30318Y-3231D01*
X30245Y-3160D01*
X30168Y-3129D01*
X30036Y-2998D01*
X29559Y-2800D01*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30168Y-5071D01*
X30245Y-5040D01*
X30322Y-4965D01*
X30388Y-4907D01*
X30449Y-4857D01*
X30506Y-4817D01*
X30557Y-4787D01*
X30602Y-4764D01*
X30638Y-4749D01*
X48696D01*
X48741Y-4766D01*
X48794Y-4789D01*
X48855Y-4821D01*
X48918Y-4859D01*
X49077Y-4970D01*
X49163Y-5038D01*
X49213Y-5052D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4959D01*
X71898Y-5436D01*
X72264Y-5802D01*
X72741Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X49132Y-6229D01*
X49055Y-6260D01*
X48978Y-6335D01*
X48912Y-6393D01*
X48851Y-6443D01*
X48794Y-6482D01*
X48743Y-6513D01*
X48698Y-6536D01*
X48662Y-6551D01*
X30638D01*
X30602Y-6536D01*
X30557Y-6513D01*
X30506Y-6482D01*
X30454Y-6446D01*
X30318Y-6331D01*
X30245Y-6260D01*
X30168Y-6229D01*
X30036Y-6098D01*
X29559Y-5900D01*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30168Y-8171D01*
X30245Y-8140D01*
X30322Y-8065D01*
X30388Y-8006D01*
X30449Y-7957D01*
X30506Y-7918D01*
X30557Y-7887D01*
X30602Y-7864D01*
X30638Y-7849D01*
X48662D01*
X48698Y-7864D01*
X48743Y-7887D01*
X48794Y-7918D01*
X48846Y-7954D01*
X48982Y-8069D01*
X49055Y-8140D01*
X49132Y-8171D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X18800Y-14873D02*
X18800Y-14873D01*
X15800D01*
X15800Y-14873D01*
X15254Y-14981D01*
X14791Y-15291D01*
X14481Y-15754D01*
X14373Y-16300D01*
X14481Y-16846D01*
X14791Y-17309D01*
X15073Y-17591D01*
Y-20180D01*
X15067Y-20192D01*
X15066Y-20296D01*
X15053Y-20470D01*
X15045Y-20527D01*
X15035Y-20574D01*
X15026Y-20604D01*
X15025Y-20608D01*
X15017Y-20611D01*
X14992Y-20671D01*
X14909Y-20796D01*
X14351D01*
X14234Y-20620D01*
X13874Y-20380D01*
X13514Y-20308D01*
X13446Y-19972D01*
X13444Y-19962D01*
X13437Y-19911D01*
X13433Y-19795D01*
X13433Y-19793D01*
X13437Y-19791D01*
X13497Y-19766D01*
X13505Y-19745D01*
X13649Y-19649D01*
X13848Y-19351D01*
X13918Y-19000D01*
Y-18000D01*
X13848Y-17649D01*
X13649Y-17351D01*
X13351Y-17152D01*
X13000Y-17082D01*
X12000D01*
X11649Y-17152D01*
X11351Y-17351D01*
X11152Y-17649D01*
X11082Y-18000D01*
Y-19000D01*
X11152Y-19351D01*
X11351Y-19649D01*
X11495Y-19745D01*
X11503Y-19766D01*
X11563Y-19791D01*
X11567Y-19793D01*
X11567Y-19812D01*
X11582Y-19845D01*
Y-20382D01*
X11567Y-20415D01*
X11567Y-20433D01*
X11552Y-20442D01*
X11495Y-20467D01*
X11488Y-20485D01*
X11286Y-20620D01*
X11045Y-20981D01*
X10961Y-21406D01*
Y-25146D01*
X11045Y-25571D01*
X11286Y-25931D01*
X11646Y-26171D01*
X12071Y-26256D01*
X13449D01*
X13874Y-26171D01*
X14234Y-25931D01*
X14351Y-25756D01*
X14909D01*
X15026Y-25931D01*
X15386Y-26171D01*
X15811Y-26256D01*
X17189D01*
X17614Y-26171D01*
X17974Y-25931D01*
X18091Y-25756D01*
X18649D01*
X18732Y-25880D01*
X18757Y-25940D01*
X18765Y-25943D01*
X18767Y-25947D01*
X18775Y-25977D01*
X18785Y-26024D01*
X18793Y-26081D01*
X18806Y-26255D01*
X18807Y-26359D01*
X18813Y-26371D01*
Y-26740D01*
X18813Y-26740D01*
X18921Y-27286D01*
X19231Y-27749D01*
X20725Y-29244D01*
X20518Y-29744D01*
X19551D01*
X19126Y-29829D01*
X18766Y-30069D01*
X18525Y-30429D01*
X18441Y-30854D01*
Y-34595D01*
X18525Y-35019D01*
X18766Y-35380D01*
X19126Y-35620D01*
X19551Y-35705D01*
X20929D01*
X21354Y-35620D01*
X21714Y-35380D01*
X21890Y-35116D01*
X21909Y-35099D01*
X22007Y-35049D01*
X22209Y-35011D01*
X22468Y-35003D01*
X22525Y-35065D01*
X22593Y-35146D01*
X22605Y-35162D01*
X22607Y-35165D01*
X22608Y-35166D01*
X22619Y-35183D01*
X22652Y-35351D01*
X22851Y-35649D01*
X23149Y-35848D01*
X23500Y-35918D01*
X23951D01*
X24000Y-35927D01*
X26000D01*
X26000Y-35927D01*
X26546Y-35819D01*
X27009Y-35509D01*
X28009Y-34509D01*
X28009Y-34509D01*
X28319Y-34046D01*
X28427Y-33500D01*
Y-29000D01*
X28427Y-29000D01*
X28319Y-28454D01*
X28009Y-27991D01*
X28009Y-27991D01*
X25735Y-25716D01*
X25730Y-25703D01*
X25653Y-25626D01*
X25475Y-25436D01*
X25407Y-25354D01*
X25395Y-25338D01*
X25393Y-25335D01*
X25392Y-25334D01*
X25381Y-25317D01*
X25348Y-25149D01*
X25149Y-24851D01*
X24851Y-24652D01*
X24500Y-24582D01*
X24049D01*
X24000Y-24573D01*
X23951Y-24582D01*
X23500D01*
X23149Y-24652D01*
X22851Y-24851D01*
X22652Y-25149D01*
X22582Y-25500D01*
Y-25951D01*
X22573Y-26000D01*
X22576Y-26016D01*
X22529Y-26082D01*
X22082Y-26352D01*
X21997Y-26319D01*
X21907Y-26160D01*
X21798Y-25805D01*
X21955Y-25571D01*
X22039Y-25146D01*
Y-23991D01*
X22040Y-23989D01*
X22039Y-23960D01*
Y-23751D01*
X22043Y-23687D01*
X22059Y-23588D01*
X22080Y-23519D01*
X22100Y-23479D01*
X22113Y-23460D01*
X22122Y-23453D01*
X22135Y-23447D01*
X22165Y-23438D01*
X22253Y-23432D01*
X22262Y-23427D01*
X24000D01*
X24049Y-23418D01*
X24500D01*
X24851Y-23348D01*
X25149Y-23149D01*
X25348Y-22851D01*
X25418Y-22500D01*
Y-22049D01*
X25427Y-22000D01*
X25418Y-21951D01*
Y-21500D01*
X25348Y-21149D01*
X25149Y-20851D01*
X24851Y-20652D01*
X24500Y-20582D01*
X24049D01*
X24000Y-20573D01*
X23365D01*
X23190Y-20398D01*
X22712Y-20200D01*
X22195D01*
X21717Y-20398D01*
X21585Y-20530D01*
X21580Y-20529D01*
X21578Y-20530D01*
X21354Y-20380D01*
X20994Y-20308D01*
X20929Y-20100D01*
X20930Y-19795D01*
X21149Y-19649D01*
X21348Y-19351D01*
X21418Y-19000D01*
Y-18000D01*
X21373Y-17775D01*
X21427Y-17500D01*
X21319Y-16954D01*
X21009Y-16491D01*
X20909Y-16391D01*
X20909Y-16391D01*
X19809Y-15291D01*
X19346Y-14981D01*
X18800Y-14873D01*
D02*
G37*
G36*
X28500Y-14973D02*
X27954Y-15081D01*
X27491Y-15391D01*
X27181Y-15854D01*
X27073Y-16400D01*
Y-21200D01*
X27181Y-21746D01*
X27491Y-22209D01*
X27954Y-22519D01*
X28500Y-22627D01*
X29046Y-22519D01*
X29509Y-22209D01*
X29819Y-21746D01*
X29927Y-21200D01*
Y-16400D01*
X29819Y-15854D01*
X29509Y-15391D01*
X29046Y-15081D01*
X28500Y-14973D01*
D02*
G37*
G36*
X13449Y-29744D02*
X12071D01*
X11646Y-29829D01*
X11286Y-30069D01*
X11045Y-30429D01*
X10961Y-30854D01*
Y-34595D01*
X11045Y-35019D01*
X11286Y-35380D01*
X11492Y-35517D01*
X11501Y-35538D01*
X11560Y-35563D01*
X11646Y-35620D01*
X11669Y-35625D01*
X11710Y-35654D01*
X11782Y-35671D01*
X11828Y-35685D01*
X11842Y-35690D01*
Y-36584D01*
X11833Y-36588D01*
X11785Y-36602D01*
X11713Y-36618D01*
X11672Y-36648D01*
X11649Y-36652D01*
X11589Y-36692D01*
X11525Y-36713D01*
X11510Y-36745D01*
X11351Y-36851D01*
X11255Y-36995D01*
X11234Y-37003D01*
X11209Y-37063D01*
X11207Y-37067D01*
X11188Y-37067D01*
X11155Y-37082D01*
X10345D01*
X10312Y-37067D01*
X10293Y-37067D01*
X10291Y-37063D01*
X10266Y-37003D01*
X10245Y-36995D01*
X10149Y-36851D01*
X9851Y-36652D01*
X9500Y-36582D01*
X8500D01*
X8149Y-36652D01*
X7851Y-36851D01*
X7755Y-36995D01*
X7734Y-37003D01*
X7709Y-37063D01*
X7707Y-37067D01*
X7688Y-37067D01*
X7655Y-37082D01*
X6845D01*
X6812Y-37067D01*
X6793Y-37067D01*
X6791Y-37063D01*
X6766Y-37003D01*
X6745Y-36995D01*
X6649Y-36851D01*
X6351Y-36652D01*
X6000Y-36582D01*
X5000D01*
X4649Y-36652D01*
X4351Y-36851D01*
X4152Y-37149D01*
X4082Y-37500D01*
Y-38500D01*
X4152Y-38851D01*
X4351Y-39149D01*
X4649Y-39348D01*
X5000Y-39418D01*
X6000D01*
X6351Y-39348D01*
X6649Y-39149D01*
X6745Y-39005D01*
X6766Y-38997D01*
X6791Y-38937D01*
X6793Y-38933D01*
X6812Y-38933D01*
X6845Y-38918D01*
X7655D01*
X7688Y-38933D01*
X7707Y-38933D01*
X7709Y-38937D01*
X7734Y-38997D01*
X7755Y-39005D01*
X7851Y-39149D01*
X8149Y-39348D01*
X8500Y-39418D01*
X9500D01*
X9851Y-39348D01*
X10149Y-39149D01*
X10245Y-39005D01*
X10266Y-38997D01*
X10291Y-38937D01*
X10293Y-38933D01*
X10312Y-38933D01*
X10345Y-38918D01*
X11155D01*
X11188Y-38933D01*
X11207Y-38933D01*
X11209Y-38937D01*
X11234Y-38997D01*
X11255Y-39005D01*
X11351Y-39149D01*
X11649Y-39348D01*
X12000Y-39418D01*
X13000D01*
X13351Y-39348D01*
X13649Y-39149D01*
X13848Y-38851D01*
X13918Y-38500D01*
Y-37500D01*
X13848Y-37149D01*
X13708Y-36939D01*
X13708Y-36937D01*
X13705Y-36928D01*
Y-36925D01*
X13702Y-36917D01*
X13701Y-36911D01*
X13699Y-36898D01*
X13693Y-36825D01*
X13693Y-36780D01*
X13678Y-36744D01*
Y-35690D01*
X13691Y-35685D01*
X13738Y-35671D01*
X13810Y-35654D01*
X13851Y-35625D01*
X13874Y-35620D01*
X13959Y-35563D01*
X14019Y-35538D01*
X14028Y-35517D01*
X14234Y-35380D01*
X14475Y-35019D01*
X14559Y-34595D01*
Y-30854D01*
X14475Y-30429D01*
X14234Y-30069D01*
X13874Y-29829D01*
X13449Y-29744D01*
D02*
G37*
G36*
X4508Y-41089D02*
X1358D01*
X818Y-41196D01*
X360Y-41502D01*
X54Y-41960D01*
X-53Y-42500D01*
X54Y-43040D01*
X360Y-43498D01*
X818Y-43804D01*
X1358Y-43911D01*
X4508D01*
X5048Y-43804D01*
X5506Y-43498D01*
X5812Y-43040D01*
X5919Y-42500D01*
X5812Y-41960D01*
X5506Y-41502D01*
X5048Y-41196D01*
X4508Y-41089D01*
D02*
G37*
G36*
Y-46089D02*
X1358D01*
X818Y-46196D01*
X360Y-46502D01*
X54Y-46960D01*
X-53Y-47500D01*
X54Y-48040D01*
X360Y-48498D01*
X818Y-48804D01*
X1358Y-48911D01*
X4508D01*
X5048Y-48804D01*
X5506Y-48498D01*
X5812Y-48040D01*
X5919Y-47500D01*
X5812Y-46960D01*
X5506Y-46502D01*
X5048Y-46196D01*
X4508Y-46089D01*
D02*
G37*
G36*
X24500Y-36582D02*
X23500D01*
X23149Y-36652D01*
X22851Y-36851D01*
X22652Y-37149D01*
X22582Y-37500D01*
Y-38500D01*
X22652Y-38851D01*
X22851Y-39149D01*
X23149Y-39348D01*
X23500Y-39418D01*
X24500D01*
X24851Y-39348D01*
X25149Y-39149D01*
X25245Y-39005D01*
X25266Y-38997D01*
X25291Y-38937D01*
X25293Y-38933D01*
X25312Y-38933D01*
X25345Y-38918D01*
X26420D01*
X28582Y-41080D01*
Y-50970D01*
X28567Y-51006D01*
X28566Y-51099D01*
X28563Y-51173D01*
X28550Y-51306D01*
X28543Y-51346D01*
X28536Y-51377D01*
X28530Y-51393D01*
X28522Y-51407D01*
X28521Y-51414D01*
X28519Y-51419D01*
X28519Y-51428D01*
X28517Y-51445D01*
X28454Y-51508D01*
X28036Y-51798D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28065Y-53973D01*
X28069Y-53973D01*
X28072Y-53973D01*
X28078Y-53972D01*
X28092Y-53966D01*
X28096Y-53964D01*
X28118Y-53959D01*
X28143Y-53955D01*
X28428Y-53934D01*
X28515Y-53933D01*
X28551Y-53918D01*
X28800D01*
X29151Y-53848D01*
X29449Y-53649D01*
X29498Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30483Y-51445D01*
X30481Y-51428D01*
X30481Y-51419D01*
X30479Y-51414D01*
X30478Y-51407D01*
X30470Y-51393D01*
X30464Y-51377D01*
X30457Y-51346D01*
X30451Y-51310D01*
X30434Y-51092D01*
X30433Y-51006D01*
X30418Y-50970D01*
Y-40700D01*
X30348Y-40349D01*
X30149Y-40051D01*
X27449Y-37351D01*
X27151Y-37152D01*
X26800Y-37082D01*
X25345D01*
X25312Y-37067D01*
X25293Y-37067D01*
X25291Y-37063D01*
X25266Y-37003D01*
X25245Y-36995D01*
X25149Y-36851D01*
X24851Y-36652D01*
X24500Y-36582D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X4508Y-51089D02*
X1358D01*
X818Y-51196D01*
X360Y-51502D01*
X54Y-51960D01*
X-53Y-52500D01*
X28Y-52910D01*
X18Y-52964D01*
X21Y-52969D01*
X-3280Y-56271D01*
X-3435Y-56502D01*
X-3489Y-56776D01*
Y-59915D01*
X-3435Y-60188D01*
X-3280Y-60420D01*
X-695Y-63005D01*
X-464Y-63159D01*
X-191Y-63214D01*
X522D01*
X563Y-63233D01*
X629Y-63235D01*
X675Y-63241D01*
X718Y-63250D01*
X761Y-63262D01*
X802Y-63279D01*
X844Y-63299D01*
X886Y-63324D01*
X929Y-63355D01*
X972Y-63391D01*
X1027Y-63443D01*
X1103Y-63472D01*
X1232Y-63602D01*
X1710Y-63800D01*
X2227D01*
X2705Y-63602D01*
X2834Y-63472D01*
X2910Y-63443D01*
X2965Y-63391D01*
X3008Y-63355D01*
X3051Y-63324D01*
X3093Y-63299D01*
X3135Y-63279D01*
X3176Y-63262D01*
X3218Y-63250D01*
X3262Y-63241D01*
X3308Y-63235D01*
X3374Y-63233D01*
X3415Y-63214D01*
X4500D01*
X4773Y-63159D01*
X5005Y-63005D01*
X10796Y-57214D01*
X18625D01*
X18652Y-57351D01*
X18851Y-57649D01*
X19149Y-57848D01*
X19500Y-57918D01*
X20500D01*
X20851Y-57848D01*
X21149Y-57649D01*
X21348Y-57351D01*
X21418Y-57000D01*
Y-56000D01*
X21348Y-55649D01*
X21149Y-55351D01*
X20851Y-55152D01*
X20500Y-55082D01*
X19500D01*
X19149Y-55152D01*
X18851Y-55351D01*
X18652Y-55649D01*
X18625Y-55786D01*
X10500D01*
X10227Y-55841D01*
X9995Y-55995D01*
X4204Y-61786D01*
X3415D01*
X3374Y-61767D01*
X3308Y-61765D01*
X3262Y-61759D01*
X3218Y-61750D01*
X3176Y-61738D01*
X3135Y-61721D01*
X3093Y-61701D01*
X3051Y-61676D01*
X3008Y-61645D01*
X2965Y-61609D01*
X2910Y-61557D01*
X2834Y-61528D01*
X2705Y-61398D01*
X2227Y-61200D01*
X1710D01*
X1232Y-61398D01*
X1103Y-61528D01*
X1027Y-61557D01*
X972Y-61609D01*
X929Y-61645D01*
X886Y-61676D01*
X844Y-61701D01*
X802Y-61721D01*
X761Y-61738D01*
X718Y-61750D01*
X675Y-61759D01*
X629Y-61765D01*
X563Y-61767D01*
X522Y-61786D01*
X105D01*
X-2062Y-59619D01*
Y-57071D01*
X1106Y-53903D01*
X1113Y-53900D01*
X1126Y-53900D01*
X1143Y-53900D01*
X1230Y-53908D01*
X1283Y-53918D01*
X1334Y-53907D01*
X1358Y-53911D01*
X1420D01*
X1443Y-53916D01*
X1450Y-53911D01*
X4508D01*
X5048Y-53804D01*
X5506Y-53498D01*
X5812Y-53040D01*
X5919Y-52500D01*
X5812Y-51960D01*
X5506Y-51502D01*
X5048Y-51196D01*
X4508Y-51089D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74800Y-51741D01*
Y-52259D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74602Y-54264D01*
X-74800Y-54741D01*
Y-55259D01*
X-74602Y-55736D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
G36*
X24500Y-55082D02*
X23500D01*
X23149Y-55152D01*
X22851Y-55351D01*
X22652Y-55649D01*
X22582Y-56000D01*
Y-57000D01*
X22652Y-57351D01*
X22700Y-57423D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57423D01*
X25348Y-57351D01*
X25418Y-57000D01*
Y-56000D01*
X25348Y-55649D01*
X25149Y-55351D01*
X24851Y-55152D01*
X24500Y-55082D01*
D02*
G37*
G36*
X4508Y-56089D02*
X1358D01*
X818Y-56196D01*
X360Y-56502D01*
X54Y-56960D01*
X-53Y-57500D01*
X54Y-58040D01*
X360Y-58498D01*
X818Y-58804D01*
X1358Y-58911D01*
X4508D01*
X5048Y-58804D01*
X5506Y-58498D01*
X5812Y-58040D01*
X5919Y-57500D01*
X5812Y-56960D01*
X5506Y-56502D01*
X5048Y-56196D01*
X4508Y-56089D01*
D02*
G37*
G36*
X-1741Y-64200D02*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-898Y-64764D01*
X-1264Y-64398D01*
X-1741Y-64200D01*
D02*
G37*
G36*
X43000Y-63066D02*
X41982Y-63200D01*
X41033Y-63593D01*
X40218Y-64218D01*
X39593Y-65033D01*
X39381Y-65545D01*
X39329Y-65566D01*
X4200D01*
X3182Y-65700D01*
X2233Y-66093D01*
X1419Y-66719D01*
X-1929Y-70066D01*
X-10371D01*
X-11986Y-68451D01*
Y-65581D01*
X-12113Y-65275D01*
X-13694Y-63694D01*
X-14000Y-63567D01*
X-20500D01*
X-20806Y-63694D01*
X-22306Y-65194D01*
X-22433Y-65500D01*
Y-72236D01*
X-22306Y-72542D01*
X-20924Y-73925D01*
X-20934Y-74000D01*
X-20800Y-75018D01*
X-20407Y-75967D01*
X-19782Y-76781D01*
X-18967Y-77407D01*
X-18018Y-77800D01*
X-17000Y-77934D01*
X-300D01*
X718Y-77800D01*
X1667Y-77407D01*
X2482Y-76781D01*
X5829Y-73434D01*
X38468D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39381Y-74455D01*
X39593Y-74967D01*
X40218Y-75782D01*
X41033Y-76407D01*
X41982Y-76800D01*
X43000Y-76934D01*
X44018Y-76800D01*
X44967Y-76407D01*
X45781Y-75782D01*
X46407Y-74967D01*
X46619Y-74455D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72819D01*
X48281Y-72281D01*
X48907Y-71467D01*
X49300Y-70518D01*
X49434Y-69500D01*
X49300Y-68482D01*
X48907Y-67533D01*
X48281Y-66719D01*
X47467Y-66093D01*
X47232Y-65996D01*
X46896Y-65660D01*
X46619Y-65545D01*
X46407Y-65033D01*
X45781Y-64218D01*
X44967Y-63593D01*
X44018Y-63200D01*
X43000Y-63066D01*
D02*
G37*
%LPD*%
G36*
X3147Y56346D02*
X3943Y56282D01*
X4104Y56243D01*
X4212Y56196D01*
X4268Y56141D01*
X4271Y56077D01*
X4222Y56005D01*
X4121Y55924D01*
X3632Y53219D01*
X3799Y51157D01*
X3826Y51099D01*
X3823Y51047D01*
X3792Y51001D01*
X3731Y50961D01*
X3642Y50927D01*
X3523Y50899D01*
X3376Y50878D01*
X3199Y50862D01*
X2759Y50850D01*
Y52092D01*
X2649Y52192D01*
X2094Y52738D01*
X2765Y54750D01*
X2777Y56350D01*
X3147Y56346D01*
D02*
G37*
G36*
X501Y44689D02*
X521Y44436D01*
X532Y44368D01*
X547Y44307D01*
X564Y44254D01*
X583Y44209D01*
X605Y44172D01*
X630Y44143D01*
X-630D01*
X-605Y44172D01*
X-583Y44209D01*
X-564Y44254D01*
X-547Y44307D01*
X-532Y44368D01*
X-521Y44436D01*
X-505Y44597D01*
X-501Y44689D01*
X-500Y44788D01*
X500D01*
X501Y44689D01*
D02*
G37*
G36*
X654Y44030D02*
X622Y44015D01*
X593Y43994D01*
X569Y43968D01*
X548Y43937D01*
X531Y43900D01*
X517Y43859D01*
X508Y43812D01*
X502Y43760D01*
X500Y43702D01*
X-500D01*
X-502Y43760D01*
X-508Y43812D01*
X-517Y43859D01*
X-531Y43900D01*
X-548Y43937D01*
X-569Y43968D01*
X-593Y43994D01*
X-622Y44015D01*
X-654Y44030D01*
X-690Y44040D01*
X690D01*
X654Y44030D01*
D02*
G37*
G36*
X502Y43240D02*
X508Y43188D01*
X517Y43141D01*
X531Y43099D01*
X548Y43063D01*
X569Y43032D01*
X593Y43006D01*
X622Y42985D01*
X654Y42970D01*
X690Y42960D01*
X-690D01*
X-654Y42970D01*
X-622Y42985D01*
X-593Y43006D01*
X-569Y43032D01*
X-548Y43063D01*
X-531Y43099D01*
X-517Y43141D01*
X-508Y43188D01*
X-502Y43240D01*
X-500Y43298D01*
X500D01*
X502Y43240D01*
D02*
G37*
G36*
X605Y42828D02*
X583Y42791D01*
X564Y42746D01*
X547Y42693D01*
X532Y42632D01*
X521Y42564D01*
X505Y42403D01*
X501Y42311D01*
X500Y42212D01*
X-500D01*
X-501Y42311D01*
X-521Y42564D01*
X-532Y42632D01*
X-547Y42693D01*
X-564Y42746D01*
X-583Y42791D01*
X-605Y42828D01*
X-630Y42857D01*
X630D01*
X605Y42828D01*
D02*
G37*
G36*
X-18297Y33996D02*
X-18368Y33918D01*
X-18429Y33836D01*
X-18479Y33752D01*
X-18518Y33664D01*
X-18545Y33574D01*
X-18562Y33480D01*
X-18568Y33384D01*
X-18564Y33285D01*
X-18548Y33182D01*
X-18521Y33077D01*
X-19121Y35058D01*
X-19065Y35024D01*
X-19011Y34998D01*
X-18958Y34980D01*
X-18906Y34971D01*
X-18856Y34969D01*
X-18807Y34975D01*
X-18760Y34990D01*
X-18714Y35012D01*
X-18669Y35043D01*
X-18626Y35081D01*
X-18297Y33996D01*
D02*
G37*
G36*
X-7793Y27506D02*
X-7760Y27502D01*
X-7702Y27500D01*
Y26500D01*
X-7760Y26498D01*
X-7812Y26492D01*
X-7859Y26483D01*
X-7901Y26469D01*
X-7937Y26452D01*
X-7968Y26432D01*
X-7994Y26407D01*
X-8015Y26378D01*
X-8030Y26346D01*
X-8040Y26310D01*
Y26609D01*
X-9417Y27986D01*
X-9345Y27925D01*
X-9269Y27883D01*
X-9188Y27860D01*
X-9103Y27855D01*
X-9013Y27868D01*
X-8919Y27899D01*
X-8820Y27949D01*
X-8717Y28018D01*
X-8609Y28105D01*
X-8497Y28210D01*
X-7793Y27506D01*
D02*
G37*
G36*
X-6960Y26310D02*
X-6970Y26346D01*
X-6985Y26378D01*
X-7006Y26407D01*
X-7032Y26432D01*
X-7063Y26452D01*
X-7100Y26469D01*
X-7141Y26483D01*
X-7188Y26492D01*
X-7240Y26498D01*
X-7298Y26500D01*
Y27500D01*
X-7240Y27502D01*
X-7188Y27508D01*
X-7141Y27517D01*
X-7100Y27531D01*
X-7063Y27548D01*
X-7032Y27569D01*
X-7006Y27593D01*
X-6985Y27622D01*
X-6970Y27654D01*
X-6960Y27690D01*
Y26310D01*
D02*
G37*
%LPC*%
G36*
X-8040Y27195D02*
X-8051Y27180D01*
X-8101Y27081D01*
X-8132Y26987D01*
X-8145Y26897D01*
X-8140Y26812D01*
X-8117Y26731D01*
X-8075Y26655D01*
X-8040Y26614D01*
Y27195D01*
D02*
G37*
%LPD*%
G36*
X15040Y26310D02*
X15030Y26346D01*
X15015Y26378D01*
X14994Y26407D01*
X14968Y26432D01*
X14937Y26452D01*
X14900Y26469D01*
X14859Y26483D01*
X14812Y26492D01*
X14760Y26498D01*
X14702Y26500D01*
Y27500D01*
X14760Y27502D01*
X14812Y27508D01*
X14859Y27517D01*
X14900Y27531D01*
X14937Y27548D01*
X14968Y27569D01*
X14994Y27593D01*
X15015Y27622D01*
X15030Y27654D01*
X15040Y27690D01*
Y26310D01*
D02*
G37*
G36*
X13970Y27654D02*
X13985Y27622D01*
X14006Y27593D01*
X14032Y27569D01*
X14063Y27548D01*
X14099Y27531D01*
X14141Y27517D01*
X14188Y27508D01*
X14240Y27502D01*
X14298Y27500D01*
Y26500D01*
X14240Y26498D01*
X14188Y26492D01*
X14141Y26483D01*
X14099Y26469D01*
X14063Y26452D01*
X14032Y26432D01*
X14006Y26407D01*
X13985Y26378D01*
X13970Y26346D01*
X13960Y26310D01*
Y27690D01*
X13970Y27654D01*
D02*
G37*
G36*
X13654Y26030D02*
X13622Y26015D01*
X13593Y25994D01*
X13568Y25968D01*
X13548Y25937D01*
X13531Y25901D01*
X13517Y25859D01*
X13508Y25812D01*
X13502Y25760D01*
X13500Y25702D01*
X12500D01*
X12498Y25760D01*
X12492Y25812D01*
X12483Y25859D01*
X12470Y25901D01*
X12452Y25937D01*
X12431Y25968D01*
X12407Y25994D01*
X12378Y26015D01*
X12346Y26030D01*
X12310Y26040D01*
X13690D01*
X13654Y26030D01*
D02*
G37*
G36*
X6654D02*
X6622Y26015D01*
X6593Y25994D01*
X6569Y25968D01*
X6548Y25937D01*
X6531Y25901D01*
X6517Y25859D01*
X6508Y25812D01*
X6502Y25760D01*
X6500Y25702D01*
X5500D01*
X5498Y25760D01*
X5492Y25812D01*
X5483Y25859D01*
X5469Y25901D01*
X5452Y25937D01*
X5432Y25968D01*
X5407Y25994D01*
X5378Y26015D01*
X5346Y26030D01*
X5310Y26040D01*
X6690D01*
X6654Y26030D01*
D02*
G37*
G36*
X-20960Y26310D02*
X-20970Y26346D01*
X-20985Y26378D01*
X-21006Y26407D01*
X-21032Y26432D01*
X-21063Y26452D01*
X-21100Y26469D01*
X-21141Y26483D01*
X-21188Y26492D01*
X-21240Y26498D01*
X-21298Y26500D01*
Y27500D01*
X-21240Y27502D01*
X-21188Y27508D01*
X-21141Y27517D01*
X-21100Y27531D01*
X-21063Y27548D01*
X-21032Y27569D01*
X-21006Y27593D01*
X-20985Y27622D01*
X-20970Y27654D01*
X-20960Y27690D01*
Y26310D01*
D02*
G37*
G36*
X-22030Y27654D02*
X-22015Y27622D01*
X-21994Y27593D01*
X-21968Y27569D01*
X-21937Y27548D01*
X-21901Y27531D01*
X-21859Y27517D01*
X-21812Y27508D01*
X-21760Y27502D01*
X-21702Y27500D01*
Y26500D01*
X-21760Y26498D01*
X-21812Y26492D01*
X-21859Y26483D01*
X-21901Y26469D01*
X-21937Y26452D01*
X-21968Y26432D01*
X-21994Y26407D01*
X-22015Y26378D01*
X-22030Y26346D01*
X-22040Y26310D01*
Y27690D01*
X-22030Y27654D01*
D02*
G37*
G36*
X-12346Y26030D02*
X-12378Y26015D01*
X-12407Y25994D01*
X-12431Y25968D01*
X-12452Y25937D01*
X-12470Y25901D01*
X-12483Y25859D01*
X-12492Y25812D01*
X-12498Y25760D01*
X-12500Y25702D01*
X-13500D01*
X-13502Y25760D01*
X-13508Y25812D01*
X-13517Y25859D01*
X-13531Y25901D01*
X-13548Y25937D01*
X-13568Y25968D01*
X-13593Y25994D01*
X-13622Y26015D01*
X-13654Y26030D01*
X-13690Y26040D01*
X-12310D01*
X-12346Y26030D01*
D02*
G37*
G36*
X-19346D02*
X-19378Y26015D01*
X-19407Y25994D01*
X-19432Y25968D01*
X-19452Y25937D01*
X-19469Y25901D01*
X-19483Y25859D01*
X-19492Y25812D01*
X-19498Y25760D01*
X-19500Y25702D01*
X-20500D01*
X-20502Y25760D01*
X-20508Y25812D01*
X-20517Y25859D01*
X-20530Y25901D01*
X-20548Y25937D01*
X-20569Y25968D01*
X-20593Y25994D01*
X-20622Y26015D01*
X-20654Y26030D01*
X-20690Y26040D01*
X-19310D01*
X-19346Y26030D01*
D02*
G37*
G36*
X-59192Y40867D02*
X-59124Y40811D01*
X-59054Y40762D01*
X-58983Y40719D01*
X-58909Y40683D01*
X-58833Y40653D01*
X-58756Y40630D01*
X-58676Y40613D01*
X-58595Y40603D01*
X-58512Y40600D01*
Y40000D01*
X-58595Y39997D01*
X-58676Y39987D01*
X-58756Y39970D01*
X-58833Y39947D01*
X-58909Y39917D01*
X-58983Y39881D01*
X-59054Y39838D01*
X-59124Y39789D01*
X-59192Y39733D01*
X-59257Y39670D01*
Y40930D01*
X-59192Y40867D01*
D02*
G37*
G36*
X2654Y26030D02*
X2622Y26015D01*
X2593Y25994D01*
X2569Y25968D01*
X2548Y25937D01*
X2530Y25901D01*
X2517Y25859D01*
X2508Y25812D01*
X2502Y25760D01*
X2500Y25702D01*
X1500D01*
X1498Y25760D01*
X1492Y25812D01*
X1483Y25859D01*
X1469Y25901D01*
X1452Y25937D01*
X1431Y25968D01*
X1407Y25994D01*
X1378Y26015D01*
X1346Y26030D01*
X1310Y26040D01*
X2690D01*
X2654Y26030D01*
D02*
G37*
G36*
X-26346D02*
X-26378Y26015D01*
X-26407Y25994D01*
X-26432Y25968D01*
X-26452Y25937D01*
X-26469Y25901D01*
X-26483Y25859D01*
X-26492Y25812D01*
X-26498Y25760D01*
X-26500Y25702D01*
X-27500D01*
X-27502Y25760D01*
X-27508Y25812D01*
X-27517Y25859D01*
X-27531Y25901D01*
X-27548Y25937D01*
X-27569Y25968D01*
X-27593Y25994D01*
X-27622Y26015D01*
X-27654Y26030D01*
X-27690Y26040D01*
X-26310D01*
X-26346Y26030D01*
D02*
G37*
G36*
X-53723Y4101D02*
X-53771Y4040D01*
X-53813Y3977D01*
X-53849Y3909D01*
X-53880Y3838D01*
X-53905Y3764D01*
X-53925Y3686D01*
X-53939Y3604D01*
X-53947Y3520D01*
X-53950Y3431D01*
X-54650D01*
X-54653Y3520D01*
X-54661Y3604D01*
X-54675Y3686D01*
X-54695Y3764D01*
X-54720Y3838D01*
X-54751Y3909D01*
X-54787Y3977D01*
X-54829Y4040D01*
X-54877Y4101D01*
X-54930Y4157D01*
X-53670D01*
X-53723Y4101D01*
D02*
G37*
G36*
X-49815Y4107D02*
X-49862Y4046D01*
X-49904Y3982D01*
X-49940Y3915D01*
X-49970Y3843D01*
X-49995Y3769D01*
X-50015Y3691D01*
X-50029Y3609D01*
X-50037Y3524D01*
X-50040Y3435D01*
X-50740Y3427D01*
X-50743Y3515D01*
X-50751Y3600D01*
X-50765Y3682D01*
X-50785Y3760D01*
X-50810Y3834D01*
X-50842Y3904D01*
X-50878Y3971D01*
X-50921Y4034D01*
X-50969Y4094D01*
X-51023Y4150D01*
X-49763Y4165D01*
X-49815Y4107D01*
D02*
G37*
G36*
X12737Y3163D02*
X12769Y3129D01*
X12804Y3098D01*
X12843Y3072D01*
X12885Y3050D01*
X12930Y3032D01*
X12978Y3018D01*
X13030Y3008D01*
X13085Y3002D01*
X13143Y3000D01*
Y2000D01*
X13085Y1998D01*
X13030Y1992D01*
X12978Y1982D01*
X12930Y1968D01*
X12885Y1950D01*
X12843Y1928D01*
X12804Y1901D01*
X12769Y1871D01*
X12737Y1837D01*
X12709Y1799D01*
Y3201D01*
X12737Y3163D01*
D02*
G37*
G36*
X15314Y1495D02*
X15506Y1330D01*
X15563Y1290D01*
X15616Y1257D01*
X15665Y1232D01*
X15711Y1214D01*
X15753Y1203D01*
X15791Y1200D01*
X14900Y309D01*
X14897Y347D01*
X14886Y389D01*
X14868Y435D01*
X14843Y484D01*
X14810Y537D01*
X14770Y594D01*
X14667Y718D01*
X14605Y786D01*
X14536Y857D01*
X15243Y1564D01*
X15314Y1495D01*
D02*
G37*
G36*
X-55923Y1D02*
X-55971Y-60D01*
X-56013Y-123D01*
X-56049Y-191D01*
X-56080Y-262D01*
X-56105Y-336D01*
X-56125Y-414D01*
X-56139Y-495D01*
X-56147Y-581D01*
X-56150Y-669D01*
X-56850D01*
X-56853Y-581D01*
X-56861Y-495D01*
X-56875Y-414D01*
X-56895Y-336D01*
X-56920Y-262D01*
X-56951Y-191D01*
X-56987Y-123D01*
X-57029Y-60D01*
X-57077Y1D01*
X-57130Y57D01*
X-55870D01*
X-55923Y1D01*
D02*
G37*
G36*
X-51781Y-41D02*
X-51829Y-101D01*
X-51871Y-165D01*
X-51907Y-233D01*
X-51938Y-303D01*
X-51963Y-378D01*
X-51983Y-456D01*
X-51997Y-537D01*
X-52005Y-622D01*
X-52008Y-711D01*
X-52708D01*
X-52711Y-622D01*
X-52719Y-537D01*
X-52733Y-456D01*
X-52753Y-378D01*
X-52778Y-303D01*
X-52809Y-233D01*
X-52845Y-165D01*
X-52887Y-101D01*
X-52935Y-41D01*
X-52988Y16D01*
X-51728D01*
X-51781Y-41D01*
D02*
G37*
G36*
X-46152Y-748D02*
X-46148Y-781D01*
X-46142Y-812D01*
X-46133Y-842D01*
X-46122Y-869D01*
X-46108Y-894D01*
X-46092Y-918D01*
X-46073Y-939D01*
X-46052Y-958D01*
X-46029Y-976D01*
X-46877D01*
X-46853Y-958D01*
X-46832Y-939D01*
X-46813Y-918D01*
X-46797Y-894D01*
X-46784Y-869D01*
X-46773Y-842D01*
X-46764Y-812D01*
X-46758Y-781D01*
X-46754Y-748D01*
X-46753Y-713D01*
X-46153D01*
X-46152Y-748D01*
D02*
G37*
G36*
X-50039Y-757D02*
X-50033Y-828D01*
X-50028Y-859D01*
X-50021Y-886D01*
X-50013Y-911D01*
X-50003Y-932D01*
X-49992Y-950D01*
X-49980Y-965D01*
X-49966Y-976D01*
X-50814D01*
X-50800Y-965D01*
X-50787Y-950D01*
X-50776Y-932D01*
X-50766Y-911D01*
X-50758Y-886D01*
X-50752Y-859D01*
X-50746Y-828D01*
X-50743Y-794D01*
X-50740Y-717D01*
X-50040D01*
X-50039Y-757D01*
D02*
G37*
G36*
X-52008D02*
X-52002Y-828D01*
X-51996Y-859D01*
X-51990Y-886D01*
X-51982Y-911D01*
X-51972Y-932D01*
X-51961Y-950D01*
X-51948Y-965D01*
X-51934Y-976D01*
X-52782D01*
X-52768Y-965D01*
X-52755Y-950D01*
X-52744Y-932D01*
X-52735Y-911D01*
X-52727Y-886D01*
X-52720Y-859D01*
X-52715Y-828D01*
X-52711Y-794D01*
X-52708Y-717D01*
X-52008D01*
X-52008Y-757D01*
D02*
G37*
G36*
X-53950Y-735D02*
X-53949Y-775D01*
X-53942Y-874D01*
X-53938Y-900D01*
X-53933Y-922D01*
X-53927Y-941D01*
X-53920Y-956D01*
X-53912Y-968D01*
X-53903Y-976D01*
X-54751D01*
X-54732Y-961D01*
X-54714Y-943D01*
X-54699Y-923D01*
X-54686Y-899D01*
X-54675Y-873D01*
X-54666Y-844D01*
X-54659Y-812D01*
X-54654Y-777D01*
X-54651Y-739D01*
X-54650Y-699D01*
X-53950Y-735D01*
D02*
G37*
G36*
X16405Y-372D02*
X16383Y-409D01*
X16364Y-454D01*
X16347Y-507D01*
X16332Y-568D01*
X16321Y-636D01*
X16305Y-797D01*
X16301Y-889D01*
X16300Y-988D01*
X15300D01*
X15299Y-889D01*
X15279Y-636D01*
X15268Y-568D01*
X15253Y-507D01*
X15236Y-454D01*
X15217Y-409D01*
X15195Y-372D01*
X15170Y-343D01*
X16430D01*
X16405Y-372D01*
D02*
G37*
G36*
X-12709Y-3201D02*
X-12737Y-3163D01*
X-12769Y-3129D01*
X-12804Y-3098D01*
X-12843Y-3072D01*
X-12885Y-3050D01*
X-12930Y-3032D01*
X-12978Y-3018D01*
X-13030Y-3008D01*
X-13085Y-3002D01*
X-13143Y-3000D01*
Y-2000D01*
X-13085Y-1998D01*
X-13030Y-1992D01*
X-12978Y-1982D01*
X-12930Y-1968D01*
X-12885Y-1950D01*
X-12843Y-1928D01*
X-12804Y-1901D01*
X-12769Y-1871D01*
X-12737Y-1837D01*
X-12709Y-1799D01*
Y-3201D01*
D02*
G37*
G36*
X-64508Y-3035D02*
X-64512Y-3068D01*
X-64513Y-3099D01*
X-64512Y-3128D01*
X-64508Y-3156D01*
X-64502Y-3181D01*
X-64493Y-3205D01*
X-64482Y-3226D01*
X-64469Y-3246D01*
X-64453Y-3264D01*
X-64736Y-3547D01*
X-64754Y-3531D01*
X-64774Y-3518D01*
X-64795Y-3507D01*
X-64819Y-3498D01*
X-64845Y-3492D01*
X-64872Y-3488D01*
X-64901Y-3487D01*
X-64932Y-3488D01*
X-64965Y-3492D01*
X-65000Y-3498D01*
X-64502Y-3000D01*
X-64508Y-3035D01*
D02*
G37*
G36*
X-17036Y-3643D02*
X-17105Y-3714D01*
X-17270Y-3906D01*
X-17310Y-3963D01*
X-17343Y-4016D01*
X-17368Y-4065D01*
X-17386Y-4111D01*
X-17397Y-4153D01*
X-17400Y-4191D01*
X-18291Y-3300D01*
X-18253Y-3297D01*
X-18211Y-3286D01*
X-18165Y-3268D01*
X-18116Y-3243D01*
X-18063Y-3210D01*
X-18006Y-3170D01*
X-17882Y-3067D01*
X-17814Y-3005D01*
X-17743Y-2936D01*
X-17036Y-3643D01*
D02*
G37*
G36*
X-32083Y-2595D02*
X-32073Y-2680D01*
X-32058Y-2755D01*
X-32036Y-2820D01*
X-32008Y-2875D01*
X-31973Y-2920D01*
X-31933Y-2955D01*
X-31886Y-2980D01*
X-31833Y-2995D01*
X-31774Y-3000D01*
Y-4000D01*
X-31833Y-4005D01*
X-31886Y-4020D01*
X-31933Y-4045D01*
X-31973Y-4080D01*
X-32008Y-4125D01*
X-32036Y-4180D01*
X-32058Y-4245D01*
X-32073Y-4320D01*
X-32083Y-4405D01*
X-32086Y-4500D01*
Y-2500D01*
X-32083Y-2595D01*
D02*
G37*
G36*
X-40191Y-6032D02*
X-40224Y-6040D01*
X-40253Y-6052D01*
X-40278Y-6070D01*
X-40299Y-6092D01*
X-40316Y-6120D01*
X-40330Y-6152D01*
X-40339Y-6190D01*
X-40345Y-6232D01*
X-40347Y-6280D01*
X-40747D01*
X-40749Y-6232D01*
X-40755Y-6190D01*
X-40765Y-6152D01*
X-40778Y-6120D01*
X-40796Y-6092D01*
X-40817Y-6070D01*
X-40842Y-6052D01*
X-40871Y-6040D01*
X-40904Y-6032D01*
X-40941Y-6030D01*
X-40154D01*
X-40191Y-6032D01*
D02*
G37*
G36*
X12737Y-6837D02*
X12769Y-6871D01*
X12804Y-6901D01*
X12843Y-6928D01*
X12885Y-6950D01*
X12930Y-6968D01*
X12978Y-6982D01*
X13030Y-6992D01*
X13085Y-6998D01*
X13143Y-7000D01*
Y-8000D01*
X13085Y-8002D01*
X13030Y-8008D01*
X12978Y-8018D01*
X12930Y-8032D01*
X12885Y-8050D01*
X12843Y-8072D01*
X12804Y-8099D01*
X12769Y-8129D01*
X12737Y-8163D01*
X12709Y-8201D01*
Y-6799D01*
X12737Y-6837D01*
D02*
G37*
G36*
X-57199Y-8794D02*
X-57346Y-8944D01*
X-58464Y-8586D01*
X-58391Y-8605D01*
X-58321Y-8617D01*
X-58252Y-8620D01*
X-58185Y-8616D01*
X-58120Y-8604D01*
X-58056Y-8584D01*
X-57995Y-8556D01*
X-57935Y-8521D01*
X-57877Y-8477D01*
X-57820Y-8425D01*
X-57199Y-8794D01*
D02*
G37*
G36*
X11338Y-8482D02*
X11253Y-8492D01*
X11178Y-8507D01*
X11113Y-8529D01*
X11058Y-8557D01*
X11013Y-8592D01*
X10978Y-8632D01*
X10953Y-8679D01*
X10938Y-8732D01*
X10933Y-8791D01*
X9933D01*
X9928Y-8732D01*
X9913Y-8679D01*
X9888Y-8632D01*
X9853Y-8592D01*
X9808Y-8557D01*
X9753Y-8529D01*
X9688Y-8507D01*
X9613Y-8492D01*
X9528Y-8482D01*
X9433Y-8479D01*
X11433D01*
X11338Y-8482D01*
D02*
G37*
G36*
X-35550Y-9265D02*
X-35601Y-9253D01*
X-35653Y-9248D01*
X-35704Y-9249D01*
X-35755Y-9257D01*
X-35806Y-9272D01*
X-35857Y-9293D01*
X-35907Y-9320D01*
X-35958Y-9354D01*
X-36008Y-9394D01*
X-36059Y-9441D01*
X-36341Y-9159D01*
X-36294Y-9108D01*
X-36254Y-9058D01*
X-36220Y-9007D01*
X-36193Y-8957D01*
X-36172Y-8906D01*
X-36157Y-8855D01*
X-36149Y-8804D01*
X-36148Y-8753D01*
X-36153Y-8701D01*
X-36165Y-8650D01*
X-35550Y-9265D01*
D02*
G37*
G36*
X-29530Y-9567D02*
X-29532Y-9530D01*
X-29540Y-9497D01*
X-29552Y-9468D01*
X-29570Y-9443D01*
X-29592Y-9422D01*
X-29620Y-9404D01*
X-29652Y-9391D01*
X-29690Y-9381D01*
X-29732Y-9375D01*
X-29780Y-9373D01*
Y-8973D01*
X-29732Y-8971D01*
X-29690Y-8965D01*
X-29652Y-8956D01*
X-29620Y-8942D01*
X-29592Y-8925D01*
X-29570Y-8904D01*
X-29552Y-8879D01*
X-29540Y-8850D01*
X-29532Y-8817D01*
X-29530Y-8780D01*
Y-9567D01*
D02*
G37*
G36*
X-43343Y-11230D02*
X-43372Y-11205D01*
X-43409Y-11183D01*
X-43454Y-11164D01*
X-43507Y-11147D01*
X-43568Y-11133D01*
X-43636Y-11121D01*
X-43797Y-11105D01*
X-43889Y-11101D01*
X-43988Y-11100D01*
Y-10100D01*
X-43889Y-10099D01*
X-43636Y-10079D01*
X-43568Y-10068D01*
X-43507Y-10053D01*
X-43454Y-10036D01*
X-43409Y-10017D01*
X-43372Y-9995D01*
X-43343Y-9970D01*
Y-11230D01*
D02*
G37*
G36*
X-31596Y-10954D02*
X-31583Y-11027D01*
X-31561Y-11101D01*
X-31531Y-11176D01*
X-31492Y-11253D01*
X-31445Y-11331D01*
X-31389Y-11411D01*
X-31325Y-11491D01*
X-31252Y-11574D01*
X-31170Y-11657D01*
X-32430D01*
X-32348Y-11574D01*
X-32211Y-11411D01*
X-32155Y-11331D01*
X-32107Y-11253D01*
X-32069Y-11176D01*
X-32039Y-11101D01*
X-32017Y-11027D01*
X-32004Y-10954D01*
X-32000Y-10882D01*
X-31600D01*
X-31596Y-10954D01*
D02*
G37*
G36*
X-50999Y-11226D02*
X-50981Y-11439D01*
X-50964Y-11534D01*
X-50942Y-11623D01*
X-50915Y-11705D01*
X-50883Y-11779D01*
X-50846Y-11847D01*
X-50804Y-11907D01*
X-50756Y-11961D01*
X-51039Y-12244D01*
X-51093Y-12196D01*
X-51153Y-12154D01*
X-51221Y-12117D01*
X-51295Y-12085D01*
X-51377Y-12058D01*
X-51466Y-12036D01*
X-51561Y-12019D01*
X-51664Y-12008D01*
X-51774Y-12001D01*
X-51891Y-12000D01*
X-51000Y-11109D01*
X-50999Y-11226D01*
D02*
G37*
G36*
X-56936Y-13737D02*
X-56965Y-13713D01*
X-57002Y-13692D01*
X-57047Y-13672D01*
X-57100Y-13656D01*
X-57161Y-13642D01*
X-57229Y-13631D01*
X-57390Y-13615D01*
X-57482Y-13611D01*
X-57581Y-13610D01*
X-57595Y-12610D01*
X-57495Y-12609D01*
X-57243Y-12589D01*
X-57175Y-12577D01*
X-57114Y-12562D01*
X-57061Y-12545D01*
X-57016Y-12525D01*
X-56979Y-12503D01*
X-56950Y-12477D01*
X-56936Y-13737D01*
D02*
G37*
G36*
X-64503Y-13517D02*
X-64499Y-13536D01*
X-64491Y-13558D01*
X-64478Y-13582D01*
X-64461Y-13610D01*
X-64439Y-13640D01*
X-64381Y-13708D01*
X-64305Y-13788D01*
X-65297Y-14210D01*
X-65343Y-14169D01*
X-65393Y-14133D01*
X-65450Y-14101D01*
X-65512Y-14074D01*
X-65579Y-14051D01*
X-65652Y-14031D01*
X-65731Y-14017D01*
X-65815Y-14006D01*
X-65905Y-14000D01*
X-66000Y-13998D01*
X-64502Y-13500D01*
X-64503Y-13517D01*
D02*
G37*
G36*
X-50852Y-15226D02*
X-50989Y-15390D01*
X-51045Y-15469D01*
X-51092Y-15547D01*
X-51131Y-15624D01*
X-51161Y-15699D01*
X-51183Y-15773D01*
X-51196Y-15846D01*
X-51200Y-15917D01*
X-51600D01*
X-51604Y-15846D01*
X-51617Y-15773D01*
X-51639Y-15699D01*
X-51669Y-15624D01*
X-51708Y-15547D01*
X-51755Y-15469D01*
X-51811Y-15390D01*
X-51875Y-15309D01*
X-51948Y-15226D01*
X-52030Y-15143D01*
X-50770D01*
X-50852Y-15226D01*
D02*
G37*
G36*
X-1497Y-15776D02*
X-1473Y-16097D01*
X-1453Y-16242D01*
X-1426Y-16376D01*
X-1393Y-16501D01*
X-1392Y-16505D01*
X-1378Y-16515D01*
X-1346Y-16530D01*
X-1310Y-16540D01*
X-1380D01*
X-1355Y-16615D01*
X-1311Y-16718D01*
X-1260Y-16812D01*
X-1204Y-16895D01*
X-2707D01*
Y-18208D01*
X-2766Y-18168D01*
X-2860Y-18133D01*
X-2960Y-18109D01*
Y-18190D01*
X-2970Y-18154D01*
X-2985Y-18122D01*
X-3001Y-18100D01*
X-3152Y-18075D01*
X-3584Y-18033D01*
X-4493Y-18002D01*
X-4866Y-18000D01*
Y-17000D01*
X-4493Y-16998D01*
X-3001Y-16899D01*
X-2985Y-16878D01*
X-2970Y-16846D01*
X-2960Y-16810D01*
Y-16891D01*
X-2860Y-16867D01*
X-2766Y-16832D01*
X-2743Y-16817D01*
X-2740Y-16812D01*
X-2689Y-16718D01*
X-2645Y-16615D01*
X-2620Y-16540D01*
X-2690D01*
X-2654Y-16530D01*
X-2622Y-16515D01*
X-2608Y-16505D01*
X-2607Y-16501D01*
X-2574Y-16376D01*
X-2547Y-16242D01*
X-2527Y-16097D01*
X-2503Y-15776D01*
X-2500Y-15600D01*
X-1500D01*
X-1497Y-15776D01*
D02*
G37*
G36*
X9502Y-15507D02*
X9601Y-16999D01*
X9622Y-17015D01*
X9654Y-17030D01*
X9690Y-17040D01*
X9609D01*
X9633Y-17141D01*
X9668Y-17234D01*
X9708Y-17293D01*
X8292D01*
X8332Y-17234D01*
X8367Y-17141D01*
X8391Y-17040D01*
X8310D01*
X8346Y-17030D01*
X8378Y-17015D01*
X8400Y-16998D01*
X8425Y-16848D01*
X8467Y-16416D01*
X8498Y-15507D01*
X8500Y-15134D01*
X9500D01*
X9502Y-15507D01*
D02*
G37*
G36*
X6003Y-15797D02*
X6065Y-16736D01*
X6094Y-16908D01*
X6117Y-17011D01*
X6122Y-17015D01*
X6154Y-17030D01*
X6190Y-17040D01*
X6124D01*
X6127Y-17056D01*
X6166Y-17179D01*
X6211Y-17277D01*
X6260Y-17350D01*
X4740D01*
X4789Y-17277D01*
X4834Y-17179D01*
X4873Y-17056D01*
X4876Y-17040D01*
X4810D01*
X4846Y-17030D01*
X4878Y-17015D01*
X4883Y-17011D01*
X4906Y-16908D01*
X4935Y-16736D01*
X4977Y-16316D01*
X4997Y-15797D01*
X5000Y-15500D01*
X6000D01*
X6003Y-15797D01*
D02*
G37*
G36*
X-57468Y-18659D02*
X-57460Y-18692D01*
X-57448Y-18721D01*
X-57430Y-18746D01*
X-57408Y-18767D01*
X-57380Y-18785D01*
X-57348Y-18798D01*
X-57310Y-18808D01*
X-57268Y-18814D01*
X-57220Y-18816D01*
Y-19216D01*
X-57268Y-19218D01*
X-57310Y-19223D01*
X-57348Y-19233D01*
X-57380Y-19247D01*
X-57408Y-19264D01*
X-57430Y-19285D01*
X-57448Y-19310D01*
X-57460Y-19340D01*
X-57468Y-19372D01*
X-57470Y-19409D01*
Y-18622D01*
X-57468Y-18659D01*
D02*
G37*
G36*
X-64716Y-17914D02*
X-64754Y-17993D01*
X-64776Y-18076D01*
X-64780Y-18163D01*
X-64766Y-18253D01*
X-64735Y-18347D01*
X-64686Y-18444D01*
X-64620Y-18545D01*
X-64536Y-18650D01*
X-64435Y-18758D01*
X-65054Y-19553D01*
X-65170Y-19444D01*
X-65281Y-19354D01*
X-65386Y-19284D01*
X-65486Y-19232D01*
X-65581Y-19200D01*
X-65670Y-19187D01*
X-65754Y-19194D01*
X-65832Y-19220D01*
X-65906Y-19265D01*
X-65973Y-19329D01*
X-64659Y-17839D01*
X-64716Y-17914D01*
D02*
G37*
G36*
X-56427Y-19646D02*
X-56511Y-19564D01*
X-56674Y-19426D01*
X-56753Y-19371D01*
X-56831Y-19323D01*
X-56908Y-19285D01*
X-56984Y-19254D01*
X-57058Y-19233D01*
X-57130Y-19220D01*
X-57202Y-19216D01*
Y-18816D01*
X-57130Y-18812D01*
X-57058Y-18799D01*
X-56984Y-18777D01*
X-56908Y-18747D01*
X-56831Y-18708D01*
X-56753Y-18661D01*
X-56674Y-18605D01*
X-56593Y-18541D01*
X-56511Y-18467D01*
X-56427Y-18386D01*
Y-19646D01*
D02*
G37*
G36*
X-21828Y-18695D02*
X-21791Y-18717D01*
X-21746Y-18736D01*
X-21693Y-18753D01*
X-21632Y-18767D01*
X-21564Y-18779D01*
X-21403Y-18795D01*
X-21311Y-18799D01*
X-21212Y-18800D01*
Y-19800D01*
X-21311Y-19801D01*
X-21564Y-19821D01*
X-21632Y-19832D01*
X-21693Y-19847D01*
X-21746Y-19864D01*
X-21791Y-19883D01*
X-21828Y-19905D01*
X-21857Y-19930D01*
Y-18670D01*
X-21828Y-18695D01*
D02*
G37*
G36*
X-17391Y-19895D02*
X-17283Y-19982D01*
X-17180Y-20051D01*
X-17081Y-20101D01*
X-16987Y-20132D01*
X-16897Y-20145D01*
X-16812Y-20140D01*
X-16731Y-20117D01*
X-16655Y-20075D01*
X-16583Y-20014D01*
X-17986Y-21417D01*
X-17925Y-21345D01*
X-17883Y-21269D01*
X-17860Y-21188D01*
X-17855Y-21103D01*
X-17868Y-21013D01*
X-17899Y-20919D01*
X-17949Y-20820D01*
X-18018Y-20717D01*
X-18105Y-20609D01*
X-18210Y-20497D01*
X-17503Y-19790D01*
X-17391Y-19895D01*
D02*
G37*
G36*
X-16346Y-21970D02*
X-16378Y-21985D01*
X-16407Y-22006D01*
X-16432Y-22032D01*
X-16452Y-22063D01*
X-16469Y-22099D01*
X-16483Y-22141D01*
X-16492Y-22188D01*
X-16498Y-22240D01*
X-16500Y-22298D01*
X-17500D01*
X-17502Y-22240D01*
X-17508Y-22188D01*
X-17517Y-22141D01*
X-17530Y-22099D01*
X-17548Y-22063D01*
X-17569Y-22032D01*
X-17593Y-22006D01*
X-17622Y-21985D01*
X-17654Y-21970D01*
X-17690Y-21960D01*
X-16310D01*
X-16346Y-21970D01*
D02*
G37*
G36*
X-51993Y-19690D02*
X-51972Y-19881D01*
X-51936Y-20066D01*
X-51887Y-20246D01*
X-51823Y-20420D01*
X-51745Y-20587D01*
X-51653Y-20749D01*
X-51547Y-20905D01*
X-51490Y-20978D01*
X-51447Y-21009D01*
X-51389Y-21046D01*
X-51335Y-21076D01*
X-51283Y-21097D01*
X-51236Y-21110D01*
X-51191Y-21115D01*
X-51150Y-21113D01*
X-51329Y-21359D01*
X-51553Y-22354D01*
X-51638Y-22279D01*
X-51714Y-22233D01*
X-51781Y-22216D01*
X-51839Y-22228D01*
X-51888Y-22269D01*
X-51929Y-22339D01*
X-51960Y-22437D01*
X-51982Y-22565D01*
X-51995Y-22722D01*
X-52000Y-22907D01*
X-53000Y-20700D01*
X-52000Y-19493D01*
X-51993Y-19690D01*
D02*
G37*
G36*
X-16498Y-23260D02*
X-16492Y-23312D01*
X-16483Y-23359D01*
X-16469Y-23401D01*
X-16452Y-23437D01*
X-16432Y-23468D01*
X-16407Y-23494D01*
X-16378Y-23515D01*
X-16346Y-23530D01*
X-16310Y-23540D01*
X-17690D01*
X-17654Y-23530D01*
X-17622Y-23515D01*
X-17593Y-23494D01*
X-17569Y-23468D01*
X-17548Y-23437D01*
X-17530Y-23401D01*
X-17517Y-23359D01*
X-17508Y-23312D01*
X-17502Y-23260D01*
X-17500Y-23202D01*
X-16500D01*
X-16498Y-23260D01*
D02*
G37*
G36*
X-64435Y-25442D02*
X-64476Y-25489D01*
X-64512Y-25544D01*
X-64543Y-25607D01*
X-64571Y-25678D01*
X-64594Y-25758D01*
X-64613Y-25846D01*
X-64628Y-25943D01*
X-64645Y-26160D01*
X-64647Y-26281D01*
X-65187Y-24659D01*
X-65166Y-24661D01*
X-65142Y-24658D01*
X-65117Y-24650D01*
X-65089Y-24638D01*
X-65058Y-24621D01*
X-65026Y-24600D01*
X-64991Y-24573D01*
X-64915Y-24507D01*
X-64874Y-24467D01*
X-64435Y-25442D01*
D02*
G37*
G36*
X-16346Y-25470D02*
X-16378Y-25485D01*
X-16407Y-25506D01*
X-16432Y-25532D01*
X-16452Y-25563D01*
X-16469Y-25600D01*
X-16483Y-25641D01*
X-16492Y-25688D01*
X-16498Y-25740D01*
X-16500Y-25798D01*
X-17500D01*
X-17502Y-25740D01*
X-17508Y-25688D01*
X-17517Y-25641D01*
X-17530Y-25600D01*
X-17548Y-25563D01*
X-17569Y-25532D01*
X-17593Y-25506D01*
X-17622Y-25485D01*
X-17654Y-25470D01*
X-17690Y-25460D01*
X-16310D01*
X-16346Y-25470D01*
D02*
G37*
G36*
X-449Y-23405D02*
X-344Y-23530D01*
X-309Y-23583D01*
X-286Y-23629D01*
X-275Y-23668D01*
X-276Y-23700D01*
X-289Y-23726D01*
X-314Y-23744D01*
X-350Y-23756D01*
X-940Y-26665D01*
X-945Y-26485D01*
X-978Y-26155D01*
X-1008Y-26005D01*
X-1046Y-25865D01*
X-1093Y-25735D01*
X-1148Y-25615D01*
X-1212Y-25505D01*
X-1284Y-25405D01*
X-1364Y-25315D01*
X-519Y-23332D01*
X-449Y-23405D01*
D02*
G37*
G36*
X-16498Y-26760D02*
X-16492Y-26812D01*
X-16483Y-26859D01*
X-16469Y-26901D01*
X-16452Y-26937D01*
X-16432Y-26968D01*
X-16407Y-26994D01*
X-16378Y-27015D01*
X-16346Y-27030D01*
X-16310Y-27040D01*
X-17690D01*
X-17654Y-27030D01*
X-17622Y-27015D01*
X-17593Y-26994D01*
X-17569Y-26968D01*
X-17548Y-26937D01*
X-17530Y-26901D01*
X-17517Y-26859D01*
X-17508Y-26812D01*
X-17502Y-26760D01*
X-17500Y-26702D01*
X-16500D01*
X-16498Y-26760D01*
D02*
G37*
G36*
X-940Y-26665D02*
X559Y-27243D01*
X460Y-27210D01*
X362Y-27190D01*
X266Y-27182D01*
X171Y-27186D01*
X79Y-27202D01*
X-12Y-27231D01*
X-102Y-27272D01*
X-189Y-27324D01*
X-276Y-27390D01*
X-360Y-27467D01*
X-1152Y-26845D01*
X-1113Y-26806D01*
X-950Y-26664D01*
X-943Y-26662D01*
X-940Y-26665D01*
D02*
G37*
G36*
X-62530Y-27283D02*
X-62532Y-27246D01*
X-62540Y-27213D01*
X-62552Y-27185D01*
X-62570Y-27159D01*
X-62592Y-27138D01*
X-62620Y-27121D01*
X-62652Y-27107D01*
X-62690Y-27097D01*
X-62732Y-27092D01*
X-62780Y-27090D01*
Y-26690D01*
X-62732Y-26688D01*
X-62690Y-26682D01*
X-62652Y-26672D01*
X-62620Y-26659D01*
X-62592Y-26641D01*
X-62570Y-26620D01*
X-62552Y-26595D01*
X-62540Y-26566D01*
X-62532Y-26533D01*
X-62530Y-26496D01*
Y-27283D01*
D02*
G37*
G36*
X-29530Y-27283D02*
X-29532Y-27246D01*
X-29540Y-27213D01*
X-29552Y-27185D01*
X-29570Y-27159D01*
X-29592Y-27138D01*
X-29620Y-27121D01*
X-29652Y-27107D01*
X-29690Y-27097D01*
X-29732Y-27092D01*
X-29780Y-27090D01*
Y-26690D01*
X-29732Y-26688D01*
X-29690Y-26682D01*
X-29652Y-26672D01*
X-29620Y-26659D01*
X-29592Y-26641D01*
X-29570Y-26620D01*
X-29552Y-26595D01*
X-29540Y-26566D01*
X-29532Y-26533D01*
X-29530Y-26496D01*
Y-27283D01*
D02*
G37*
G36*
X-12075Y-27655D02*
X-12117Y-27731D01*
X-12140Y-27812D01*
X-12145Y-27897D01*
X-12132Y-27987D01*
X-12101Y-28081D01*
X-12051Y-28180D01*
X-11982Y-28283D01*
X-11895Y-28390D01*
X-11790Y-28503D01*
X-12497Y-29210D01*
X-12609Y-29105D01*
X-12717Y-29018D01*
X-12820Y-28949D01*
X-12919Y-28899D01*
X-13013Y-28868D01*
X-13103Y-28855D01*
X-13188Y-28860D01*
X-13269Y-28883D01*
X-13345Y-28925D01*
X-13417Y-28986D01*
X-12014Y-27583D01*
X-12075Y-27655D01*
D02*
G37*
G36*
X-62530Y-29252D02*
X-62532Y-29215D01*
X-62540Y-29182D01*
X-62552Y-29153D01*
X-62570Y-29128D01*
X-62592Y-29107D01*
X-62620Y-29089D01*
X-62652Y-29076D01*
X-62690Y-29066D01*
X-62732Y-29060D01*
X-62780Y-29058D01*
Y-28658D01*
X-62732Y-28656D01*
X-62690Y-28651D01*
X-62652Y-28641D01*
X-62620Y-28627D01*
X-62592Y-28610D01*
X-62570Y-28589D01*
X-62552Y-28563D01*
X-62540Y-28534D01*
X-62532Y-28502D01*
X-62530Y-28465D01*
Y-29252D01*
D02*
G37*
G36*
X-21518Y-7680D02*
Y-12400D01*
X-21448Y-12751D01*
X-21249Y-13049D01*
X-16149Y-18149D01*
X-15851Y-18348D01*
X-15500Y-18418D01*
X-4905D01*
X-4868Y-18433D01*
X-4502Y-18435D01*
X-3612Y-18465D01*
X-3427Y-18483D01*
Y-23265D01*
X-3427Y-23265D01*
X-3319Y-23812D01*
X-3009Y-24275D01*
X-1691Y-25594D01*
X-1687Y-25604D01*
X-1622Y-25677D01*
X-1576Y-25741D01*
X-1533Y-25814D01*
X-1494Y-25899D01*
X-1460Y-25995D01*
X-1430Y-26104D01*
X-1407Y-26219D01*
X-1382Y-26466D01*
X-1398Y-26481D01*
X-1405Y-26493D01*
X-1418Y-26499D01*
X-1457Y-26538D01*
X-1468Y-26564D01*
X-1493Y-26578D01*
X-1500Y-26602D01*
X-3680Y-28782D01*
X-6000D01*
X-6351Y-28852D01*
X-6649Y-29051D01*
X-9700Y-32102D01*
X-10200Y-31895D01*
Y-31641D01*
X-10398Y-31164D01*
X-10517Y-31045D01*
X-10519Y-31028D01*
X-10520Y-31019D01*
X-10521Y-31014D01*
X-10522Y-31007D01*
X-10531Y-30993D01*
X-10536Y-30977D01*
X-10543Y-30946D01*
X-10549Y-30910D01*
X-10566Y-30692D01*
X-10567Y-30606D01*
X-10582Y-30570D01*
Y-29500D01*
X-10652Y-29149D01*
X-10851Y-28851D01*
X-11462Y-28241D01*
X-11474Y-28206D01*
X-11569Y-28106D01*
X-11582Y-28089D01*
Y-27586D01*
X-11581Y-27583D01*
X-11582Y-27581D01*
Y-27500D01*
X-11652Y-27149D01*
X-11851Y-26851D01*
X-12149Y-26652D01*
X-12500Y-26582D01*
X-13500D01*
X-13851Y-26652D01*
X-14149Y-26851D01*
X-14348Y-27149D01*
X-14418Y-27500D01*
Y-28500D01*
X-14348Y-28851D01*
X-14149Y-29149D01*
X-13851Y-29348D01*
X-13500Y-29418D01*
X-13419D01*
X-13417Y-29419D01*
X-13415Y-29418D01*
X-12911D01*
X-12894Y-29431D01*
X-12794Y-29526D01*
X-12759Y-29538D01*
X-12418Y-29880D01*
Y-30570D01*
X-12433Y-30606D01*
X-12434Y-30699D01*
X-12437Y-30773D01*
X-12450Y-30906D01*
X-12457Y-30946D01*
X-12464Y-30977D01*
X-12470Y-30993D01*
X-12477Y-31007D01*
X-12479Y-31014D01*
X-12481Y-31019D01*
X-12481Y-31028D01*
X-12483Y-31045D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-12386Y-33481D01*
X-12468Y-33582D01*
X-24155D01*
X-24188Y-33567D01*
X-24207Y-33567D01*
X-24209Y-33563D01*
X-24234Y-33503D01*
X-24255Y-33495D01*
X-24351Y-33351D01*
X-24649Y-33152D01*
X-25000Y-33082D01*
X-25081D01*
X-25083Y-33081D01*
X-25085Y-33082D01*
X-25589D01*
X-25606Y-33069D01*
X-25706Y-32974D01*
X-25741Y-32962D01*
X-26082Y-32620D01*
Y-31852D01*
X-26064Y-31850D01*
X-25986Y-31847D01*
X-25984Y-31846D01*
X-24900D01*
X-24510Y-31769D01*
X-24179Y-31548D01*
X-23958Y-31217D01*
X-23880Y-30827D01*
X-23958Y-30437D01*
X-24179Y-30106D01*
X-24510Y-29885D01*
X-24900Y-29807D01*
X-29100D01*
X-29490Y-29885D01*
X-29821Y-30106D01*
X-29951Y-30300D01*
X-30451Y-30148D01*
Y-28369D01*
X-29744Y-27662D01*
X-29490Y-27832D01*
X-29100Y-27909D01*
X-24900D01*
X-24510Y-27832D01*
X-24179Y-27611D01*
X-23958Y-27280D01*
X-23880Y-26890D01*
X-23958Y-26500D01*
X-24179Y-26169D01*
Y-25642D01*
X-23958Y-25311D01*
X-23880Y-24921D01*
X-23958Y-24531D01*
X-24179Y-24200D01*
Y-23674D01*
X-23958Y-23343D01*
X-23880Y-22953D01*
X-23958Y-22563D01*
X-24179Y-22232D01*
Y-21705D01*
X-23958Y-21374D01*
X-23880Y-20984D01*
X-23958Y-20594D01*
X-23848Y-20088D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21644Y-20283D01*
X-21628Y-20281D01*
X-21619Y-20280D01*
X-21614Y-20279D01*
X-21607Y-20278D01*
X-21593Y-20269D01*
X-21577Y-20264D01*
X-21546Y-20257D01*
X-21510Y-20251D01*
X-21292Y-20234D01*
X-21206Y-20233D01*
X-21170Y-20218D01*
X-19080D01*
X-18538Y-20759D01*
X-18526Y-20794D01*
X-18431Y-20894D01*
X-18418Y-20911D01*
Y-21415D01*
X-18418Y-21417D01*
X-18418Y-21419D01*
Y-21500D01*
X-18348Y-21851D01*
X-18149Y-22149D01*
X-18005Y-22245D01*
X-17997Y-22266D01*
X-17937Y-22291D01*
X-17933Y-22293D01*
X-17933Y-22312D01*
X-17918Y-22345D01*
Y-23155D01*
X-17933Y-23188D01*
X-17933Y-23207D01*
X-17937Y-23209D01*
X-17997Y-23234D01*
X-18005Y-23255D01*
X-18149Y-23351D01*
X-18348Y-23649D01*
X-18418Y-24000D01*
Y-25000D01*
X-18348Y-25351D01*
X-18149Y-25649D01*
X-18005Y-25745D01*
X-17997Y-25766D01*
X-17937Y-25791D01*
X-17933Y-25793D01*
X-17933Y-25812D01*
X-17918Y-25845D01*
Y-26655D01*
X-17933Y-26688D01*
X-17933Y-26707D01*
X-17937Y-26709D01*
X-17997Y-26734D01*
X-18005Y-26755D01*
X-18149Y-26851D01*
X-18348Y-27149D01*
X-18418Y-27500D01*
Y-28500D01*
X-18348Y-28851D01*
X-18149Y-29149D01*
X-17851Y-29348D01*
X-17500Y-29418D01*
X-16500D01*
X-16149Y-29348D01*
X-15851Y-29149D01*
X-15652Y-28851D01*
X-15582Y-28500D01*
Y-27500D01*
X-15652Y-27149D01*
X-15851Y-26851D01*
X-15995Y-26755D01*
X-16003Y-26734D01*
X-16063Y-26709D01*
X-16067Y-26707D01*
X-16067Y-26688D01*
X-16082Y-26655D01*
Y-25845D01*
X-16067Y-25812D01*
X-16067Y-25793D01*
X-16063Y-25791D01*
X-16003Y-25766D01*
X-15995Y-25745D01*
X-15851Y-25649D01*
X-15652Y-25351D01*
X-15582Y-25000D01*
Y-24000D01*
X-15652Y-23649D01*
X-15851Y-23351D01*
X-15995Y-23255D01*
X-16003Y-23234D01*
X-16063Y-23209D01*
X-16067Y-23207D01*
X-16067Y-23188D01*
X-16082Y-23155D01*
Y-22345D01*
X-16067Y-22312D01*
X-16067Y-22293D01*
X-16063Y-22291D01*
X-16003Y-22266D01*
X-15995Y-22245D01*
X-15851Y-22149D01*
X-15652Y-21851D01*
X-15582Y-21500D01*
Y-20500D01*
X-15652Y-20149D01*
X-15851Y-19851D01*
X-16149Y-19652D01*
X-16500Y-19582D01*
X-16581D01*
X-16583Y-19581D01*
X-16586Y-19582D01*
X-17089D01*
X-17106Y-19569D01*
X-17206Y-19475D01*
X-17241Y-19462D01*
X-18051Y-18651D01*
X-18349Y-18452D01*
X-18700Y-18382D01*
X-21170D01*
X-21206Y-18367D01*
X-21299Y-18366D01*
X-21373Y-18363D01*
X-21506Y-18350D01*
X-21546Y-18343D01*
X-21577Y-18336D01*
X-21593Y-18330D01*
X-21607Y-18323D01*
X-21614Y-18321D01*
X-21619Y-18319D01*
X-21628Y-18319D01*
X-21644Y-18317D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
X-22759D01*
X-23236Y-18198D01*
X-23507Y-18469D01*
X-23533Y-18478D01*
X-23942Y-18471D01*
X-24088Y-18431D01*
X-24179Y-18295D01*
Y-17768D01*
X-23958Y-17437D01*
X-23880Y-17047D01*
X-23958Y-16657D01*
X-24179Y-16326D01*
Y-15800D01*
X-23958Y-15469D01*
X-23880Y-15079D01*
X-23958Y-14689D01*
X-24179Y-14358D01*
Y-13831D01*
X-23958Y-13500D01*
X-23880Y-13110D01*
X-23958Y-12720D01*
X-24179Y-12389D01*
Y-11863D01*
X-23958Y-11532D01*
X-23880Y-11142D01*
X-23958Y-10752D01*
X-24179Y-10421D01*
Y-9894D01*
X-23958Y-9563D01*
X-23880Y-9173D01*
X-23958Y-8783D01*
X-24179Y-8452D01*
X-24510Y-8231D01*
X-24900Y-8154D01*
X-29100D01*
X-29490Y-8231D01*
X-29821Y-8452D01*
X-29835Y-8473D01*
X-29836Y-8474D01*
X-29837Y-8477D01*
X-29869Y-8524D01*
X-30173D01*
X-30632Y-8714D01*
X-31256Y-9337D01*
X-31756Y-9130D01*
Y-6027D01*
X-31731Y-5990D01*
X-31654Y-5600D01*
Y-4516D01*
X-31653Y-4514D01*
X-31650Y-4436D01*
X-31648Y-4418D01*
X-24780D01*
X-21518Y-7680D01*
D02*
G37*
G36*
X-68290Y-30997D02*
X-68396Y-31109D01*
X-68482Y-31217D01*
X-68551Y-31320D01*
X-68601Y-31419D01*
X-68632Y-31513D01*
X-68645Y-31603D01*
X-68640Y-31688D01*
X-68617Y-31769D01*
X-68575Y-31845D01*
X-68514Y-31917D01*
X-69917Y-30514D01*
X-69845Y-30575D01*
X-69769Y-30617D01*
X-69688Y-30640D01*
X-69603Y-30645D01*
X-69513Y-30632D01*
X-69419Y-30601D01*
X-69320Y-30551D01*
X-69217Y-30482D01*
X-69109Y-30395D01*
X-68997Y-30290D01*
X-68290Y-30997D01*
D02*
G37*
G36*
X-10999Y-30711D02*
X-10979Y-30964D01*
X-10967Y-31032D01*
X-10953Y-31093D01*
X-10936Y-31146D01*
X-10917Y-31191D01*
X-10895Y-31228D01*
X-10870Y-31257D01*
X-12130D01*
X-12105Y-31228D01*
X-12083Y-31191D01*
X-12064Y-31146D01*
X-12047Y-31093D01*
X-12032Y-31032D01*
X-12021Y-30964D01*
X-12005Y-30803D01*
X-12001Y-30711D01*
X-12000Y-30612D01*
X-11000D01*
X-10999Y-30711D01*
D02*
G37*
G36*
X-59320Y-31416D02*
X-59560Y-31435D01*
X-59666Y-31450D01*
X-59763Y-31470D01*
X-59850Y-31495D01*
X-59928Y-31524D01*
X-59996Y-31558D01*
X-60055Y-31596D01*
X-60105Y-31638D01*
X-61519D01*
X-61483Y-31596D01*
X-61467Y-31558D01*
X-61469Y-31524D01*
X-61490Y-31495D01*
X-61530Y-31470D01*
X-61589Y-31450D01*
X-61667Y-31435D01*
X-61764Y-31423D01*
X-61879Y-31416D01*
X-62014Y-31414D01*
X-59185D01*
X-59320Y-31416D01*
D02*
G37*
G36*
X-26095Y-31417D02*
X-26180Y-31427D01*
X-26255Y-31442D01*
X-26320Y-31464D01*
X-26375Y-31492D01*
X-26420Y-31527D01*
X-26455Y-31567D01*
X-26480Y-31614D01*
X-26495Y-31667D01*
X-26500Y-31726D01*
X-27500D01*
X-27505Y-31667D01*
X-27520Y-31614D01*
X-27545Y-31567D01*
X-27580Y-31527D01*
X-27625Y-31492D01*
X-27680Y-31464D01*
X-27745Y-31442D01*
X-27820Y-31427D01*
X-27905Y-31417D01*
X-28000Y-31414D01*
X-26000D01*
X-26095Y-31417D01*
D02*
G37*
G36*
X-50835Y-30978D02*
X-50653Y-31105D01*
X-50566Y-31157D01*
X-50482Y-31201D01*
X-50402Y-31236D01*
X-50325Y-31264D01*
X-50251Y-31284D01*
X-50179Y-31296D01*
X-50112Y-31300D01*
X-50066Y-31700D01*
X-50139Y-31705D01*
X-50213Y-31718D01*
X-50286Y-31741D01*
X-50359Y-31773D01*
X-50432Y-31814D01*
X-50504Y-31864D01*
X-50577Y-31923D01*
X-50648Y-31991D01*
X-50720Y-32068D01*
X-50791Y-32155D01*
X-50931Y-30902D01*
X-50835Y-30978D01*
D02*
G37*
G36*
X-65138Y-32487D02*
X-65172Y-32491D01*
X-65202Y-32497D01*
X-65228Y-32507D01*
X-65250Y-32519D01*
X-65268Y-32533D01*
X-65282Y-32550D01*
X-65292Y-32570D01*
X-65298Y-32592D01*
X-65300Y-32618D01*
X-65700D01*
X-65702Y-32592D01*
X-65708Y-32570D01*
X-65718Y-32550D01*
X-65732Y-32533D01*
X-65750Y-32519D01*
X-65772Y-32507D01*
X-65798Y-32497D01*
X-65828Y-32491D01*
X-65862Y-32487D01*
X-65900Y-32486D01*
X-65100D01*
X-65138Y-32487D01*
D02*
G37*
G36*
X-37979Y-32457D02*
X-38000Y-32494D01*
X-38018Y-32539D01*
X-38034Y-32592D01*
X-38048Y-32653D01*
X-38059Y-32721D01*
X-38074Y-32882D01*
X-38079Y-33074D01*
X-39079Y-33102D01*
X-39080Y-33002D01*
X-39101Y-32750D01*
X-39113Y-32682D01*
X-39128Y-32622D01*
X-39145Y-32569D01*
X-39166Y-32524D01*
X-39189Y-32487D01*
X-39215Y-32457D01*
X-37955Y-32428D01*
X-37979Y-32457D01*
D02*
G37*
G36*
X-61498Y-33260D02*
X-61492Y-33312D01*
X-61483Y-33359D01*
X-61470Y-33400D01*
X-61452Y-33437D01*
X-61431Y-33468D01*
X-61407Y-33494D01*
X-61378Y-33515D01*
X-61346Y-33530D01*
X-61310Y-33540D01*
X-62690D01*
X-62654Y-33530D01*
X-62622Y-33515D01*
X-62593Y-33494D01*
X-62569Y-33468D01*
X-62548Y-33437D01*
X-62530Y-33400D01*
X-62517Y-33359D01*
X-62508Y-33312D01*
X-62502Y-33260D01*
X-62500Y-33202D01*
X-61500D01*
X-61498Y-33260D01*
D02*
G37*
G36*
X-44282Y-33768D02*
X-44276Y-33810D01*
X-44267Y-33848D01*
X-44253Y-33880D01*
X-44236Y-33908D01*
X-44215Y-33930D01*
X-44190Y-33948D01*
X-44161Y-33960D01*
X-44128Y-33968D01*
X-44091Y-33970D01*
X-44878D01*
X-44841Y-33968D01*
X-44808Y-33960D01*
X-44779Y-33948D01*
X-44754Y-33930D01*
X-44733Y-33908D01*
X-44715Y-33880D01*
X-44702Y-33848D01*
X-44692Y-33810D01*
X-44686Y-33768D01*
X-44684Y-33720D01*
X-44284D01*
X-44282Y-33768D01*
D02*
G37*
G36*
X-46251D02*
X-46245Y-33810D01*
X-46235Y-33848D01*
X-46222Y-33880D01*
X-46204Y-33908D01*
X-46183Y-33930D01*
X-46158Y-33948D01*
X-46129Y-33960D01*
X-46096Y-33968D01*
X-46059Y-33970D01*
X-46846D01*
X-46809Y-33968D01*
X-46777Y-33960D01*
X-46747Y-33948D01*
X-46722Y-33930D01*
X-46701Y-33908D01*
X-46684Y-33880D01*
X-46670Y-33848D01*
X-46661Y-33810D01*
X-46655Y-33768D01*
X-46653Y-33720D01*
X-46253D01*
X-46251Y-33768D01*
D02*
G37*
G36*
X-65298Y-33907D02*
X-65292Y-33930D01*
X-65282Y-33950D01*
X-65268Y-33967D01*
X-65250Y-33981D01*
X-65228Y-33993D01*
X-65202Y-34003D01*
X-65172Y-34009D01*
X-65138Y-34013D01*
X-65100Y-34014D01*
X-65900D01*
X-65862Y-34013D01*
X-65828Y-34009D01*
X-65798Y-34003D01*
X-65772Y-33993D01*
X-65750Y-33981D01*
X-65732Y-33967D01*
X-65718Y-33950D01*
X-65708Y-33930D01*
X-65702Y-33907D01*
X-65700Y-33882D01*
X-65300D01*
X-65298Y-33907D01*
D02*
G37*
G36*
X-42516Y-33801D02*
X-43030Y-34133D01*
X-42999Y-34110D01*
X-42974Y-34087D01*
X-42956Y-34064D01*
X-42944Y-34039D01*
X-42939Y-34014D01*
X-42939Y-33988D01*
X-42946Y-33962D01*
X-42959Y-33935D01*
X-42979Y-33907D01*
X-43005Y-33878D01*
X-42601Y-33716D01*
X-42516Y-33801D01*
D02*
G37*
G36*
X-35977Y-34050D02*
X-36003Y-34079D01*
X-36025Y-34116D01*
X-36045Y-34161D01*
X-36062Y-34214D01*
X-36077Y-34275D01*
X-36089Y-34343D01*
X-36105Y-34504D01*
X-36109Y-34595D01*
X-36110Y-34695D01*
X-37110Y-34681D01*
X-37111Y-34582D01*
X-37131Y-34329D01*
X-37142Y-34261D01*
X-37156Y-34200D01*
X-37172Y-34147D01*
X-37192Y-34102D01*
X-37213Y-34065D01*
X-37237Y-34036D01*
X-35977Y-34050D01*
D02*
G37*
G36*
X-39942Y-34225D02*
X-39964Y-34262D01*
X-39984Y-34307D01*
X-40001Y-34360D01*
X-40015Y-34421D01*
X-40027Y-34489D01*
X-40042Y-34649D01*
X-40046Y-34741D01*
X-40047Y-34841D01*
X-41047D01*
X-41049Y-34741D01*
X-41068Y-34489D01*
X-41080Y-34421D01*
X-41094Y-34360D01*
X-41111Y-34307D01*
X-41131Y-34262D01*
X-41153Y-34225D01*
X-41177Y-34196D01*
X-39917D01*
X-39942Y-34225D01*
D02*
G37*
G36*
X-25890Y-33395D02*
X-25783Y-33482D01*
X-25680Y-33551D01*
X-25581Y-33601D01*
X-25487Y-33632D01*
X-25397Y-33645D01*
X-25312Y-33640D01*
X-25231Y-33617D01*
X-25155Y-33575D01*
X-25083Y-33514D01*
X-26486Y-34917D01*
X-26425Y-34845D01*
X-26383Y-34769D01*
X-26360Y-34688D01*
X-26355Y-34603D01*
X-26368Y-34513D01*
X-26399Y-34419D01*
X-26449Y-34320D01*
X-26518Y-34217D01*
X-26605Y-34110D01*
X-26710Y-33997D01*
X-26003Y-33290D01*
X-25890Y-33395D01*
D02*
G37*
G36*
X-54914Y-37315D02*
X-54917Y-37180D01*
X-54935Y-36940D01*
X-54950Y-36834D01*
X-54970Y-36737D01*
X-54995Y-36650D01*
X-55024Y-36572D01*
X-55058Y-36504D01*
X-55096Y-36445D01*
X-55138Y-36395D01*
Y-34981D01*
X-55096Y-35017D01*
X-55058Y-35033D01*
X-55024Y-35031D01*
X-54995Y-35010D01*
X-54970Y-34970D01*
X-54950Y-34911D01*
X-54935Y-34833D01*
X-54923Y-34736D01*
X-54917Y-34621D01*
X-54914Y-34486D01*
Y-37315D01*
D02*
G37*
G36*
X-24530Y-33846D02*
X-24515Y-33878D01*
X-24494Y-33907D01*
X-24468Y-33931D01*
X-24437Y-33952D01*
X-24400Y-33970D01*
X-24359Y-33983D01*
X-24312Y-33992D01*
X-24260Y-33998D01*
X-24202Y-34000D01*
Y-35000D01*
X-24260Y-35002D01*
X-24312Y-35008D01*
X-24359Y-35017D01*
X-24400Y-35030D01*
X-24437Y-35048D01*
X-24468Y-35069D01*
X-24494Y-35093D01*
X-24515Y-35122D01*
X-24530Y-35154D01*
X-24540Y-35190D01*
Y-33810D01*
X-24530Y-33846D01*
D02*
G37*
G36*
X-61030D02*
X-61015Y-33878D01*
X-60994Y-33907D01*
X-60968Y-33931D01*
X-60937Y-33952D01*
X-60900Y-33970D01*
X-60859Y-33983D01*
X-60812Y-33992D01*
X-60760Y-33998D01*
X-60702Y-34000D01*
Y-35000D01*
X-60760Y-35002D01*
X-60812Y-35008D01*
X-60859Y-35017D01*
X-60900Y-35030D01*
X-60937Y-35048D01*
X-60968Y-35069D01*
X-60994Y-35093D01*
X-61015Y-35122D01*
X-61030Y-35154D01*
X-61040Y-35190D01*
Y-33810D01*
X-61030Y-33846D01*
D02*
G37*
G36*
X-6233Y-35329D02*
X-8248D01*
X-8246Y-35322D01*
X-8245Y-35303D01*
X-8241Y-35030D01*
X-8240Y-34724D01*
X-6240D01*
X-6233Y-35329D01*
D02*
G37*
G36*
X1300Y-34807D02*
X1299Y-34912D01*
X1274Y-35297D01*
X1267Y-35319D01*
X1258Y-35330D01*
X1248Y-35329D01*
X-768D01*
X-755Y-35314D01*
X-743Y-35289D01*
X-733Y-35252D01*
X-724Y-35204D01*
X-717Y-35145D01*
X-706Y-34994D01*
X-700Y-34684D01*
X1300Y-34807D01*
D02*
G37*
G36*
X-9593Y-34000D02*
X-9727Y-34144D01*
X-9848Y-34295D01*
X-9954Y-34451D01*
X-10045Y-34613D01*
X-10123Y-34780D01*
X-10187Y-34954D01*
X-10236Y-35133D01*
X-10272Y-35319D01*
X-10293Y-35510D01*
X-10300Y-35707D01*
X-11300Y-36000D01*
X-11310Y-35810D01*
X-11340Y-35640D01*
X-11390Y-35490D01*
X-11460Y-35360D01*
X-11550Y-35250D01*
X-11660Y-35160D01*
X-11790Y-35090D01*
X-11940Y-35040D01*
X-12110Y-35010D01*
X-12300Y-35000D01*
X-12007Y-34000D01*
X-11810Y-33993D01*
X-11619Y-33972D01*
X-11434Y-33936D01*
X-11254Y-33887D01*
X-11080Y-33823D01*
X-10913Y-33745D01*
X-10751Y-33654D01*
X-10595Y-33547D01*
X-10444Y-33427D01*
X-10300Y-33293D01*
X-9593Y-34000D01*
D02*
G37*
G36*
X-64508Y-35535D02*
X-64512Y-35568D01*
X-64513Y-35599D01*
X-64512Y-35628D01*
X-64508Y-35656D01*
X-64502Y-35681D01*
X-64493Y-35705D01*
X-64482Y-35726D01*
X-64469Y-35746D01*
X-64453Y-35764D01*
X-64736Y-36047D01*
X-64754Y-36031D01*
X-64774Y-36018D01*
X-64795Y-36007D01*
X-64819Y-35998D01*
X-64845Y-35992D01*
X-64872Y-35988D01*
X-64901Y-35987D01*
X-64932Y-35988D01*
X-64965Y-35992D01*
X-65000Y-35998D01*
X-64502Y-35500D01*
X-64508Y-35535D01*
D02*
G37*
G36*
X-57643Y-37630D02*
X-57726Y-37548D01*
X-57889Y-37411D01*
X-57969Y-37355D01*
X-58047Y-37308D01*
X-58124Y-37269D01*
X-58199Y-37239D01*
X-58274Y-37217D01*
X-58346Y-37204D01*
X-58417Y-37200D01*
Y-36800D01*
X-58346Y-36796D01*
X-58274Y-36783D01*
X-58199Y-36761D01*
X-58124Y-36731D01*
X-58047Y-36693D01*
X-57969Y-36645D01*
X-57889Y-36589D01*
X-57809Y-36525D01*
X-57726Y-36452D01*
X-57643Y-36370D01*
Y-37630D01*
D02*
G37*
G36*
X-32317Y-39032D02*
X-32350Y-39040D01*
X-32379Y-39052D01*
X-32404Y-39070D01*
X-32425Y-39092D01*
X-32442Y-39120D01*
X-32456Y-39152D01*
X-32465Y-39190D01*
X-32471Y-39232D01*
X-32473Y-39280D01*
X-32873D01*
X-32875Y-39232D01*
X-32881Y-39190D01*
X-32891Y-39152D01*
X-32904Y-39120D01*
X-32922Y-39092D01*
X-32943Y-39070D01*
X-32968Y-39052D01*
X-32997Y-39040D01*
X-33030Y-39032D01*
X-33067Y-39030D01*
X-32280D01*
X-32317Y-39032D01*
D02*
G37*
G36*
X-64661Y-39362D02*
X-64670Y-39372D01*
X-64676Y-39383D01*
X-64679Y-39395D01*
X-64680Y-39408D01*
X-64677Y-39422D01*
X-64670Y-39436D01*
X-64661Y-39451D01*
X-64649Y-39467D01*
X-64634Y-39484D01*
X-65100Y-39582D01*
X-65128Y-39557D01*
X-65158Y-39535D01*
X-65190Y-39517D01*
X-65224Y-39502D01*
X-65260Y-39491D01*
X-65298Y-39483D01*
X-65337Y-39478D01*
X-65379Y-39477D01*
X-65422Y-39480D01*
X-65468Y-39486D01*
X-64648Y-39352D01*
X-64661Y-39362D01*
D02*
G37*
G36*
X-34140Y-39998D02*
X-34120Y-40249D01*
X-34108Y-40318D01*
X-34093Y-40378D01*
X-34075Y-40431D01*
X-34055Y-40476D01*
X-34032Y-40513D01*
X-34006Y-40543D01*
X-35265Y-40572D01*
X-35242Y-40543D01*
X-35221Y-40506D01*
X-35202Y-40461D01*
X-35186Y-40408D01*
X-35173Y-40347D01*
X-35162Y-40279D01*
X-35147Y-40118D01*
X-35142Y-39926D01*
X-34142Y-39898D01*
X-34140Y-39998D01*
D02*
G37*
G36*
X-59143Y-41630D02*
X-59226Y-41548D01*
X-59390Y-41411D01*
X-59469Y-41355D01*
X-59547Y-41308D01*
X-59624Y-41269D01*
X-59699Y-41239D01*
X-59773Y-41217D01*
X-59846Y-41204D01*
X-59917Y-41200D01*
Y-40800D01*
X-59846Y-40796D01*
X-59773Y-40783D01*
X-59699Y-40761D01*
X-59624Y-40731D01*
X-59547Y-40692D01*
X-59469Y-40645D01*
X-59390Y-40589D01*
X-59309Y-40525D01*
X-59226Y-40452D01*
X-59143Y-40370D01*
Y-41630D01*
D02*
G37*
G36*
X-38974Y-41052D02*
X-38811Y-41189D01*
X-38731Y-41245D01*
X-38653Y-41293D01*
X-38576Y-41331D01*
X-38501Y-41361D01*
X-38427Y-41383D01*
X-38354Y-41396D01*
X-38282Y-41400D01*
Y-41800D01*
X-38354Y-41804D01*
X-38427Y-41817D01*
X-38501Y-41839D01*
X-38576Y-41869D01*
X-38653Y-41908D01*
X-38731Y-41955D01*
X-38811Y-42011D01*
X-38891Y-42075D01*
X-38974Y-42148D01*
X-39057Y-42230D01*
Y-40970D01*
X-38974Y-41052D01*
D02*
G37*
G36*
X-46849Y-13849D02*
X-46551Y-14048D01*
X-46200Y-14118D01*
X-36300D01*
X-35949Y-14048D01*
X-35651Y-13849D01*
X-33498Y-11696D01*
X-33074Y-11979D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30538Y-12650D01*
X-30057Y-12796D01*
X-30120Y-13110D01*
X-30042Y-13500D01*
X-29821Y-13831D01*
Y-14358D01*
X-30042Y-14689D01*
X-30120Y-15079D01*
X-30042Y-15469D01*
X-29821Y-15800D01*
Y-16326D01*
X-30042Y-16657D01*
X-30120Y-17047D01*
X-30042Y-17437D01*
X-29821Y-17768D01*
Y-18295D01*
X-30042Y-18626D01*
X-30120Y-19016D01*
X-30042Y-19406D01*
X-29821Y-19737D01*
Y-20263D01*
X-30042Y-20594D01*
X-30120Y-20984D01*
X-30042Y-21374D01*
X-29821Y-21705D01*
Y-22232D01*
X-30042Y-22563D01*
X-30120Y-22953D01*
X-30042Y-23343D01*
X-29821Y-23674D01*
Y-24200D01*
X-30042Y-24531D01*
X-30120Y-24921D01*
X-30042Y-25311D01*
X-29821Y-25642D01*
Y-25760D01*
X-29890Y-26240D01*
X-30349Y-26431D01*
X-31559Y-27641D01*
X-31749Y-28100D01*
Y-32200D01*
X-31559Y-32659D01*
X-30449Y-33769D01*
Y-41631D01*
X-31829Y-43011D01*
X-32214Y-42733D01*
X-32024Y-42273D01*
Y-39369D01*
X-31977Y-39337D01*
X-31974Y-39336D01*
X-31973Y-39335D01*
X-31952Y-39321D01*
X-31731Y-38990D01*
X-31654Y-38600D01*
Y-34400D01*
X-31731Y-34010D01*
X-31952Y-33679D01*
X-32283Y-33458D01*
X-32673Y-33380D01*
X-33064Y-33458D01*
X-33394Y-33679D01*
X-33921D01*
X-34252Y-33458D01*
X-34642Y-33380D01*
X-34800Y-33412D01*
X-35252Y-33167D01*
X-35334Y-33059D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41766Y-33097D01*
X-41893Y-33224D01*
X-42432Y-33249D01*
X-47251Y-28431D01*
Y-15100D01*
X-47441Y-14641D01*
X-50494Y-11587D01*
X-50510Y-11551D01*
X-50526Y-11503D01*
X-50540Y-11445D01*
X-50551Y-11383D01*
X-50566Y-11205D01*
X-50567Y-11104D01*
X-50600Y-11027D01*
Y-10841D01*
X-50626Y-10779D01*
X-50202Y-10496D01*
X-46849Y-13849D01*
D02*
G37*
G36*
X-62743Y-43230D02*
X-62826Y-43148D01*
X-62989Y-43011D01*
X-63069Y-42955D01*
X-63147Y-42908D01*
X-63224Y-42869D01*
X-63299Y-42839D01*
X-63374Y-42817D01*
X-63446Y-42804D01*
X-63517Y-42800D01*
Y-42400D01*
X-63446Y-42396D01*
X-63374Y-42383D01*
X-63299Y-42361D01*
X-63224Y-42331D01*
X-63147Y-42292D01*
X-63069Y-42245D01*
X-62989Y-42189D01*
X-62909Y-42125D01*
X-62826Y-42052D01*
X-62743Y-41970D01*
Y-43230D01*
D02*
G37*
G36*
X-10299Y-42911D02*
X-10279Y-43164D01*
X-10267Y-43232D01*
X-10253Y-43293D01*
X-10236Y-43346D01*
X-10217Y-43391D01*
X-10195Y-43428D01*
X-10170Y-43457D01*
X-11430D01*
X-11405Y-43428D01*
X-11383Y-43391D01*
X-11364Y-43346D01*
X-11347Y-43293D01*
X-11332Y-43232D01*
X-11321Y-43164D01*
X-11305Y-43003D01*
X-11301Y-42911D01*
X-11300Y-42812D01*
X-10300D01*
X-10299Y-42911D01*
D02*
G37*
G36*
X-19508Y-43491D02*
X-19585Y-43478D01*
X-19659Y-43471D01*
X-19729Y-43470D01*
X-19795Y-43474D01*
X-19858Y-43484D01*
X-19916Y-43499D01*
X-19971Y-43521D01*
X-20022Y-43548D01*
X-20069Y-43581D01*
X-20112Y-43619D01*
X-20696Y-42789D01*
X-20656Y-42748D01*
X-20563Y-42641D01*
X-20541Y-42611D01*
X-20523Y-42583D01*
X-20511Y-42558D01*
X-20502Y-42536D01*
X-20498Y-42517D01*
X-20499Y-42500D01*
X-19508Y-43491D01*
D02*
G37*
G36*
X-36799Y-43826D02*
X-36781Y-44039D01*
X-36764Y-44134D01*
X-36742Y-44223D01*
X-36715Y-44305D01*
X-36683Y-44379D01*
X-36646Y-44447D01*
X-36604Y-44507D01*
X-36556Y-44561D01*
X-36839Y-44844D01*
X-36893Y-44796D01*
X-36953Y-44754D01*
X-37021Y-44717D01*
X-37095Y-44685D01*
X-37177Y-44658D01*
X-37266Y-44636D01*
X-37361Y-44619D01*
X-37464Y-44608D01*
X-37574Y-44601D01*
X-37691Y-44600D01*
X-36800Y-43709D01*
X-36799Y-43826D01*
D02*
G37*
G36*
X-72174Y-44637D02*
X-72113Y-44680D01*
X-72046Y-44717D01*
X-71971Y-44749D01*
X-71889Y-44776D01*
X-71801Y-44798D01*
X-71705Y-44814D01*
X-71602Y-44826D01*
X-71492Y-44832D01*
X-71375Y-44834D01*
X-72266Y-45725D01*
X-72268Y-45608D01*
X-72286Y-45395D01*
X-72303Y-45299D01*
X-72324Y-45211D01*
X-72351Y-45129D01*
X-72383Y-45054D01*
X-72420Y-44987D01*
X-72463Y-44926D01*
X-72510Y-44873D01*
X-72227Y-44590D01*
X-72174Y-44637D01*
D02*
G37*
G36*
X-10809Y-45000D02*
X-10847Y-45003D01*
X-10889Y-45014D01*
X-10935Y-45032D01*
X-10984Y-45057D01*
X-11037Y-45090D01*
X-11094Y-45130D01*
X-11218Y-45233D01*
X-11286Y-45295D01*
X-11296Y-45304D01*
X-11305Y-45314D01*
X-11470Y-45506D01*
X-11510Y-45563D01*
X-11543Y-45616D01*
X-11568Y-45665D01*
X-11586Y-45711D01*
X-11597Y-45753D01*
X-11600Y-45791D01*
X-12491Y-44900D01*
X-12453Y-44897D01*
X-12411Y-44886D01*
X-12365Y-44868D01*
X-12316Y-44843D01*
X-12263Y-44810D01*
X-12206Y-44770D01*
X-12082Y-44667D01*
X-12014Y-44605D01*
X-12004Y-44596D01*
X-11995Y-44586D01*
X-11830Y-44394D01*
X-11790Y-44337D01*
X-11757Y-44284D01*
X-11732Y-44235D01*
X-11714Y-44189D01*
X-11703Y-44147D01*
X-11700Y-44109D01*
X-10809Y-45000D01*
D02*
G37*
G36*
X-12509Y-46700D02*
X-12547Y-46703D01*
X-12589Y-46714D01*
X-12635Y-46732D01*
X-12684Y-46757D01*
X-12737Y-46790D01*
X-12794Y-46830D01*
X-12918Y-46933D01*
X-12986Y-46995D01*
X-13057Y-47065D01*
X-13765Y-46357D01*
X-13695Y-46286D01*
X-13530Y-46094D01*
X-13490Y-46037D01*
X-13457Y-45984D01*
X-13432Y-45935D01*
X-13414Y-45889D01*
X-13403Y-45847D01*
X-13400Y-45809D01*
X-12509Y-46700D01*
D02*
G37*
G36*
X-15629Y-46837D02*
X-15597Y-46871D01*
X-15562Y-46902D01*
X-15523Y-46928D01*
X-15482Y-46950D01*
X-15437Y-46968D01*
X-15388Y-46982D01*
X-15336Y-46992D01*
X-15281Y-46998D01*
X-15223Y-47000D01*
Y-48000D01*
X-15281Y-48002D01*
X-15336Y-48008D01*
X-15388Y-48018D01*
X-15437Y-48032D01*
X-15482Y-48050D01*
X-15523Y-48072D01*
X-15562Y-48098D01*
X-15597Y-48129D01*
X-15629Y-48163D01*
X-15657Y-48201D01*
Y-46799D01*
X-15629Y-46837D01*
D02*
G37*
G36*
X-19702Y-56384D02*
X-19617Y-56447D01*
X-19532Y-56499D01*
X-19444Y-56538D01*
X-19354Y-56565D01*
X-19263Y-56580D01*
X-19169Y-56583D01*
X-19074Y-56574D01*
X-18976Y-56554D01*
X-18877Y-56521D01*
X-20424Y-57121D01*
X-20423Y-57114D01*
X-20427Y-57104D01*
X-20435Y-57090D01*
X-20448Y-57072D01*
X-20488Y-57025D01*
X-20581Y-56927D01*
X-20621Y-56886D01*
X-19784Y-56309D01*
X-19702Y-56384D01*
D02*
G37*
%LPC*%
G36*
X-9000Y-19582D02*
X-10000D01*
X-10351Y-19652D01*
X-10649Y-19851D01*
X-10848Y-20149D01*
X-10918Y-20500D01*
Y-21500D01*
X-10848Y-21851D01*
X-10649Y-22149D01*
X-10505Y-22245D01*
X-10497Y-22266D01*
X-10437Y-22291D01*
X-10433Y-22293D01*
X-10433Y-22312D01*
X-10418Y-22345D01*
Y-23246D01*
X-10348Y-23597D01*
X-10149Y-23895D01*
X-8999Y-25044D01*
X-8998Y-25053D01*
X-8973Y-25070D01*
X-8966Y-25077D01*
X-8955Y-25109D01*
X-8909Y-25161D01*
X-8884Y-25196D01*
X-8863Y-25232D01*
X-8846Y-25273D01*
X-8841Y-25291D01*
Y-26665D01*
X-8764Y-27051D01*
X-8545Y-27379D01*
X-8217Y-27598D01*
X-7831Y-27675D01*
X-6650D01*
X-6263Y-27598D01*
X-5935Y-27379D01*
X-5717Y-27051D01*
X-5640Y-26665D01*
Y-24346D01*
X-5717Y-23960D01*
X-5935Y-23632D01*
X-6263Y-23413D01*
X-6650Y-23336D01*
X-7831D01*
X-8046Y-23379D01*
X-8049Y-23376D01*
X-8078Y-23349D01*
X-8113Y-23335D01*
X-8582Y-22866D01*
Y-22345D01*
X-8567Y-22312D01*
X-8567Y-22293D01*
X-8563Y-22291D01*
X-8503Y-22266D01*
X-8495Y-22245D01*
X-8351Y-22149D01*
X-8152Y-21851D01*
X-8082Y-21500D01*
Y-20500D01*
X-8152Y-20149D01*
X-8351Y-19851D01*
X-8649Y-19652D01*
X-9000Y-19582D01*
D02*
G37*
%LPD*%
G36*
X-8846Y-21970D02*
X-8878Y-21985D01*
X-8907Y-22006D01*
X-8931Y-22032D01*
X-8952Y-22063D01*
X-8969Y-22099D01*
X-8983Y-22141D01*
X-8992Y-22188D01*
X-8998Y-22240D01*
X-9000Y-22298D01*
X-10000D01*
X-10002Y-22240D01*
X-10008Y-22188D01*
X-10017Y-22141D01*
X-10030Y-22099D01*
X-10048Y-22063D01*
X-10069Y-22032D01*
X-10093Y-22006D01*
X-10122Y-21985D01*
X-10154Y-21970D01*
X-10190Y-21960D01*
X-8810D01*
X-8846Y-21970D01*
D02*
G37*
G36*
X-8336Y-23701D02*
X-8259Y-23763D01*
X-8224Y-23786D01*
X-8191Y-23802D01*
X-8160Y-23814D01*
X-8131Y-23819D01*
X-8104Y-23819D01*
X-8079Y-23813D01*
X-8056Y-23801D01*
X-8409Y-25739D01*
X-8392Y-25624D01*
X-8383Y-25514D01*
X-8384Y-25409D01*
X-8393Y-25310D01*
X-8411Y-25215D01*
X-8438Y-25126D01*
X-8473Y-25042D01*
X-8518Y-24963D01*
X-8571Y-24889D01*
X-8633Y-24820D01*
X-8377Y-23662D01*
X-8336Y-23701D01*
D02*
G37*
G36*
X49431Y-4698D02*
X49335Y-4622D01*
X49153Y-4495D01*
X49066Y-4443D01*
X48983Y-4399D01*
X48902Y-4364D01*
X48825Y-4336D01*
X48751Y-4316D01*
X48680Y-4304D01*
X48612Y-4300D01*
X48566Y-3900D01*
X48639Y-3895D01*
X48713Y-3882D01*
X48786Y-3859D01*
X48859Y-3827D01*
X48932Y-3786D01*
X49004Y-3736D01*
X49077Y-3677D01*
X49148Y-3609D01*
X49220Y-3532D01*
X49291Y-3445D01*
X49431Y-4698D01*
D02*
G37*
G36*
X30026Y-3552D02*
X30189Y-3689D01*
X30269Y-3745D01*
X30347Y-3793D01*
X30424Y-3831D01*
X30499Y-3861D01*
X30573Y-3883D01*
X30646Y-3896D01*
X30718Y-3900D01*
Y-4300D01*
X30646Y-4304D01*
X30573Y-4317D01*
X30499Y-4339D01*
X30424Y-4369D01*
X30347Y-4408D01*
X30269Y-4455D01*
X30189Y-4511D01*
X30109Y-4575D01*
X30026Y-4648D01*
X29943Y-4730D01*
Y-3470D01*
X30026Y-3552D01*
D02*
G37*
G36*
X49357Y-7830D02*
X49274Y-7748D01*
X49110Y-7611D01*
X49031Y-7555D01*
X48953Y-7508D01*
X48876Y-7469D01*
X48801Y-7439D01*
X48726Y-7417D01*
X48654Y-7404D01*
X48583Y-7400D01*
Y-7000D01*
X48654Y-6996D01*
X48726Y-6983D01*
X48801Y-6961D01*
X48876Y-6931D01*
X48953Y-6893D01*
X49031Y-6845D01*
X49110Y-6789D01*
X49191Y-6725D01*
X49274Y-6652D01*
X49357Y-6570D01*
Y-7830D01*
D02*
G37*
G36*
X30026Y-6652D02*
X30189Y-6789D01*
X30269Y-6845D01*
X30347Y-6893D01*
X30424Y-6931D01*
X30499Y-6961D01*
X30573Y-6983D01*
X30646Y-6996D01*
X30718Y-7000D01*
Y-7400D01*
X30646Y-7404D01*
X30573Y-7417D01*
X30499Y-7439D01*
X30424Y-7469D01*
X30347Y-7508D01*
X30269Y-7555D01*
X30189Y-7611D01*
X30109Y-7675D01*
X30026Y-7748D01*
X29943Y-7830D01*
Y-6570D01*
X30026Y-6652D01*
D02*
G37*
G36*
X17266Y-17832D02*
X17359Y-17867D01*
X17460Y-17891D01*
Y-17810D01*
X17470Y-17846D01*
X17485Y-17878D01*
X17502Y-17900D01*
X17652Y-17925D01*
X18084Y-17967D01*
X18815Y-17992D01*
X18859Y-17983D01*
X18901Y-17969D01*
X18937Y-17952D01*
X18968Y-17932D01*
X18994Y-17907D01*
X19015Y-17878D01*
X19030Y-17846D01*
X19040Y-17810D01*
Y-17998D01*
X19366Y-18000D01*
Y-19000D01*
X19040Y-19002D01*
Y-19190D01*
X19030Y-19154D01*
X19015Y-19122D01*
X18994Y-19093D01*
X18968Y-19069D01*
X18937Y-19048D01*
X18901Y-19030D01*
X18859Y-19017D01*
X18836Y-19013D01*
X17501Y-19101D01*
X17485Y-19122D01*
X17470Y-19154D01*
X17460Y-19190D01*
Y-19109D01*
X17405Y-19122D01*
X17359Y-19133D01*
X17266Y-19168D01*
X17207Y-19208D01*
Y-17792D01*
X17266Y-17832D01*
D02*
G37*
G36*
X13154Y-19470D02*
X13122Y-19485D01*
X13093Y-19506D01*
X13069Y-19532D01*
X13048Y-19563D01*
X13031Y-19600D01*
X13017Y-19641D01*
X13008Y-19688D01*
X13002Y-19740D01*
X13000Y-19798D01*
X12000D01*
X11998Y-19740D01*
X11992Y-19688D01*
X11983Y-19641D01*
X11970Y-19600D01*
X11952Y-19563D01*
X11931Y-19532D01*
X11907Y-19506D01*
X11878Y-19485D01*
X11846Y-19470D01*
X11810Y-19460D01*
X13190D01*
X13154Y-19470D01*
D02*
G37*
G36*
X13005Y-20478D02*
X13020Y-20534D01*
X13045Y-20583D01*
X13080Y-20626D01*
X13124Y-20661D01*
X13179Y-20690D01*
X13244Y-20712D01*
X13318Y-20727D01*
X13403Y-20736D01*
X13498Y-20737D01*
X11807Y-20768D01*
X11844Y-20757D01*
X11876Y-20742D01*
X11905Y-20721D01*
X11930Y-20695D01*
X11952Y-20664D01*
X11969Y-20628D01*
X11983Y-20586D01*
X11992Y-20539D01*
X11998Y-20487D01*
X12000Y-20429D01*
X13000Y-20415D01*
X13005Y-20478D01*
D02*
G37*
G36*
X17502Y-20314D02*
X17516Y-20516D01*
X17528Y-20602D01*
X17544Y-20679D01*
X17564Y-20746D01*
X17587Y-20803D01*
X17613Y-20851D01*
X17643Y-20889D01*
X17677Y-20917D01*
X15323D01*
X15357Y-20889D01*
X15387Y-20851D01*
X15413Y-20803D01*
X15436Y-20746D01*
X15456Y-20679D01*
X15472Y-20602D01*
X15484Y-20516D01*
X15498Y-20314D01*
X15500Y-20199D01*
X17500D01*
X17502Y-20314D01*
D02*
G37*
G36*
X21435Y-20933D02*
X21467Y-20947D01*
X21513Y-20959D01*
X21572Y-20970D01*
X21645Y-20979D01*
X21833Y-20993D01*
X22219Y-21000D01*
Y-23000D01*
X22092Y-23010D01*
X21979Y-23040D01*
X21881Y-23090D01*
X21798Y-23160D01*
X21730Y-23250D01*
X21676Y-23360D01*
X21636Y-23490D01*
X21612Y-23640D01*
X21602Y-23810D01*
X21607Y-24000D01*
X21417Y-20917D01*
X21435Y-20933D01*
D02*
G37*
G36*
X21384Y-25662D02*
X21353Y-25700D01*
X21327Y-25748D01*
X21304Y-25805D01*
X21284Y-25872D01*
X21269Y-25949D01*
X21256Y-26035D01*
X21242Y-26237D01*
X21240Y-26352D01*
X19240D01*
X19238Y-26237D01*
X19224Y-26035D01*
X19212Y-25949D01*
X19196Y-25872D01*
X19176Y-25805D01*
X19153Y-25748D01*
X19127Y-25700D01*
X19097Y-25662D01*
X19063Y-25634D01*
X21417D01*
X21384Y-25662D01*
D02*
G37*
G36*
X25002Y-25520D02*
X25014Y-25547D01*
X25036Y-25581D01*
X25065Y-25621D01*
X25150Y-25723D01*
X25341Y-25926D01*
X25422Y-26008D01*
X24008Y-27422D01*
X23926Y-27341D01*
X23581Y-27036D01*
X23547Y-27014D01*
X23520Y-27002D01*
X23500Y-26998D01*
X24998Y-25500D01*
X25002Y-25520D01*
D02*
G37*
G36*
X24074Y-29159D02*
X24419Y-29464D01*
X24453Y-29485D01*
X24480Y-29498D01*
X24500Y-29502D01*
X23002Y-31000D01*
X22998Y-30980D01*
X22986Y-30953D01*
X22964Y-30919D01*
X22935Y-30879D01*
X22850Y-30777D01*
X22659Y-30574D01*
X22578Y-30492D01*
X23992Y-29078D01*
X24074Y-29159D01*
D02*
G37*
G36*
X21588Y-30916D02*
X21607Y-31086D01*
X21639Y-31236D01*
X21684Y-31365D01*
X21741Y-31475D01*
X21811Y-31565D01*
X21894Y-31635D01*
X21990Y-31684D01*
X22098Y-31714D01*
X22219Y-31724D01*
Y-33724D01*
X22098Y-33734D01*
X21990Y-33764D01*
X21894Y-33814D01*
X21811Y-33884D01*
X21741Y-33974D01*
X21684Y-34084D01*
X21639Y-34213D01*
X21607Y-34363D01*
X21588Y-34532D01*
X21582Y-34722D01*
Y-30727D01*
X21588Y-30916D01*
D02*
G37*
G36*
X24074Y-33159D02*
X24419Y-33464D01*
X24453Y-33485D01*
X24480Y-33498D01*
X24500Y-33502D01*
X23002Y-35000D01*
X22998Y-34980D01*
X22986Y-34953D01*
X22964Y-34919D01*
X22935Y-34879D01*
X22850Y-34777D01*
X22659Y-34574D01*
X22578Y-34492D01*
X23992Y-33078D01*
X24074Y-33159D01*
D02*
G37*
G36*
X13627Y-35252D02*
X13550Y-35275D01*
X13482Y-35302D01*
X13423Y-35332D01*
X13373Y-35365D01*
X13332Y-35402D01*
X13301Y-35443D01*
X13278Y-35487D01*
X13264Y-35534D01*
X13260Y-35585D01*
X12260D01*
X12255Y-35534D01*
X12242Y-35487D01*
X12219Y-35443D01*
X12187Y-35402D01*
X12147Y-35365D01*
X12097Y-35332D01*
X12038Y-35302D01*
X11970Y-35275D01*
X11893Y-35252D01*
X11807Y-35232D01*
X13713D01*
X13627Y-35252D01*
D02*
G37*
G36*
X13260Y-36787D02*
X13261Y-36844D01*
X13268Y-36945D01*
X13275Y-36988D01*
X13283Y-37027D01*
X13293Y-37061D01*
X13305Y-37090D01*
X13319Y-37114D01*
X13334Y-37133D01*
X13352Y-37148D01*
X11810Y-37040D01*
X11895Y-37021D01*
X11972Y-36998D01*
X12039Y-36972D01*
X12098Y-36943D01*
X12147Y-36911D01*
X12188Y-36876D01*
X12219Y-36837D01*
X12242Y-36795D01*
X12255Y-36751D01*
X12260Y-36702D01*
X13260Y-36787D01*
D02*
G37*
G36*
X11540Y-38690D02*
X11530Y-38654D01*
X11515Y-38622D01*
X11494Y-38593D01*
X11468Y-38568D01*
X11437Y-38548D01*
X11400Y-38530D01*
X11359Y-38517D01*
X11312Y-38508D01*
X11260Y-38502D01*
X11202Y-38500D01*
Y-37500D01*
X11260Y-37498D01*
X11312Y-37492D01*
X11359Y-37483D01*
X11400Y-37470D01*
X11437Y-37452D01*
X11468Y-37431D01*
X11494Y-37407D01*
X11515Y-37378D01*
X11530Y-37346D01*
X11540Y-37310D01*
Y-38690D01*
D02*
G37*
G36*
X9970Y-37346D02*
X9985Y-37378D01*
X10006Y-37407D01*
X10032Y-37431D01*
X10063Y-37452D01*
X10099Y-37470D01*
X10141Y-37483D01*
X10188Y-37492D01*
X10240Y-37498D01*
X10298Y-37500D01*
Y-38500D01*
X10240Y-38502D01*
X10188Y-38508D01*
X10141Y-38517D01*
X10099Y-38530D01*
X10063Y-38548D01*
X10032Y-38568D01*
X10006Y-38593D01*
X9985Y-38622D01*
X9970Y-38654D01*
X9960Y-38690D01*
Y-37310D01*
X9970Y-37346D01*
D02*
G37*
G36*
X8040Y-38690D02*
X8030Y-38654D01*
X8015Y-38622D01*
X7994Y-38593D01*
X7968Y-38568D01*
X7937Y-38548D01*
X7901Y-38530D01*
X7859Y-38517D01*
X7812Y-38508D01*
X7760Y-38502D01*
X7702Y-38500D01*
Y-37500D01*
X7760Y-37498D01*
X7812Y-37492D01*
X7859Y-37483D01*
X7901Y-37470D01*
X7937Y-37452D01*
X7968Y-37431D01*
X7994Y-37407D01*
X8015Y-37378D01*
X8030Y-37346D01*
X8040Y-37310D01*
Y-38690D01*
D02*
G37*
G36*
X6470Y-37346D02*
X6485Y-37378D01*
X6506Y-37407D01*
X6532Y-37431D01*
X6563Y-37452D01*
X6600Y-37470D01*
X6641Y-37483D01*
X6688Y-37492D01*
X6740Y-37498D01*
X6798Y-37500D01*
Y-38500D01*
X6740Y-38502D01*
X6688Y-38508D01*
X6641Y-38517D01*
X6600Y-38530D01*
X6563Y-38548D01*
X6532Y-38568D01*
X6506Y-38593D01*
X6485Y-38622D01*
X6470Y-38654D01*
X6460Y-38690D01*
Y-37310D01*
X6470Y-37346D01*
D02*
G37*
G36*
X24970D02*
X24985Y-37378D01*
X25006Y-37407D01*
X25032Y-37431D01*
X25063Y-37452D01*
X25100Y-37470D01*
X25141Y-37483D01*
X25188Y-37492D01*
X25240Y-37498D01*
X25298Y-37500D01*
Y-38500D01*
X25240Y-38502D01*
X25188Y-38508D01*
X25141Y-38517D01*
X25100Y-38530D01*
X25063Y-38548D01*
X25032Y-38568D01*
X25006Y-38593D01*
X24985Y-38622D01*
X24970Y-38654D01*
X24960Y-38690D01*
Y-37310D01*
X24970Y-37346D01*
D02*
G37*
G36*
X30001Y-51111D02*
X30021Y-51364D01*
X30033Y-51432D01*
X30047Y-51493D01*
X30064Y-51546D01*
X30083Y-51591D01*
X30105Y-51628D01*
X30130Y-51657D01*
X28870D01*
X28895Y-51628D01*
X28917Y-51591D01*
X28936Y-51546D01*
X28953Y-51493D01*
X28967Y-51432D01*
X28979Y-51364D01*
X28995Y-51203D01*
X28999Y-51111D01*
X29000Y-51012D01*
X30000D01*
X30001Y-51111D01*
D02*
G37*
G36*
X28037Y-52375D02*
X28073Y-52401D01*
X28117Y-52424D01*
X28169Y-52444D01*
X28229Y-52461D01*
X28296Y-52475D01*
X28372Y-52486D01*
X28547Y-52499D01*
X28646Y-52500D01*
X28511Y-53500D01*
X28410Y-53501D01*
X28089Y-53524D01*
X28029Y-53535D01*
X27977Y-53548D01*
X27933Y-53562D01*
X27897Y-53579D01*
X27869Y-53597D01*
X28009Y-52345D01*
X28037Y-52375D01*
D02*
G37*
G36*
X1358Y-53491D02*
X1290Y-53479D01*
X1166Y-53467D01*
X1111Y-53466D01*
X1060Y-53470D01*
X1015Y-53478D01*
X973Y-53489D01*
X936Y-53505D01*
X904Y-53525D01*
X876Y-53548D01*
X417Y-53159D01*
X440Y-53133D01*
X459Y-53107D01*
X473Y-53080D01*
X482Y-53053D01*
X487Y-53025D01*
X487Y-52997D01*
X483Y-52968D01*
X474Y-52939D01*
X460Y-52910D01*
X442Y-52879D01*
X1358Y-53491D01*
D02*
G37*
G36*
X19034Y-57098D02*
X19032Y-57041D01*
X19026Y-56990D01*
X19015Y-56946D01*
X19000Y-56907D01*
X18981Y-56874D01*
X18958Y-56848D01*
X18930Y-56827D01*
X18899Y-56812D01*
X18863Y-56803D01*
X18822Y-56800D01*
Y-56200D01*
X18863Y-56197D01*
X18899Y-56188D01*
X18930Y-56173D01*
X18958Y-56152D01*
X18981Y-56126D01*
X19000Y-56093D01*
X19015Y-56054D01*
X19026Y-56010D01*
X19032Y-55959D01*
X19034Y-55902D01*
Y-57098D01*
D02*
G37*
G36*
X2677Y-61933D02*
X2745Y-61989D01*
X2814Y-62038D01*
X2886Y-62081D01*
X2959Y-62117D01*
X3035Y-62147D01*
X3112Y-62170D01*
X3192Y-62187D01*
X3274Y-62197D01*
X3357Y-62200D01*
Y-62800D01*
X3274Y-62803D01*
X3192Y-62813D01*
X3112Y-62830D01*
X3035Y-62853D01*
X2959Y-62883D01*
X2886Y-62919D01*
X2814Y-62962D01*
X2745Y-63011D01*
X2677Y-63067D01*
X2611Y-63130D01*
Y-61870D01*
X2677Y-61933D01*
D02*
G37*
G36*
X1326Y-63130D02*
X1260Y-63067D01*
X1192Y-63011D01*
X1123Y-62962D01*
X1051Y-62919D01*
X978Y-62883D01*
X902Y-62853D01*
X824Y-62830D01*
X745Y-62813D01*
X663Y-62803D01*
X580Y-62800D01*
Y-62200D01*
X663Y-62197D01*
X745Y-62187D01*
X824Y-62170D01*
X902Y-62147D01*
X978Y-62117D01*
X1051Y-62081D01*
X1123Y-62038D01*
X1192Y-61989D01*
X1260Y-61933D01*
X1326Y-61870D01*
Y-63130D01*
D02*
G37*
G36*
X-12419Y-65581D02*
Y-72655D01*
X-13764Y-74000D01*
X-20236D01*
X-22000Y-72236D01*
Y-65500D01*
X-20500Y-64000D01*
X-14000D01*
X-12419Y-65581D01*
D02*
G37*
%LPC*%
G36*
X22897Y48887D02*
Y47721D01*
X22929Y47769D01*
X23029Y47968D01*
X23092Y48157D01*
X23117Y48336D01*
X23103Y48505D01*
X23053Y48664D01*
X22964Y48814D01*
X22897Y48887D01*
D02*
G37*
%LPD*%
D10*
X-50600Y-8800D02*
X-46200Y-13200D01*
X-36300D02*
X-32673Y-9573D01*
X-46200Y-13200D02*
X-36300D01*
X-54800Y-11000D02*
Y-9700D01*
X-53900Y-8800D02*
X-50600D01*
X-54800Y-9700D02*
X-53900Y-8800D01*
X-54800Y-11000D02*
X-54000Y-11800D01*
X-6000Y-29700D02*
X-3300D01*
X240Y-26160D01*
X-10800Y-34500D02*
X-6000Y-29700D01*
X-44600Y-10600D02*
X-42700D01*
X-48421Y-6779D02*
X-44600Y-10600D01*
X-48421Y-6779D02*
Y-3500D01*
X27200Y-53000D02*
X28800D01*
X-64200Y-29400D02*
X-62773Y-30827D01*
X-67400Y-29400D02*
X-64200D01*
X-69500Y-31500D02*
X-67400Y-29400D01*
X-62773Y-30827D02*
X-60000D01*
X0Y43500D02*
Y45000D01*
Y42000D02*
Y43500D01*
X-52500Y-20700D02*
X-51200Y-22000D01*
X-51000D01*
X-52500Y-20700D02*
Y-17257D01*
Y-28600D02*
Y-20700D01*
X-54679Y-15079D02*
X-52500Y-17257D01*
X-54327Y-30427D02*
X-52500Y-28600D01*
X-19500Y33500D02*
X-16400Y36600D01*
X-7800D01*
X-19500Y32567D02*
Y33500D01*
X10433Y7500D02*
X10800D01*
X-11400Y-7500D02*
X-10433D01*
X-18300Y-4200D02*
X-16600Y-2500D01*
X-10433D01*
X-10600Y2500D02*
X-10433D01*
X10433Y-7500D02*
X14300D01*
X15800Y-6000D01*
Y300D01*
X13600Y2500D02*
X15800Y300D01*
X10433Y2500D02*
X13600D01*
X-42465Y-46700D02*
X-23900D01*
X-19700Y-42500D02*
X-17933D01*
X-23900Y-46700D02*
X-19700Y-42500D01*
X-22700Y-54100D02*
Y-50400D01*
Y-54100D02*
X-19300Y-57500D01*
X-24600Y-48500D02*
X-22700Y-50400D01*
X-42644Y-48500D02*
X-24600D01*
X-19300Y-57500D02*
X-17933D01*
X-50390Y-40755D02*
Y-36500D01*
X-48421Y-40743D02*
X-42465Y-46700D01*
X-50390Y-40755D02*
X-42644Y-48500D01*
X-48421Y-40743D02*
Y-36500D01*
X-13000Y-28000D02*
X-11500Y-29500D01*
Y-31900D02*
Y-29500D01*
X-12500Y-45800D02*
X-10800Y-44100D01*
X-14200Y-47500D02*
X-12500Y-45800D01*
X-17933Y-47500D02*
X-14200D01*
X-10800Y-44100D02*
Y-34500D01*
X29500Y-52300D02*
Y-40700D01*
X26800Y-38000D02*
X29500Y-40700D01*
X24000Y-38000D02*
X26800D01*
X-25500Y-34500D02*
X-10800D01*
X-63721Y-15079D02*
X-60000D01*
X-65500Y-13300D02*
X-63721Y-15079D01*
X-65500Y-13300D02*
Y-13000D01*
X-54327Y-36500D02*
Y-30427D01*
X-60000Y-15079D02*
X-54679D01*
X-54000Y-14400D01*
Y-11800D01*
X-32673Y-9573D02*
Y-3500D01*
X-27000Y-33000D02*
Y-30827D01*
Y-33000D02*
X-25500Y-34500D01*
X240Y-26160D02*
Y-25506D01*
X-32673Y-3500D02*
X-24400D01*
X-20600Y-7300D01*
Y-12400D02*
Y-7300D01*
Y-12400D02*
X-15500Y-17500D01*
X-2000D01*
X16500Y-18500D02*
X20000D01*
X27200Y-53000D02*
X27300Y-52900D01*
X-60000Y-13110D02*
X-56310D01*
X-56300Y-13100D01*
X-18700Y-19300D02*
X-17000Y-21000D01*
X-22500Y-19300D02*
X-18700D01*
X-17000Y-24500D02*
Y-21000D01*
Y-28000D02*
Y-24500D01*
X-36610Y-36500D02*
Y-33410D01*
X-34642Y-41179D02*
Y-36500D01*
X-38579D02*
Y-31821D01*
X-38600Y-31800D02*
X-38579Y-31821D01*
X-40547Y-36500D02*
Y-33553D01*
X-24600Y21200D02*
X-900D01*
X2000Y24100D01*
X-36610Y9190D02*
X-24600Y21200D01*
X-36610Y-3500D02*
Y9190D01*
X2000Y24100D02*
Y27000D01*
X-38579Y-3500D02*
Y9621D01*
X-27000Y21200D01*
Y27000D01*
X-7800Y36600D02*
X-7000Y35800D01*
Y29000D02*
Y35800D01*
X-9000Y27000D02*
X-7000Y29000D01*
X23000Y27000D02*
Y34100D01*
X20900Y36200D02*
X23000Y34100D01*
X16500Y36200D02*
X20900D01*
X16000Y36700D02*
X16500Y36200D01*
X6800Y36700D02*
X16000D01*
X4500Y34400D02*
X6800Y36700D01*
X4500Y32567D02*
Y34400D01*
X20000Y27000D02*
X23000D01*
X13000D02*
X16000D01*
X13000Y25500D02*
Y27000D01*
X11500Y24000D02*
X13000Y25500D01*
X7400Y24000D02*
X11500D01*
X6000Y25400D02*
X7400Y24000D01*
X6000Y25400D02*
Y27000D01*
X-9000D02*
X-6000D01*
X-13000Y25200D02*
Y27000D01*
X-14200Y24000D02*
X-13000Y25200D01*
X-18700Y24000D02*
X-14200D01*
X-20000Y25300D02*
X-18700Y24000D01*
X-20000Y25300D02*
Y27000D01*
X-23000D02*
X-20000D01*
X-67500Y-18260D02*
X-65640D01*
X-62916Y-20984D01*
X-60000D01*
X-67500Y-25740D02*
X-65440D01*
X-62653Y-22953D01*
X-60000D01*
X-56327Y-34500D02*
X-54327Y-36500D01*
X-62000Y-34500D02*
X-56327D01*
X-62000Y-32827D02*
X-60000Y-30827D01*
X-62000Y-34500D02*
Y-32827D01*
X28800Y-53000D02*
X29500Y-52300D01*
X12500Y-23016D02*
X12760Y-23276D01*
X12500Y-23016D02*
Y-18500D01*
X-9500Y-23246D02*
X-7240Y-25506D01*
X-9500Y-23246D02*
Y-21000D01*
X-2000Y-17500D02*
Y-15600D01*
X-400Y-14000D01*
X4000D01*
X5500Y-15500D01*
Y-18000D02*
Y-15500D01*
X9000Y-11799D02*
X10433Y-10366D01*
X9000Y-18000D02*
Y-11799D01*
X10433Y-10366D02*
Y-7500D01*
X9000Y-38000D02*
X12500D01*
X5500D02*
X9000D01*
X12760Y-37740D02*
Y-32724D01*
X12500Y-38000D02*
X12760Y-37740D01*
D11*
X29300Y-7200D02*
X50000D01*
X29300Y-4100D02*
X49900D01*
X-72600Y-44500D02*
Y-29400D01*
Y-44500D02*
X-71366Y-45734D01*
X-71700Y-32300D02*
Y-29700D01*
Y-32300D02*
X-70800Y-33200D01*
X-68316D01*
X-71700Y-29700D02*
X-70300Y-28300D01*
X-72600Y-29400D02*
X-70700Y-27500D01*
X-70300Y-28300D02*
X-63600D01*
X-70700Y-27500D02*
X-63800D01*
X-63042Y-28858D02*
X-60000D01*
X-63600Y-28300D02*
X-63042Y-28858D01*
X-63800Y-27500D02*
X-63190Y-26890D01*
X-60000D01*
X-65500Y-2500D02*
X-63700Y-4300D01*
Y-10200D02*
Y-4300D01*
Y-10200D02*
X-62758Y-11142D01*
X-60000D01*
X-48700Y-29031D02*
Y-19000D01*
X-51400Y-16300D02*
Y-14500D01*
Y-16300D02*
X-48700Y-19000D01*
X-47900Y-28700D02*
X-42516Y-34084D01*
X-51900Y-11100D02*
X-47900Y-15100D01*
X-48700Y-29031D02*
X-44484Y-33247D01*
X-47900Y-28700D02*
Y-15100D01*
X-67500Y-40800D02*
X-65700Y-42600D01*
X-62100D01*
X-67500Y-40800D02*
Y-34016D01*
X-68316Y-33200D02*
X-67500Y-34016D01*
X-61000Y-40500D02*
X-60500Y-41000D01*
X-63900Y-40500D02*
X-61000D01*
X-60500Y-41000D02*
X-58726D01*
X-58500D01*
X-65500Y-38900D02*
X-63900Y-40500D01*
X-64000Y-36500D02*
X-59500D01*
X-59000Y-37000D01*
X-57250D01*
X-57000D01*
X-65500Y-35000D02*
X-64000Y-36500D01*
X-31800Y-12300D02*
Y-10800D01*
X-30173Y-9173D01*
X-27000D01*
X-65500Y-38900D02*
Y-38500D01*
X-42516Y-36500D02*
Y-34084D01*
X-44484Y-36500D02*
Y-33247D01*
X-36200Y-9300D02*
X-35300Y-8400D01*
X-39000Y-9300D02*
X-36200D01*
X-40547Y-7753D02*
X-39000Y-9300D01*
X-40547Y-7753D02*
Y-3500D01*
X-51500Y-31600D02*
X-51400Y-31500D01*
X-48000D01*
X-46453Y-33047D01*
Y-36500D02*
Y-33047D01*
X-37100Y-41600D02*
X-35500Y-43200D01*
X-33600D01*
X-32673Y-42273D01*
X-32700Y-44800D02*
X-29800Y-41900D01*
X-36600Y-44800D02*
X-32700D01*
X-37700Y-43700D02*
X-36600Y-44800D01*
X-39700Y-41600D02*
X-37100D01*
X-32673Y-42273D02*
Y-36500D01*
X-29800Y-41900D02*
Y-33500D01*
X-31100Y-32200D02*
X-29800Y-33500D01*
X-31100Y-32200D02*
Y-28100D01*
X-29890Y-26890D01*
X-27000D01*
X-60000Y-19016D02*
X-55784D01*
X-65500Y-35000D02*
Y-31500D01*
D14*
X-59900Y40300D02*
X-54500D01*
X-47900Y33700D01*
Y1500D02*
Y33700D01*
Y1500D02*
X-46453Y53D01*
Y-3500D02*
Y53D01*
X10500Y-56500D02*
X20000D01*
X4500Y-62500D02*
X10500Y-56500D01*
X1969Y-62500D02*
X4500D01*
X-2776Y-56776D02*
X1500Y-52500D01*
X-2776Y-59915D02*
Y-56776D01*
X1500Y-52500D02*
X2933D01*
X-191Y-62500D02*
X1969D01*
X-2776Y-59915D02*
X-191Y-62500D01*
X2500Y-47500D02*
X2933D01*
X-36610Y-33410D02*
X-36600Y-33400D01*
X-34642Y-41179D02*
X-34620Y-41200D01*
D16*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D50*
X1580Y-32200D02*
X3780Y-30000D01*
X240Y-33540D02*
X1580Y-32200D01*
X-1100D02*
X1580D01*
X-7240Y-36906D02*
Y-34540D01*
X-4900Y-32200D01*
X-1100D01*
X240Y-33540D01*
X3780Y-30000D02*
X5500D01*
X300Y-36200D02*
Y-33600D01*
Y-38700D02*
Y-36200D01*
Y-33600D02*
X700Y-34000D01*
X5500D01*
Y-30000D02*
X9000D01*
Y-34000D02*
Y-30000D01*
X5500Y-34000D02*
X9000D01*
X5500D02*
Y-30000D01*
X28500Y-18700D02*
Y-16400D01*
Y-21200D02*
Y-18700D01*
X-4200Y45100D02*
Y46500D01*
Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
X-19500Y41000D02*
Y44000D01*
Y38000D02*
Y41000D01*
X19300Y41700D02*
Y44500D01*
Y38700D02*
Y41700D01*
X4300Y42100D02*
Y45100D01*
Y46500D01*
X24822Y48122D02*
X26000D01*
X19300Y44700D02*
X21400D01*
X24822Y48122D01*
X-26000Y47500D02*
Y48122D01*
X-22500Y44000D02*
X-19500D01*
X-26000Y47500D02*
X-22500Y44000D01*
X18178Y48122D02*
X24822D01*
X4300Y39100D02*
Y42100D01*
X-9500Y51800D02*
X-4200Y46500D01*
X21516Y-22000D02*
X24000D01*
X20240Y-23276D02*
X21516Y-22000D01*
X16900Y-17400D02*
X19900D01*
X16500Y-17000D02*
X16900Y-17400D01*
X16500Y-23276D02*
Y-18500D01*
Y-17000D01*
X15800Y-16300D02*
X16500Y-17000D01*
X18000Y-16300D02*
X18800D01*
X15800D02*
X18000D01*
X19900Y-17400D02*
X20000Y-17500D01*
X18800Y-16300D02*
X19900Y-17400D01*
X-2000Y-21000D02*
Y-17500D01*
Y-23265D02*
Y-21000D01*
Y-23265D02*
X240Y-25506D01*
X5500Y-18000D02*
X9000D01*
X24000Y-34500D02*
X26000D01*
X27000Y-33500D01*
Y-29000D01*
X24000Y-26000D02*
X27000Y-29000D01*
X22224Y-32724D02*
X24000Y-34500D01*
X20240Y-32724D02*
X22224D01*
X20240Y-26740D02*
X24000Y-30500D01*
X20240Y-26740D02*
Y-23276D01*
X14500Y51800D02*
Y53433D01*
Y51300D02*
Y51800D01*
X4300Y46500D02*
X6900Y49100D01*
X12300D01*
X14500Y51300D01*
X-26000Y48122D02*
X-18178D01*
X-9500Y51800D02*
Y53433D01*
Y51100D02*
Y51800D01*
X-18178Y48122D02*
X-17000Y49300D01*
X-11300D01*
X-9500Y51100D01*
X14500Y51800D02*
X18178Y48122D01*
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-59900Y40300D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X-42700Y-10600D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X2500Y-47500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-60500Y3000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X-51400Y-14500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X19800Y-22100D02*
D03*
X22454Y-21500D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-11500Y-31900D02*
D03*
X-51500Y-31600D02*
D03*
X-51900Y-11100D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X18000Y-16300D02*
D03*
X15800D02*
D03*
X19900Y-17400D02*
D03*
X-39700Y-41600D02*
D03*
X-37700Y-43700D02*
D03*
X24000Y-57500D02*
D03*
X27300Y-52900D02*
D03*
X-56300Y-13100D02*
D03*
X-22500Y-19300D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
X29500Y-52300D02*
D03*
D56*
X4500Y52100D02*
D03*
Y55100D02*
D03*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X-19500Y41000D02*
D03*
Y38000D02*
D03*
Y44000D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X19300Y44700D02*
D03*
Y41700D02*
D03*
Y38700D02*
D03*
X4300Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X-4200Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X1500Y52100D02*
D03*
Y55100D02*
D03*
X-22500Y52100D02*
D03*
X-19500D02*
D03*
X-22500Y55100D02*
D03*
X-19500D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
D57*
Y-69000D02*
X-14000Y-72000D01*
X-17000Y-74000D02*
X-12000D01*
X-300D01*
X-14000Y-72000D02*
X-12000Y-74000D01*
X4200Y-69500D02*
X43000D01*
X45500D01*
X43000D02*
Y-67000D01*
Y-70000D02*
Y-69500D01*
Y-73000D02*
Y-70000D01*
X-300Y-74000D02*
X4200Y-69500D01*
D58*
X-60000Y-9173D02*
X-58073D01*
X-56500Y-7600D02*
Y700D01*
X-58073Y-9173D02*
X-56500Y-7600D01*
X-50390Y-3500D02*
Y4790D01*
X-50400Y4800D02*
X-50390Y4790D01*
X-54327Y-3500D02*
X-54300Y-3473D01*
Y4800D01*
X-52358Y-3500D02*
Y658D01*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
D71*
X-22500Y55500D02*
X-19500Y52500D01*
X-22500Y55500D02*
X-19500D01*
X-22500Y52500D02*
X-19500D01*
X1500Y55100D02*
X4500Y52100D01*
X1500D02*
X4500D01*
X1500Y55100D02*
X4500D01*
X-22500D02*
Y55500D01*
Y52500D02*
Y55100D01*
X1500Y52100D02*
Y55100D01*
D72*
X-14500Y53433D02*
Y58500D01*
X-18000Y62000D02*
Y70000D01*
Y62000D02*
X-14500Y58500D01*
X9500Y53433D02*
Y59000D01*
X6000Y62500D02*
X9500Y59000D01*
X6000Y62500D02*
Y70000D01*
X19500Y53433D02*
Y60500D01*
X18000Y62000D02*
Y70000D01*
Y62000D02*
X19500Y60500D01*
X-6000Y59000D02*
Y70000D01*
Y59000D02*
X-4500Y57500D01*
Y53433D02*
Y57500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GBO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD12C,0.00100*%
%ADD13C,0.00787*%
%ADD14C,0.00600*%
%ADD84C,0.00984*%
G36*
X950Y46350D02*
X600Y46350D01*
Y47650D01*
X950Y47650D01*
Y46350D01*
D02*
G37*
G36*
X-600D02*
X-950D01*
Y47650D01*
X-600D01*
Y46350D01*
D02*
G37*
G36*
X950Y39350D02*
X600Y39350D01*
Y40650D01*
X950Y40650D01*
Y39350D01*
D02*
G37*
G36*
X-600D02*
X-950D01*
Y40650D01*
X-600D01*
Y39350D01*
D02*
G37*
G36*
X18650Y27600D02*
X17350D01*
X17350Y27950D01*
X18650D01*
X18650Y27600D01*
D02*
G37*
G36*
X4650D02*
X3350D01*
X3350Y27950D01*
X4650D01*
X4650Y27600D01*
D02*
G37*
G36*
X-10350D02*
X-11650D01*
X-11650Y27950D01*
X-10350D01*
X-10350Y27600D01*
D02*
G37*
G36*
X-24350D02*
X-25650D01*
X-25650Y27950D01*
X-24350D01*
X-24350Y27600D01*
D02*
G37*
G36*
X25650Y26100D02*
X25300D01*
Y27900D01*
X25650D01*
Y26100D01*
D02*
G37*
G36*
X24700D02*
X24350D01*
Y27900D01*
X24700D01*
Y26100D01*
D02*
G37*
G36*
X11650D02*
X11300D01*
Y27900D01*
X11650D01*
Y26100D01*
D02*
G37*
G36*
X10700D02*
X10350D01*
Y27900D01*
X10700D01*
Y26100D01*
D02*
G37*
G36*
X-3350D02*
X-3700D01*
Y27900D01*
X-3350D01*
Y26100D01*
D02*
G37*
G36*
X-4300D02*
X-4650D01*
Y27900D01*
X-4300D01*
Y26100D01*
D02*
G37*
G36*
X-17350D02*
X-17700D01*
Y27900D01*
X-17350D01*
Y26100D01*
D02*
G37*
G36*
X-18300D02*
X-18650D01*
Y27900D01*
X-18300D01*
Y26100D01*
D02*
G37*
G36*
X18650Y26050D02*
X17350D01*
Y26400D01*
X18650D01*
Y26050D01*
D02*
G37*
G36*
X4650D02*
X3350D01*
Y26400D01*
X4650D01*
Y26050D01*
D02*
G37*
G36*
X-10350D02*
X-11650D01*
Y26400D01*
X-10350D01*
Y26050D01*
D02*
G37*
G36*
X-24350D02*
X-25650D01*
Y26400D01*
X-24350D01*
Y26050D01*
D02*
G37*
G36*
X-66850Y-3400D02*
X-67200D01*
Y-1600D01*
X-66850D01*
Y-3400D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-1600D01*
X-67800D01*
Y-3400D01*
D02*
G37*
G36*
X-66850Y-13900D02*
X-67200D01*
Y-12100D01*
X-66850D01*
Y-13900D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-12100D01*
X-67800D01*
Y-13900D01*
D02*
G37*
G36*
X15150Y-17900D02*
X13850D01*
Y-17550D01*
X15150D01*
Y-17900D01*
D02*
G37*
G36*
X650Y-18400D02*
X300D01*
Y-16600D01*
X650D01*
Y-18400D01*
D02*
G37*
G36*
X-300D02*
X-650D01*
Y-16600D01*
X-300D01*
Y-18400D01*
D02*
G37*
G36*
X22650Y-19400D02*
X22300D01*
Y-17600D01*
X22650D01*
Y-19400D01*
D02*
G37*
G36*
X21700D02*
X21350D01*
Y-17600D01*
X21700D01*
Y-19400D01*
D02*
G37*
G36*
X15150Y-19450D02*
X13850D01*
X13850Y-19100D01*
X15150D01*
X15150Y-19450D01*
D02*
G37*
G36*
X9900Y-19700D02*
X8100D01*
Y-19350D01*
X9900D01*
Y-19700D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-19350D01*
X6400D01*
Y-19700D01*
D02*
G37*
G36*
X9900Y-20650D02*
X8100D01*
Y-20300D01*
X9900D01*
Y-20650D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-20300D01*
X6400D01*
Y-20650D01*
D02*
G37*
G36*
X650Y-21900D02*
X300D01*
Y-20100D01*
X650D01*
Y-21900D01*
D02*
G37*
G36*
X-300D02*
X-650D01*
Y-20100D01*
X-300D01*
Y-21900D01*
D02*
G37*
G36*
X-6850D02*
X-7200D01*
Y-20100D01*
X-6850D01*
Y-21900D01*
D02*
G37*
G36*
X-7800D02*
X-8150D01*
Y-20100D01*
X-7800D01*
Y-21900D01*
D02*
G37*
G36*
X-14350D02*
X-14700D01*
Y-20100D01*
X-14350D01*
Y-21900D01*
D02*
G37*
G36*
X-15300D02*
X-15650D01*
Y-20100D01*
X-15300D01*
Y-21900D01*
D02*
G37*
G36*
X24900Y-23700D02*
X23100D01*
Y-23350D01*
X24900D01*
Y-23700D01*
D02*
G37*
G36*
X-14350Y-23900D02*
X-15650D01*
X-15650Y-23550D01*
X-14350D01*
X-14350Y-23900D01*
D02*
G37*
G36*
X24900Y-24650D02*
X23100D01*
Y-24300D01*
X24900D01*
Y-24650D01*
D02*
G37*
G36*
X-14350Y-25450D02*
X-15650D01*
Y-25100D01*
X-14350D01*
Y-25450D01*
D02*
G37*
G36*
Y-27400D02*
X-15650D01*
Y-27050D01*
X-14350D01*
Y-27400D01*
D02*
G37*
G36*
X9900Y-27700D02*
X8100D01*
Y-27350D01*
X9900D01*
Y-27700D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-27350D01*
X6400D01*
Y-27700D01*
D02*
G37*
G36*
X9900Y-28650D02*
X8100D01*
Y-28300D01*
X9900D01*
Y-28650D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-28300D01*
X6400D01*
Y-28650D01*
D02*
G37*
G36*
X-14350Y-28950D02*
X-15650D01*
X-15650Y-28600D01*
X-14350D01*
X-14350Y-28950D01*
D02*
G37*
G36*
X-66850Y-30900D02*
X-68150D01*
Y-30550D01*
X-66850D01*
Y-30900D01*
D02*
G37*
G36*
X-50000Y-31500D02*
X-55000D01*
Y-26500D01*
X-50000Y-31500D01*
D02*
G37*
G36*
X24900Y-32200D02*
X23100D01*
Y-31850D01*
X24900D01*
Y-32200D01*
D02*
G37*
G36*
X-66850Y-32450D02*
X-68150D01*
X-68150Y-32100D01*
X-66850D01*
X-66850Y-32450D01*
D02*
G37*
G36*
X24900Y-33150D02*
X23100D01*
Y-32800D01*
X24900D01*
Y-33150D01*
D02*
G37*
G36*
X6400Y-35700D02*
X4600D01*
Y-35350D01*
X6400D01*
Y-35700D01*
D02*
G37*
G36*
X-66850Y-35900D02*
X-67200D01*
Y-34100D01*
X-66850D01*
Y-35900D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-34100D01*
X-67800D01*
Y-35900D01*
D02*
G37*
G36*
X-24600Y-36200D02*
X-26400D01*
Y-35850D01*
X-24600D01*
Y-36200D01*
D02*
G37*
G36*
X-61100D02*
X-62900D01*
Y-35850D01*
X-61100D01*
Y-36200D01*
D02*
G37*
G36*
X9950Y-36650D02*
X9600D01*
Y-35350D01*
X9950D01*
Y-36650D01*
D02*
G37*
G36*
X8400Y-35350D02*
Y-36650D01*
X8050Y-36650D01*
Y-35350D01*
X8400Y-35350D01*
D02*
G37*
G36*
X6400Y-36650D02*
X4600D01*
Y-36300D01*
X6400D01*
Y-36650D01*
D02*
G37*
G36*
X-24600Y-37150D02*
X-26400D01*
Y-36800D01*
X-24600D01*
Y-37150D01*
D02*
G37*
G36*
X-61100D02*
X-62900D01*
Y-36800D01*
X-61100D01*
Y-37150D01*
D02*
G37*
G36*
X15150Y-37400D02*
X13850D01*
Y-37050D01*
X15150D01*
Y-37400D01*
D02*
G37*
G36*
X-66850Y-37900D02*
X-68150D01*
Y-37550D01*
X-66850D01*
Y-37900D01*
D02*
G37*
G36*
X22650Y-38900D02*
X22300D01*
Y-37100D01*
X22650D01*
Y-38900D01*
D02*
G37*
G36*
X21700D02*
X21350D01*
Y-37100D01*
X21700D01*
Y-38900D01*
D02*
G37*
G36*
X15150Y-38950D02*
X13850D01*
X13850Y-38600D01*
X15150D01*
X15150Y-38950D01*
D02*
G37*
G36*
X-66850Y-39450D02*
X-68150D01*
X-68150Y-39100D01*
X-66850D01*
X-66850Y-39450D01*
D02*
G37*
G36*
X22650Y-55900D02*
X21350D01*
X21350Y-55550D01*
X22650D01*
X22650Y-55900D01*
D02*
G37*
G36*
X22650Y-57450D02*
X21350D01*
Y-57100D01*
X22650D01*
Y-57450D01*
D02*
G37*
G36*
X-32000Y23000D02*
X-40586D01*
Y58500D01*
X-32000D01*
Y23000D01*
D02*
G37*
G36*
X41673Y68923D02*
X38854D01*
Y69655D01*
X41673D01*
Y68923D01*
D02*
G37*
G36*
X46239Y67184D02*
X45351D01*
X45033Y68264D01*
X43530D01*
X43212Y67184D01*
X42295D01*
X43745Y71816D01*
X44788D01*
X46239Y67184D01*
D02*
G37*
G36*
X-17859Y-37368D02*
X-18194D01*
Y-36601D01*
X-18695D01*
Y-37368D01*
X-19030D01*
Y-35634D01*
X-18695D01*
Y-36321D01*
X-18194D01*
Y-35634D01*
X-17859D01*
Y-37368D01*
D02*
G37*
G36*
X-19775Y-36709D02*
Y-37368D01*
X-20111D01*
Y-36706D01*
X-20676Y-35634D01*
X-20335D01*
X-19947Y-36432D01*
X-19565Y-35634D01*
X-19210D01*
X-19775Y-36709D01*
D02*
G37*
G36*
X-14920Y-36717D02*
X-15975D01*
Y-36443D01*
X-14920D01*
Y-36717D01*
D02*
G37*
G36*
X-13363Y-37368D02*
X-13665D01*
Y-36579D01*
X-13662Y-36474D01*
X-13659Y-36366D01*
X-13654Y-36258D01*
X-13648Y-36205D01*
X-13645Y-36155D01*
X-13643Y-36111D01*
X-13637Y-36066D01*
X-13634Y-36031D01*
X-13632Y-35997D01*
X-13629Y-35969D01*
Y-35950D01*
X-13626Y-35939D01*
Y-35934D01*
X-14122Y-37368D01*
X-14535D01*
Y-35634D01*
X-14233D01*
Y-36424D01*
Y-36496D01*
X-14235Y-36562D01*
Y-36621D01*
X-14238Y-36673D01*
X-14241Y-36715D01*
Y-36731D01*
Y-36745D01*
X-14244Y-36759D01*
Y-36767D01*
Y-36770D01*
Y-36773D01*
X-14249Y-36828D01*
X-14252Y-36881D01*
X-14258Y-36931D01*
X-14263Y-36975D01*
X-14266Y-37014D01*
X-14269Y-37044D01*
Y-37055D01*
X-14272Y-37064D01*
Y-37067D01*
Y-37069D01*
X-13776Y-35634D01*
X-13363D01*
Y-37368D01*
D02*
G37*
G36*
X-11017Y-35607D02*
X-10942Y-35618D01*
X-10875Y-35634D01*
X-10817Y-35654D01*
X-10792Y-35665D01*
X-10768Y-35676D01*
X-10748Y-35684D01*
X-10731Y-35693D01*
X-10718Y-35698D01*
X-10709Y-35704D01*
X-10704Y-35709D01*
X-10701D01*
X-10637Y-35754D01*
X-10582Y-35801D01*
X-10535Y-35853D01*
X-10496Y-35903D01*
X-10463Y-35947D01*
X-10452Y-35967D01*
X-10441Y-35983D01*
X-10432Y-35997D01*
X-10427Y-36008D01*
X-10421Y-36014D01*
Y-36017D01*
X-10388Y-36094D01*
X-10363Y-36177D01*
X-10344Y-36258D01*
X-10333Y-36332D01*
X-10327Y-36368D01*
X-10324Y-36399D01*
X-10322Y-36427D01*
Y-36452D01*
X-10319Y-36471D01*
Y-36485D01*
Y-36496D01*
Y-36499D01*
X-10324Y-36601D01*
X-10335Y-36695D01*
X-10341Y-36740D01*
X-10349Y-36778D01*
X-10360Y-36817D01*
X-10369Y-36850D01*
X-10377Y-36881D01*
X-10388Y-36909D01*
X-10396Y-36933D01*
X-10402Y-36953D01*
X-10410Y-36967D01*
X-10413Y-36981D01*
X-10418Y-36986D01*
Y-36989D01*
X-10460Y-37061D01*
X-10504Y-37122D01*
X-10549Y-37174D01*
X-10596Y-37219D01*
X-10634Y-37252D01*
X-10665Y-37277D01*
X-10679Y-37285D01*
X-10687Y-37291D01*
X-10693Y-37296D01*
X-10695D01*
X-10765Y-37330D01*
X-10834Y-37354D01*
X-10900Y-37374D01*
X-10964Y-37385D01*
X-10992Y-37391D01*
X-11017Y-37393D01*
X-11039Y-37396D01*
X-11058D01*
X-11075Y-37399D01*
X-11097D01*
X-11158Y-37396D01*
X-11216Y-37391D01*
X-11272Y-37380D01*
X-11324Y-37366D01*
X-11374Y-37349D01*
X-11418Y-37330D01*
X-11463Y-37310D01*
X-11499Y-37288D01*
X-11535Y-37269D01*
X-11565Y-37249D01*
X-11590Y-37230D01*
X-11612Y-37213D01*
X-11629Y-37199D01*
X-11640Y-37188D01*
X-11648Y-37183D01*
X-11651Y-37180D01*
X-11493Y-36978D01*
X-11457Y-37003D01*
X-11421Y-37028D01*
X-11391Y-37044D01*
X-11363Y-37061D01*
X-11338Y-37072D01*
X-11321Y-37083D01*
X-11310Y-37086D01*
X-11308Y-37089D01*
X-11274Y-37100D01*
X-11241Y-37108D01*
X-11208Y-37116D01*
X-11177Y-37119D01*
X-11150Y-37122D01*
X-11128Y-37125D01*
X-11108D01*
X-11072Y-37122D01*
X-11036Y-37119D01*
X-10975Y-37102D01*
X-10920Y-37078D01*
X-10873Y-37050D01*
X-10837Y-37022D01*
X-10809Y-36997D01*
X-10792Y-36981D01*
X-10790Y-36978D01*
X-10787Y-36975D01*
X-10765Y-36945D01*
X-10748Y-36911D01*
X-10718Y-36836D01*
X-10695Y-36759D01*
X-10682Y-36681D01*
X-10676Y-36643D01*
X-10671Y-36609D01*
X-10668Y-36579D01*
Y-36551D01*
X-10665Y-36529D01*
Y-36513D01*
Y-36501D01*
Y-36499D01*
X-10668Y-36438D01*
X-10671Y-36382D01*
X-10676Y-36332D01*
X-10684Y-36285D01*
X-10693Y-36241D01*
X-10704Y-36202D01*
X-10715Y-36166D01*
X-10726Y-36136D01*
X-10737Y-36108D01*
X-10748Y-36083D01*
X-10759Y-36064D01*
X-10768Y-36047D01*
X-10776Y-36036D01*
X-10781Y-36028D01*
X-10787Y-36022D01*
Y-36019D01*
X-10812Y-35992D01*
X-10837Y-35969D01*
X-10862Y-35950D01*
X-10889Y-35934D01*
X-10942Y-35906D01*
X-10992Y-35889D01*
X-11039Y-35878D01*
X-11056Y-35875D01*
X-11072Y-35873D01*
X-11086Y-35870D01*
X-11139D01*
X-11175Y-35875D01*
X-11238Y-35889D01*
X-11299Y-35909D01*
X-11352Y-35931D01*
X-11396Y-35956D01*
X-11413Y-35967D01*
X-11429Y-35975D01*
X-11441Y-35983D01*
X-11449Y-35989D01*
X-11454Y-35992D01*
X-11457Y-35994D01*
X-11626Y-35792D01*
X-11582Y-35756D01*
X-11537Y-35726D01*
X-11499Y-35698D01*
X-11460Y-35679D01*
X-11429Y-35665D01*
X-11407Y-35654D01*
X-11391Y-35648D01*
X-11388Y-35645D01*
X-11385D01*
X-11338Y-35632D01*
X-11288Y-35620D01*
X-11238Y-35612D01*
X-11194Y-35607D01*
X-11155Y-35604D01*
X-11122Y-35601D01*
X-11094D01*
X-11017Y-35607D01*
D02*
G37*
G36*
X-11712Y-37368D02*
X-12044D01*
X-12163Y-36964D01*
X-12726D01*
X-12845Y-37368D01*
X-13188D01*
X-12645Y-35634D01*
X-12255D01*
X-11712Y-37368D01*
D02*
G37*
G36*
X-16421D02*
X-16753D01*
Y-36767D01*
X-16933D01*
X-16992Y-36764D01*
X-17044Y-36762D01*
X-17097Y-36753D01*
X-17144Y-36745D01*
X-17188Y-36734D01*
X-17230Y-36723D01*
X-17266Y-36709D01*
X-17299Y-36695D01*
X-17330Y-36684D01*
X-17357Y-36670D01*
X-17379Y-36659D01*
X-17399Y-36648D01*
X-17413Y-36640D01*
X-17424Y-36632D01*
X-17429Y-36629D01*
X-17432Y-36626D01*
X-17465Y-36598D01*
X-17493Y-36568D01*
X-17518Y-36532D01*
X-17540Y-36499D01*
X-17557Y-36463D01*
X-17573Y-36427D01*
X-17595Y-36355D01*
X-17601Y-36321D01*
X-17607Y-36291D01*
X-17612Y-36260D01*
X-17615Y-36235D01*
X-17618Y-36216D01*
Y-36202D01*
Y-36191D01*
Y-36188D01*
X-17615Y-36138D01*
X-17609Y-36091D01*
X-17601Y-36047D01*
X-17590Y-36008D01*
X-17573Y-35972D01*
X-17560Y-35936D01*
X-17543Y-35906D01*
X-17526Y-35878D01*
X-17507Y-35856D01*
X-17490Y-35834D01*
X-17476Y-35817D01*
X-17462Y-35801D01*
X-17449Y-35789D01*
X-17440Y-35781D01*
X-17435Y-35778D01*
X-17432Y-35776D01*
X-17396Y-35751D01*
X-17357Y-35729D01*
X-17316Y-35709D01*
X-17274Y-35693D01*
X-17188Y-35668D01*
X-17105Y-35651D01*
X-17066Y-35645D01*
X-17030Y-35643D01*
X-16997Y-35640D01*
X-16970Y-35637D01*
X-16947Y-35634D01*
X-16421D01*
Y-37368D01*
D02*
G37*
G36*
X19000Y-71500D02*
X-19000D01*
Y-64500D01*
X19000D01*
Y-71500D01*
D02*
G37*
G36*
X-26087Y2500D02*
X-68913D01*
Y9500D01*
X-26087D01*
Y2500D01*
D02*
G37*
G36*
X37375Y63700D02*
X24625D01*
Y75200D01*
X37375D01*
Y63700D01*
D02*
G37*
G36*
X-16051Y-73157D02*
X-16010Y-73164D01*
X-15977Y-73175D01*
X-15951Y-73190D01*
X-15925Y-73205D01*
X-15910Y-73216D01*
X-15899Y-73223D01*
X-15895Y-73227D01*
X-15869Y-73257D01*
X-15851Y-73286D01*
X-15840Y-73320D01*
X-15832Y-73346D01*
X-15825Y-73371D01*
X-15821Y-73394D01*
Y-73408D01*
Y-73412D01*
X-15825Y-73453D01*
X-15832Y-73490D01*
X-15843Y-73523D01*
X-15858Y-73549D01*
X-15873Y-73571D01*
X-15884Y-73586D01*
X-15891Y-73597D01*
X-15895Y-73601D01*
X-15925Y-73627D01*
X-15958Y-73645D01*
X-15991Y-73656D01*
X-16021Y-73664D01*
X-16051Y-73671D01*
X-16073Y-73675D01*
X-16091D01*
X-16132Y-73671D01*
X-16173Y-73664D01*
X-16206Y-73653D01*
X-16236Y-73638D01*
X-16258Y-73623D01*
X-16273Y-73612D01*
X-16284Y-73605D01*
X-16287Y-73601D01*
X-16313Y-73571D01*
X-16332Y-73538D01*
X-16347Y-73508D01*
X-16354Y-73479D01*
X-16361Y-73453D01*
X-16365Y-73431D01*
Y-73416D01*
Y-73412D01*
X-16361Y-73375D01*
X-16354Y-73338D01*
X-16339Y-73308D01*
X-16328Y-73283D01*
X-16313Y-73260D01*
X-16298Y-73246D01*
X-16291Y-73234D01*
X-16287Y-73231D01*
X-16258Y-73205D01*
X-16225Y-73186D01*
X-16191Y-73172D01*
X-16162Y-73164D01*
X-16136Y-73157D01*
X-16114Y-73153D01*
X-16091D01*
X-16051Y-73157D01*
D02*
G37*
G36*
X2705Y-75784D02*
X2257D01*
Y-74759D01*
X1587D01*
Y-75784D01*
X1140D01*
Y-73468D01*
X1587D01*
Y-74385D01*
X2257D01*
Y-73468D01*
X2705D01*
Y-75784D01*
D02*
G37*
G36*
X-13853Y-75784D02*
X-14330D01*
X-15055Y-73468D01*
X-14611D01*
X-14097Y-75358D01*
X-13590Y-73468D01*
X-13128D01*
X-13853Y-75784D01*
D02*
G37*
G36*
X6708Y-75784D02*
X6305D01*
Y-74729D01*
X6308Y-74589D01*
X6312Y-74444D01*
X6320Y-74300D01*
X6327Y-74230D01*
X6331Y-74163D01*
X6334Y-74104D01*
X6342Y-74045D01*
X6346Y-73997D01*
X6349Y-73952D01*
X6353Y-73915D01*
Y-73889D01*
X6357Y-73875D01*
Y-73867D01*
X5694Y-75784D01*
X5143D01*
Y-73468D01*
X5546D01*
Y-74522D01*
Y-74618D01*
X5543Y-74707D01*
Y-74785D01*
X5539Y-74855D01*
X5535Y-74911D01*
Y-74933D01*
Y-74951D01*
X5531Y-74970D01*
Y-74981D01*
Y-74985D01*
Y-74988D01*
X5524Y-75062D01*
X5520Y-75133D01*
X5513Y-75199D01*
X5506Y-75258D01*
X5502Y-75310D01*
X5498Y-75351D01*
Y-75366D01*
X5494Y-75377D01*
Y-75380D01*
Y-75384D01*
X6157Y-73468D01*
X6708D01*
Y-75784D01*
D02*
G37*
G36*
X-5302D02*
X-5705D01*
Y-74729D01*
X-5702Y-74589D01*
X-5698Y-74444D01*
X-5691Y-74300D01*
X-5683Y-74230D01*
X-5680Y-74163D01*
X-5676Y-74104D01*
X-5668Y-74045D01*
X-5665Y-73997D01*
X-5661Y-73952D01*
X-5657Y-73915D01*
Y-73889D01*
X-5654Y-73875D01*
Y-73867D01*
X-6316Y-75784D01*
X-6867D01*
Y-73468D01*
X-6464D01*
Y-74522D01*
Y-74618D01*
X-6468Y-74707D01*
Y-74785D01*
X-6471Y-74855D01*
X-6475Y-74911D01*
Y-74933D01*
Y-74951D01*
X-6479Y-74970D01*
Y-74981D01*
Y-74985D01*
Y-74988D01*
X-6486Y-75062D01*
X-6490Y-75133D01*
X-6497Y-75199D01*
X-6505Y-75258D01*
X-6508Y-75310D01*
X-6512Y-75351D01*
Y-75366D01*
X-6516Y-75377D01*
Y-75380D01*
Y-75384D01*
X-5853Y-73468D01*
X-5302D01*
Y-75784D01*
D02*
G37*
G36*
X9842Y-73431D02*
X9942Y-73445D01*
X10031Y-73468D01*
X10108Y-73493D01*
X10142Y-73508D01*
X10175Y-73523D01*
X10201Y-73534D01*
X10223Y-73545D01*
X10242Y-73553D01*
X10253Y-73560D01*
X10260Y-73567D01*
X10264D01*
X10349Y-73627D01*
X10423Y-73690D01*
X10486Y-73760D01*
X10538Y-73826D01*
X10582Y-73886D01*
X10597Y-73912D01*
X10612Y-73934D01*
X10623Y-73952D01*
X10630Y-73967D01*
X10638Y-73975D01*
Y-73978D01*
X10682Y-74082D01*
X10715Y-74193D01*
X10741Y-74300D01*
X10756Y-74400D01*
X10763Y-74448D01*
X10767Y-74489D01*
X10771Y-74526D01*
Y-74559D01*
X10774Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X10767Y-74759D01*
X10752Y-74885D01*
X10745Y-74944D01*
X10734Y-74996D01*
X10719Y-75047D01*
X10708Y-75092D01*
X10697Y-75133D01*
X10682Y-75170D01*
X10671Y-75203D01*
X10663Y-75229D01*
X10652Y-75247D01*
X10649Y-75266D01*
X10641Y-75273D01*
Y-75277D01*
X10586Y-75373D01*
X10526Y-75454D01*
X10467Y-75525D01*
X10404Y-75584D01*
X10353Y-75628D01*
X10312Y-75662D01*
X10293Y-75673D01*
X10282Y-75680D01*
X10275Y-75688D01*
X10271D01*
X10179Y-75732D01*
X10086Y-75765D01*
X9997Y-75791D01*
X9912Y-75806D01*
X9875Y-75813D01*
X9842Y-75817D01*
X9812Y-75821D01*
X9787D01*
X9764Y-75824D01*
X9735D01*
X9653Y-75821D01*
X9576Y-75813D01*
X9502Y-75799D01*
X9431Y-75780D01*
X9365Y-75758D01*
X9306Y-75732D01*
X9246Y-75706D01*
X9198Y-75677D01*
X9150Y-75651D01*
X9109Y-75625D01*
X9076Y-75599D01*
X9047Y-75577D01*
X9024Y-75558D01*
X9009Y-75543D01*
X8998Y-75536D01*
X8995Y-75532D01*
X9206Y-75262D01*
X9254Y-75295D01*
X9302Y-75329D01*
X9342Y-75351D01*
X9380Y-75373D01*
X9413Y-75388D01*
X9435Y-75403D01*
X9450Y-75406D01*
X9454Y-75410D01*
X9498Y-75425D01*
X9542Y-75436D01*
X9587Y-75447D01*
X9627Y-75451D01*
X9664Y-75454D01*
X9694Y-75458D01*
X9720D01*
X9768Y-75454D01*
X9816Y-75451D01*
X9898Y-75429D01*
X9972Y-75395D01*
X10034Y-75358D01*
X10082Y-75321D01*
X10120Y-75288D01*
X10142Y-75266D01*
X10145Y-75262D01*
X10149Y-75258D01*
X10179Y-75218D01*
X10201Y-75173D01*
X10242Y-75073D01*
X10271Y-74970D01*
X10290Y-74866D01*
X10297Y-74814D01*
X10305Y-74770D01*
X10308Y-74729D01*
Y-74692D01*
X10312Y-74663D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X10308Y-74541D01*
X10305Y-74467D01*
X10297Y-74400D01*
X10286Y-74337D01*
X10275Y-74278D01*
X10260Y-74226D01*
X10245Y-74178D01*
X10231Y-74137D01*
X10216Y-74100D01*
X10201Y-74067D01*
X10186Y-74041D01*
X10175Y-74019D01*
X10164Y-74004D01*
X10157Y-73993D01*
X10149Y-73986D01*
Y-73982D01*
X10116Y-73945D01*
X10082Y-73915D01*
X10049Y-73889D01*
X10012Y-73867D01*
X9942Y-73830D01*
X9875Y-73808D01*
X9812Y-73793D01*
X9790Y-73790D01*
X9768Y-73786D01*
X9749Y-73782D01*
X9679D01*
X9631Y-73790D01*
X9546Y-73808D01*
X9465Y-73834D01*
X9394Y-73864D01*
X9335Y-73897D01*
X9313Y-73912D01*
X9291Y-73923D01*
X9276Y-73934D01*
X9265Y-73941D01*
X9257Y-73945D01*
X9254Y-73949D01*
X9028Y-73678D01*
X9087Y-73630D01*
X9146Y-73590D01*
X9198Y-73553D01*
X9250Y-73527D01*
X9291Y-73508D01*
X9320Y-73493D01*
X9342Y-73486D01*
X9346Y-73482D01*
X9350D01*
X9413Y-73464D01*
X9479Y-73449D01*
X9546Y-73438D01*
X9605Y-73431D01*
X9657Y-73427D01*
X9701Y-73423D01*
X9738D01*
X9842Y-73431D01*
D02*
G37*
G36*
X-2168D02*
X-2068Y-73445D01*
X-1980Y-73468D01*
X-1902Y-73493D01*
X-1869Y-73508D01*
X-1835Y-73523D01*
X-1809Y-73534D01*
X-1787Y-73545D01*
X-1769Y-73553D01*
X-1757Y-73560D01*
X-1750Y-73567D01*
X-1746D01*
X-1661Y-73627D01*
X-1587Y-73690D01*
X-1524Y-73760D01*
X-1473Y-73826D01*
X-1428Y-73886D01*
X-1413Y-73912D01*
X-1399Y-73934D01*
X-1388Y-73952D01*
X-1380Y-73967D01*
X-1373Y-73975D01*
Y-73978D01*
X-1328Y-74082D01*
X-1295Y-74193D01*
X-1269Y-74300D01*
X-1254Y-74400D01*
X-1247Y-74448D01*
X-1243Y-74489D01*
X-1240Y-74526D01*
Y-74559D01*
X-1236Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X-1243Y-74759D01*
X-1258Y-74885D01*
X-1265Y-74944D01*
X-1276Y-74996D01*
X-1291Y-75047D01*
X-1302Y-75092D01*
X-1314Y-75133D01*
X-1328Y-75170D01*
X-1339Y-75203D01*
X-1347Y-75229D01*
X-1358Y-75247D01*
X-1362Y-75266D01*
X-1369Y-75273D01*
Y-75277D01*
X-1424Y-75373D01*
X-1484Y-75454D01*
X-1543Y-75525D01*
X-1606Y-75584D01*
X-1658Y-75628D01*
X-1698Y-75662D01*
X-1717Y-75673D01*
X-1728Y-75680D01*
X-1735Y-75688D01*
X-1739D01*
X-1832Y-75732D01*
X-1924Y-75765D01*
X-2013Y-75791D01*
X-2098Y-75806D01*
X-2135Y-75813D01*
X-2168Y-75817D01*
X-2198Y-75821D01*
X-2224D01*
X-2246Y-75824D01*
X-2276D01*
X-2357Y-75821D01*
X-2435Y-75813D01*
X-2509Y-75799D01*
X-2579Y-75780D01*
X-2646Y-75758D01*
X-2705Y-75732D01*
X-2764Y-75706D01*
X-2812Y-75677D01*
X-2860Y-75651D01*
X-2901Y-75625D01*
X-2934Y-75599D01*
X-2964Y-75577D01*
X-2986Y-75558D01*
X-3001Y-75543D01*
X-3012Y-75536D01*
X-3015Y-75532D01*
X-2805Y-75262D01*
X-2757Y-75295D01*
X-2708Y-75329D01*
X-2668Y-75351D01*
X-2631Y-75373D01*
X-2597Y-75388D01*
X-2575Y-75403D01*
X-2560Y-75406D01*
X-2557Y-75410D01*
X-2512Y-75425D01*
X-2468Y-75436D01*
X-2424Y-75447D01*
X-2383Y-75451D01*
X-2346Y-75454D01*
X-2316Y-75458D01*
X-2290D01*
X-2242Y-75454D01*
X-2194Y-75451D01*
X-2113Y-75429D01*
X-2039Y-75395D01*
X-1976Y-75358D01*
X-1928Y-75321D01*
X-1891Y-75288D01*
X-1869Y-75266D01*
X-1865Y-75262D01*
X-1861Y-75258D01*
X-1832Y-75218D01*
X-1809Y-75173D01*
X-1769Y-75073D01*
X-1739Y-74970D01*
X-1720Y-74866D01*
X-1713Y-74814D01*
X-1706Y-74770D01*
X-1702Y-74729D01*
Y-74692D01*
X-1698Y-74663D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X-1702Y-74541D01*
X-1706Y-74467D01*
X-1713Y-74400D01*
X-1724Y-74337D01*
X-1735Y-74278D01*
X-1750Y-74226D01*
X-1765Y-74178D01*
X-1780Y-74137D01*
X-1795Y-74100D01*
X-1809Y-74067D01*
X-1824Y-74041D01*
X-1835Y-74019D01*
X-1846Y-74004D01*
X-1854Y-73993D01*
X-1861Y-73986D01*
Y-73982D01*
X-1894Y-73945D01*
X-1928Y-73915D01*
X-1961Y-73889D01*
X-1998Y-73867D01*
X-2068Y-73830D01*
X-2135Y-73808D01*
X-2198Y-73793D01*
X-2220Y-73790D01*
X-2242Y-73786D01*
X-2261Y-73782D01*
X-2331D01*
X-2379Y-73790D01*
X-2464Y-73808D01*
X-2546Y-73834D01*
X-2616Y-73864D01*
X-2675Y-73897D01*
X-2697Y-73912D01*
X-2719Y-73923D01*
X-2734Y-73934D01*
X-2745Y-73941D01*
X-2753Y-73945D01*
X-2757Y-73949D01*
X-2982Y-73678D01*
X-2923Y-73630D01*
X-2864Y-73590D01*
X-2812Y-73553D01*
X-2760Y-73527D01*
X-2719Y-73508D01*
X-2690Y-73493D01*
X-2668Y-73486D01*
X-2664Y-73482D01*
X-2660D01*
X-2597Y-73464D01*
X-2531Y-73449D01*
X-2464Y-73438D01*
X-2405Y-73431D01*
X-2353Y-73427D01*
X-2309Y-73423D01*
X-2272D01*
X-2168Y-73431D01*
D02*
G37*
G36*
X17915D02*
X18012Y-73445D01*
X18097Y-73468D01*
X18174Y-73493D01*
X18208Y-73508D01*
X18237Y-73519D01*
X18263Y-73531D01*
X18285Y-73542D01*
X18304Y-73549D01*
X18315Y-73556D01*
X18322Y-73564D01*
X18326D01*
X18407Y-73619D01*
X18482Y-73686D01*
X18544Y-73752D01*
X18600Y-73819D01*
X18641Y-73878D01*
X18655Y-73904D01*
X18670Y-73926D01*
X18681Y-73945D01*
X18689Y-73960D01*
X18696Y-73967D01*
Y-73971D01*
X18741Y-74074D01*
X18774Y-74185D01*
X18796Y-74296D01*
X18811Y-74396D01*
X18818Y-74444D01*
X18822Y-74489D01*
X18826Y-74526D01*
Y-74559D01*
X18829Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X18826Y-74729D01*
X18818Y-74829D01*
X18807Y-74922D01*
X18789Y-75011D01*
X18770Y-75092D01*
X18752Y-75162D01*
X18729Y-75229D01*
X18703Y-75292D01*
X18681Y-75344D01*
X18659Y-75388D01*
X18641Y-75429D01*
X18618Y-75462D01*
X18604Y-75484D01*
X18593Y-75503D01*
X18585Y-75514D01*
X18581Y-75517D01*
X18533Y-75573D01*
X18478Y-75617D01*
X18422Y-75658D01*
X18367Y-75695D01*
X18308Y-75725D01*
X18248Y-75750D01*
X18189Y-75769D01*
X18134Y-75788D01*
X18082Y-75799D01*
X18034Y-75810D01*
X17989Y-75813D01*
X17952Y-75821D01*
X17923D01*
X17897Y-75824D01*
X17878D01*
X17793Y-75821D01*
X17716Y-75817D01*
X17645Y-75810D01*
X17586Y-75799D01*
X17534Y-75788D01*
X17497Y-75780D01*
X17482Y-75776D01*
X17471D01*
X17468Y-75773D01*
X17464D01*
X17394Y-75750D01*
X17327Y-75725D01*
X17264Y-75695D01*
X17205Y-75669D01*
X17157Y-75647D01*
X17120Y-75628D01*
X17105Y-75621D01*
X17094Y-75614D01*
X17090Y-75610D01*
X17087D01*
Y-74467D01*
X17945D01*
X17901Y-74818D01*
X17523D01*
Y-75392D01*
X17579Y-75418D01*
X17634Y-75440D01*
X17690Y-75454D01*
X17741Y-75462D01*
X17790Y-75469D01*
X17827Y-75473D01*
X17860D01*
X17904Y-75469D01*
X17949Y-75466D01*
X18026Y-75443D01*
X18093Y-75410D01*
X18145Y-75373D01*
X18189Y-75340D01*
X18219Y-75306D01*
X18234Y-75284D01*
X18241Y-75281D01*
Y-75277D01*
X18263Y-75236D01*
X18282Y-75192D01*
X18300Y-75144D01*
X18315Y-75092D01*
X18337Y-74985D01*
X18352Y-74877D01*
X18356Y-74826D01*
X18359Y-74777D01*
X18363Y-74733D01*
Y-74696D01*
X18367Y-74666D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X18363Y-74541D01*
X18359Y-74467D01*
X18352Y-74400D01*
X18341Y-74337D01*
X18330Y-74278D01*
X18315Y-74226D01*
X18300Y-74178D01*
X18285Y-74137D01*
X18271Y-74100D01*
X18259Y-74067D01*
X18245Y-74041D01*
X18234Y-74019D01*
X18223Y-74004D01*
X18215Y-73993D01*
X18208Y-73986D01*
Y-73982D01*
X18178Y-73945D01*
X18145Y-73915D01*
X18112Y-73889D01*
X18078Y-73867D01*
X18008Y-73830D01*
X17945Y-73808D01*
X17886Y-73793D01*
X17864Y-73790D01*
X17841Y-73786D01*
X17823Y-73782D01*
X17756D01*
X17716Y-73790D01*
X17675Y-73797D01*
X17645Y-73804D01*
X17616Y-73812D01*
X17597Y-73819D01*
X17582Y-73823D01*
X17579Y-73826D01*
X17538Y-73845D01*
X17501Y-73867D01*
X17460Y-73889D01*
X17427Y-73912D01*
X17397Y-73934D01*
X17375Y-73952D01*
X17357Y-73963D01*
X17353Y-73967D01*
X17109Y-73716D01*
X17168Y-73660D01*
X17223Y-73612D01*
X17279Y-73575D01*
X17327Y-73542D01*
X17368Y-73519D01*
X17397Y-73501D01*
X17420Y-73493D01*
X17423Y-73490D01*
X17427D01*
X17490Y-73468D01*
X17553Y-73453D01*
X17619Y-73438D01*
X17679Y-73431D01*
X17730Y-73427D01*
X17775Y-73423D01*
X17812D01*
X17915Y-73431D01*
D02*
G37*
G36*
X15784Y-73956D02*
X15843Y-73963D01*
X15899Y-73975D01*
X15947Y-73989D01*
X15988Y-74004D01*
X16017Y-74015D01*
X16036Y-74023D01*
X16043Y-74026D01*
X16095Y-74056D01*
X16139Y-74089D01*
X16176Y-74119D01*
X16206Y-74148D01*
X16228Y-74178D01*
X16247Y-74200D01*
X16254Y-74215D01*
X16258Y-74219D01*
X16276Y-73997D01*
X16657D01*
Y-75784D01*
X16225D01*
Y-74526D01*
X16169Y-74459D01*
X16143Y-74433D01*
X16117Y-74407D01*
X16095Y-74389D01*
X16077Y-74374D01*
X16065Y-74367D01*
X16062Y-74363D01*
X16025Y-74341D01*
X15988Y-74326D01*
X15951Y-74311D01*
X15921Y-74304D01*
X15895Y-74300D01*
X15873Y-74296D01*
X15821D01*
X15795Y-74300D01*
X15769Y-74308D01*
X15751Y-74311D01*
X15736Y-74319D01*
X15725Y-74326D01*
X15721Y-74330D01*
X15718D01*
X15703Y-74344D01*
X15688Y-74363D01*
X15669Y-74400D01*
X15666Y-74418D01*
X15662Y-74430D01*
X15658Y-74441D01*
Y-74444D01*
X15651Y-74478D01*
X15647Y-74515D01*
X15644Y-74589D01*
X15640Y-74626D01*
Y-74652D01*
Y-74670D01*
Y-74677D01*
Y-75784D01*
X15207D01*
Y-74496D01*
X15214Y-74407D01*
X15229Y-74326D01*
X15248Y-74256D01*
X15274Y-74200D01*
X15300Y-74156D01*
X15318Y-74123D01*
X15333Y-74104D01*
X15340Y-74097D01*
X15392Y-74049D01*
X15455Y-74011D01*
X15518Y-73986D01*
X15581Y-73971D01*
X15636Y-73960D01*
X15658Y-73956D01*
X15681D01*
X15695Y-73952D01*
X15721D01*
X15784Y-73956D01*
D02*
G37*
G36*
X8913Y-75784D02*
X8469D01*
X8310Y-75244D01*
X7559D01*
X7400Y-75784D01*
X6941D01*
X7666Y-73468D01*
X8188D01*
X8913Y-75784D01*
D02*
G37*
G36*
X-3097D02*
X-3541D01*
X-3700Y-75244D01*
X-4451D01*
X-4610Y-75784D01*
X-5069D01*
X-4344Y-73468D01*
X-3822D01*
X-3097Y-75784D01*
D02*
G37*
G36*
X-9465Y-75784D02*
X-10874D01*
X-10922Y-75406D01*
X-9909D01*
Y-73468D01*
X-9465D01*
Y-75784D01*
D02*
G37*
G36*
X-15448Y-74330D02*
X-15947D01*
Y-75454D01*
X-15433D01*
Y-75784D01*
X-16850D01*
Y-75454D01*
X-16376D01*
Y-73997D01*
X-15448D01*
Y-74330D01*
D02*
G37*
G36*
X-18245Y-73956D02*
X-18185Y-73963D01*
X-18130Y-73975D01*
X-18082Y-73989D01*
X-18041Y-74004D01*
X-18012Y-74015D01*
X-17993Y-74023D01*
X-17986Y-74026D01*
X-17934Y-74056D01*
X-17889Y-74089D01*
X-17853Y-74119D01*
X-17823Y-74148D01*
X-17801Y-74178D01*
X-17782Y-74200D01*
X-17775Y-74215D01*
X-17771Y-74219D01*
X-17753Y-73997D01*
X-17371D01*
Y-75784D01*
X-17804D01*
Y-74526D01*
X-17860Y-74459D01*
X-17886Y-74433D01*
X-17912Y-74407D01*
X-17934Y-74389D01*
X-17952Y-74374D01*
X-17964Y-74367D01*
X-17967Y-74363D01*
X-18004Y-74341D01*
X-18041Y-74326D01*
X-18078Y-74311D01*
X-18108Y-74304D01*
X-18134Y-74300D01*
X-18156Y-74296D01*
X-18208D01*
X-18234Y-74300D01*
X-18259Y-74308D01*
X-18278Y-74311D01*
X-18293Y-74319D01*
X-18304Y-74326D01*
X-18308Y-74330D01*
X-18311D01*
X-18326Y-74344D01*
X-18341Y-74363D01*
X-18359Y-74400D01*
X-18363Y-74418D01*
X-18367Y-74430D01*
X-18371Y-74441D01*
Y-74444D01*
X-18378Y-74478D01*
X-18382Y-74515D01*
X-18385Y-74589D01*
X-18389Y-74626D01*
Y-74652D01*
Y-74670D01*
Y-74677D01*
Y-75784D01*
X-18822D01*
Y-74496D01*
X-18814Y-74407D01*
X-18800Y-74326D01*
X-18781Y-74256D01*
X-18755Y-74200D01*
X-18729Y-74156D01*
X-18711Y-74123D01*
X-18696Y-74104D01*
X-18689Y-74097D01*
X-18637Y-74049D01*
X-18574Y-74011D01*
X-18511Y-73986D01*
X-18448Y-73971D01*
X-18393Y-73960D01*
X-18371Y-73956D01*
X-18348D01*
X-18334Y-73952D01*
X-18308D01*
X-18245Y-73956D01*
D02*
G37*
G36*
X13642Y-74137D02*
X13668Y-74104D01*
X13694Y-74074D01*
X13723Y-74052D01*
X13757Y-74030D01*
X13823Y-73997D01*
X13890Y-73975D01*
X13949Y-73963D01*
X13975Y-73956D01*
X14001D01*
X14019Y-73952D01*
X14045D01*
X14123Y-73956D01*
X14197Y-73971D01*
X14260Y-73989D01*
X14319Y-74011D01*
X14363Y-74037D01*
X14397Y-74056D01*
X14419Y-74071D01*
X14423Y-74074D01*
X14426D01*
X14482Y-74123D01*
X14534Y-74178D01*
X14578Y-74234D01*
X14611Y-74285D01*
X14637Y-74333D01*
X14659Y-74374D01*
X14667Y-74385D01*
X14671Y-74396D01*
X14674Y-74404D01*
Y-74407D01*
X14704Y-74489D01*
X14722Y-74570D01*
X14737Y-74652D01*
X14748Y-74726D01*
X14756Y-74792D01*
Y-74818D01*
X14759Y-74844D01*
Y-74862D01*
Y-74877D01*
Y-74885D01*
Y-74888D01*
X14756Y-74966D01*
X14752Y-75044D01*
X14744Y-75110D01*
X14733Y-75177D01*
X14719Y-75240D01*
X14704Y-75295D01*
X14689Y-75347D01*
X14674Y-75392D01*
X14659Y-75436D01*
X14645Y-75469D01*
X14630Y-75503D01*
X14615Y-75529D01*
X14604Y-75547D01*
X14596Y-75562D01*
X14589Y-75569D01*
Y-75573D01*
X14556Y-75617D01*
X14519Y-75654D01*
X14478Y-75688D01*
X14437Y-75717D01*
X14393Y-75743D01*
X14352Y-75762D01*
X14267Y-75791D01*
X14193Y-75810D01*
X14160Y-75817D01*
X14130Y-75821D01*
X14108Y-75824D01*
X14075D01*
X14019Y-75821D01*
X13964Y-75813D01*
X13916Y-75802D01*
X13875Y-75791D01*
X13838Y-75780D01*
X13812Y-75769D01*
X13797Y-75762D01*
X13790Y-75758D01*
X13746Y-75732D01*
X13705Y-75702D01*
X13675Y-75669D01*
X13653Y-75639D01*
X13634Y-75614D01*
X13623Y-75591D01*
X13620Y-75577D01*
X13616Y-75573D01*
X13598Y-75784D01*
X13209D01*
Y-73308D01*
X13642Y-73260D01*
Y-74137D01*
D02*
G37*
G36*
X4773Y-76380D02*
X3075D01*
Y-76017D01*
X4773D01*
Y-76380D01*
D02*
G37*
G36*
X-7237D02*
X-8935Y-76380D01*
Y-76017D01*
X-7237Y-76017D01*
Y-76380D01*
D02*
G37*
G36*
X-74151Y-16041D02*
X-74562D01*
Y-14456D01*
X-74151D01*
Y-16041D01*
D02*
G37*
G36*
X-74941Y-16856D02*
X-75282Y-17393D01*
X-73564D01*
Y-16773D01*
X-73173D01*
Y-18379D01*
X-73564D01*
Y-17875D01*
X-75777D01*
Y-17459D01*
X-75274Y-16657D01*
X-74941Y-16856D01*
D02*
G37*
G36*
X-75161Y-19107D02*
X-75216Y-19157D01*
X-75257Y-19202D01*
X-75295Y-19244D01*
X-75324Y-19282D01*
X-75345Y-19311D01*
X-75357Y-19331D01*
X-75365Y-19348D01*
X-75369Y-19352D01*
X-75390Y-19394D01*
X-75403Y-19440D01*
X-75415Y-19485D01*
X-75419Y-19527D01*
X-75424Y-19564D01*
X-75428Y-19593D01*
Y-19618D01*
X-75424Y-19681D01*
X-75411Y-19735D01*
X-75394Y-19781D01*
X-75378Y-19822D01*
X-75361Y-19851D01*
X-75345Y-19876D01*
X-75332Y-19889D01*
X-75328Y-19893D01*
X-75286Y-19926D01*
X-75245Y-19951D01*
X-75199Y-19968D01*
X-75153Y-19980D01*
X-75116Y-19989D01*
X-75082Y-19993D01*
X-75062D01*
X-75053D01*
X-74987Y-19989D01*
X-74920Y-19976D01*
X-74858Y-19964D01*
X-74804Y-19947D01*
X-74758Y-19926D01*
X-74721Y-19914D01*
X-74700Y-19901D01*
X-74695Y-19897D01*
X-74691D01*
X-74625Y-19855D01*
X-74550Y-19810D01*
X-74479Y-19756D01*
X-74409Y-19702D01*
X-74350Y-19652D01*
X-74300Y-19610D01*
X-74284Y-19593D01*
X-74271Y-19581D01*
X-74263Y-19577D01*
X-74259Y-19573D01*
X-74209Y-19527D01*
X-74155Y-19477D01*
X-74038Y-19361D01*
X-73918Y-19244D01*
X-73801Y-19128D01*
X-73747Y-19069D01*
X-73697Y-19019D01*
X-73651Y-18974D01*
X-73614Y-18932D01*
X-73581Y-18899D01*
X-73556Y-18874D01*
X-73539Y-18857D01*
X-73535Y-18853D01*
X-73173D01*
Y-20496D01*
X-73572Y-20546D01*
Y-19398D01*
X-73631Y-19473D01*
X-73689Y-19544D01*
X-73743Y-19610D01*
X-73797Y-19672D01*
X-73847Y-19731D01*
X-73897Y-19785D01*
X-73943Y-19831D01*
X-73980Y-19876D01*
X-74017Y-19914D01*
X-74051Y-19947D01*
X-74080Y-19976D01*
X-74105Y-20001D01*
X-74126Y-20018D01*
X-74138Y-20030D01*
X-74146Y-20039D01*
X-74151Y-20043D01*
X-74246Y-20126D01*
X-74338Y-20192D01*
X-74417Y-20251D01*
X-74488Y-20301D01*
X-74546Y-20334D01*
X-74591Y-20359D01*
X-74608Y-20367D01*
X-74621Y-20376D01*
X-74625Y-20380D01*
X-74629D01*
X-74712Y-20417D01*
X-74791Y-20442D01*
X-74866Y-20463D01*
X-74937Y-20475D01*
X-74995Y-20484D01*
X-75037Y-20488D01*
X-75057D01*
X-75070D01*
X-75074D01*
X-75078D01*
X-75153Y-20484D01*
X-75224Y-20471D01*
X-75290Y-20455D01*
X-75345Y-20438D01*
X-75390Y-20421D01*
X-75428Y-20405D01*
X-75449Y-20392D01*
X-75457Y-20388D01*
X-75519Y-20346D01*
X-75569Y-20301D01*
X-75619Y-20251D01*
X-75656Y-20205D01*
X-75686Y-20163D01*
X-75711Y-20130D01*
X-75723Y-20105D01*
X-75727Y-20101D01*
Y-20097D01*
X-75761Y-20022D01*
X-75785Y-19947D01*
X-75802Y-19872D01*
X-75815Y-19801D01*
X-75823Y-19739D01*
X-75827Y-19689D01*
Y-19647D01*
X-75823Y-19548D01*
X-75810Y-19456D01*
X-75794Y-19373D01*
X-75777Y-19302D01*
X-75756Y-19244D01*
X-75740Y-19202D01*
X-75731Y-19186D01*
X-75727Y-19173D01*
X-75723Y-19169D01*
Y-19165D01*
X-75681Y-19090D01*
X-75631Y-19024D01*
X-75577Y-18961D01*
X-75523Y-18907D01*
X-75473Y-18861D01*
X-75436Y-18828D01*
X-75419Y-18815D01*
X-75407Y-18807D01*
X-75403Y-18799D01*
X-75399D01*
X-75161Y-19107D01*
D02*
G37*
G36*
X-73173Y-21407D02*
X-74438Y-21461D01*
X-74492D01*
X-74550Y-21465D01*
X-74608D01*
X-74666D01*
X-74716D01*
X-74754D01*
X-74770D01*
X-74783D01*
X-74787D01*
X-74791D01*
X-74862D01*
X-74924D01*
X-74983D01*
X-75037Y-21461D01*
X-75087D01*
X-75132D01*
X-75170Y-21457D01*
X-75207D01*
X-75236D01*
X-75261Y-21453D01*
X-75282D01*
X-75303D01*
X-75324Y-21449D01*
X-75332D01*
X-73618Y-21782D01*
Y-22214D01*
X-75332Y-22522D01*
X-75278Y-22518D01*
X-75211Y-22514D01*
X-75141D01*
X-75070Y-22510D01*
X-75007D01*
X-74978D01*
X-74958D01*
X-74937D01*
X-74920D01*
X-74912D01*
X-74908D01*
X-74825D01*
X-74741Y-22514D01*
X-74662D01*
X-74591Y-22518D01*
X-74529D01*
X-74483Y-22522D01*
X-74467D01*
X-74454D01*
X-74446D01*
X-74442D01*
X-73173Y-22580D01*
Y-23046D01*
X-75777Y-22901D01*
Y-22322D01*
X-74084Y-22006D01*
X-75777Y-21673D01*
Y-21095D01*
X-73173Y-20954D01*
Y-21407D01*
D02*
G37*
G36*
Y-23874D02*
X-74325D01*
Y-24627D01*
X-73173D01*
Y-25130D01*
X-75777D01*
Y-24627D01*
X-74746D01*
Y-23874D01*
X-75777D01*
Y-23371D01*
X-73173D01*
Y-23874D01*
D02*
G37*
G36*
Y-27252D02*
X-73572Y-27302D01*
Y-26262D01*
X-74833Y-27289D01*
X-75182D01*
Y-25775D01*
X-74779D01*
Y-26728D01*
X-73518Y-25696D01*
X-73173D01*
Y-27252D01*
D02*
G37*
G36*
X-74151Y-29544D02*
X-74562D01*
Y-27959D01*
X-74151D01*
Y-29544D01*
D02*
G37*
G36*
X-31083Y68973D02*
X-33902D01*
Y69705D01*
X-31083D01*
Y68973D01*
D02*
G37*
G36*
X-26991Y67234D02*
X-28374D01*
X-28656Y67249D01*
X-28789Y67263D01*
X-28907Y67286D01*
X-29026Y67308D01*
X-29129Y67330D01*
X-29233Y67360D01*
X-29322Y67389D01*
X-29403Y67419D01*
X-29470Y67448D01*
X-29536Y67471D01*
X-29581Y67493D01*
X-29625Y67515D01*
X-29655Y67530D01*
X-29669Y67545D01*
X-29677D01*
X-29773Y67611D01*
X-29847Y67678D01*
X-29921Y67759D01*
X-29980Y67841D01*
X-30032Y67929D01*
X-30076Y68018D01*
X-30106Y68107D01*
X-30136Y68188D01*
X-30173Y68344D01*
X-30187Y68418D01*
X-30195Y68477D01*
X-30202Y68529D01*
Y68566D01*
Y68588D01*
Y68595D01*
X-30187Y68780D01*
X-30150Y68943D01*
X-30106Y69084D01*
X-30047Y69195D01*
X-29988Y69284D01*
X-29943Y69343D01*
X-29906Y69380D01*
X-29891Y69395D01*
X-29773Y69483D01*
X-29647Y69557D01*
X-29529Y69609D01*
X-29410Y69646D01*
X-29314Y69668D01*
X-29233Y69683D01*
X-29203Y69691D01*
X-29166D01*
X-29285Y69705D01*
X-29396Y69742D01*
X-29499Y69787D01*
X-29581Y69839D01*
X-29655Y69890D01*
X-29706Y69927D01*
X-29736Y69957D01*
X-29751Y69972D01*
X-29832Y70083D01*
X-29899Y70194D01*
X-29943Y70312D01*
X-29973Y70416D01*
X-29988Y70512D01*
X-30002Y70593D01*
Y70623D01*
Y70645D01*
Y70653D01*
Y70660D01*
X-29995Y70778D01*
X-29980Y70882D01*
X-29958Y70986D01*
X-29928Y71074D01*
X-29891Y71163D01*
X-29847Y71237D01*
X-29803Y71304D01*
X-29758Y71363D01*
X-29714Y71415D01*
X-29669Y71459D01*
X-29588Y71533D01*
X-29558Y71555D01*
X-29536Y71570D01*
X-29521Y71585D01*
X-29514D01*
X-29322Y71681D01*
X-29114Y71748D01*
X-28915Y71800D01*
X-28722Y71829D01*
X-28633Y71844D01*
X-28552Y71851D01*
X-28478Y71859D01*
X-28419D01*
X-28367Y71866D01*
X-26991D01*
Y67234D01*
D02*
G37*
G36*
X-35625Y63750D02*
X-48375D01*
Y75250D01*
X-35625D01*
Y63750D01*
D02*
G37*
G36*
X13250Y20500D02*
Y13500D01*
X-13250D01*
Y20500D01*
X13250D01*
D02*
G37*
%LPC*%
G36*
X-33703Y52375D02*
X-38335D01*
Y51177D01*
X-38328Y51110D01*
X-38320Y51021D01*
X-38306Y50925D01*
X-38291Y50814D01*
X-38276Y50696D01*
X-38217Y50437D01*
X-38173Y50303D01*
X-38128Y50170D01*
X-38069Y50037D01*
X-38002Y49904D01*
X-37928Y49778D01*
X-37839Y49660D01*
X-37832Y49652D01*
X-37817Y49630D01*
X-37788Y49600D01*
X-37743Y49563D01*
X-37684Y49512D01*
X-37617Y49460D01*
X-37529Y49408D01*
X-37433Y49349D01*
X-37321Y49290D01*
X-37188Y49238D01*
X-37040Y49179D01*
X-36878Y49134D01*
X-36700Y49097D01*
X-36500Y49068D01*
X-36285Y49045D01*
X-36049Y49038D01*
X-38335D01*
D01*
X-33703D01*
Y52375D01*
D02*
G37*
G36*
Y48217D02*
X-34347D01*
Y47713D01*
X-36626D01*
Y48217D01*
X-37277D01*
Y47033D01*
X-36485Y46929D01*
X-36493D01*
X-36500Y46922D01*
X-36522Y46914D01*
X-36552Y46907D01*
X-36626Y46877D01*
X-36722Y46833D01*
X-36826Y46774D01*
X-36929Y46700D01*
X-37033Y46611D01*
X-37129Y46507D01*
X-37137Y46492D01*
X-37166Y46448D01*
X-37203Y46381D01*
X-37247Y46293D01*
X-37284Y46182D01*
X-37321Y46056D01*
X-37351Y45908D01*
X-37358Y45745D01*
Y45693D01*
X-37351Y45641D01*
X-37344Y45567D01*
X-37336Y45479D01*
X-37314Y45375D01*
X-37292Y45264D01*
X-37255Y45153D01*
X-37358D01*
D01*
X-33703D01*
Y48217D01*
D02*
G37*
G36*
Y44124D02*
X-34361D01*
Y43096D01*
X-36611D01*
Y44095D01*
X-37277D01*
Y42237D01*
X-34361D01*
Y41290D01*
X-38964D01*
X-33703D01*
Y44124D01*
D02*
G37*
G36*
X-38446Y43347D02*
X-38454D01*
X-38483D01*
X-38528Y43340D01*
X-38579Y43325D01*
X-38631Y43310D01*
X-38698Y43288D01*
X-38757Y43251D01*
X-38816Y43199D01*
X-38824Y43192D01*
X-38838Y43170D01*
X-38861Y43140D01*
X-38890Y43088D01*
X-38920Y43037D01*
X-38942Y42970D01*
X-38957Y42889D01*
X-38964Y42807D01*
Y42763D01*
X-38957Y42718D01*
X-38942Y42667D01*
X-38927Y42607D01*
X-38898Y42541D01*
X-38861Y42474D01*
X-38809Y42415D01*
X-38802Y42408D01*
X-38779Y42393D01*
X-38750Y42363D01*
X-38705Y42334D01*
X-38653Y42311D01*
X-38594Y42282D01*
X-38520Y42267D01*
X-38446Y42260D01*
X-38439D01*
X-38409D01*
X-38365Y42267D01*
X-38313Y42282D01*
X-38254Y42297D01*
X-38195Y42326D01*
X-38128Y42363D01*
X-38069Y42415D01*
X-38061Y42422D01*
X-38047Y42445D01*
X-38025Y42474D01*
X-37995Y42519D01*
X-37965Y42578D01*
X-37943Y42644D01*
X-37928Y42726D01*
X-37921Y42807D01*
Y42844D01*
X-37928Y42889D01*
X-37943Y42948D01*
X-37958Y43007D01*
X-37980Y43074D01*
X-38017Y43140D01*
X-38069Y43199D01*
X-38076Y43207D01*
X-38098Y43222D01*
X-38128Y43244D01*
X-38173Y43273D01*
X-38224Y43303D01*
X-38291Y43325D01*
X-38365Y43340D01*
X-38446Y43347D01*
D02*
G37*
G36*
X-33703Y40513D02*
D01*
Y39270D01*
X-37277Y40513D01*
Y37087D01*
X-33703Y38330D01*
Y37087D01*
Y40513D01*
D02*
G37*
G36*
X-35494Y36391D02*
X-35583D01*
X-35627Y36384D01*
X-35686D01*
X-35812Y36369D01*
X-35960Y36347D01*
X-36115Y36310D01*
X-36285Y36266D01*
X-36448Y36199D01*
X-36456D01*
X-36470Y36192D01*
X-36493Y36177D01*
X-36522Y36162D01*
X-36596Y36118D01*
X-36693Y36051D01*
X-36803Y35970D01*
X-36915Y35873D01*
X-37025Y35762D01*
X-37122Y35629D01*
Y35622D01*
X-37129Y35614D01*
X-37144Y35592D01*
X-37159Y35563D01*
X-37196Y35481D01*
X-37247Y35378D01*
X-37292Y35252D01*
X-37329Y35096D01*
X-37358Y34934D01*
X-37366Y34749D01*
Y34682D01*
X-37358Y34630D01*
X-37351Y34571D01*
X-37344Y34497D01*
X-37329Y34423D01*
X-37307Y34334D01*
X-37247Y34157D01*
X-37211Y34060D01*
X-37166Y33964D01*
X-37107Y33875D01*
X-37040Y33787D01*
X-36966Y33698D01*
X-36885Y33616D01*
X-36878Y33609D01*
X-36863Y33602D01*
X-36833Y33579D01*
X-36796Y33550D01*
X-36752Y33520D01*
X-36693Y33483D01*
X-36619Y33446D01*
X-36544Y33402D01*
X-36456Y33365D01*
X-36352Y33328D01*
X-36248Y33291D01*
X-36130Y33261D01*
X-36004Y33232D01*
X-35871Y33209D01*
X-35730Y33202D01*
X-35583Y33195D01*
X-37366D01*
X-33621D01*
Y34741D01*
X-33629Y34793D01*
X-33636Y34867D01*
X-33651Y34941D01*
X-33666Y35030D01*
X-33688Y35126D01*
X-33710Y35230D01*
X-33747Y35333D01*
X-33784Y35437D01*
X-33836Y35548D01*
X-33895Y35651D01*
X-33962Y35755D01*
X-34043Y35851D01*
X-34132Y35940D01*
X-34139Y35947D01*
X-34154Y35962D01*
X-34184Y35984D01*
X-34228Y36007D01*
X-34280Y36044D01*
X-34339Y36081D01*
X-34413Y36125D01*
X-34495Y36162D01*
X-34584Y36206D01*
X-34687Y36251D01*
X-34798Y36288D01*
X-34924Y36317D01*
X-35050Y36347D01*
X-35190Y36369D01*
X-35338Y36384D01*
X-35494Y36391D01*
D02*
G37*
G36*
X-33703Y32203D02*
X-34347D01*
Y31700D01*
X-36626D01*
Y32203D01*
X-37277D01*
Y31019D01*
X-36485Y30915D01*
X-36493D01*
X-36500Y30908D01*
X-36522Y30901D01*
X-36552Y30893D01*
X-36626Y30864D01*
X-36722Y30819D01*
X-36826Y30760D01*
X-36929Y30686D01*
X-37033Y30597D01*
X-37129Y30494D01*
X-37137Y30479D01*
X-37166Y30434D01*
X-37203Y30368D01*
X-37247Y30279D01*
X-37284Y30168D01*
X-37321Y30042D01*
X-37351Y29894D01*
X-37358Y29731D01*
Y29680D01*
X-37351Y29628D01*
X-37344Y29554D01*
X-37336Y29465D01*
X-37314Y29361D01*
X-37292Y29250D01*
X-37255Y29139D01*
X-37358D01*
D01*
X-33703D01*
Y32203D01*
D02*
G37*
%LPD*%
G36*
X-34398Y51073D02*
X-34413Y51021D01*
X-34428Y50947D01*
X-34450Y50858D01*
X-34487Y50762D01*
X-34539Y50659D01*
X-34606Y50548D01*
X-34694Y50437D01*
X-34798Y50333D01*
X-34931Y50237D01*
X-35094Y50148D01*
X-35183Y50111D01*
X-35287Y50074D01*
X-35390Y50044D01*
X-35501Y50022D01*
X-35627Y50000D01*
X-35760Y49985D01*
X-35901Y49970D01*
X-36049D01*
X-36056D01*
X-36093D01*
X-36138D01*
X-36197Y49978D01*
X-36278D01*
X-36360Y49985D01*
X-36456Y50000D01*
X-36552Y50007D01*
X-36766Y50044D01*
X-36966Y50104D01*
X-37062Y50141D01*
X-37151Y50185D01*
X-37233Y50229D01*
X-37299Y50289D01*
X-37307D01*
X-37314Y50303D01*
X-37351Y50348D01*
X-37403Y50414D01*
X-37462Y50511D01*
X-37521Y50636D01*
X-37573Y50777D01*
X-37610Y50947D01*
X-37625Y51036D01*
Y51480D01*
X-34398D01*
Y51073D01*
D02*
G37*
G36*
X-33703Y49038D02*
X-35989D01*
X-35923Y49045D01*
X-35834D01*
X-35730Y49060D01*
X-35605Y49068D01*
X-35471Y49090D01*
X-35324Y49112D01*
X-35175Y49149D01*
X-35020Y49186D01*
X-34872Y49238D01*
X-34717Y49297D01*
X-34576Y49371D01*
X-34443Y49452D01*
X-34317Y49549D01*
X-34214Y49660D01*
X-34206Y49667D01*
X-34191Y49689D01*
X-34169Y49719D01*
X-34132Y49771D01*
X-34095Y49830D01*
X-34051Y49904D01*
X-34006Y49985D01*
X-33962Y50081D01*
X-33910Y50192D01*
X-33866Y50303D01*
X-33821Y50437D01*
X-33784Y50570D01*
X-33747Y50718D01*
X-33725Y50873D01*
X-33710Y51036D01*
X-33703Y51206D01*
Y49038D01*
D02*
G37*
G36*
X-34347Y46152D02*
X-33703D01*
Y45153D01*
X-37255D01*
X-35879Y45286D01*
Y45930D01*
X-36582D01*
Y45945D01*
X-36574Y45974D01*
X-36567Y46026D01*
X-36544Y46093D01*
X-36515Y46174D01*
X-36463Y46263D01*
X-36397Y46352D01*
X-36308Y46448D01*
X-36293Y46455D01*
X-36256Y46492D01*
X-36197Y46537D01*
X-36115Y46589D01*
X-36012Y46655D01*
X-35879Y46722D01*
X-35730Y46788D01*
X-35560Y46848D01*
X-34347D01*
Y46152D01*
D02*
G37*
G36*
X-34443Y38789D02*
X-37277Y37960D01*
Y39603D01*
X-34443Y38789D01*
D02*
G37*
G36*
X-35812Y34038D02*
X-35819D01*
X-35827D01*
X-35849D01*
X-35879Y34046D01*
X-35952Y34053D01*
X-36049Y34068D01*
X-36145Y34090D01*
X-36256Y34127D01*
X-36360Y34179D01*
X-36456Y34238D01*
X-36463Y34245D01*
X-36493Y34268D01*
X-36530Y34312D01*
X-36582Y34371D01*
X-36626Y34438D01*
X-36663Y34527D01*
X-36693Y34630D01*
X-36700Y34749D01*
Y34800D01*
X-36685Y34860D01*
X-36670Y34934D01*
X-36641Y35015D01*
X-36604Y35104D01*
X-36544Y35193D01*
X-36463Y35274D01*
X-36456Y35281D01*
X-36419Y35304D01*
X-36367Y35341D01*
X-36293Y35378D01*
X-36197Y35422D01*
X-36086Y35459D01*
X-35960Y35489D01*
X-35812Y35511D01*
Y34038D01*
D02*
G37*
G36*
X-35153Y35496D02*
X-35124D01*
X-35050Y35481D01*
X-34953Y35459D01*
X-34850Y35422D01*
X-34739Y35378D01*
X-34635Y35318D01*
X-34539Y35237D01*
X-34532Y35222D01*
X-34502Y35193D01*
X-34465Y35141D01*
X-34428Y35067D01*
X-34384Y34978D01*
X-34347Y34874D01*
X-34317Y34763D01*
X-34310Y34630D01*
Y34593D01*
X-34317Y34541D01*
Y34482D01*
X-34324Y34416D01*
X-34339Y34342D01*
X-34376Y34186D01*
X-34384Y34179D01*
X-34391Y34149D01*
X-34406Y34105D01*
X-34435Y34046D01*
X-34465Y33979D01*
X-34510Y33898D01*
X-34554Y33801D01*
X-34613Y33705D01*
X-34088Y33343D01*
X-34080Y33357D01*
X-34051Y33387D01*
X-34006Y33446D01*
X-33955Y33520D01*
X-33895Y33609D01*
X-33836Y33720D01*
X-33777Y33831D01*
X-33733Y33957D01*
X-33725Y33972D01*
X-33718Y34016D01*
X-33696Y34083D01*
X-33681Y34171D01*
X-33658Y34275D01*
X-33636Y34393D01*
X-33629Y34527D01*
X-33621Y34660D01*
Y33195D01*
X-35457D01*
X-35397Y33202D01*
X-35331Y33209D01*
X-35190Y33224D01*
Y35503D01*
X-35183D01*
X-35175D01*
X-35153Y35496D01*
D02*
G37*
G36*
X-34347Y30138D02*
X-33703D01*
Y29139D01*
X-37255D01*
X-35879Y29273D01*
Y29916D01*
X-36582D01*
Y29931D01*
X-36574Y29961D01*
X-36567Y30013D01*
X-36544Y30079D01*
X-36515Y30161D01*
X-36463Y30249D01*
X-36397Y30338D01*
X-36308Y30434D01*
X-36293Y30442D01*
X-36256Y30479D01*
X-36197Y30523D01*
X-36115Y30575D01*
X-36012Y30642D01*
X-35879Y30708D01*
X-35730Y30775D01*
X-35560Y30834D01*
X-34347D01*
Y30138D01*
D02*
G37*
%LPC*%
G36*
X44278Y71098D02*
X43701Y68982D01*
X44862D01*
X44278Y71098D01*
D02*
G37*
G36*
X-12446Y-35903D02*
X-12662Y-36695D01*
X-12227D01*
X-12446Y-35903D01*
D02*
G37*
G36*
X-16753Y-35895D02*
X-16933D01*
X-16994Y-35897D01*
X-17044Y-35909D01*
X-17091Y-35922D01*
X-17130Y-35942D01*
X-17161Y-35964D01*
X-17188Y-35989D01*
X-17210Y-36014D01*
X-17230Y-36042D01*
X-17244Y-36069D01*
X-17255Y-36094D01*
X-17260Y-36119D01*
X-17266Y-36141D01*
X-17269Y-36161D01*
X-17271Y-36174D01*
Y-36186D01*
Y-36188D01*
X-17269Y-36249D01*
X-17258Y-36299D01*
X-17244Y-36344D01*
X-17227Y-36377D01*
X-17210Y-36402D01*
X-17197Y-36421D01*
X-17186Y-36432D01*
X-17183Y-36435D01*
X-17147Y-36460D01*
X-17108Y-36476D01*
X-17066Y-36490D01*
X-17028Y-36499D01*
X-16992Y-36504D01*
X-16964Y-36507D01*
X-16753D01*
Y-35895D01*
D02*
G37*
G36*
X-6227Y-65599D02*
X-9787Y-65599D01*
X-8373Y-65599D01*
X-8462Y-65606D01*
X-8565Y-65614D01*
X-8684Y-65628D01*
X-8817Y-65650D01*
X-8950Y-65680D01*
X-9076Y-65717D01*
X-9083D01*
X-9091Y-65724D01*
X-9135Y-65739D01*
X-9194Y-65769D01*
X-9276Y-65806D01*
X-9380Y-65858D01*
X-9483Y-65932D01*
X-9601Y-66013D01*
X-9720Y-66109D01*
X-9268Y-66650D01*
X-9261Y-66642D01*
X-9246Y-66635D01*
X-9224Y-66620D01*
X-9194Y-66598D01*
X-9150Y-66575D01*
X-9106Y-66546D01*
X-8987Y-66479D01*
X-8847Y-66420D01*
X-8684Y-66368D01*
X-8514Y-66331D01*
X-8417Y-66316D01*
X-8277D01*
X-8240Y-66324D01*
X-8196Y-66331D01*
X-8151Y-66339D01*
X-8025Y-66368D01*
X-7892Y-66413D01*
X-7751Y-66487D01*
X-7677Y-66531D01*
X-7611Y-66583D01*
X-7544Y-66642D01*
X-7478Y-66716D01*
Y-66724D01*
X-7463Y-66738D01*
X-7448Y-66760D01*
X-7426Y-66790D01*
X-7404Y-66834D01*
X-7374Y-66886D01*
X-7344Y-66953D01*
X-7315Y-67027D01*
X-7285Y-67108D01*
X-7256Y-67204D01*
X-7226Y-67308D01*
X-7204Y-67427D01*
X-7182Y-67552D01*
X-7167Y-67686D01*
X-7159Y-67834D01*
X-7152Y-67996D01*
Y-68004D01*
Y-68033D01*
Y-68078D01*
X-7159Y-68137D01*
Y-68211D01*
X-7167Y-68292D01*
X-7182Y-68381D01*
X-7197Y-68485D01*
X-7233Y-68692D01*
X-7293Y-68899D01*
X-7374Y-69099D01*
X-7418Y-69188D01*
X-7478Y-69269D01*
X-7485Y-69276D01*
X-7492Y-69284D01*
X-7537Y-69328D01*
X-7611Y-69395D01*
X-7707Y-69469D01*
X-7833Y-69543D01*
X-7981Y-69609D01*
X-8144Y-69654D01*
X-8240Y-69661D01*
X-8336Y-69669D01*
X-8388D01*
X-8447Y-69661D01*
X-8521Y-69654D01*
X-8602Y-69647D01*
X-8691Y-69624D01*
X-8780Y-69602D01*
X-8869Y-69573D01*
X-8876Y-69565D01*
X-8906Y-69558D01*
X-8950Y-69528D01*
X-9017Y-69498D01*
X-9091Y-69454D01*
X-9172Y-69410D01*
X-9268Y-69343D01*
X-9365Y-69276D01*
X-9787Y-69817D01*
X-9779Y-69824D01*
X-9757Y-69839D01*
X-9727Y-69868D01*
X-9683Y-69906D01*
X-9624Y-69950D01*
X-9557Y-70002D01*
X-9476Y-70053D01*
X-9380Y-70105D01*
X-9283Y-70165D01*
X-9165Y-70216D01*
X-9047Y-70268D01*
X-8913Y-70312D01*
X-8773Y-70350D01*
X-8625Y-70379D01*
X-8469Y-70394D01*
X-8307Y-70401D01*
X-6227D01*
X-8247D01*
X-8203Y-70394D01*
X-8151D01*
X-8092Y-70386D01*
X-8025Y-70379D01*
X-7951Y-70364D01*
X-7781Y-70335D01*
X-7604Y-70283D01*
X-7418Y-70216D01*
X-7233Y-70127D01*
X-7226D01*
X-7211Y-70113D01*
X-7189Y-70098D01*
X-7152Y-70076D01*
X-7071Y-70009D01*
X-6967Y-69920D01*
X-6841Y-69802D01*
X-6723Y-69661D01*
X-6605Y-69498D01*
X-6493Y-69306D01*
Y-69299D01*
X-6479Y-69284D01*
X-6471Y-69247D01*
X-6449Y-69210D01*
X-6434Y-69158D01*
X-6412Y-69091D01*
X-6382Y-69017D01*
X-6360Y-68936D01*
X-6338Y-68847D01*
X-6308Y-68744D01*
X-6286Y-68640D01*
X-6272Y-68522D01*
X-6242Y-68270D01*
X-6227Y-67996D01*
Y-67922D01*
X-6235Y-67870D01*
Y-67804D01*
X-6242Y-67730D01*
X-6249Y-67649D01*
X-6264Y-67552D01*
X-6294Y-67352D01*
X-6346Y-67138D01*
X-6412Y-66916D01*
X-6501Y-66709D01*
Y-66701D01*
X-6516Y-66686D01*
X-6531Y-66657D01*
X-6553Y-66620D01*
X-6582Y-66575D01*
X-6612Y-66524D01*
X-6701Y-66405D01*
X-6804Y-66272D01*
X-6930Y-66132D01*
X-7078Y-66006D01*
X-7248Y-65887D01*
X-7256D01*
X-7271Y-65873D01*
X-7293Y-65858D01*
X-7330Y-65843D01*
X-7374Y-65821D01*
X-7426Y-65798D01*
X-7492Y-65769D01*
X-7559Y-65739D01*
X-7715Y-65688D01*
X-7892Y-65643D01*
X-8092Y-65614D01*
X-8299Y-65599D01*
X-6227D01*
D01*
D02*
G37*
G36*
X17505Y-65688D02*
X14308D01*
X16099D01*
X16039Y-65695D01*
X15966Y-65702D01*
X15877Y-65710D01*
X15780Y-65717D01*
X15677Y-65732D01*
X15455Y-65776D01*
X15225Y-65843D01*
X15114Y-65887D01*
X15003Y-65939D01*
X14900Y-65998D01*
X14804Y-66065D01*
X14796Y-66072D01*
X14782Y-66080D01*
X14759Y-66102D01*
X14722Y-66132D01*
X14685Y-66176D01*
X14648Y-66220D01*
X14604Y-66280D01*
X14552Y-66339D01*
X14508Y-66413D01*
X14463Y-66494D01*
X14426Y-66590D01*
X14382Y-66686D01*
X14352Y-66790D01*
X14330Y-66909D01*
X14315Y-67034D01*
X14308Y-67168D01*
Y-67242D01*
X14315Y-67293D01*
X14323Y-67360D01*
X14337Y-67441D01*
X14352Y-67523D01*
X14367Y-67611D01*
X14426Y-67804D01*
X14471Y-67900D01*
X14515Y-67996D01*
X14574Y-68085D01*
X14641Y-68181D01*
X14715Y-68263D01*
X14804Y-68337D01*
X14811Y-68344D01*
X14826Y-68352D01*
X14855Y-68374D01*
X14893Y-68396D01*
X14944Y-68426D01*
X15003Y-68455D01*
X15078Y-68492D01*
X15159Y-68522D01*
X15248Y-68559D01*
X15344Y-68596D01*
X15455Y-68625D01*
X15573Y-68655D01*
X15699Y-68677D01*
X15840Y-68699D01*
X15980Y-68707D01*
X16136Y-68714D01*
X16617D01*
Y-70320D01*
X14308D01*
X17505D01*
Y-65688D01*
D02*
G37*
G36*
X14049Y-66746D02*
X10149D01*
X10726Y-70320D01*
X11755D01*
X12088Y-67870D01*
X12450Y-70320D01*
X13457D01*
X14049Y-66746D01*
D02*
G37*
G36*
X7034Y-66664D02*
X6982D01*
X6930Y-66672D01*
X6856Y-66679D01*
X6767Y-66686D01*
X6664Y-66709D01*
X6553Y-66731D01*
X6442Y-66768D01*
X6575Y-68144D01*
X7219D01*
Y-67441D01*
X7233D01*
X7263Y-67449D01*
X7315Y-67456D01*
X7382Y-67478D01*
X7463Y-67508D01*
X7552Y-67560D01*
X7641Y-67626D01*
X7737Y-67715D01*
X7744Y-67730D01*
X7781Y-67767D01*
X7825Y-67826D01*
X7877Y-67908D01*
X7944Y-68011D01*
X8010Y-68144D01*
X8077Y-68292D01*
X8136Y-68463D01*
Y-69676D01*
X7441D01*
Y-70320D01*
X9505D01*
Y-68181D01*
Y-69676D01*
X9002D01*
Y-67397D01*
X9505D01*
Y-66746D01*
X8321D01*
X8218Y-67537D01*
Y-67530D01*
X8210Y-67523D01*
X8203Y-67501D01*
X8196Y-67471D01*
X8166Y-67397D01*
X8122Y-67301D01*
X8062Y-67197D01*
X7988Y-67093D01*
X7899Y-66990D01*
X7796Y-66894D01*
X7781Y-66886D01*
X7737Y-66857D01*
X7670Y-66820D01*
X7581Y-66775D01*
X7470Y-66738D01*
X7344Y-66701D01*
X7197Y-66672D01*
X7034Y-66664D01*
D02*
G37*
G36*
X6442D02*
D01*
Y-70320D01*
Y-66664D01*
D01*
D02*
G37*
G36*
X-9949Y-65688D02*
X-12443D01*
X-13893Y-70320D01*
X-12976D01*
X-12658Y-69239D01*
X-11156D01*
X-10837Y-70320D01*
X-12239D01*
X-9949D01*
X-11400Y-65688D01*
X-9949D01*
D02*
G37*
G36*
X-14360D02*
X-17490D01*
Y-70320D01*
X-16387D01*
X-15063Y-66487D01*
Y-66501D01*
X-15070Y-66531D01*
Y-66583D01*
X-15078Y-66657D01*
X-15085Y-66746D01*
X-15092Y-66842D01*
X-15107Y-66960D01*
X-15114Y-67079D01*
X-15122Y-67212D01*
X-15137Y-67352D01*
X-15152Y-67641D01*
X-15159Y-67930D01*
X-15166Y-68211D01*
Y-70320D01*
X-14360D01*
Y-65688D01*
D02*
G37*
G36*
X226Y-65606D02*
X-1772D01*
X166D01*
X93Y-65614D01*
X11Y-65621D01*
X-93Y-65636D01*
X-203Y-65658D01*
X-314Y-65688D01*
X-426Y-65724D01*
X-440Y-65732D01*
X-477Y-65747D01*
X-529Y-65776D01*
X-603Y-65821D01*
X-692Y-65880D01*
X-788Y-65961D01*
X-892Y-66050D01*
X-995Y-66168D01*
X-514Y-66598D01*
X-507Y-66590D01*
X-477Y-66568D01*
X-440Y-66531D01*
X-396Y-66494D01*
X-277Y-66405D01*
X-218Y-66361D01*
X-159Y-66331D01*
X-152Y-66324D01*
X-129Y-66316D01*
X-100Y-66302D01*
X-63Y-66287D01*
X-11Y-66272D01*
X48Y-66265D01*
X115Y-66250D01*
X233D01*
X277Y-66257D01*
X337Y-66265D01*
X403Y-66287D01*
X470Y-66309D01*
X537Y-66346D01*
X596Y-66398D01*
X603Y-66405D01*
X618Y-66420D01*
X640Y-66457D01*
X662Y-66501D01*
X685Y-66561D01*
X707Y-66627D01*
X722Y-66709D01*
X729Y-66798D01*
Y-66812D01*
Y-66842D01*
X722Y-66886D01*
X707Y-66953D01*
X685Y-67019D01*
X648Y-67093D01*
X603Y-67168D01*
X544Y-67242D01*
X537Y-67249D01*
X507Y-67271D01*
X470Y-67301D01*
X411Y-67330D01*
X344Y-67360D01*
X263Y-67390D01*
X166Y-67412D01*
X63Y-67419D01*
X-1772D01*
Y-70401D01*
Y-68070D01*
X-1254D01*
Y-69780D01*
X-1247Y-69787D01*
X-1232Y-69809D01*
X-1195Y-69839D01*
X-1151Y-69876D01*
X-1099Y-69920D01*
X-1032Y-69980D01*
X-951Y-70031D01*
X-862Y-70091D01*
X-758Y-70150D01*
X-648Y-70201D01*
X-522Y-70253D01*
X-396Y-70305D01*
X-248Y-70342D01*
X-100Y-70372D01*
X63Y-70394D01*
X233Y-70401D01*
X1802D01*
X314D01*
X359Y-70394D01*
X411D01*
X529Y-70379D01*
X670Y-70357D01*
X810Y-70320D01*
X958Y-70275D01*
X1099Y-70209D01*
X1106D01*
X1114Y-70201D01*
X1158Y-70172D01*
X1217Y-70127D01*
X1299Y-70068D01*
X1388Y-69994D01*
X1476Y-69906D01*
X1558Y-69809D01*
X1632Y-69691D01*
Y-69683D01*
X1639Y-69676D01*
X1661Y-69632D01*
X1684Y-69565D01*
X1713Y-69476D01*
X1750Y-69373D01*
X1772Y-69247D01*
X1795Y-69114D01*
X1802Y-68973D01*
Y-68884D01*
Y-68921D01*
X1795Y-68884D01*
Y-68840D01*
X1787Y-68788D01*
X1765Y-68670D01*
X1735Y-68529D01*
X1691Y-68388D01*
X1624Y-68248D01*
X1536Y-68115D01*
Y-68107D01*
X1521Y-68100D01*
X1484Y-68063D01*
X1424Y-68004D01*
X1343Y-67937D01*
X1232Y-67863D01*
X1106Y-67789D01*
X958Y-67730D01*
X908Y-67714D01*
X921Y-67708D01*
X1003Y-67671D01*
X1099Y-67626D01*
X1195Y-67567D01*
X1291Y-67486D01*
X1373Y-67397D01*
X1380Y-67382D01*
X1402Y-67345D01*
X1439Y-67293D01*
X1469Y-67212D01*
X1506Y-67116D01*
X1543Y-67005D01*
X1565Y-66879D01*
X1572Y-66746D01*
Y-66738D01*
Y-66731D01*
Y-66694D01*
X1565Y-66635D01*
X1550Y-66553D01*
X1536Y-66465D01*
X1506Y-66368D01*
X1462Y-66272D01*
X1410Y-66176D01*
X1402Y-66161D01*
X1380Y-66132D01*
X1343Y-66087D01*
X1284Y-66028D01*
X1217Y-65961D01*
X1136Y-65895D01*
X1040Y-65821D01*
X936Y-65762D01*
X921Y-65754D01*
X884Y-65739D01*
X818Y-65710D01*
X729Y-65680D01*
X625Y-65658D01*
X507Y-65628D01*
X374Y-65614D01*
X226Y-65606D01*
D02*
G37*
%LPD*%
G36*
X16617Y-68019D02*
X16054D01*
X15980Y-68011D01*
X15884Y-67996D01*
X15780Y-67974D01*
X15669Y-67937D01*
X15566Y-67893D01*
X15470Y-67826D01*
X15462Y-67819D01*
X15433Y-67789D01*
X15396Y-67737D01*
X15351Y-67671D01*
X15307Y-67582D01*
X15270Y-67463D01*
X15240Y-67330D01*
X15233Y-67168D01*
Y-67160D01*
Y-67131D01*
X15240Y-67093D01*
X15248Y-67042D01*
X15262Y-66983D01*
X15277Y-66916D01*
X15307Y-66849D01*
X15344Y-66775D01*
X15396Y-66701D01*
X15455Y-66635D01*
X15529Y-66568D01*
X15610Y-66509D01*
X15714Y-66457D01*
X15840Y-66420D01*
X15973Y-66391D01*
X16136Y-66383D01*
X16617D01*
Y-68019D01*
D02*
G37*
G36*
X12902Y-69735D02*
X12488Y-67182D01*
X11644D01*
X11266Y-69735D01*
X10956Y-66746D01*
X13220D01*
X12902Y-69735D01*
D02*
G37*
G36*
X-11326Y-68522D02*
X-12488D01*
X-11910Y-66405D01*
X-11326Y-68522D01*
D02*
G37*
G36*
X-16787Y-69521D02*
Y-69513D01*
Y-69506D01*
X-16780Y-69484D01*
Y-69454D01*
X-16772Y-69373D01*
X-16765Y-69269D01*
X-16750Y-69151D01*
X-16735Y-69017D01*
X-16728Y-68877D01*
X-16713Y-68729D01*
Y-68721D01*
Y-68714D01*
Y-68692D01*
X-16705Y-68655D01*
Y-68618D01*
Y-68573D01*
X-16698Y-68463D01*
X-16691Y-68322D01*
Y-68167D01*
X-16683Y-67989D01*
Y-67796D01*
Y-65688D01*
X-15462D01*
X-16787Y-69521D01*
D02*
G37*
G36*
X240Y-68078D02*
X300Y-68085D01*
X374Y-68100D01*
X448Y-68122D01*
X522Y-68152D01*
X596Y-68196D01*
X603Y-68204D01*
X625Y-68218D01*
X655Y-68248D01*
X699Y-68285D01*
X744Y-68329D01*
X788Y-68388D01*
X833Y-68448D01*
X869Y-68522D01*
Y-68529D01*
X884Y-68551D01*
X899Y-68596D01*
X914Y-68647D01*
X929Y-68707D01*
X943Y-68781D01*
X951Y-68855D01*
X958Y-68936D01*
Y-68944D01*
Y-68951D01*
Y-68995D01*
X951Y-69055D01*
X936Y-69136D01*
X914Y-69225D01*
X877Y-69321D01*
X833Y-69417D01*
X766Y-69506D01*
X758Y-69513D01*
X729Y-69543D01*
X685Y-69573D01*
X625Y-69617D01*
X544Y-69654D01*
X448Y-69691D01*
X337Y-69721D01*
X203Y-69728D01*
X166D01*
X129Y-69721D01*
X78D01*
X18Y-69713D01*
X-48Y-69698D01*
X-181Y-69661D01*
X-189D01*
X-211Y-69647D01*
X-240Y-69632D01*
X-285Y-69609D01*
X-366Y-69558D01*
X-411Y-69521D01*
X-448Y-69484D01*
Y-68070D01*
X189D01*
X240Y-68078D01*
D02*
G37*
%LPC*%
G36*
X-43486Y8401D02*
X-43560D01*
X-43648Y8394D01*
X-43752Y8379D01*
X-43878Y8364D01*
X-44011Y8335D01*
X-44144Y8290D01*
X-44277Y8239D01*
X-44285D01*
X-44292Y8231D01*
X-44337Y8209D01*
X-44396Y8172D01*
X-44477Y8128D01*
X-44559Y8061D01*
X-44647Y7987D01*
X-44736Y7898D01*
X-44810Y7802D01*
X-44818Y7787D01*
X-44840Y7757D01*
X-44869Y7698D01*
X-44906Y7624D01*
X-44936Y7536D01*
X-44965Y7432D01*
X-44988Y7321D01*
X-44995Y7203D01*
Y7195D01*
Y7180D01*
Y7158D01*
X-44988Y7129D01*
X-44980Y7047D01*
X-44965Y6951D01*
X-44929Y6832D01*
X-44884Y6707D01*
X-44818Y6588D01*
X-44729Y6470D01*
X-44714Y6455D01*
X-44684Y6425D01*
X-44625Y6374D01*
X-44551Y6322D01*
X-44455Y6263D01*
X-44351Y6211D01*
X-44233Y6174D01*
X-44100Y6159D01*
X-44144D01*
X-44174Y6152D01*
X-44248Y6144D01*
X-44351Y6115D01*
X-44462Y6078D01*
X-44581Y6026D01*
X-44706Y5952D01*
X-44825Y5848D01*
X-44840Y5833D01*
X-44877Y5796D01*
X-44921Y5730D01*
X-44980Y5634D01*
X-45039Y5515D01*
X-45084Y5375D01*
X-45121Y5212D01*
X-45136Y5027D01*
Y3599D01*
X-43367D01*
X-43323Y3606D01*
X-43278D01*
X-43160Y3621D01*
X-43027Y3636D01*
X-42886Y3665D01*
X-42738Y3710D01*
X-42583Y3762D01*
X-42575D01*
X-42568Y3769D01*
X-42546Y3776D01*
X-42516Y3791D01*
X-42442Y3836D01*
X-42353Y3887D01*
X-42250Y3961D01*
X-42131Y4050D01*
X-42020Y4161D01*
X-41909Y4287D01*
D01*
X-42435Y4746D01*
X-42442Y4738D01*
X-42472Y4709D01*
X-42516Y4664D01*
X-42575Y4612D01*
X-42642Y4553D01*
X-42716Y4494D01*
X-42797Y4442D01*
X-42886Y4398D01*
X-42901Y4391D01*
X-42930Y4383D01*
X-42975Y4368D01*
X-43042Y4346D01*
X-43115Y4324D01*
X-43204Y4309D01*
X-43301Y4302D01*
X-43397Y4294D01*
X-43463D01*
X-43537Y4302D01*
X-43626Y4316D01*
X-43722Y4346D01*
X-43826Y4376D01*
X-43929Y4428D01*
X-44018Y4494D01*
X-44026Y4501D01*
X-44055Y4531D01*
X-44092Y4575D01*
X-44137Y4642D01*
X-44174Y4724D01*
X-44211Y4820D01*
X-44240Y4931D01*
X-44248Y5057D01*
Y5064D01*
Y5086D01*
X-44240Y5123D01*
X-44233Y5167D01*
X-44225Y5227D01*
X-44203Y5286D01*
X-44181Y5353D01*
X-44144Y5419D01*
X-44107Y5486D01*
X-44048Y5552D01*
X-43989Y5612D01*
X-43907Y5671D01*
X-43819Y5715D01*
X-43707Y5752D01*
X-43582Y5774D01*
X-43441Y5782D01*
X-42990D01*
X-43079Y6440D01*
X-43463D01*
X-43523Y6448D01*
X-43597Y6463D01*
X-43678Y6477D01*
X-43767Y6507D01*
X-43848Y6551D01*
X-43929Y6603D01*
X-43937Y6611D01*
X-43959Y6633D01*
X-43996Y6677D01*
X-44033Y6729D01*
X-44070Y6796D01*
X-44107Y6884D01*
X-44129Y6981D01*
X-44137Y7091D01*
Y7106D01*
Y7136D01*
X-44129Y7195D01*
X-44115Y7254D01*
X-44085Y7328D01*
X-44055Y7402D01*
X-44003Y7476D01*
X-43937Y7543D01*
X-43929Y7550D01*
X-43900Y7565D01*
X-43863Y7595D01*
X-43804Y7624D01*
X-43730Y7654D01*
X-43641Y7683D01*
X-43537Y7698D01*
X-43426Y7706D01*
X-43382D01*
X-43330Y7698D01*
X-43271Y7691D01*
X-43197Y7683D01*
X-43115Y7669D01*
X-43034Y7639D01*
X-42953Y7609D01*
X-42945Y7602D01*
X-42916Y7595D01*
X-42871Y7572D01*
X-42819Y7536D01*
X-42746Y7498D01*
X-42671Y7447D01*
X-42583Y7380D01*
X-42487Y7306D01*
X-42042Y7787D01*
X-42050Y7795D01*
X-42072Y7817D01*
X-42102Y7846D01*
X-42153Y7883D01*
X-42205Y7928D01*
X-42279Y7980D01*
X-42361Y8039D01*
X-42450Y8098D01*
X-42553Y8150D01*
X-42664Y8209D01*
X-42783Y8261D01*
X-42908Y8305D01*
X-43042Y8342D01*
X-43182Y8372D01*
X-43330Y8394D01*
X-43486Y8401D01*
D02*
G37*
G36*
X-63503Y8401D02*
X-63577D01*
X-63665Y8394D01*
X-63769Y8379D01*
X-63895Y8364D01*
X-64028Y8335D01*
X-64161Y8290D01*
X-64294Y8239D01*
X-64302D01*
X-64309Y8231D01*
X-64354Y8209D01*
X-64413Y8172D01*
X-64494Y8128D01*
X-64575Y8061D01*
X-64664Y7987D01*
X-64753Y7898D01*
X-64827Y7802D01*
X-64834Y7787D01*
X-64857Y7757D01*
X-64886Y7698D01*
X-64923Y7624D01*
X-64953Y7536D01*
X-64982Y7432D01*
X-65005Y7321D01*
X-65012Y7203D01*
Y7195D01*
Y7180D01*
Y7158D01*
X-65005Y7129D01*
X-64997Y7047D01*
X-64982Y6951D01*
X-64946Y6832D01*
X-64901Y6707D01*
X-64834Y6588D01*
X-64746Y6470D01*
X-64731Y6455D01*
X-64701Y6425D01*
X-64642Y6374D01*
X-64568Y6322D01*
X-64472Y6263D01*
X-64368Y6211D01*
X-64250Y6174D01*
X-64117Y6159D01*
X-64161D01*
X-64191Y6152D01*
X-64265Y6144D01*
X-64368Y6115D01*
X-64479Y6078D01*
X-64598Y6026D01*
X-64723Y5952D01*
X-64842Y5848D01*
X-64857Y5833D01*
X-64894Y5796D01*
X-64938Y5730D01*
X-64997Y5634D01*
X-65057Y5515D01*
X-65101Y5375D01*
X-65138Y5212D01*
X-65153Y5027D01*
Y3599D01*
X-61926D01*
D01*
X-63384D01*
X-63340Y3606D01*
X-63295D01*
X-63177Y3621D01*
X-63044Y3636D01*
X-62903Y3665D01*
X-62755Y3710D01*
X-62600Y3762D01*
X-62592D01*
X-62585Y3769D01*
X-62563Y3776D01*
X-62533Y3791D01*
X-62459Y3836D01*
X-62370Y3887D01*
X-62267Y3961D01*
X-62148Y4050D01*
X-62037Y4161D01*
X-61926Y4287D01*
D01*
X-62452Y4746D01*
X-62459Y4738D01*
X-62489Y4709D01*
X-62533Y4664D01*
X-62592Y4612D01*
X-62659Y4553D01*
X-62733Y4494D01*
X-62814Y4442D01*
X-62903Y4398D01*
X-62918Y4391D01*
X-62947Y4383D01*
X-62992Y4368D01*
X-63059Y4346D01*
X-63133Y4324D01*
X-63221Y4309D01*
X-63318Y4302D01*
X-63414Y4294D01*
X-63480D01*
X-63554Y4302D01*
X-63643Y4316D01*
X-63739Y4346D01*
X-63843Y4376D01*
X-63946Y4428D01*
X-64035Y4494D01*
X-64043Y4501D01*
X-64072Y4531D01*
X-64109Y4575D01*
X-64154Y4642D01*
X-64191Y4724D01*
X-64228Y4820D01*
X-64257Y4931D01*
X-64265Y5057D01*
Y5064D01*
Y5086D01*
X-64257Y5123D01*
X-64250Y5167D01*
X-64243Y5227D01*
X-64220Y5286D01*
X-64198Y5353D01*
X-64161Y5419D01*
X-64124Y5486D01*
X-64065Y5552D01*
X-64006Y5612D01*
X-63924Y5671D01*
X-63836Y5715D01*
X-63724Y5752D01*
X-63599Y5774D01*
X-63458Y5782D01*
X-63007D01*
X-63095Y6440D01*
X-63480D01*
X-63539Y6448D01*
X-63613Y6463D01*
X-63695Y6477D01*
X-63784Y6507D01*
X-63865Y6551D01*
X-63946Y6603D01*
X-63954Y6611D01*
X-63976Y6633D01*
X-64013Y6677D01*
X-64050Y6729D01*
X-64087Y6796D01*
X-64124Y6884D01*
X-64146Y6981D01*
X-64154Y7091D01*
Y7106D01*
Y7136D01*
X-64146Y7195D01*
X-64131Y7254D01*
X-64102Y7328D01*
X-64072Y7402D01*
X-64021Y7476D01*
X-63954Y7543D01*
X-63946Y7550D01*
X-63917Y7565D01*
X-63880Y7595D01*
X-63821Y7624D01*
X-63747Y7654D01*
X-63658Y7683D01*
X-63554Y7698D01*
X-63443Y7706D01*
X-63399D01*
X-63347Y7698D01*
X-63288Y7691D01*
X-63214Y7683D01*
X-63133Y7669D01*
X-63051Y7639D01*
X-62970Y7609D01*
X-62962Y7602D01*
X-62933Y7595D01*
X-62888Y7572D01*
X-62836Y7536D01*
X-62762Y7498D01*
X-62688Y7447D01*
X-62600Y7380D01*
X-62503Y7306D01*
X-62059Y7787D01*
X-62067Y7795D01*
X-62089Y7817D01*
X-62119Y7846D01*
X-62170Y7883D01*
X-62222Y7928D01*
X-62296Y7980D01*
X-62378Y8039D01*
X-62467Y8098D01*
X-62570Y8150D01*
X-62681Y8209D01*
X-62800Y8261D01*
X-62925Y8305D01*
X-63059Y8342D01*
X-63199Y8372D01*
X-63347Y8394D01*
X-63503Y8401D01*
D02*
G37*
G36*
X-55621Y8313D02*
X-56362D01*
Y4376D01*
X-57257D01*
Y3680D01*
X-54193Y3680D01*
X-54400D01*
Y4376D01*
X-55503Y4376D01*
Y7432D01*
X-54549Y6825D01*
X-54193Y7417D01*
X-55621Y8313D01*
D02*
G37*
G36*
X-59692Y8401D02*
X-59728D01*
X-59765Y8394D01*
X-59825D01*
X-59891Y8379D01*
X-59965Y8372D01*
X-60047Y8349D01*
X-60136Y8320D01*
X-60232Y8290D01*
X-60335Y8246D01*
X-60431Y8194D01*
X-60535Y8135D01*
X-60631Y8061D01*
X-60720Y7980D01*
X-60809Y7883D01*
X-60890Y7772D01*
X-60898Y7765D01*
X-60905Y7743D01*
X-60927Y7706D01*
X-60957Y7654D01*
X-60987Y7595D01*
X-61016Y7513D01*
X-61053Y7424D01*
X-61098Y7321D01*
X-61134Y7203D01*
X-61172Y7069D01*
X-61201Y6921D01*
X-61231Y6766D01*
X-61260Y6596D01*
X-61282Y6411D01*
X-61290Y6211D01*
X-61297Y6004D01*
D01*
Y5893D01*
X-61290Y5811D01*
X-61282Y5715D01*
X-61275Y5612D01*
X-61260Y5486D01*
X-61246Y5353D01*
X-61201Y5064D01*
X-61127Y4768D01*
X-61083Y4627D01*
X-61023Y4487D01*
X-60964Y4354D01*
X-60890Y4228D01*
X-60883Y4220D01*
X-60868Y4198D01*
X-60846Y4169D01*
X-60816Y4132D01*
X-60772Y4080D01*
X-60720Y4028D01*
X-60661Y3969D01*
X-60587Y3917D01*
X-60505Y3858D01*
X-60417Y3799D01*
X-60321Y3747D01*
X-60210Y3695D01*
X-60098Y3658D01*
X-59973Y3628D01*
X-59832Y3606D01*
X-59692Y3599D01*
X-61297D01*
Y5893D01*
Y3599D01*
D01*
X-58093D01*
Y4109D01*
Y3599D01*
X-59654D01*
X-59618Y3606D01*
X-59566D01*
X-59499Y3621D01*
X-59425Y3636D01*
X-59336Y3650D01*
X-59247Y3680D01*
X-59151Y3710D01*
X-59055Y3754D01*
X-58959Y3806D01*
X-58855Y3865D01*
X-58759Y3939D01*
X-58670Y4021D01*
X-58582Y4117D01*
X-58500Y4228D01*
X-58493Y4235D01*
X-58485Y4257D01*
X-58463Y4294D01*
X-58434Y4346D01*
X-58404Y4405D01*
X-58374Y4487D01*
X-58337Y4583D01*
X-58300Y4687D01*
X-58256Y4805D01*
X-58219Y4938D01*
X-58189Y5086D01*
X-58160Y5241D01*
X-58130Y5412D01*
X-58108Y5597D01*
X-58100Y5796D01*
X-58093Y6004D01*
Y4109D01*
Y6004D01*
Y6115D01*
X-58100Y6196D01*
X-58108Y6292D01*
X-58115Y6403D01*
X-58130Y6522D01*
X-58145Y6655D01*
X-58189Y6936D01*
X-58263Y7232D01*
X-58315Y7380D01*
X-58367Y7521D01*
X-58426Y7654D01*
X-58500Y7772D01*
X-58508Y7780D01*
X-58522Y7802D01*
X-58544Y7831D01*
X-58574Y7869D01*
X-58618Y7920D01*
X-58670Y7972D01*
X-58729Y8031D01*
X-58803Y8090D01*
X-58885Y8142D01*
X-58974Y8202D01*
X-59070Y8253D01*
X-59174Y8305D01*
X-59292Y8342D01*
X-59418Y8372D01*
X-59551Y8394D01*
X-59692Y8401D01*
D02*
G37*
G36*
X-38069Y8313D02*
X-39097D01*
X-39689Y5301D01*
X-40252Y8313D01*
X-41280D01*
X-41539Y3680D01*
D01*
X-37817D01*
X-38069Y8313D01*
D02*
G37*
G36*
X-47504Y8401D02*
X-49102D01*
X-47578D01*
X-47666Y8394D01*
X-47778Y8379D01*
X-47903Y8357D01*
X-48037Y8327D01*
X-48170Y8283D01*
X-48303Y8224D01*
X-48310D01*
X-48318Y8216D01*
X-48362Y8194D01*
X-48421Y8150D01*
X-48495Y8098D01*
X-48577Y8031D01*
X-48665Y7942D01*
X-48747Y7854D01*
X-48821Y7743D01*
X-48828Y7728D01*
X-48851Y7691D01*
X-48880Y7624D01*
X-48910Y7543D01*
X-48939Y7447D01*
X-48969Y7328D01*
X-48991Y7203D01*
X-48998Y7069D01*
Y7062D01*
Y7055D01*
Y7032D01*
Y6995D01*
X-48991Y6921D01*
X-48976Y6818D01*
X-48954Y6692D01*
X-48917Y6559D01*
X-48873Y6418D01*
X-48806Y6270D01*
Y6263D01*
X-48799Y6255D01*
X-48784Y6233D01*
X-48769Y6204D01*
X-48725Y6122D01*
X-48665Y6019D01*
X-48577Y5893D01*
X-48473Y5752D01*
X-48355Y5589D01*
X-48207Y5419D01*
X-48199Y5412D01*
X-48184Y5397D01*
X-48162Y5375D01*
X-48133Y5338D01*
X-48088Y5293D01*
X-48037Y5241D01*
X-47977Y5182D01*
X-47911Y5116D01*
X-47829Y5049D01*
X-47748Y4968D01*
X-47652Y4879D01*
X-47548Y4790D01*
X-47437Y4694D01*
X-47319Y4598D01*
X-47193Y4494D01*
X-47060Y4391D01*
X-49102D01*
X-49013Y3680D01*
X-45994D01*
Y4294D01*
Y3680D01*
X-46090D01*
Y4324D01*
X-46098Y4331D01*
X-46127Y4361D01*
X-46172Y4405D01*
X-46231Y4465D01*
X-46305Y4531D01*
X-46386Y4612D01*
X-46475Y4701D01*
X-46579Y4797D01*
X-46786Y5005D01*
X-46993Y5219D01*
X-47200Y5426D01*
X-47289Y5523D01*
X-47370Y5612D01*
X-47378Y5619D01*
X-47385Y5634D01*
X-47407Y5656D01*
X-47437Y5686D01*
X-47511Y5774D01*
X-47600Y5878D01*
X-47696Y6004D01*
X-47792Y6129D01*
X-47874Y6263D01*
X-47948Y6381D01*
Y6389D01*
X-47955Y6396D01*
X-47977Y6433D01*
X-48000Y6499D01*
X-48037Y6581D01*
X-48066Y6677D01*
X-48088Y6788D01*
X-48110Y6906D01*
X-48118Y7025D01*
Y7040D01*
Y7077D01*
X-48110Y7136D01*
X-48096Y7203D01*
X-48074Y7284D01*
X-48044Y7365D01*
X-48000Y7439D01*
X-47940Y7513D01*
X-47933Y7521D01*
X-47911Y7543D01*
X-47866Y7572D01*
X-47815Y7602D01*
X-47741Y7632D01*
X-47659Y7661D01*
X-47563Y7683D01*
X-47452Y7691D01*
X-47407D01*
X-47356Y7683D01*
X-47289Y7676D01*
X-47215Y7669D01*
X-47134Y7647D01*
X-47052Y7624D01*
X-46978Y7587D01*
X-46971Y7580D01*
X-46941Y7565D01*
X-46904Y7543D01*
X-46852Y7506D01*
X-46786Y7454D01*
X-46712Y7388D01*
X-46630Y7314D01*
X-46542Y7217D01*
X-45994Y7639D01*
Y4294D01*
Y7639D01*
Y7647D01*
X-46009Y7654D01*
X-46024Y7676D01*
X-46046Y7706D01*
X-46105Y7772D01*
X-46187Y7861D01*
X-46283Y7957D01*
X-46394Y8054D01*
X-46512Y8142D01*
X-46645Y8216D01*
X-46653D01*
X-46660Y8224D01*
X-46682Y8231D01*
X-46712Y8246D01*
X-46786Y8275D01*
X-46889Y8313D01*
X-47015Y8342D01*
X-47163Y8372D01*
X-47326Y8394D01*
X-47504Y8401D01*
D02*
G37*
G36*
X-33865Y8313D02*
X-37492D01*
X-37403Y7572D01*
X-36115D01*
Y3680D01*
X-33865D01*
X-35220D01*
Y7572D01*
X-33865D01*
Y8313D01*
D02*
G37*
G36*
X-50493D02*
X-53394D01*
X-53305Y7609D01*
X-51381D01*
Y6300D01*
X-53083D01*
Y5597D01*
X-51381D01*
Y3680D01*
X-50493D01*
Y8313D01*
D02*
G37*
G36*
X-51633Y3680D02*
X-53394D01*
D01*
X-51633D01*
D02*
G37*
G36*
X-29847Y8401D02*
X-33362D01*
X-31719D01*
X-31764Y8394D01*
X-31830D01*
X-31912Y8387D01*
X-32008Y8372D01*
X-32112Y8349D01*
X-32223Y8327D01*
X-32348Y8298D01*
X-32474Y8253D01*
X-32607Y8209D01*
X-32733Y8150D01*
X-32866Y8083D01*
X-33000Y8002D01*
X-33125Y7905D01*
X-33251Y7802D01*
X-32792Y7284D01*
X-32785Y7291D01*
X-32770Y7299D01*
X-32741Y7321D01*
X-32704Y7343D01*
X-32659Y7380D01*
X-32607Y7410D01*
X-32541Y7447D01*
X-32474Y7484D01*
X-32311Y7558D01*
X-32134Y7624D01*
X-31934Y7669D01*
X-31830Y7676D01*
X-31719Y7683D01*
X-31660D01*
X-31601Y7676D01*
X-31527Y7669D01*
X-31438Y7647D01*
X-31342Y7624D01*
X-31253Y7587D01*
X-31172Y7543D01*
X-31165Y7536D01*
X-31142Y7521D01*
X-31105Y7491D01*
X-31076Y7447D01*
X-31039Y7395D01*
X-31002Y7328D01*
X-30979Y7254D01*
X-30972Y7165D01*
Y7158D01*
Y7143D01*
X-30979Y7114D01*
Y7077D01*
X-31009Y6988D01*
X-31024Y6944D01*
X-31054Y6899D01*
X-31061Y6892D01*
X-31068Y6877D01*
X-31091Y6862D01*
X-31128Y6832D01*
X-31165Y6803D01*
X-31216Y6766D01*
X-31283Y6729D01*
X-31357Y6692D01*
X-31364Y6684D01*
X-31394Y6677D01*
X-31446Y6655D01*
X-31512Y6625D01*
X-31601Y6596D01*
X-31712Y6559D01*
X-31838Y6514D01*
X-31978Y6470D01*
X-31986D01*
X-32008Y6463D01*
X-32045Y6448D01*
X-32089Y6433D01*
X-32141Y6411D01*
X-32208Y6389D01*
X-32356Y6329D01*
X-32519Y6255D01*
X-32689Y6166D01*
X-32852Y6063D01*
X-33000Y5945D01*
X-33007D01*
X-33015Y5930D01*
X-33059Y5885D01*
X-33118Y5811D01*
X-33185Y5708D01*
X-33251Y5582D01*
X-33303Y5419D01*
X-33347Y5234D01*
X-33355Y5130D01*
X-33362Y5020D01*
Y3599D01*
Y4945D01*
X-33355Y4864D01*
X-33333Y4768D01*
X-33310Y4650D01*
X-33274Y4524D01*
X-33222Y4391D01*
X-33148Y4265D01*
X-33140Y4250D01*
X-33111Y4213D01*
X-33059Y4154D01*
X-32992Y4087D01*
X-32904Y4006D01*
X-32792Y3924D01*
X-32667Y3843D01*
X-32526Y3769D01*
X-32519D01*
X-32511Y3762D01*
X-32482Y3754D01*
X-32452Y3739D01*
X-32415Y3732D01*
X-32371Y3717D01*
X-32252Y3687D01*
X-32112Y3650D01*
X-31949Y3628D01*
X-31771Y3606D01*
X-31571Y3599D01*
X-29847D01*
X-31527D01*
X-31468Y3606D01*
X-31394D01*
X-31305Y3621D01*
X-31201Y3636D01*
X-31083Y3650D01*
X-30957Y3680D01*
X-30817Y3717D01*
X-30676Y3762D01*
X-30536Y3813D01*
X-30395Y3872D01*
X-30247Y3946D01*
X-30106Y4035D01*
X-29973Y4139D01*
X-29847Y4250D01*
X-30328Y4790D01*
X-30336Y4783D01*
X-30351Y4768D01*
X-30380Y4746D01*
X-30424Y4716D01*
X-30476Y4679D01*
X-30536Y4635D01*
X-30610Y4598D01*
X-30683Y4553D01*
X-30772Y4501D01*
X-30869Y4465D01*
X-31083Y4383D01*
X-31194Y4354D01*
X-31320Y4331D01*
X-31438Y4316D01*
X-31571Y4309D01*
X-31638D01*
X-31705Y4316D01*
X-31793Y4331D01*
X-31890Y4354D01*
X-31993Y4383D01*
X-32097Y4420D01*
X-32193Y4479D01*
X-32201Y4487D01*
X-32230Y4509D01*
X-32267Y4553D01*
X-32319Y4605D01*
X-32363Y4679D01*
X-32400Y4761D01*
X-32430Y4864D01*
X-32437Y4975D01*
Y4983D01*
Y5005D01*
Y5042D01*
X-32430Y5086D01*
X-32408Y5182D01*
X-32363Y5279D01*
Y5286D01*
X-32348Y5301D01*
X-32334Y5323D01*
X-32304Y5353D01*
X-32274Y5390D01*
X-32230Y5426D01*
X-32178Y5471D01*
X-32112Y5508D01*
X-32104Y5515D01*
X-32075Y5523D01*
X-32038Y5545D01*
X-31971Y5574D01*
X-31897Y5604D01*
X-31801Y5641D01*
X-31690Y5678D01*
X-31564Y5715D01*
X-31557D01*
X-31534Y5723D01*
X-31490Y5737D01*
X-31438Y5759D01*
X-31379Y5782D01*
X-31305Y5804D01*
X-31224Y5833D01*
X-31135Y5870D01*
X-30950Y5952D01*
X-30765Y6041D01*
X-30587Y6152D01*
X-30506Y6204D01*
X-30432Y6263D01*
X-30424Y6270D01*
X-30417Y6278D01*
X-30373Y6322D01*
X-30314Y6396D01*
X-30247Y6492D01*
X-30180Y6618D01*
X-30121Y6766D01*
X-30077Y6929D01*
X-30069Y7025D01*
X-30062Y7121D01*
Y7129D01*
Y7136D01*
Y7158D01*
Y7188D01*
X-30077Y7254D01*
X-30092Y7343D01*
X-30114Y7447D01*
X-30151Y7565D01*
X-30202Y7676D01*
X-30269Y7787D01*
X-30277Y7802D01*
X-30306Y7839D01*
X-30358Y7891D01*
X-30424Y7957D01*
X-30506Y8031D01*
X-30602Y8105D01*
X-30720Y8172D01*
X-30846Y8239D01*
X-30854D01*
X-30861Y8246D01*
X-30883Y8253D01*
X-30913Y8261D01*
X-30987Y8290D01*
X-31091Y8320D01*
X-31209Y8349D01*
X-31350Y8379D01*
X-31505Y8394D01*
X-31675Y8401D01*
X-29847D01*
D02*
G37*
%LPD*%
G36*
X-45128Y4886D02*
X-45106Y4783D01*
X-45084Y4672D01*
X-45047Y4546D01*
X-44995Y4420D01*
X-44921Y4294D01*
X-44914Y4279D01*
X-44884Y4242D01*
X-44832Y4183D01*
X-44766Y4109D01*
X-44684Y4028D01*
X-44581Y3939D01*
X-44462Y3858D01*
X-44322Y3784D01*
X-44314D01*
X-44307Y3776D01*
X-44285Y3769D01*
X-44255Y3754D01*
X-44218Y3739D01*
X-44174Y3725D01*
X-44070Y3695D01*
X-43937Y3658D01*
X-43789Y3628D01*
X-43619Y3606D01*
X-43441Y3599D01*
X-45136D01*
Y4960D01*
X-45128Y4886D01*
D02*
G37*
G36*
X-65145Y4886D02*
X-65123Y4783D01*
X-65101Y4672D01*
X-65064Y4546D01*
X-65012Y4420D01*
X-64938Y4294D01*
X-64931Y4279D01*
X-64901Y4242D01*
X-64849Y4183D01*
X-64783Y4109D01*
X-64701Y4028D01*
X-64598Y3939D01*
X-64479Y3858D01*
X-64339Y3784D01*
X-64331D01*
X-64324Y3776D01*
X-64302Y3769D01*
X-64272Y3754D01*
X-64235Y3739D01*
X-64191Y3725D01*
X-64087Y3695D01*
X-63954Y3658D01*
X-63806Y3628D01*
X-63636Y3606D01*
X-63458Y3599D01*
X-65153D01*
Y4960D01*
X-65145Y4886D01*
D02*
G37*
G36*
X-59632Y7706D02*
X-59566Y7691D01*
X-59492Y7661D01*
X-59403Y7617D01*
X-59314Y7543D01*
X-59270Y7498D01*
X-59225Y7447D01*
X-59181Y7388D01*
X-59144Y7314D01*
Y7306D01*
X-59136Y7299D01*
X-59129Y7269D01*
X-59114Y7239D01*
X-59100Y7195D01*
X-59085Y7143D01*
X-59062Y7077D01*
X-59048Y7003D01*
X-59033Y6921D01*
X-59011Y6825D01*
X-58996Y6714D01*
X-58981Y6596D01*
X-58966Y6463D01*
X-58959Y6322D01*
X-58951Y6166D01*
Y6004D01*
Y5996D01*
Y5974D01*
Y5937D01*
Y5893D01*
Y5833D01*
Y5767D01*
X-58959Y5619D01*
Y5449D01*
X-58974Y5279D01*
X-58981Y5123D01*
X-58988Y5049D01*
X-58996Y4983D01*
X-60180Y7513D01*
X-60172Y7521D01*
X-60150Y7543D01*
X-60113Y7580D01*
X-60062Y7617D01*
X-59995Y7647D01*
X-59913Y7683D01*
X-59810Y7706D01*
X-59692Y7713D01*
X-59677D01*
X-59632Y7706D01*
D02*
G37*
G36*
X-59247Y4435D02*
X-59255Y4428D01*
X-59277Y4413D01*
X-59307Y4383D01*
X-59359Y4354D01*
X-59418Y4324D01*
X-59492Y4294D01*
X-59588Y4279D01*
X-59692Y4272D01*
X-59706D01*
X-59751Y4279D01*
X-59817Y4294D01*
X-59899Y4324D01*
X-59987Y4368D01*
X-60076Y4442D01*
X-60121Y4487D01*
X-60165Y4538D01*
X-60202Y4605D01*
X-60239Y4672D01*
Y4679D01*
X-60246Y4694D01*
X-60254Y4716D01*
X-60269Y4746D01*
X-60283Y4790D01*
X-60298Y4849D01*
X-60321Y4916D01*
X-60335Y4990D01*
X-60350Y5071D01*
X-60372Y5175D01*
X-60387Y5279D01*
X-60402Y5404D01*
X-60417Y5537D01*
X-60424Y5678D01*
X-60431Y5833D01*
Y6004D01*
Y6011D01*
Y6033D01*
Y6063D01*
Y6107D01*
Y6159D01*
Y6211D01*
Y6352D01*
X-60424Y6499D01*
X-60417Y6647D01*
X-60409Y6796D01*
X-60402Y6921D01*
X-59247Y4435D01*
D02*
G37*
G36*
X-38698Y7506D02*
X-38705Y7469D01*
Y7432D01*
Y7395D01*
X-38712Y7350D01*
Y7299D01*
Y7232D01*
X-38720Y7165D01*
Y7084D01*
Y6995D01*
X-38727Y6899D01*
Y6796D01*
Y6684D01*
Y6559D01*
Y6551D01*
Y6544D01*
Y6522D01*
Y6492D01*
Y6425D01*
Y6337D01*
Y6233D01*
Y6129D01*
X-38720Y6026D01*
Y5930D01*
X-38624Y3680D01*
X-40710D01*
X-40607Y5937D01*
Y5945D01*
Y5959D01*
Y5982D01*
Y6011D01*
X-40600Y6092D01*
Y6204D01*
X-40592Y6329D01*
Y6470D01*
X-40585Y6618D01*
Y6766D01*
Y6773D01*
Y6788D01*
Y6818D01*
Y6855D01*
Y6892D01*
Y6944D01*
Y7055D01*
X-40592Y7180D01*
Y7306D01*
X-40600Y7424D01*
X-40607Y7521D01*
X-40059Y4472D01*
X-39290D01*
X-38698Y7521D01*
Y7506D01*
D02*
G37*
%LPC*%
G36*
X29250Y70900D02*
X28473D01*
Y69583D01*
X27171D01*
Y70900D01*
D01*
D01*
Y67556D01*
Y68873D01*
X28473D01*
Y67556D01*
X27171D01*
X30538D01*
D01*
X29250D01*
Y68873D01*
X30538D01*
Y69583D01*
X29250D01*
Y70900D01*
D02*
G37*
G36*
X34830Y71766D02*
X32336D01*
X30885Y67134D01*
X31803D01*
X32121Y68214D01*
X33623D01*
X33942Y67134D01*
X34830D01*
X33379Y71766D01*
X34830D01*
D02*
G37*
%LPD*%
G36*
X33453Y68932D02*
X32291D01*
X32868Y71048D01*
X33453Y68932D01*
D02*
G37*
%LPC*%
G36*
X7933Y-73826D02*
X7644Y-74885D01*
X8225D01*
X7933Y-73826D01*
D02*
G37*
G36*
X-4077D02*
X-4366Y-74885D01*
X-3785D01*
X-4077Y-73826D01*
D02*
G37*
G36*
X13956Y-74296D02*
X13916D01*
X13882Y-74304D01*
X13819Y-74322D01*
X13768Y-74352D01*
X13723Y-74382D01*
X13690Y-74411D01*
X13664Y-74441D01*
X13646Y-74459D01*
X13642Y-74463D01*
Y-74467D01*
Y-75262D01*
X13668Y-75303D01*
X13697Y-75336D01*
X13723Y-75366D01*
X13753Y-75392D01*
X13782Y-75414D01*
X13808Y-75432D01*
X13864Y-75458D01*
X13908Y-75477D01*
X13945Y-75484D01*
X13960Y-75488D01*
X13979D01*
X14034Y-75480D01*
X14086Y-75462D01*
X14130Y-75432D01*
X14167Y-75395D01*
X14197Y-75347D01*
X14223Y-75299D01*
X14245Y-75244D01*
X14264Y-75188D01*
X14278Y-75133D01*
X14286Y-75077D01*
X14293Y-75029D01*
X14300Y-74981D01*
Y-74944D01*
X14304Y-74914D01*
Y-74896D01*
Y-74888D01*
Y-74833D01*
X14300Y-74781D01*
X14297Y-74733D01*
X14289Y-74689D01*
X14282Y-74648D01*
X14275Y-74611D01*
X14256Y-74548D01*
X14241Y-74500D01*
X14227Y-74467D01*
X14215Y-74448D01*
X14212Y-74441D01*
X14175Y-74393D01*
X14130Y-74356D01*
X14090Y-74330D01*
X14045Y-74315D01*
X14008Y-74304D01*
X13979Y-74300D01*
X13956Y-74296D01*
D02*
G37*
G36*
X-27879Y71171D02*
X-28360D01*
X-28493Y71163D01*
X-28604Y71148D01*
X-28700Y71126D01*
X-28781Y71104D01*
X-28841Y71082D01*
X-28878Y71060D01*
X-28907Y71045D01*
X-28915Y71037D01*
X-28974Y70978D01*
X-29018Y70912D01*
X-29055Y70838D01*
X-29077Y70771D01*
X-29092Y70704D01*
X-29100Y70653D01*
Y70616D01*
Y70601D01*
X-29092Y70490D01*
X-29070Y70394D01*
X-29048Y70312D01*
X-29018Y70246D01*
X-28981Y70201D01*
X-28959Y70164D01*
X-28937Y70142D01*
X-28929Y70135D01*
X-28855Y70090D01*
X-28774Y70053D01*
X-28685Y70031D01*
X-28604Y70009D01*
X-28522Y70001D01*
X-28463Y69994D01*
X-27879D01*
Y71171D01*
D02*
G37*
G36*
Y69298D02*
X-28456D01*
X-28596Y69291D01*
X-28715Y69276D01*
X-28818Y69247D01*
X-28907Y69224D01*
X-28974Y69195D01*
X-29026Y69165D01*
X-29055Y69150D01*
X-29063Y69143D01*
X-29137Y69076D01*
X-29188Y68995D01*
X-29225Y68899D01*
X-29248Y68810D01*
X-29270Y68729D01*
X-29277Y68662D01*
Y68610D01*
Y68603D01*
Y68595D01*
X-29270Y68484D01*
X-29240Y68381D01*
X-29196Y68292D01*
X-29144Y68218D01*
X-29077Y68159D01*
X-29011Y68107D01*
X-28929Y68063D01*
X-28855Y68026D01*
X-28774Y67996D01*
X-28693Y67981D01*
X-28626Y67966D01*
X-28559Y67952D01*
X-28508D01*
X-28463Y67944D01*
X-27879D01*
Y69298D01*
D02*
G37*
G36*
X-43506Y70950D02*
X-44283D01*
Y69633D01*
X-45585D01*
Y70950D01*
Y67606D01*
Y68923D01*
X-44283D01*
Y67606D01*
X-45585D01*
X-42218D01*
X-43506D01*
Y68923D01*
X-42218D01*
Y69633D01*
X-43506D01*
Y70950D01*
D02*
G37*
G36*
X-38400Y71816D02*
X-39776D01*
X-39828Y71809D01*
X-39887D01*
X-39961Y71801D01*
X-40043Y71794D01*
X-40132Y71779D01*
X-40324Y71750D01*
X-40524Y71698D01*
X-40731Y71631D01*
X-40923Y71535D01*
X-40931D01*
X-40946Y71520D01*
X-40968Y71505D01*
X-40997Y71483D01*
X-41079Y71409D01*
X-41123Y71365D01*
X-41168Y71313D01*
X-41212Y71254D01*
X-41256Y71187D01*
X-41301Y71113D01*
X-41338Y71024D01*
X-41367Y70936D01*
X-41390Y70832D01*
X-41404Y70728D01*
X-41412Y70610D01*
Y70603D01*
Y70595D01*
Y70573D01*
Y70543D01*
X-41397Y70462D01*
X-41382Y70366D01*
X-41352Y70262D01*
X-41308Y70144D01*
X-41241Y70033D01*
X-41160Y69922D01*
X-41145Y69907D01*
X-41116Y69877D01*
X-41064Y69840D01*
X-40990Y69789D01*
X-40909Y69737D01*
X-40805Y69692D01*
X-40694Y69655D01*
X-40576Y69641D01*
X-40613D01*
X-40642Y69633D01*
X-40723Y69618D01*
X-40820Y69596D01*
X-40938Y69559D01*
X-41056Y69507D01*
X-41182Y69433D01*
X-41301Y69345D01*
X-41315Y69330D01*
X-41352Y69293D01*
X-41397Y69234D01*
X-41456Y69145D01*
X-41515Y69034D01*
X-41560Y68893D01*
X-41597Y68730D01*
X-41611Y68545D01*
Y71816D01*
Y67184D01*
D01*
Y68479D01*
X-41604Y68427D01*
X-41597Y68368D01*
X-41582Y68294D01*
X-41545Y68138D01*
X-41515Y68057D01*
X-41486Y67968D01*
X-41441Y67879D01*
X-41390Y67791D01*
X-41330Y67709D01*
X-41256Y67628D01*
X-41182Y67561D01*
X-41086Y67495D01*
X-41079D01*
X-41064Y67480D01*
X-41034Y67465D01*
X-40990Y67443D01*
X-40946Y67421D01*
X-40879Y67398D01*
X-40812Y67369D01*
X-40731Y67339D01*
X-40642Y67310D01*
X-40538Y67280D01*
X-40435Y67258D01*
X-40317Y67236D01*
X-40198Y67213D01*
X-40065Y67199D01*
X-39784Y67184D01*
X-38400D01*
Y71816D01*
D02*
G37*
%LPD*%
G36*
X-39288Y69944D02*
X-39873D01*
X-39932Y69951D01*
X-40013Y69959D01*
X-40095Y69981D01*
X-40183Y70003D01*
X-40265Y70040D01*
X-40339Y70085D01*
X-40346Y70092D01*
X-40368Y70114D01*
X-40391Y70151D01*
X-40428Y70196D01*
X-40457Y70262D01*
X-40479Y70344D01*
X-40501Y70440D01*
X-40509Y70551D01*
Y70566D01*
Y70603D01*
X-40501Y70654D01*
X-40487Y70721D01*
X-40464Y70788D01*
X-40428Y70862D01*
X-40383Y70928D01*
X-40324Y70987D01*
X-40317Y70995D01*
X-40287Y71010D01*
X-40250Y71032D01*
X-40191Y71054D01*
X-40109Y71076D01*
X-40013Y71098D01*
X-39902Y71113D01*
X-39769Y71121D01*
X-39288D01*
Y69944D01*
D02*
G37*
G36*
Y67894D02*
X-39873D01*
X-39917Y67902D01*
X-39969D01*
X-40035Y67916D01*
X-40102Y67931D01*
X-40183Y67946D01*
X-40265Y67976D01*
X-40339Y68013D01*
X-40420Y68057D01*
X-40487Y68109D01*
X-40553Y68168D01*
X-40605Y68242D01*
X-40650Y68331D01*
X-40679Y68434D01*
X-40687Y68545D01*
Y68553D01*
Y68560D01*
Y68612D01*
X-40679Y68679D01*
X-40657Y68760D01*
X-40635Y68849D01*
X-40598Y68945D01*
X-40546Y69026D01*
X-40472Y69093D01*
X-40464Y69100D01*
X-40435Y69115D01*
X-40383Y69145D01*
X-40317Y69174D01*
X-40228Y69197D01*
X-40124Y69226D01*
X-40006Y69241D01*
X-39865Y69248D01*
X-39288D01*
Y67894D01*
D02*
G37*
%LPC*%
G36*
X-6061Y19312D02*
X-7696D01*
X-6801D01*
Y15376D01*
X-7696D01*
Y14680D01*
X-4840D01*
Y15376D01*
X-5942D01*
Y18432D01*
X-4988Y17825D01*
X-4632Y18417D01*
X-6061Y19312D01*
D02*
G37*
G36*
X1709Y19401D02*
X1554D01*
X1517Y19394D01*
X1465D01*
X1413Y19387D01*
X1280Y19364D01*
X1132Y19327D01*
X962Y19268D01*
X792Y19187D01*
X703Y19142D01*
X614Y19083D01*
X940Y18528D01*
X947D01*
X955Y18535D01*
X999Y18558D01*
X1066Y18587D01*
X1154Y18624D01*
X1258Y18661D01*
X1369Y18691D01*
X1487Y18713D01*
X1606Y18721D01*
X1643D01*
X1672Y18713D01*
X1754Y18698D01*
X1850Y18669D01*
X1961Y18624D01*
X2072Y18550D01*
X2131Y18506D01*
X2190Y18447D01*
X2242Y18387D01*
X2294Y18314D01*
Y18306D01*
X2301Y18291D01*
X2316Y18269D01*
X2331Y18239D01*
X2353Y18203D01*
X2375Y18151D01*
X2398Y18091D01*
X2427Y18032D01*
X2449Y17958D01*
X2479Y17877D01*
X2523Y17699D01*
X2553Y17485D01*
X2575Y17255D01*
X2568Y17263D01*
X2560Y17278D01*
X2546Y17300D01*
X2516Y17337D01*
X2486Y17374D01*
X2442Y17418D01*
X2390Y17462D01*
X2338Y17514D01*
X2272Y17559D01*
X2205Y17603D01*
X2124Y17648D01*
X2035Y17684D01*
X1939Y17721D01*
X1835Y17744D01*
X1724Y17759D01*
X1606Y17766D01*
X1539D01*
X1473Y17759D01*
X1376Y17744D01*
X1273Y17721D01*
X1162Y17692D01*
X1043Y17655D01*
X925Y17596D01*
X910Y17588D01*
X873Y17566D01*
X821Y17522D01*
X747Y17470D01*
X673Y17396D01*
X592Y17307D01*
X518Y17203D01*
X444Y17078D01*
Y17070D01*
X437Y17063D01*
X414Y17018D01*
X385Y16944D01*
X355Y16848D01*
X326Y16730D01*
X296Y16589D01*
X274Y16434D01*
X266Y16264D01*
Y14599D01*
Y16182D01*
X274Y16138D01*
Y16086D01*
X289Y15975D01*
X318Y15834D01*
X355Y15687D01*
X407Y15539D01*
X474Y15391D01*
Y15383D01*
X481Y15376D01*
X511Y15324D01*
X555Y15257D01*
X614Y15176D01*
X696Y15080D01*
X792Y14976D01*
X903Y14887D01*
X1029Y14798D01*
X1036D01*
X1043Y14791D01*
X1066Y14784D01*
X1088Y14769D01*
X1162Y14732D01*
X1258Y14702D01*
X1376Y14665D01*
X1510Y14628D01*
X1665Y14606D01*
X1828Y14599D01*
X1865D01*
D01*
X3456D01*
X1865D01*
X1909Y14606D01*
X1968D01*
X2035Y14621D01*
X2116Y14628D01*
X2205Y14650D01*
X2301Y14673D01*
X2398Y14702D01*
X2501Y14747D01*
X2605Y14791D01*
X2708Y14850D01*
X2805Y14917D01*
X2901Y14998D01*
X2982Y15094D01*
X3064Y15198D01*
X3071Y15205D01*
X3078Y15228D01*
X3101Y15265D01*
X3123Y15309D01*
X3152Y15368D01*
X3189Y15442D01*
X3226Y15531D01*
X3256Y15635D01*
X3293Y15746D01*
X3330Y15864D01*
X3367Y16005D01*
X3397Y16145D01*
X3419Y16308D01*
X3441Y16471D01*
X3448Y16648D01*
X3456Y16841D01*
Y16967D01*
X3448Y17033D01*
X3441Y17115D01*
Y17196D01*
X3426Y17292D01*
X3404Y17500D01*
X3367Y17729D01*
X3315Y17958D01*
X3241Y18180D01*
Y18188D01*
X3234Y18203D01*
X3219Y18239D01*
X3204Y18277D01*
X3182Y18321D01*
X3152Y18380D01*
X3078Y18506D01*
X2990Y18654D01*
X2879Y18802D01*
X2753Y18943D01*
X2605Y19076D01*
X2597Y19083D01*
X2583Y19091D01*
X2560Y19105D01*
X2531Y19128D01*
X2486Y19150D01*
X2442Y19179D01*
X2383Y19209D01*
X2324Y19239D01*
X2176Y19298D01*
X2005Y19350D01*
X1813Y19387D01*
X1709Y19401D01*
D02*
G37*
G36*
X-10301D02*
X-10456D01*
X-10493Y19394D01*
X-10545D01*
X-10597Y19387D01*
X-10730Y19364D01*
X-10878Y19327D01*
X-11048Y19268D01*
X-11218Y19187D01*
X-11307Y19142D01*
X-11396Y19083D01*
X-11070Y18528D01*
X-11063D01*
X-11056Y18535D01*
X-11011Y18558D01*
X-10945Y18587D01*
X-10856Y18624D01*
X-10752Y18661D01*
X-10641Y18691D01*
X-10523Y18713D01*
X-10404Y18721D01*
X-10367D01*
X-10338Y18713D01*
X-10256Y18698D01*
X-10160Y18669D01*
X-10049Y18624D01*
X-9938Y18550D01*
X-9879Y18506D01*
X-9820Y18447D01*
X-9768Y18387D01*
X-9716Y18314D01*
Y18306D01*
X-9709Y18291D01*
X-9694Y18269D01*
X-9679Y18239D01*
X-9657Y18203D01*
X-9635Y18151D01*
X-9613Y18091D01*
X-9583Y18032D01*
X-9561Y17958D01*
X-9531Y17877D01*
X-9487Y17699D01*
X-9457Y17485D01*
X-9435Y17255D01*
X-9442Y17263D01*
X-9450Y17278D01*
X-9465Y17300D01*
X-9494Y17337D01*
X-9524Y17374D01*
X-9568Y17418D01*
X-9620Y17462D01*
X-9672Y17514D01*
X-9738Y17559D01*
X-9805Y17603D01*
X-9886Y17648D01*
X-9975Y17684D01*
X-10071Y17721D01*
X-10175Y17744D01*
X-10286Y17759D01*
X-10404Y17766D01*
X-10471D01*
X-10538Y17759D01*
X-10634Y17744D01*
X-10737Y17721D01*
X-10848Y17692D01*
X-10967Y17655D01*
X-11085Y17596D01*
X-11100Y17588D01*
X-11137Y17566D01*
X-11189Y17522D01*
X-11263Y17470D01*
X-11337Y17396D01*
X-11418Y17307D01*
X-11492Y17203D01*
X-11566Y17078D01*
Y17070D01*
X-11574Y17063D01*
X-11596Y17018D01*
X-11625Y16944D01*
X-11655Y16848D01*
X-11685Y16730D01*
X-11714Y16589D01*
X-11736Y16434D01*
X-11744Y16264D01*
Y16271D01*
Y14599D01*
Y16182D01*
X-11736Y16138D01*
Y16086D01*
X-11722Y15975D01*
X-11692Y15834D01*
X-11655Y15687D01*
X-11603Y15539D01*
X-11537Y15391D01*
Y15383D01*
X-11529Y15376D01*
X-11500Y15324D01*
X-11455Y15257D01*
X-11396Y15176D01*
X-11315Y15080D01*
X-11218Y14976D01*
X-11107Y14887D01*
X-10982Y14798D01*
X-10974D01*
X-10967Y14791D01*
X-10945Y14784D01*
X-10922Y14769D01*
X-10848Y14732D01*
X-10752Y14702D01*
X-10634Y14665D01*
X-10501Y14628D01*
X-10345Y14606D01*
X-10182Y14599D01*
X-8554D01*
D01*
X-10145D01*
X-10101Y14606D01*
X-10042D01*
X-9975Y14621D01*
X-9894Y14628D01*
X-9805Y14650D01*
X-9709Y14673D01*
X-9613Y14702D01*
X-9509Y14747D01*
X-9405Y14791D01*
X-9302Y14850D01*
X-9206Y14917D01*
X-9109Y14998D01*
X-9028Y15094D01*
X-8947Y15198D01*
X-8939Y15205D01*
X-8932Y15228D01*
X-8910Y15265D01*
X-8887Y15309D01*
X-8858Y15368D01*
X-8821Y15442D01*
X-8784Y15531D01*
X-8754Y15635D01*
X-8717Y15746D01*
X-8680Y15864D01*
X-8643Y16005D01*
X-8614Y16145D01*
X-8591Y16308D01*
X-8569Y16471D01*
X-8562Y16648D01*
X-8554Y16841D01*
Y16967D01*
X-8562Y17033D01*
X-8569Y17115D01*
Y17196D01*
X-8584Y17292D01*
X-8606Y17500D01*
X-8643Y17729D01*
X-8695Y17958D01*
X-8769Y18180D01*
Y18188D01*
X-8776Y18203D01*
X-8791Y18239D01*
X-8806Y18277D01*
X-8828Y18321D01*
X-8858Y18380D01*
X-8932Y18506D01*
X-9021Y18654D01*
X-9132Y18802D01*
X-9257Y18943D01*
X-9405Y19076D01*
X-9413Y19083D01*
X-9428Y19091D01*
X-9450Y19105D01*
X-9479Y19128D01*
X-9524Y19150D01*
X-9568Y19179D01*
X-9627Y19209D01*
X-9687Y19239D01*
X-9835Y19298D01*
X-10005Y19350D01*
X-10197Y19387D01*
X-10301Y19401D01*
D02*
G37*
G36*
X11492Y19312D02*
X10464D01*
X9872Y16301D01*
X9309Y19312D01*
X8281D01*
X8022Y14680D01*
D01*
X11744D01*
D01*
X11492Y19312D01*
D02*
G37*
G36*
X-474Y19401D02*
X-2190D01*
X-2264Y19394D01*
X-2368Y19387D01*
X-2479Y19364D01*
X-2605Y19342D01*
X-2731Y19305D01*
X-2856Y19261D01*
X-2864D01*
X-2871Y19253D01*
X-2908Y19231D01*
X-2975Y19202D01*
X-3049Y19157D01*
X-3130Y19098D01*
X-3219Y19024D01*
X-3308Y18935D01*
X-3389Y18839D01*
X-3397Y18824D01*
X-3419Y18787D01*
X-3456Y18735D01*
X-3493Y18654D01*
X-3530Y18558D01*
X-3567Y18447D01*
X-3589Y18321D01*
X-3596Y18180D01*
Y18166D01*
Y18121D01*
X-3589Y18062D01*
X-3574Y17980D01*
X-3552Y17884D01*
X-3515Y17788D01*
X-3471Y17684D01*
X-3404Y17588D01*
X-3397Y17581D01*
X-3367Y17544D01*
X-3323Y17500D01*
X-3263Y17440D01*
X-3189Y17374D01*
X-3093Y17307D01*
X-2982Y17241D01*
X-2856Y17174D01*
X-2864D01*
X-2879Y17166D01*
X-2901Y17159D01*
X-2930Y17144D01*
X-3004Y17107D01*
X-3101Y17055D01*
X-3212Y16989D01*
X-3323Y16907D01*
X-3434Y16804D01*
X-3530Y16693D01*
X-3537Y16678D01*
X-3567Y16634D01*
X-3611Y16567D01*
X-3656Y16486D01*
X-3700Y16375D01*
X-3744Y16249D01*
X-3774Y16108D01*
X-3781Y15960D01*
Y15968D01*
Y14599D01*
Y15894D01*
X-3774Y15820D01*
X-3759Y15731D01*
X-3730Y15620D01*
X-3693Y15502D01*
X-3641Y15376D01*
X-3574Y15257D01*
X-3567Y15243D01*
X-3537Y15205D01*
X-3493Y15146D01*
X-3426Y15080D01*
X-3345Y14998D01*
X-3249Y14917D01*
X-3130Y14843D01*
X-2997Y14769D01*
X-2990D01*
X-2982Y14762D01*
X-2960Y14754D01*
X-2930Y14739D01*
X-2849Y14717D01*
X-2745Y14687D01*
X-2620Y14650D01*
X-2464Y14628D01*
X-2301Y14606D01*
X-2116Y14599D01*
X-2028D01*
X-1983Y14606D01*
X-1931D01*
X-1813Y14621D01*
X-1672Y14643D01*
X-1524Y14673D01*
X-1376Y14710D01*
X-1228Y14769D01*
X-1221D01*
X-1214Y14776D01*
X-1169Y14798D01*
X-1103Y14843D01*
X-1021Y14895D01*
X-932Y14961D01*
X-836Y15050D01*
X-747Y15139D01*
X-666Y15250D01*
X-659Y15265D01*
X-636Y15302D01*
X-607Y15368D01*
X-570Y15450D01*
X-533Y15553D01*
X-503Y15672D01*
X-481Y15798D01*
X-474Y15938D01*
Y15975D01*
X-481Y16012D01*
X-488Y16071D01*
X-503Y16138D01*
X-518Y16212D01*
X-548Y16293D01*
X-585Y16389D01*
X-629Y16478D01*
X-688Y16575D01*
X-755Y16671D01*
X-844Y16767D01*
X-940Y16863D01*
X-1058Y16952D01*
X-1191Y17026D01*
X-1347Y17100D01*
X-1339D01*
X-1332Y17107D01*
X-1288Y17130D01*
X-1228Y17159D01*
X-1154Y17203D01*
X-1066Y17255D01*
X-984Y17322D01*
X-903Y17403D01*
X-829Y17492D01*
X-821Y17507D01*
X-799Y17537D01*
X-777Y17596D01*
X-747Y17670D01*
X-710Y17759D01*
X-688Y17877D01*
X-666Y18003D01*
X-659Y18143D01*
Y18151D01*
Y18158D01*
Y18180D01*
Y18210D01*
X-673Y18284D01*
X-688Y18380D01*
X-710Y18484D01*
X-747Y18602D01*
X-799Y18713D01*
X-866Y18824D01*
X-873Y18839D01*
X-903Y18868D01*
X-947Y18920D01*
X-1014Y18987D01*
X-1088Y19053D01*
X-1184Y19128D01*
X-1295Y19194D01*
X-1413Y19253D01*
X-1421D01*
X-1428Y19261D01*
X-1473Y19275D01*
X-1539Y19298D01*
X-1628Y19327D01*
X-1739Y19357D01*
X-1857Y19379D01*
X-1991Y19394D01*
X-2124Y19401D01*
X-474D01*
D02*
G37*
G36*
X7689Y19312D02*
X4063D01*
X4151Y18573D01*
X5439D01*
Y14680D01*
X7689D01*
X6334D01*
Y18573D01*
X7689D01*
Y19312D01*
D02*
G37*
%LPD*%
G36*
X1850Y17093D02*
X1909Y17085D01*
X1976Y17070D01*
X2050Y17041D01*
X2131Y17011D01*
X2213Y16967D01*
X2220Y16959D01*
X2250Y16944D01*
X2287Y16915D01*
X2338Y16878D01*
X2390Y16826D01*
X2449Y16767D01*
X2509Y16700D01*
X2568Y16626D01*
Y16619D01*
Y16597D01*
Y16560D01*
X2560Y16508D01*
Y16449D01*
X2553Y16382D01*
X2538Y16234D01*
X2516Y16064D01*
X2486Y15886D01*
X2442Y15731D01*
X2412Y15657D01*
X2383Y15590D01*
X2375Y15575D01*
X2346Y15539D01*
X2309Y15487D01*
X2242Y15435D01*
X2168Y15376D01*
X2072Y15324D01*
X1954Y15287D01*
X1887Y15280D01*
X1820Y15272D01*
X1806D01*
X1769Y15280D01*
X1709Y15287D01*
X1635Y15302D01*
X1554Y15331D01*
X1465Y15376D01*
X1384Y15442D01*
X1317Y15524D01*
X1310Y15539D01*
X1288Y15568D01*
X1258Y15627D01*
X1228Y15709D01*
X1199Y15812D01*
X1169Y15931D01*
X1147Y16071D01*
X1140Y16234D01*
Y16241D01*
Y16271D01*
X1147Y16316D01*
Y16367D01*
X1162Y16434D01*
X1169Y16508D01*
X1214Y16671D01*
X1251Y16745D01*
X1288Y16826D01*
X1339Y16900D01*
X1399Y16967D01*
X1473Y17018D01*
X1554Y17063D01*
X1650Y17093D01*
X1761Y17100D01*
X1798D01*
X1850Y17093D01*
D02*
G37*
G36*
X-10160D02*
X-10101Y17085D01*
X-10034Y17070D01*
X-9960Y17041D01*
X-9879Y17011D01*
X-9798Y16967D01*
X-9790Y16959D01*
X-9761Y16944D01*
X-9724Y16915D01*
X-9672Y16878D01*
X-9620Y16826D01*
X-9561Y16767D01*
X-9502Y16700D01*
X-9442Y16626D01*
Y16619D01*
Y16597D01*
Y16560D01*
X-9450Y16508D01*
Y16449D01*
X-9457Y16382D01*
X-9472Y16234D01*
X-9494Y16064D01*
X-9524Y15886D01*
X-9568Y15731D01*
X-9598Y15657D01*
X-9627Y15590D01*
X-9635Y15575D01*
X-9664Y15539D01*
X-9701Y15487D01*
X-9768Y15435D01*
X-9842Y15376D01*
X-9938Y15324D01*
X-10057Y15287D01*
X-10123Y15280D01*
X-10190Y15272D01*
X-10205D01*
X-10242Y15280D01*
X-10301Y15287D01*
X-10375Y15302D01*
X-10456Y15331D01*
X-10545Y15376D01*
X-10626Y15442D01*
X-10693Y15524D01*
X-10700Y15539D01*
X-10723Y15568D01*
X-10752Y15627D01*
X-10782Y15709D01*
X-10811Y15812D01*
X-10841Y15931D01*
X-10863Y16071D01*
X-10871Y16234D01*
Y16241D01*
Y16271D01*
X-10863Y16316D01*
Y16367D01*
X-10848Y16434D01*
X-10841Y16508D01*
X-10797Y16671D01*
X-10760Y16745D01*
X-10723Y16826D01*
X-10671Y16900D01*
X-10612Y16967D01*
X-10538Y17018D01*
X-10456Y17063D01*
X-10360Y17093D01*
X-10249Y17100D01*
X-10212D01*
X-10160Y17093D01*
D02*
G37*
G36*
X10863Y18506D02*
X10856Y18469D01*
Y18432D01*
Y18395D01*
X10848Y18350D01*
Y18299D01*
Y18232D01*
X10841Y18166D01*
Y18084D01*
Y17995D01*
X10834Y17899D01*
Y17796D01*
Y17684D01*
Y17559D01*
Y17551D01*
Y17544D01*
Y17522D01*
Y17492D01*
Y17425D01*
Y17337D01*
Y17233D01*
Y17130D01*
X10841Y17026D01*
Y16930D01*
X10937Y14680D01*
X8850D01*
X8954Y16937D01*
Y16944D01*
Y16959D01*
Y16982D01*
Y17011D01*
X8961Y17093D01*
Y17203D01*
X8969Y17329D01*
Y17470D01*
X8976Y17618D01*
Y17766D01*
Y17773D01*
Y17788D01*
Y17818D01*
Y17855D01*
Y17892D01*
Y17943D01*
Y18055D01*
X8969Y18180D01*
Y18306D01*
X8961Y18425D01*
X8954Y18521D01*
X9502Y15472D01*
X10271D01*
X10863Y18521D01*
Y18506D01*
D02*
G37*
G36*
X-2020Y18735D02*
X-1954Y18721D01*
X-1880Y18706D01*
X-1798Y18676D01*
X-1724Y18632D01*
X-1658Y18580D01*
X-1650Y18573D01*
X-1635Y18550D01*
X-1606Y18513D01*
X-1576Y18469D01*
X-1547Y18402D01*
X-1517Y18328D01*
X-1502Y18239D01*
X-1495Y18136D01*
Y18128D01*
Y18106D01*
X-1502Y18069D01*
X-1510Y18018D01*
X-1532Y17914D01*
X-1554Y17862D01*
X-1584Y17810D01*
X-1591Y17803D01*
X-1598Y17788D01*
X-1621Y17766D01*
X-1650Y17736D01*
X-1687Y17707D01*
X-1724Y17670D01*
X-1835Y17603D01*
X-1843D01*
X-1865Y17588D01*
X-1902Y17573D01*
X-1954Y17551D01*
X-2020Y17522D01*
X-2094Y17492D01*
X-2183Y17462D01*
X-2279Y17425D01*
X-2294Y17433D01*
X-2324Y17455D01*
X-2368Y17485D01*
X-2420Y17522D01*
X-2479Y17566D01*
X-2538Y17618D01*
X-2597Y17677D01*
X-2642Y17736D01*
X-2649Y17744D01*
X-2664Y17766D01*
X-2679Y17803D01*
X-2701Y17855D01*
X-2723Y17914D01*
X-2745Y17980D01*
X-2753Y18055D01*
X-2760Y18143D01*
Y18158D01*
Y18188D01*
X-2753Y18239D01*
X-2738Y18299D01*
X-2723Y18373D01*
X-2694Y18447D01*
X-2649Y18513D01*
X-2597Y18580D01*
X-2590Y18587D01*
X-2568Y18602D01*
X-2531Y18632D01*
X-2479Y18661D01*
X-2412Y18691D01*
X-2331Y18721D01*
X-2235Y18735D01*
X-2124Y18743D01*
X-2072D01*
X-2020Y18735D01*
D02*
G37*
G36*
X-1865Y16819D02*
X-1835Y16804D01*
X-1806Y16782D01*
X-1717Y16715D01*
X-1621Y16619D01*
X-1524Y16500D01*
X-1436Y16353D01*
X-1406Y16264D01*
X-1376Y16175D01*
X-1362Y16071D01*
X-1354Y15968D01*
Y15953D01*
Y15916D01*
X-1362Y15849D01*
X-1376Y15775D01*
X-1399Y15694D01*
X-1436Y15612D01*
X-1480Y15524D01*
X-1547Y15450D01*
X-1554Y15442D01*
X-1584Y15420D01*
X-1628Y15391D01*
X-1695Y15361D01*
X-1776Y15331D01*
X-1872Y15302D01*
X-1991Y15280D01*
X-2124Y15272D01*
X-2183D01*
X-2250Y15280D01*
X-2331Y15294D01*
X-2427Y15316D01*
X-2523Y15353D01*
X-2612Y15398D01*
X-2694Y15457D01*
X-2701Y15464D01*
X-2723Y15494D01*
X-2760Y15531D01*
X-2797Y15590D01*
X-2827Y15664D01*
X-2864Y15746D01*
X-2886Y15842D01*
X-2893Y15953D01*
Y15960D01*
Y15990D01*
X-2886Y16034D01*
X-2879Y16093D01*
X-2864Y16153D01*
X-2849Y16212D01*
X-2819Y16278D01*
X-2782Y16338D01*
X-2775Y16345D01*
X-2760Y16367D01*
X-2738Y16389D01*
X-2701Y16427D01*
X-2657Y16471D01*
X-2605Y16508D01*
X-2538Y16552D01*
X-2464Y16589D01*
X-2457Y16597D01*
X-2427Y16612D01*
X-2383Y16626D01*
X-2316Y16656D01*
X-2235Y16693D01*
X-2139Y16737D01*
X-2020Y16782D01*
X-1887Y16834D01*
X-1880D01*
X-1865Y16819D01*
D02*
G37*
D12*
X-67200Y-1600D02*
X-66850D01*
X-67200Y-3400D02*
X-66850D01*
X-67200D02*
Y-1600D01*
X-66850Y-3400D02*
Y-1600D01*
X-68150Y-3400D02*
Y-1600D01*
X-67800Y-3400D02*
Y-1600D01*
X-68150D02*
X-67800D01*
X-68150Y-3400D02*
X-67800D01*
X-950Y39350D02*
Y40650D01*
Y39350D02*
X-600D01*
Y40650D01*
X-950D02*
X-600D01*
X600Y39350D02*
X950Y39350D01*
X600Y39350D02*
Y40650D01*
X950Y40650D01*
Y39350D02*
Y40650D01*
X-950Y46350D02*
Y47650D01*
Y46350D02*
X-600D01*
Y47650D01*
X-950D02*
X-600D01*
X600Y46350D02*
X950Y46350D01*
X600Y46350D02*
Y47650D01*
X950Y47650D01*
Y46350D02*
Y47650D01*
X-15650Y-28950D02*
X-14350D01*
X-14350Y-28600D02*
X-14350Y-28950D01*
X-15650Y-28600D02*
X-14350D01*
X-15650Y-28950D02*
X-15650Y-28600D01*
X-14350Y-27400D02*
Y-27050D01*
X-15650Y-27400D02*
X-14350D01*
X-15650D02*
Y-27050D01*
X-14350D01*
X-26400Y-36200D02*
Y-35850D01*
X-24600Y-36200D02*
Y-35850D01*
X-26400Y-36200D02*
X-24600D01*
X-26400Y-35850D02*
X-24600D01*
X-26400Y-37150D02*
X-24600D01*
X-26400Y-36800D02*
X-24600D01*
X-26400Y-37150D02*
Y-36800D01*
X-24600Y-37150D02*
Y-36800D01*
X-67200Y-12100D02*
X-66850D01*
X-67200Y-13900D02*
X-66850D01*
X-67200D02*
Y-12100D01*
X-66850Y-13900D02*
Y-12100D01*
X-68150Y-13900D02*
Y-12100D01*
X-67800Y-13900D02*
Y-12100D01*
X-68150D02*
X-67800D01*
X-68150Y-13900D02*
X-67800D01*
X-62900Y-36200D02*
Y-35850D01*
X-61100Y-36200D02*
Y-35850D01*
X-62900Y-36200D02*
X-61100D01*
X-62900Y-35850D02*
X-61100D01*
X-62900Y-37150D02*
X-61100D01*
X-62900Y-36800D02*
X-61100D01*
X-62900Y-37150D02*
Y-36800D01*
X-61100Y-37150D02*
Y-36800D01*
X-11650Y27950D02*
X-10350D01*
X-11650D02*
X-11650Y27600D01*
X-10350D01*
X-10350Y27950D01*
X-11650Y26050D02*
Y26400D01*
X-10350D01*
Y26050D02*
Y26400D01*
X-11650Y26050D02*
X-10350D01*
X-25650Y27950D02*
X-24350D01*
X-25650D02*
X-25650Y27600D01*
X-24350D01*
X-24350Y27950D01*
X-25650Y26050D02*
Y26400D01*
X-24350D01*
Y26050D02*
Y26400D01*
X-25650Y26050D02*
X-24350D01*
X17350Y27950D02*
X18650D01*
X17350D02*
X17350Y27600D01*
X18650D01*
X18650Y27950D01*
X17350Y26050D02*
Y26400D01*
X18650D01*
Y26050D02*
Y26400D01*
X17350Y26050D02*
X18650D01*
X3350Y27950D02*
X4650D01*
X3350D02*
X3350Y27600D01*
X4650D01*
X4650Y27950D01*
X3350Y26050D02*
Y26400D01*
X4650D01*
Y26050D02*
Y26400D01*
X3350Y26050D02*
X4650D01*
X-4650Y26100D02*
X-4300D01*
X-4650Y27900D02*
X-4300D01*
Y26100D02*
Y27900D01*
X-4650Y26100D02*
Y27900D01*
X-3350Y26100D02*
Y27900D01*
X-3700Y26100D02*
Y27900D01*
Y26100D02*
X-3350D01*
X-3700Y27900D02*
X-3350D01*
X-18650Y26100D02*
X-18300D01*
X-18650Y27900D02*
X-18300D01*
Y26100D02*
Y27900D01*
X-18650Y26100D02*
Y27900D01*
X-17350Y26100D02*
Y27900D01*
X-17700Y26100D02*
Y27900D01*
Y26100D02*
X-17350D01*
X-17700Y27900D02*
X-17350D01*
X24350Y26100D02*
X24700D01*
X24350Y27900D02*
X24700D01*
Y26100D02*
Y27900D01*
X24350Y26100D02*
Y27900D01*
X25650Y26100D02*
Y27900D01*
X25300Y26100D02*
Y27900D01*
Y26100D02*
X25650D01*
X25300Y27900D02*
X25650D01*
X11300D02*
X11650D01*
X11300Y26100D02*
X11650D01*
X11300D02*
Y27900D01*
X11650Y26100D02*
Y27900D01*
X10350Y26100D02*
Y27900D01*
X10700Y26100D02*
Y27900D01*
X10350D02*
X10700D01*
X10350Y26100D02*
X10700D01*
X-15650Y-23550D02*
X-14350D01*
X-15650D02*
X-15650Y-23900D01*
X-14350D01*
X-14350Y-23550D01*
X-15650Y-25450D02*
Y-25100D01*
X-14350D01*
Y-25450D02*
Y-25100D01*
X-15650Y-25450D02*
X-14350D01*
X-68150Y-32450D02*
X-66850D01*
X-66850Y-32100D02*
X-66850Y-32450D01*
X-68150Y-32100D02*
X-66850D01*
X-68150Y-32450D02*
X-68150Y-32100D01*
X-66850Y-30900D02*
Y-30550D01*
X-68150Y-30900D02*
X-66850D01*
X-68150D02*
Y-30550D01*
X-66850D01*
X4600Y-19700D02*
Y-19350D01*
X6400Y-19700D02*
Y-19350D01*
X4600Y-19700D02*
X6400D01*
X4600Y-19350D02*
X6400D01*
X4600Y-20650D02*
X6400D01*
X4600Y-20300D02*
X6400D01*
X4600Y-20650D02*
Y-20300D01*
X6400Y-20650D02*
Y-20300D01*
X8100Y-19700D02*
Y-19350D01*
X9900Y-19700D02*
Y-19350D01*
X8100Y-19700D02*
X9900D01*
X8100Y-19350D02*
X9900D01*
X8100Y-20650D02*
X9900D01*
X8100Y-20300D02*
X9900D01*
X8100Y-20650D02*
Y-20300D01*
X9900Y-20650D02*
Y-20300D01*
X-15650Y-21900D02*
X-15300D01*
X-15650Y-20100D02*
X-15300D01*
Y-21900D02*
Y-20100D01*
X-15650Y-21900D02*
Y-20100D01*
X-14350Y-21900D02*
Y-20100D01*
X-14700Y-21900D02*
Y-20100D01*
Y-21900D02*
X-14350D01*
X-14700Y-20100D02*
X-14350D01*
X-68150Y-39450D02*
X-66850D01*
X-66850Y-39100D02*
X-66850Y-39450D01*
X-68150Y-39100D02*
X-66850D01*
X-68150Y-39450D02*
X-68150Y-39100D01*
X-66850Y-37900D02*
Y-37550D01*
X-68150Y-37900D02*
X-66850D01*
X-68150D02*
Y-37550D01*
X-66850D01*
X22300Y-37100D02*
X22650D01*
X22300Y-38900D02*
X22650D01*
X22300D02*
Y-37100D01*
X22650Y-38900D02*
Y-37100D01*
X21350Y-38900D02*
Y-37100D01*
X21700Y-38900D02*
Y-37100D01*
X21350D02*
X21700D01*
X21350Y-38900D02*
X21700D01*
X21350Y-55550D02*
X22650D01*
X21350D02*
X21350Y-55900D01*
X22650D01*
X22650Y-55550D01*
X21350Y-57450D02*
Y-57100D01*
X22650D01*
Y-57450D02*
Y-57100D01*
X21350Y-57450D02*
X22650D01*
X-67200Y-34100D02*
X-66850D01*
X-67200Y-35900D02*
X-66850D01*
X-67200D02*
Y-34100D01*
X-66850Y-35900D02*
Y-34100D01*
X-68150Y-35900D02*
Y-34100D01*
X-67800Y-35900D02*
Y-34100D01*
X-68150D02*
X-67800D01*
X-68150Y-35900D02*
X-67800D01*
X-650Y-18400D02*
X-300D01*
X-650Y-16600D02*
X-300D01*
Y-18400D02*
Y-16600D01*
X-650Y-18400D02*
Y-16600D01*
X650Y-18400D02*
Y-16600D01*
X300Y-18400D02*
Y-16600D01*
Y-18400D02*
X650D01*
X300Y-16600D02*
X650D01*
X-650Y-21900D02*
X-300D01*
X-650Y-20100D02*
X-300D01*
Y-21900D02*
Y-20100D01*
X-650Y-21900D02*
Y-20100D01*
X650Y-21900D02*
Y-20100D01*
X300Y-21900D02*
Y-20100D01*
Y-21900D02*
X650D01*
X300Y-20100D02*
X650D01*
X-8150Y-21900D02*
X-7800D01*
X-8150Y-20100D02*
X-7800D01*
Y-21900D02*
Y-20100D01*
X-8150Y-21900D02*
Y-20100D01*
X-6850Y-21900D02*
Y-20100D01*
X-7200Y-21900D02*
Y-20100D01*
Y-21900D02*
X-6850D01*
X-7200Y-20100D02*
X-6850D01*
X6400Y-28650D02*
Y-28300D01*
X4600Y-28650D02*
Y-28300D01*
X6400D01*
X4600Y-28650D02*
X6400D01*
X4600Y-27350D02*
X6400D01*
X4600Y-27700D02*
X6400D01*
Y-27350D01*
X4600Y-27700D02*
Y-27350D01*
X9900Y-28650D02*
Y-28300D01*
X8100Y-28650D02*
Y-28300D01*
X9900D01*
X8100Y-28650D02*
X9900D01*
X8100Y-27350D02*
X9900D01*
X8100Y-27700D02*
X9900D01*
Y-27350D01*
X8100Y-27700D02*
Y-27350D01*
X24900Y-24650D02*
Y-24300D01*
X23100Y-24650D02*
Y-24300D01*
X24900D01*
X23100Y-24650D02*
X24900D01*
X23100Y-23350D02*
X24900D01*
X23100Y-23700D02*
X24900D01*
Y-23350D01*
X23100Y-23700D02*
Y-23350D01*
X24900Y-33150D02*
Y-32800D01*
X23100Y-33150D02*
Y-32800D01*
X24900D01*
X23100Y-33150D02*
X24900D01*
X23100Y-31850D02*
X24900D01*
X23100Y-32200D02*
X24900D01*
Y-31850D01*
X23100Y-32200D02*
Y-31850D01*
X21350Y-19400D02*
X21700D01*
X21350Y-17600D02*
X21700D01*
Y-19400D02*
Y-17600D01*
X21350Y-19400D02*
Y-17600D01*
X22650Y-19400D02*
Y-17600D01*
X22300Y-19400D02*
Y-17600D01*
Y-19400D02*
X22650D01*
X22300Y-17600D02*
X22650D01*
X13850Y-19450D02*
X15150D01*
X15150Y-19100D02*
X15150Y-19450D01*
X13850Y-19100D02*
X15150D01*
X13850Y-19450D02*
X13850Y-19100D01*
X15150Y-17900D02*
Y-17550D01*
X13850Y-17900D02*
X15150D01*
X13850D02*
Y-17550D01*
X15150D01*
X8050Y-36650D02*
Y-35350D01*
Y-36650D02*
X8400Y-36650D01*
Y-35350D01*
X8050Y-35350D02*
X8400Y-35350D01*
X9600Y-36650D02*
X9950D01*
X9600D02*
Y-35350D01*
X9950D01*
Y-36650D02*
Y-35350D01*
X6400Y-36650D02*
Y-36300D01*
X4600Y-36650D02*
Y-36300D01*
X6400D01*
X4600Y-36650D02*
X6400D01*
X4600Y-35350D02*
X6400D01*
X4600Y-35700D02*
X6400D01*
Y-35350D01*
X4600Y-35700D02*
Y-35350D01*
X13850Y-38950D02*
X15150D01*
X15150Y-38600D02*
X15150Y-38950D01*
X13850Y-38600D02*
X15150D01*
X13850Y-38950D02*
X13850Y-38600D01*
X15150Y-37400D02*
Y-37050D01*
X13850Y-37400D02*
X15150D01*
X13850D02*
Y-37050D01*
X15150D01*
D13*
X-29346Y40941D02*
Y45059D01*
X-22654Y40941D02*
Y45059D01*
X-71087Y-15795D02*
X-70791Y-15500D01*
X-64394D02*
X-64000Y-15894D01*
X-64500Y-28500D02*
X-64000Y-28000D01*
X-71000D02*
X-70500Y-28500D01*
X-64000Y-28000D02*
Y-27803D01*
X-70791Y-15500D02*
X-64394D01*
X-70500Y-28500D02*
X-64500D01*
X-64000Y-16091D02*
Y-15894D01*
X29346Y40941D02*
Y45059D01*
X22654Y40941D02*
Y45059D01*
X-9602Y-27457D02*
X-6256D01*
X-9602Y-31787D02*
Y-27457D01*
X-744D02*
X2602D01*
Y-31787D02*
Y-27457D01*
X-12224Y-59842D02*
Y-40157D01*
X-2776Y-59842D02*
Y-40157D01*
X-12224Y-59842D02*
X-2776D01*
X-12224Y-40157D02*
X-2776D01*
X4724Y-9843D02*
Y9843D01*
X-4724Y-9843D02*
Y9843D01*
X4724D01*
X-4724Y-9843D02*
X4724D01*
D14*
X-55000Y-31500D02*
Y-8500D01*
X-32000Y-8500D02*
X-32000Y-31500D01*
X-55000D02*
X-32000D01*
X-55000Y-8500D02*
X-32000Y-8500D01*
D84*
X-465Y32567D02*
G03*
X-465Y32567I-492J0D01*
G01*
X24276Y-32724D02*
G03*
X24276Y-32724I-492J0D01*
G01*
X-17441Y-61043D02*
G03*
X-17441Y-61043I-492J0D01*
G01*
X23535Y32567D02*
G03*
X23535Y32567I-492J0D01*
G01*
X10925Y11043D02*
G03*
X10925Y11043I-492J0D01*
G01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GBP
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=128*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
D16*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GBS
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Negative*
G04*
G01*
G75*
G04:AMPARAMS|DCode=36|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD36*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
%ADD36ROUNDEDRECTD36*%
%ADD49C,0.20600*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
%ADD73O,0.02568X0.05718*%
G04:AMPARAMS|DCode=74|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD74*
21,1,0.02600,0.01000,0,0,270.0*
21,1,0.01000,0.02600,0,0,270.0*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
1,1,0.01600,0.00500,-0.00500*
%
%ADD74ROUNDEDRECTD74*%
G04:AMPARAMS|DCode=75|XSize=96.55mil|YSize=96.55mil|CornerRadius=25.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD75*
21,1,0.09655,0.04528,0,0,0.0*
21,1,0.04528,0.09655,0,0,0.0*
1,1,0.05128,0.02264,-0.02264*
1,1,0.05128,-0.02264,-0.02264*
1,1,0.05128,-0.02264,0.02264*
1,1,0.05128,0.02264,0.02264*
%
%ADD75ROUNDEDRECTD75*%
G04:AMPARAMS|DCode=76|XSize=206mil|YSize=86mil|CornerRadius=23mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD76*
21,1,0.20600,0.04000,0,0,270.0*
21,1,0.16000,0.08600,0,0,270.0*
1,1,0.04600,-0.02000,-0.08000*
1,1,0.04600,-0.02000,0.08000*
1,1,0.04600,0.02000,0.08000*
1,1,0.04600,0.02000,-0.08000*
%
%ADD76ROUNDEDRECTD76*%
G04:AMPARAMS|DCode=77|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD77*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
%ADD77ROUNDEDRECTD77*%
G04:AMPARAMS|DCode=78|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD78*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
%ADD78ROUNDEDRECTD78*%
G04:AMPARAMS|DCode=79|XSize=29.62mil|YSize=41mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD79*
21,1,0.02962,0.02319,0,0,0.0*
21,1,0.01181,0.04100,0,0,0.0*
1,1,0.01781,0.00591,-0.01159*
1,1,0.01781,-0.00591,-0.01159*
1,1,0.01781,-0.00591,0.01159*
1,1,0.01781,0.00591,0.01159*
%
%ADD79ROUNDEDRECTD79*%
G04:AMPARAMS|DCode=80|XSize=33.56mil|YSize=57.18mil|CornerRadius=9.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD80*
21,1,0.03356,0.03740,0,0,0.0*
21,1,0.01378,0.05718,0,0,0.0*
1,1,0.01978,0.00689,-0.01870*
1,1,0.01978,-0.00689,-0.01870*
1,1,0.01978,-0.00689,0.01870*
1,1,0.01978,0.00689,0.01870*
%
%ADD80ROUNDEDRECTD80*%
%ADD81O,0.05718X0.02568*%
%ADD82O,0.01800X0.06000*%
%ADD83O,0.06000X0.01800*%
G36*
X60300Y36696D02*
X57858Y36178D01*
Y34911D01*
X57849Y34790D01*
Y34596D01*
X57840Y34513D01*
Y34374D01*
X57830Y34319D01*
Y34235D01*
X57821Y34189D01*
Y34170D01*
X57793Y33976D01*
X57756Y33810D01*
X57719Y33662D01*
X57682Y33542D01*
X57655Y33449D01*
X57627Y33375D01*
X57617Y33338D01*
X57608Y33320D01*
X57543Y33199D01*
X57479Y33097D01*
X57414Y32996D01*
X57340Y32912D01*
X57284Y32838D01*
X57238Y32783D01*
X57201Y32746D01*
X57192Y32737D01*
X57081Y32635D01*
X56961Y32542D01*
X56840Y32469D01*
X56720Y32404D01*
X56618Y32348D01*
X56535Y32311D01*
X56480Y32283D01*
X56471Y32274D01*
X56461D01*
X56286Y32210D01*
X56119Y32163D01*
X55953Y32126D01*
X55814Y32108D01*
X55684Y32089D01*
X55592Y32080D01*
X55555D01*
X55527D01*
X55518D01*
X55509D01*
X55323Y32089D01*
X55148Y32117D01*
X55000Y32154D01*
X54861Y32200D01*
X54759Y32247D01*
X54676Y32283D01*
X54630Y32311D01*
X54611Y32320D01*
X54482Y32413D01*
X54361Y32524D01*
X54269Y32635D01*
X54195Y32737D01*
X54140Y32829D01*
X54093Y32903D01*
X54075Y32950D01*
X54066Y32959D01*
Y32968D01*
X54010Y33125D01*
X53973Y33310D01*
X53936Y33486D01*
X53917Y33662D01*
X53908Y33819D01*
Y33884D01*
X53899Y33948D01*
Y36659D01*
X60300Y38000D01*
Y36696D01*
D02*
G37*
G36*
Y27029D02*
X59227Y26798D01*
Y30526D01*
X57488Y30147D01*
Y26807D01*
X56415Y26586D01*
Y29906D01*
X54972Y29592D01*
Y26160D01*
X53899Y25938D01*
Y30683D01*
X60300Y32024D01*
Y27029D01*
D02*
G37*
G36*
Y24819D02*
X55999Y23912D01*
X60300Y22173D01*
Y20962D01*
X53899Y19620D01*
Y20832D01*
X58182Y21738D01*
X53899Y23478D01*
Y24689D01*
X60300Y26030D01*
Y24819D01*
D02*
G37*
G36*
X58006Y19176D02*
X58246Y19149D01*
X58469Y19102D01*
X58681Y19047D01*
X58866Y18982D01*
X59042Y18917D01*
X59199Y18834D01*
X59347Y18751D01*
X59468Y18677D01*
X59579Y18594D01*
X59671Y18529D01*
X59745Y18455D01*
X59810Y18408D01*
X59847Y18362D01*
X59874Y18335D01*
X59884Y18325D01*
X59976Y18196D01*
X60059Y18066D01*
X60133Y17918D01*
X60189Y17770D01*
X60245Y17622D01*
X60291Y17465D01*
X60356Y17178D01*
X60374Y17040D01*
X60392Y16910D01*
X60402Y16799D01*
X60411Y16697D01*
X60420Y16614D01*
Y16503D01*
X60411Y16216D01*
X60383Y15948D01*
X60346Y15689D01*
X60309Y15467D01*
X60291Y15365D01*
X60272Y15273D01*
X60254Y15199D01*
X60235Y15134D01*
X60217Y15078D01*
X60207Y15042D01*
X60198Y15014D01*
Y15004D01*
X60106Y14736D01*
X60013Y14496D01*
X59921Y14283D01*
X59838Y14098D01*
X59791Y14024D01*
X59754Y13959D01*
X59727Y13894D01*
X59699Y13848D01*
X59671Y13811D01*
X59662Y13774D01*
X59643Y13765D01*
Y13756D01*
X56877Y13182D01*
Y16040D01*
X57951Y16262D01*
Y14625D01*
X58912Y14829D01*
X58968Y14958D01*
X59023Y15088D01*
X59079Y15217D01*
X59116Y15337D01*
X59153Y15439D01*
X59181Y15522D01*
X59190Y15578D01*
X59199Y15587D01*
Y15597D01*
X59236Y15763D01*
X59264Y15920D01*
X59292Y16068D01*
X59301Y16198D01*
X59310Y16309D01*
X59320Y16392D01*
Y16466D01*
X59301Y16716D01*
X59264Y16938D01*
X59199Y17123D01*
X59125Y17271D01*
X59061Y17391D01*
X58996Y17483D01*
X58959Y17530D01*
X58940Y17548D01*
X58866Y17613D01*
X58774Y17669D01*
X58589Y17761D01*
X58385Y17817D01*
X58191Y17863D01*
X58015Y17890D01*
X57941Y17900D01*
X57867D01*
X57812Y17909D01*
X57775D01*
X57747D01*
X57738D01*
X57433Y17900D01*
X57155Y17863D01*
X56896Y17817D01*
X56776Y17789D01*
X56674Y17761D01*
X56572Y17733D01*
X56480Y17706D01*
X56406Y17678D01*
X56341Y17659D01*
X56286Y17641D01*
X56248Y17622D01*
X56230Y17613D01*
X56221D01*
X55971Y17493D01*
X55758Y17354D01*
X55582Y17215D01*
X55435Y17086D01*
X55323Y16965D01*
X55250Y16864D01*
X55222Y16827D01*
X55203Y16799D01*
X55185Y16790D01*
Y16781D01*
X55074Y16577D01*
X54991Y16374D01*
X54926Y16179D01*
X54889Y15994D01*
X54861Y15846D01*
X54852Y15781D01*
Y15717D01*
X54843Y15680D01*
Y15615D01*
X54852Y15421D01*
X54889Y15245D01*
X54926Y15088D01*
X54981Y14958D01*
X55028Y14847D01*
X55074Y14773D01*
X55111Y14727D01*
X55120Y14708D01*
X55231Y14579D01*
X55361Y14477D01*
X55499Y14385D01*
X55629Y14311D01*
X55749Y14255D01*
X55841Y14209D01*
X55879Y14200D01*
X55906Y14190D01*
X55925Y14181D01*
X55934D01*
X55795Y12951D01*
X55620Y12997D01*
X55453Y13053D01*
X55296Y13117D01*
X55148Y13182D01*
X55009Y13256D01*
X54889Y13330D01*
X54778Y13404D01*
X54676Y13478D01*
X54593Y13552D01*
X54510Y13626D01*
X54445Y13682D01*
X54389Y13737D01*
X54352Y13783D01*
X54325Y13821D01*
X54306Y13839D01*
X54297Y13848D01*
X54204Y13978D01*
X54121Y14117D01*
X54056Y14255D01*
X54001Y14403D01*
X53908Y14699D01*
X53843Y14986D01*
X53825Y15115D01*
X53807Y15236D01*
X53797Y15347D01*
X53788Y15439D01*
X53779Y15513D01*
Y15624D01*
X53788Y15828D01*
X53807Y16022D01*
X53834Y16216D01*
X53871Y16392D01*
X53908Y16568D01*
X53964Y16725D01*
X54010Y16873D01*
X54066Y17003D01*
X54121Y17132D01*
X54167Y17234D01*
X54223Y17335D01*
X54260Y17410D01*
X54297Y17474D01*
X54325Y17521D01*
X54343Y17548D01*
X54352Y17558D01*
X54463Y17706D01*
X54584Y17844D01*
X54843Y18094D01*
X54981Y18214D01*
X55111Y18316D01*
X55240Y18408D01*
X55370Y18492D01*
X55490Y18566D01*
X55601Y18631D01*
X55694Y18686D01*
X55786Y18732D01*
X55851Y18769D01*
X55906Y18797D01*
X55943Y18806D01*
X55953Y18815D01*
X56276Y18936D01*
X56600Y19028D01*
X56905Y19093D01*
X57044Y19121D01*
X57174Y19139D01*
X57303Y19158D01*
X57414Y19167D01*
X57507Y19176D01*
X57599D01*
X57664Y19185D01*
X57710D01*
X57747D01*
X57756D01*
X58006Y19176D01*
D02*
G37*
G36*
X60300Y7826D02*
X59227Y7604D01*
Y9381D01*
X59236Y9612D01*
Y10417D01*
X59246Y10527D01*
Y10759D01*
X59255Y10860D01*
Y10953D01*
X54907Y7235D01*
X53899Y7040D01*
Y11656D01*
X54972Y11878D01*
Y8890D01*
X59292Y12581D01*
X60300Y12794D01*
Y7826D01*
D02*
G37*
G36*
Y5866D02*
X57442Y5264D01*
Y2776D01*
X60300Y3368D01*
Y2064D01*
X53899Y713D01*
Y2027D01*
X56369Y2545D01*
Y5033D01*
X53899Y4515D01*
Y5829D01*
X60300Y7170D01*
Y5866D01*
D02*
G37*
G36*
Y-526D02*
X53899Y-1877D01*
Y-563D01*
X60300Y778D01*
Y-526D01*
D02*
G37*
G36*
Y-3079D02*
X57442Y-3681D01*
Y-6169D01*
X60300Y-5577D01*
Y-6881D01*
X53899Y-8231D01*
Y-6918D01*
X56369Y-6400D01*
Y-3912D01*
X53899Y-4430D01*
Y-3116D01*
X60300Y-1775D01*
Y-3079D01*
D02*
G37*
G36*
X58617Y-8676D02*
X58764Y-8694D01*
X58912Y-8722D01*
X59042Y-8759D01*
X59171Y-8805D01*
X59282Y-8861D01*
X59394Y-8916D01*
X59486Y-8971D01*
X59579Y-9027D01*
X59653Y-9082D01*
X59717Y-9138D01*
X59773Y-9184D01*
X59819Y-9221D01*
X59847Y-9249D01*
X59865Y-9268D01*
X59874Y-9277D01*
X59967Y-9397D01*
X60050Y-9536D01*
X60124Y-9674D01*
X60189Y-9813D01*
X60245Y-9961D01*
X60291Y-10119D01*
X60356Y-10405D01*
X60374Y-10535D01*
X60392Y-10664D01*
X60402Y-10775D01*
X60411Y-10868D01*
X60420Y-10951D01*
Y-11062D01*
X60402Y-11404D01*
X60383Y-11571D01*
X60365Y-11719D01*
X60337Y-11857D01*
X60309Y-11987D01*
X60281Y-12107D01*
X60245Y-12218D01*
X60207Y-12320D01*
X60180Y-12403D01*
X60152Y-12477D01*
X60124Y-12542D01*
X60097Y-12588D01*
X60087Y-12625D01*
X60069Y-12644D01*
Y-12653D01*
X59930Y-12875D01*
X59773Y-13069D01*
X59625Y-13236D01*
X59477Y-13365D01*
X59347Y-13476D01*
X59246Y-13550D01*
X59209Y-13569D01*
X59181Y-13587D01*
X59162Y-13606D01*
X59153D01*
X59042Y-13661D01*
X58922Y-13717D01*
X58663Y-13828D01*
X58385Y-13920D01*
X58126Y-13994D01*
X58006Y-14031D01*
X57895Y-14059D01*
X57793Y-14087D01*
X57701Y-14115D01*
X57627Y-14133D01*
X57571Y-14142D01*
X57534Y-14152D01*
X57525D01*
X53899Y-14919D01*
Y-13606D01*
X57405Y-12866D01*
X57562Y-12829D01*
X57701Y-12801D01*
X57830Y-12764D01*
X57951Y-12727D01*
X58061Y-12699D01*
X58163Y-12672D01*
X58246Y-12634D01*
X58330Y-12616D01*
X58394Y-12588D01*
X58459Y-12561D01*
X58505Y-12542D01*
X58543Y-12524D01*
X58598Y-12505D01*
X58617Y-12496D01*
X58737Y-12422D01*
X58848Y-12338D01*
X58940Y-12246D01*
X59014Y-12163D01*
X59070Y-12089D01*
X59107Y-12024D01*
X59135Y-11987D01*
X59144Y-11969D01*
X59199Y-11839D01*
X59246Y-11691D01*
X59273Y-11552D01*
X59301Y-11423D01*
X59310Y-11303D01*
X59320Y-11201D01*
Y-11118D01*
X59310Y-10914D01*
X59282Y-10738D01*
X59246Y-10590D01*
X59209Y-10461D01*
X59171Y-10368D01*
X59135Y-10294D01*
X59107Y-10257D01*
X59097Y-10239D01*
X59005Y-10137D01*
X58912Y-10072D01*
X58811Y-10017D01*
X58718Y-9980D01*
X58635Y-9961D01*
X58570Y-9952D01*
X58533Y-9943D01*
X58515D01*
X58404Y-9961D01*
X58311Y-9971D01*
X58256Y-9980D01*
X58246D01*
X58237D01*
X57386Y-10174D01*
X53899Y-10932D01*
Y-9628D01*
X57275Y-8870D01*
X57395Y-8842D01*
X57497Y-8823D01*
X57590Y-8805D01*
X57673Y-8787D01*
X57747Y-8768D01*
X57812Y-8759D01*
X57923Y-8740D01*
X57987Y-8722D01*
X58043D01*
X58061Y-8713D01*
X58071D01*
X58219Y-8694D01*
X58284Y-8685D01*
X58348Y-8676D01*
X58394D01*
X58432Y-8666D01*
X58450D01*
X58459D01*
X58617Y-8676D01*
D02*
G37*
G36*
X60300Y-15927D02*
X53899Y-17278D01*
Y-15965D01*
X60300Y-14623D01*
Y-15927D01*
D02*
G37*
G36*
Y-18443D02*
X59088Y-18684D01*
Y-17445D01*
X60300Y-17204D01*
Y-18443D01*
D02*
G37*
G36*
Y-20710D02*
X59338Y-21588D01*
X59199Y-21709D01*
X59070Y-21829D01*
X58959Y-21931D01*
X58848Y-22014D01*
X58755Y-22097D01*
X58672Y-22171D01*
X58598Y-22227D01*
X58533Y-22282D01*
X58432Y-22366D01*
X58358Y-22421D01*
X58320Y-22449D01*
X58311Y-22458D01*
X58376Y-22486D01*
X58450Y-22513D01*
X58607Y-22588D01*
X58783Y-22671D01*
X58959Y-22754D01*
X59116Y-22837D01*
X59181Y-22874D01*
X59246Y-22902D01*
X59292Y-22930D01*
X59329Y-22948D01*
X59356Y-22967D01*
X59366D01*
X60300Y-23457D01*
Y-24946D01*
X57266Y-23365D01*
X53913Y-26285D01*
X57802Y-28045D01*
X60300Y-27527D01*
Y-28831D01*
X57932Y-29331D01*
X53899Y-32272D01*
Y-30737D01*
X55194Y-29840D01*
X56045Y-29229D01*
X56267Y-29081D01*
X56369Y-29016D01*
X56461Y-28961D01*
X56535Y-28924D01*
X56591Y-28887D01*
X56628Y-28868D01*
X56637Y-28859D01*
X56517Y-28813D01*
X56369Y-28757D01*
X56212Y-28692D01*
X56063Y-28628D01*
X55925Y-28572D01*
X55860Y-28545D01*
X55805Y-28526D01*
X55768Y-28508D01*
X55730Y-28489D01*
X55712Y-28480D01*
X55703D01*
X53899Y-27684D01*
Y-26297D01*
Y-24622D01*
X55009Y-23623D01*
X55166Y-23485D01*
X55342Y-23337D01*
X55518Y-23189D01*
X55675Y-23041D01*
X55823Y-22920D01*
X55888Y-22865D01*
X55943Y-22828D01*
X55980Y-22791D01*
X56017Y-22763D01*
X56036Y-22745D01*
X56045Y-22736D01*
X55999Y-22717D01*
X55962Y-22698D01*
X55943Y-22689D01*
X55934Y-22680D01*
X55795Y-22606D01*
X55666Y-22550D01*
X55555Y-22495D01*
X55462Y-22449D01*
X55379Y-22402D01*
X55314Y-22375D01*
X55250Y-22338D01*
X55203Y-22319D01*
X55166Y-22301D01*
X55138Y-22282D01*
X55092Y-22264D01*
X55074Y-22254D01*
X53899Y-21625D01*
Y-20247D01*
X57072Y-21838D01*
X60300Y-19008D01*
Y-20710D01*
D02*
G37*
G36*
Y-36407D02*
X59227Y-36629D01*
Y-34853D01*
X59236Y-34622D01*
Y-33817D01*
X59246Y-33706D01*
Y-33475D01*
X59255Y-33373D01*
Y-33281D01*
X54907Y-36999D01*
X53899Y-37193D01*
Y-32577D01*
X54972Y-32355D01*
Y-35343D01*
X59292Y-31653D01*
X60300Y-31440D01*
Y-36407D01*
D02*
G37*
%LPC*%
G36*
X56785Y35956D02*
X54953Y35567D01*
Y34402D01*
X54963Y34309D01*
Y34226D01*
X54972Y34078D01*
X54991Y33976D01*
X55000Y33893D01*
X55018Y33838D01*
X55028Y33810D01*
Y33801D01*
X55092Y33680D01*
X55157Y33588D01*
X55212Y33532D01*
X55231Y33514D01*
X55240D01*
X55296Y33477D01*
X55361Y33449D01*
X55481Y33412D01*
X55536D01*
X55582Y33403D01*
X55610D01*
X55620D01*
X55749Y33412D01*
X55860Y33430D01*
X55971Y33468D01*
X56063Y33505D01*
X56138Y33542D01*
X56202Y33579D01*
X56239Y33597D01*
X56248Y33606D01*
X56341Y33689D01*
X56424Y33782D01*
X56498Y33874D01*
X56554Y33958D01*
X56600Y34041D01*
X56628Y34106D01*
X56646Y34143D01*
X56656Y34161D01*
X56674Y34235D01*
X56702Y34319D01*
X56711Y34420D01*
X56730Y34522D01*
X56757Y34753D01*
X56766Y34984D01*
X56776Y35197D01*
X56785Y35299D01*
Y35956D01*
D02*
G37*
%LPD*%
D36*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D49*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D73*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D74*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D75*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D76*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D77*
X-67500Y-18260D02*
D03*
D78*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D79*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D80*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D81*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D82*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D83*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GD1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=2752767*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
%ADD87C,0.00267*%
D86*
X-61824Y-61824D02*
Y-60224D01*
X-60224D01*
Y-61824D01*
X-61824D01*
X60224D02*
Y-60224D01*
X61824D01*
Y-61824D01*
X60224D01*
Y60224D02*
Y61824D01*
X61824D01*
Y60224D01*
X60224D01*
X-61824D02*
Y61824D01*
X-60224D01*
Y60224D01*
X-61824D01*
X4500Y51300D02*
X3700Y52900D01*
X5300D01*
X4500Y51300D01*
Y54300D02*
X3700Y55900D01*
X5300D01*
X4500Y54300D01*
X32000Y15200D02*
X31200Y16800D01*
X32800D01*
X32000Y15200D01*
X29000D02*
X28200Y16800D01*
X29800D01*
X29000Y15200D01*
X26000D02*
X25200Y16800D01*
X26800D01*
X26000Y15200D01*
X23000D02*
X22200Y16800D01*
X23800D01*
X23000Y15200D01*
X20000D02*
X19200Y16800D01*
X20800D01*
X20000Y15200D01*
X17000D02*
X16200Y16800D01*
X17800D01*
X17000Y15200D01*
X14000D02*
X13200Y16800D01*
X14800D01*
X14000Y15200D01*
X11000D02*
X10200Y16800D01*
X11800D01*
X11000Y15200D01*
X8000D02*
X7200Y16800D01*
X8800D01*
X8000Y15200D01*
X5000D02*
X4200Y16800D01*
X5800D01*
X5000Y15200D01*
X2000D02*
X1200Y16800D01*
X2800D01*
X2000Y15200D01*
X-1000D02*
X-1800Y16800D01*
X-200D01*
X-1000Y15200D01*
X-4000D02*
X-4800Y16800D01*
X-3200D01*
X-4000Y15200D01*
X-7000D02*
X-7800Y16800D01*
X-6200D01*
X-7000Y15200D01*
X-10000D02*
X-10800Y16800D01*
X-9200D01*
X-10000Y15200D01*
X-13000D02*
X-13800Y16800D01*
X-12200D01*
X-13000Y15200D01*
X-16000D02*
X-16800Y16800D01*
X-15200D01*
X-16000Y15200D01*
X-19000D02*
X-19800Y16800D01*
X-18200D01*
X-19000Y15200D01*
X73000Y-15800D02*
X72200Y-14200D01*
X73800D01*
X73000Y-15800D01*
X76000D02*
X75200Y-14200D01*
X76800D01*
X76000Y-15800D01*
X70000D02*
X69200Y-14200D01*
X70800D01*
X70000Y-15800D01*
Y-12800D02*
X69200Y-11200D01*
X70800D01*
X70000Y-12800D01*
X73000D02*
X72200Y-11200D01*
X73800D01*
X73000Y-12800D01*
X76000D02*
X75200Y-11200D01*
X76800D01*
X76000Y-12800D01*
X73000Y-18800D02*
X72200Y-17200D01*
X73800D01*
X73000Y-18800D01*
X76000D02*
X75200Y-17200D01*
X76800D01*
X76000Y-18800D01*
X70000D02*
X69200Y-17200D01*
X70800D01*
X70000Y-18800D01*
X73000Y14200D02*
X72200Y15800D01*
X73800D01*
X73000Y14200D01*
Y11200D02*
X72200Y12800D01*
X73800D01*
X73000Y11200D01*
Y17200D02*
X72200Y18800D01*
X73800D01*
X73000Y17200D01*
X76000D02*
X75200Y18800D01*
X76800D01*
X76000Y17200D01*
Y14200D02*
X75200Y15800D01*
X76800D01*
X76000Y14200D01*
Y11200D02*
X75200Y12800D01*
X76800D01*
X76000Y11200D01*
X70000Y14200D02*
X69200Y15800D01*
X70800D01*
X70000Y14200D01*
Y11200D02*
X69200Y12800D01*
X70800D01*
X70000Y11200D01*
Y17200D02*
X69200Y18800D01*
X70800D01*
X70000Y17200D01*
X-30500Y62200D02*
X-31300Y63800D01*
X-29700D01*
X-30500Y62200D01*
Y59200D02*
X-31300Y60800D01*
X-29700D01*
X-30500Y59200D01*
Y65200D02*
X-31300Y66800D01*
X-29700D01*
X-30500Y65200D01*
X-27500D02*
X-28300Y66800D01*
X-26700D01*
X-27500Y65200D01*
Y62200D02*
X-28300Y63800D01*
X-26700D01*
X-27500Y62200D01*
Y59200D02*
X-28300Y60800D01*
X-26700D01*
X-27500Y59200D01*
X-33500Y62200D02*
X-34300Y63800D01*
X-32700D01*
X-33500Y62200D01*
Y59200D02*
X-34300Y60800D01*
X-32700D01*
X-33500Y59200D01*
Y65200D02*
X-34300Y66800D01*
X-32700D01*
X-33500Y65200D01*
X-39500Y62200D02*
X-40300Y63800D01*
X-38700D01*
X-39500Y62200D01*
Y59200D02*
X-40300Y60800D01*
X-38700D01*
X-39500Y59200D01*
Y65200D02*
X-40300Y66800D01*
X-38700D01*
X-39500Y65200D01*
X-36500D02*
X-37300Y66800D01*
X-35700D01*
X-36500Y65200D01*
Y62200D02*
X-37300Y63800D01*
X-35700D01*
X-36500Y62200D01*
Y59200D02*
X-37300Y60800D01*
X-35700D01*
X-36500Y59200D01*
X-42500Y62200D02*
X-43300Y63800D01*
X-41700D01*
X-42500Y62200D01*
Y59200D02*
X-43300Y60800D01*
X-41700D01*
X-42500Y59200D01*
Y65200D02*
X-43300Y66800D01*
X-41700D01*
X-42500Y65200D01*
X-39592Y-22300D02*
X-40392Y-20700D01*
X-38792D01*
X-39592Y-22300D01*
X-36546D02*
X-37346Y-20700D01*
X-35746D01*
X-36546Y-22300D01*
X-33500D02*
X-34300Y-20700D01*
X-32700D01*
X-33500Y-22300D01*
Y-25300D02*
X-34300Y-23700D01*
X-32700D01*
X-33500Y-25300D01*
X-36546D02*
X-37346Y-23700D01*
X-35746D01*
X-36546Y-25300D01*
X-39592Y-25366D02*
X-40392Y-23766D01*
X-38792D01*
X-39592Y-25366D01*
Y-28300D02*
X-40392Y-26700D01*
X-38792D01*
X-39592Y-28300D01*
X-36546D02*
X-37346Y-26700D01*
X-35746D01*
X-36546Y-28300D01*
X-33500D02*
X-34300Y-26700D01*
X-32700D01*
X-33500Y-28300D01*
X-19500Y40200D02*
X-20300Y41800D01*
X-18700D01*
X-19500Y40200D01*
Y37200D02*
X-20300Y38800D01*
X-18700D01*
X-19500Y37200D01*
Y43200D02*
X-20300Y44800D01*
X-18700D01*
X-19500Y43200D01*
X33100Y43600D02*
X32300Y45200D01*
X33900D01*
X33100Y43600D01*
Y40600D02*
X32300Y42200D01*
X33900D01*
X33100Y40600D01*
Y37600D02*
X32300Y39200D01*
X33900D01*
X33100Y37600D01*
Y34600D02*
X32300Y36200D01*
X33900D01*
X33100Y34600D01*
Y31600D02*
X32300Y33200D01*
X33900D01*
X33100Y31600D01*
Y28600D02*
X32300Y30200D01*
X33900D01*
X33100Y28600D01*
X-34200Y51200D02*
X-35000Y52800D01*
X-33400D01*
X-34200Y51200D01*
Y48200D02*
X-35000Y49800D01*
X-33400D01*
X-34200Y48200D01*
Y45200D02*
X-35000Y46800D01*
X-33400D01*
X-34200Y45200D01*
Y42200D02*
X-35000Y43800D01*
X-33400D01*
X-34200Y42200D01*
Y39200D02*
X-35000Y40800D01*
X-33400D01*
X-34200Y39200D01*
Y36200D02*
X-35000Y37800D01*
X-33400D01*
X-34200Y36200D01*
X19300Y43900D02*
X18500Y45500D01*
X20100D01*
X19300Y43900D01*
Y40900D02*
X18500Y42500D01*
X20100D01*
X19300Y40900D01*
Y37900D02*
X18500Y39500D01*
X20100D01*
X19300Y37900D01*
X4300Y44300D02*
X3500Y45900D01*
X5100D01*
X4300Y44300D01*
Y41300D02*
X3500Y42900D01*
X5100D01*
X4300Y41300D01*
Y38300D02*
X3500Y39900D01*
X5100D01*
X4300Y38300D01*
X-4200Y44300D02*
X-5000Y45900D01*
X-3400D01*
X-4200Y44300D01*
Y41300D02*
X-5000Y42900D01*
X-3400D01*
X-4200Y41300D01*
Y38300D02*
X-5000Y39900D01*
X-3400D01*
X-4200Y38300D01*
X12000Y42200D02*
X11200Y43800D01*
X12800D01*
X12000Y42200D01*
X9000D02*
X8200Y43800D01*
X9800D01*
X9000Y42200D01*
X15000D02*
X14200Y43800D01*
X15800D01*
X15000Y42200D01*
Y39200D02*
X14200Y40800D01*
X15800D01*
X15000Y39200D01*
X12000D02*
X11200Y40800D01*
X12800D01*
X12000Y39200D01*
X9000D02*
X8200Y40800D01*
X9800D01*
X9000Y39200D01*
X12000Y45200D02*
X11200Y46800D01*
X12800D01*
X12000Y45200D01*
X9000D02*
X8200Y46800D01*
X9800D01*
X9000Y45200D01*
X15000D02*
X14200Y46800D01*
X15800D01*
X15000Y45200D01*
X-9000D02*
X-9800Y46800D01*
X-8200D01*
X-9000Y45200D01*
X-15000D02*
X-15800Y46800D01*
X-14200D01*
X-15000Y45200D01*
X-12000D02*
X-12800Y46800D01*
X-11200D01*
X-12000Y45200D01*
X-15000Y39200D02*
X-15800Y40800D01*
X-14200D01*
X-15000Y39200D01*
X-12000D02*
X-12800Y40800D01*
X-11200D01*
X-12000Y39200D01*
X-9000D02*
X-9800Y40800D01*
X-8200D01*
X-9000Y39200D01*
Y42200D02*
X-9800Y43800D01*
X-8200D01*
X-9000Y42200D01*
X-15000D02*
X-15800Y43800D01*
X-14200D01*
X-15000Y42200D01*
X-12000D02*
X-12800Y43800D01*
X-11200D01*
X-12000Y42200D01*
X1500Y51300D02*
X700Y52900D01*
X2300D01*
X1500Y51300D01*
Y54300D02*
X700Y55900D01*
X2300D01*
X1500Y54300D01*
X-22500Y51300D02*
X-23300Y52900D01*
X-21700D01*
X-22500Y51300D01*
X-19500D02*
X-20300Y52900D01*
X-18700D01*
X-19500Y51300D01*
X-22500Y54300D02*
X-23300Y55900D01*
X-21700D01*
X-22500Y54300D01*
X-19500D02*
X-20300Y55900D01*
X-18700D01*
X-19500Y54300D01*
X43000Y-67800D02*
X42200Y-66200D01*
X43800D01*
X43000Y-67800D01*
X40000D02*
X39200Y-66200D01*
X40800D01*
X40000Y-67800D01*
X46000D02*
X45200Y-66200D01*
X46800D01*
X46000Y-67800D01*
X43000Y-70800D02*
X42200Y-69200D01*
X43800D01*
X43000Y-70800D01*
X40000D02*
X39200Y-69200D01*
X40800D01*
X40000Y-70800D01*
X46000D02*
X45200Y-69200D01*
X46800D01*
X46000Y-70800D01*
X43000Y-73800D02*
X42200Y-72200D01*
X43800D01*
X43000Y-73800D01*
X40000D02*
X39200Y-72200D01*
X40800D01*
X40000Y-73800D01*
X46000D02*
X45200Y-72200D01*
X46800D01*
X46000Y-73800D01*
X34000Y-79300D02*
X33200Y-77700D01*
X34800D01*
X34000Y-79300D01*
X31000D02*
X30200Y-77700D01*
X31800D01*
X31000Y-79300D01*
X37000D02*
X36200Y-77700D01*
X37800D01*
X37000Y-79300D01*
X25000D02*
X24200Y-77700D01*
X25800D01*
X25000Y-79300D01*
X22000D02*
X21200Y-77700D01*
X22800D01*
X22000Y-79300D01*
X28000D02*
X27200Y-77700D01*
X28800D01*
X28000Y-79300D01*
X19000Y-76300D02*
X18200Y-74700D01*
X19800D01*
X19000Y-76300D01*
Y-79300D02*
X18200Y-77700D01*
X19800D01*
X19000Y-79300D01*
X-14000Y-72800D02*
X-14800Y-71200D01*
X-13200D01*
X-14000Y-72800D01*
X-20000D02*
X-20800Y-71200D01*
X-19200D01*
X-20000Y-72800D01*
X-17000D02*
X-17800Y-71200D01*
X-16200D01*
X-17000Y-72800D01*
X-14000Y-69800D02*
X-14800Y-68200D01*
X-13200D01*
X-14000Y-69800D01*
X-20000D02*
X-20800Y-68200D01*
X-19200D01*
X-20000Y-69800D01*
X-17000D02*
X-17800Y-68200D01*
X-16200D01*
X-17000Y-69800D01*
X-14000Y-66800D02*
X-14800Y-65200D01*
X-13200D01*
X-14000Y-66800D01*
X-20000D02*
X-20800Y-65200D01*
X-19200D01*
X-20000Y-66800D01*
X-17000D02*
X-17800Y-65200D01*
X-16200D01*
X-17000Y-66800D01*
D87*
X9300Y-24100D02*
G03*
X9300Y-24100I-800J0D01*
G01*
X6300D02*
G03*
X6300Y-24100I-800J0D01*
G01*
X-43500Y26900D02*
G03*
X-43500Y26900I-800J0D01*
G01*
X-43300Y31200D02*
G03*
X-43300Y31200I-800J0D01*
G01*
X-52900Y30300D02*
G03*
X-52900Y30300I-800J0D01*
G01*
X-53000Y23500D02*
G03*
X-53000Y23500I-800J0D01*
G01*
X-56200D02*
G03*
X-56200Y23500I-800J0D01*
G01*
X-55500Y12500D02*
G03*
X-55500Y12500I-800J0D01*
G01*
X-58200Y17500D02*
G03*
X-58200Y17500I-800J0D01*
G01*
X-55800Y26900D02*
G03*
X-55800Y26900I-800J0D01*
G01*
X-59100Y40300D02*
G03*
X-59100Y40300I-800J0D01*
G01*
X-59200Y36400D02*
G03*
X-59200Y36400I-800J0D01*
G01*
X-59100Y32500D02*
G03*
X-59100Y32500I-800J0D01*
G01*
X-41900Y-10600D02*
G03*
X-41900Y-10600I-800J0D01*
G01*
X73800Y-4700D02*
G03*
X73800Y-4700I-800J0D01*
G01*
Y3500D02*
G03*
X73800Y3500I-800J0D01*
G01*
X50800Y-7200D02*
G03*
X50800Y-7200I-800J0D01*
G01*
Y-4000D02*
G03*
X50800Y-4000I-800J0D01*
G01*
X28900Y54000D02*
G03*
X28900Y54000I-800J0D01*
G01*
X-1200Y-65500D02*
G03*
X-1200Y-65500I-800J0D01*
G01*
X3300Y-47500D02*
G03*
X3300Y-47500I-800J0D01*
G01*
X2768Y-62500D02*
G03*
X2768Y-62500I-800J0D01*
G01*
X-27200Y-63000D02*
G03*
X-27200Y-63000I-800J0D01*
G01*
X-72700Y-55000D02*
G03*
X-72700Y-55000I-800J0D01*
G01*
Y-52000D02*
G03*
X-72700Y-52000I-800J0D01*
G01*
X-70566Y-45734D02*
G03*
X-70566Y-45734I-800J0D01*
G01*
X-70000Y-3100D02*
G03*
X-70000Y-3100I-800J0D01*
G01*
X-65800Y-2500D02*
G03*
X-65800Y-2500I-800J0D01*
G01*
X800Y43500D02*
G03*
X800Y43500I-800J0D01*
G01*
X16600Y300D02*
G03*
X16600Y300I-800J0D01*
G01*
X800Y37000D02*
G03*
X800Y37000I-800J0D01*
G01*
X-50200Y-22000D02*
G03*
X-50200Y-22000I-800J0D01*
G01*
X-66700Y100D02*
G03*
X-66700Y100I-800J0D01*
G01*
X-61300Y-42600D02*
G03*
X-61300Y-42600I-800J0D01*
G01*
X-77600Y-53500D02*
G03*
X-77600Y-53500I-800J0D01*
G01*
X-76200Y13000D02*
G03*
X-76200Y13000I-800J0D01*
G01*
Y24000D02*
G03*
X-76200Y24000I-800J0D01*
G01*
Y30000D02*
G03*
X-76200Y30000I-800J0D01*
G01*
Y36000D02*
G03*
X-76200Y36000I-800J0D01*
G01*
Y-21000D02*
G03*
X-76200Y-21000I-800J0D01*
G01*
Y-37500D02*
G03*
X-76200Y-37500I-800J0D01*
G01*
Y-34000D02*
G03*
X-76200Y-34000I-800J0D01*
G01*
Y-30500D02*
G03*
X-76200Y-30500I-800J0D01*
G01*
X-56700Y5000D02*
G03*
X-56700Y5000I-800J0D01*
G01*
X-59700Y3000D02*
G03*
X-59700Y3000I-800J0D01*
G01*
X-40200Y2500D02*
G03*
X-40200Y2500I-800J0D01*
G01*
X-44200Y5000D02*
G03*
X-44200Y5000I-800J0D01*
G01*
X-40200D02*
G03*
X-40200Y5000I-800J0D01*
G01*
X-32700Y5500D02*
G03*
X-32700Y5500I-800J0D01*
G01*
Y2000D02*
G03*
X-32700Y2000I-800J0D01*
G01*
X-33700Y-59000D02*
G03*
X-33700Y-59000I-800J0D01*
G01*
X-36700D02*
G03*
X-36700Y-59000I-800J0D01*
G01*
X27800Y-49500D02*
G03*
X27800Y-49500I-800J0D01*
G01*
X33300Y-37500D02*
G03*
X33300Y-37500I-800J0D01*
G01*
Y-34500D02*
G03*
X33300Y-34500I-800J0D01*
G01*
Y-31500D02*
G03*
X33300Y-31500I-800J0D01*
G01*
Y-28500D02*
G03*
X33300Y-28500I-800J0D01*
G01*
Y-25500D02*
G03*
X33300Y-25500I-800J0D01*
G01*
Y-22500D02*
G03*
X33300Y-22500I-800J0D01*
G01*
Y-19500D02*
G03*
X33300Y-19500I-800J0D01*
G01*
Y-16500D02*
G03*
X33300Y-16500I-800J0D01*
G01*
X16300Y-13000D02*
G03*
X16300Y-13000I-800J0D01*
G01*
X18800D02*
G03*
X18800Y-13000I-800J0D01*
G01*
X21300D02*
G03*
X21300Y-13000I-800J0D01*
G01*
X23800D02*
G03*
X23800Y-13000I-800J0D01*
G01*
X26300D02*
G03*
X26300Y-13000I-800J0D01*
G01*
Y-15500D02*
G03*
X26300Y-15500I-800J0D01*
G01*
X23800D02*
G03*
X23800Y-15500I-800J0D01*
G01*
X-12700Y5500D02*
G03*
X-12700Y5500I-800J0D01*
G01*
Y9500D02*
G03*
X-12700Y9500I-800J0D01*
G01*
X-10200D02*
G03*
X-10200Y9500I-800J0D01*
G01*
Y5500D02*
G03*
X-10200Y5500I-800J0D01*
G01*
X-55700Y-42500D02*
G03*
X-55700Y-42500I-800J0D01*
G01*
X-57700Y-41000D02*
G03*
X-57700Y-41000I-800J0D01*
G01*
X-56200Y-37000D02*
G03*
X-56200Y-37000I-800J0D01*
G01*
X-2700Y-38000D02*
G03*
X-2700Y-38000I-800J0D01*
G01*
Y-35000D02*
G03*
X-2700Y-35000I-800J0D01*
G01*
X-4200Y-23000D02*
G03*
X-4200Y-23000I-800J0D01*
G01*
Y-20000D02*
G03*
X-4200Y-20000I-800J0D01*
G01*
X9300Y-21000D02*
G03*
X9300Y-21000I-800J0D01*
G01*
X6300D02*
G03*
X6300Y-21000I-800J0D01*
G01*
X17800Y-35000D02*
G03*
X17800Y-35000I-800J0D01*
G01*
Y-32500D02*
G03*
X17800Y-32500I-800J0D01*
G01*
X-1200Y-41500D02*
G03*
X-1200Y-41500I-800J0D01*
G01*
X-4200D02*
G03*
X-4200Y-41500I-800J0D01*
G01*
X-27700Y-43000D02*
G03*
X-27700Y-43000I-800J0D01*
G01*
X-26200Y-40500D02*
G03*
X-26200Y-40500I-800J0D01*
G01*
Y-38000D02*
G03*
X-26200Y-38000I-800J0D01*
G01*
X-22700D02*
G03*
X-22700Y-38000I-800J0D01*
G01*
X-65700Y-15500D02*
G03*
X-65700Y-15500I-800J0D01*
G01*
X-65200Y-22000D02*
G03*
X-65200Y-22000I-800J0D01*
G01*
X-54700Y-28000D02*
G03*
X-54700Y-28000I-800J0D01*
G01*
Y-25500D02*
G03*
X-54700Y-25500I-800J0D01*
G01*
Y-23000D02*
G03*
X-54700Y-23000I-800J0D01*
G01*
X-37200Y-17000D02*
G03*
X-37200Y-17000I-800J0D01*
G01*
X-39700D02*
G03*
X-39700Y-17000I-800J0D01*
G01*
X-34200Y-16500D02*
G03*
X-34200Y-16500I-800J0D01*
G01*
X-53500Y-41000D02*
G03*
X-53500Y-41000I-800J0D01*
G01*
X-51300Y-42400D02*
G03*
X-51300Y-42400I-800J0D01*
G01*
X11600Y7500D02*
G03*
X11600Y7500I-800J0D01*
G01*
X-10600Y-7500D02*
G03*
X-10600Y-7500I-800J0D01*
G01*
X-17500Y-4200D02*
G03*
X-17500Y-4200I-800J0D01*
G01*
X-31000Y-12300D02*
G03*
X-31000Y-12300I-800J0D01*
G01*
X-9800Y2500D02*
G03*
X-9800Y2500I-800J0D01*
G01*
X-50600Y-14500D02*
G03*
X-50600Y-14500I-800J0D01*
G01*
X32900Y53700D02*
G03*
X32900Y53700I-800J0D01*
G01*
X30100Y-4100D02*
G03*
X30100Y-4100I-800J0D01*
G01*
Y-7200D02*
G03*
X30100Y-7200I-800J0D01*
G01*
X-34500Y-8400D02*
G03*
X-34500Y-8400I-800J0D01*
G01*
X20600Y-22100D02*
G03*
X20600Y-22100I-800J0D01*
G01*
X23254Y-21500D02*
G03*
X23254Y-21500I-800J0D01*
G01*
X9300Y-51100D02*
G03*
X9300Y-51100I-800J0D01*
G01*
X-11700Y-45800D02*
G03*
X-11700Y-45800I-800J0D01*
G01*
X-10000Y-44100D02*
G03*
X-10000Y-44100I-800J0D01*
G01*
X-10700Y-31900D02*
G03*
X-10700Y-31900I-800J0D01*
G01*
X-50700Y-31600D02*
G03*
X-50700Y-31600I-800J0D01*
G01*
X-51100Y-11100D02*
G03*
X-51100Y-11100I-800J0D01*
G01*
X29300Y-21200D02*
G03*
X29300Y-21200I-800J0D01*
G01*
Y-18700D02*
G03*
X29300Y-18700I-800J0D01*
G01*
Y-16400D02*
G03*
X29300Y-16400I-800J0D01*
G01*
X1100Y-38700D02*
G03*
X1100Y-38700I-800J0D01*
G01*
Y-36200D02*
G03*
X1100Y-36200I-800J0D01*
G01*
X1040Y-33540D02*
G03*
X1040Y-33540I-800J0D01*
G01*
X18800Y-16300D02*
G03*
X18800Y-16300I-800J0D01*
G01*
X16600D02*
G03*
X16600Y-16300I-800J0D01*
G01*
X20700Y-17400D02*
G03*
X20700Y-17400I-800J0D01*
G01*
X-38900Y-41600D02*
G03*
X-38900Y-41600I-800J0D01*
G01*
X-36900Y-43700D02*
G03*
X-36900Y-43700I-800J0D01*
G01*
X24800Y-57500D02*
G03*
X24800Y-57500I-800J0D01*
G01*
X28100Y-52900D02*
G03*
X28100Y-52900I-800J0D01*
G01*
X-55500Y-13100D02*
G03*
X-55500Y-13100I-800J0D01*
G01*
X-21700Y-19300D02*
G03*
X-21700Y-19300I-800J0D01*
G01*
X-39747Y-33553D02*
G03*
X-39747Y-33553I-800J0D01*
G01*
X-35800Y-33400D02*
G03*
X-35800Y-33400I-800J0D01*
G01*
X-33821Y-41200D02*
G03*
X-33821Y-41200I-800J0D01*
G01*
X-37800Y-31800D02*
G03*
X-37800Y-31800I-800J0D01*
G01*
X-49600Y4800D02*
G03*
X-49600Y4800I-800J0D01*
G01*
X-53500D02*
G03*
X-53500Y4800I-800J0D01*
G01*
X-51558Y658D02*
G03*
X-51558Y658I-800J0D01*
G01*
X-55700Y700D02*
G03*
X-55700Y700I-800J0D01*
G01*
X15300Y31000D02*
G03*
X15300Y31000I-800J0D01*
G01*
X10300D02*
G03*
X10300Y31000I-800J0D01*
G01*
X-8700D02*
G03*
X-8700Y31000I-800J0D01*
G01*
X-13700D02*
G03*
X-13700Y31000I-800J0D01*
G01*
X-54984Y-19016D02*
G03*
X-54984Y-19016I-800J0D01*
G01*
X30300Y-52300D02*
G03*
X30300Y-52300I-800J0D01*
G01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GG1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=128*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
D86*
X-67126Y-61024D02*
X-54921D01*
X-61024Y-67126D02*
Y-54921D01*
X54921Y-61024D02*
X67126D01*
X61024Y-67126D02*
Y-54921D01*
X54921Y61024D02*
X67126D01*
X61024Y54921D02*
Y67126D01*
X-67126Y61024D02*
X-54921D01*
X-61024Y54921D02*
Y67126D01*
X8000Y-24100D02*
X9000D01*
X8500Y-24600D02*
Y-23600D01*
X5000Y-24100D02*
X6000D01*
X5500Y-24600D02*
Y-23600D01*
X-44800Y26900D02*
X-43800D01*
X-44300Y26400D02*
Y27400D01*
X-44600Y31200D02*
X-43600D01*
X-44100Y30700D02*
Y31700D01*
X-54200Y30300D02*
X-53200D01*
X-53700Y29800D02*
Y30800D01*
X-54300Y23500D02*
X-53300D01*
X-53800Y23000D02*
Y24000D01*
X-57500Y23500D02*
X-56500D01*
X-57000Y23000D02*
Y24000D01*
X-56800Y12500D02*
X-55800D01*
X-56300Y12000D02*
Y13000D01*
X-59500Y17500D02*
X-58500D01*
X-59000Y17000D02*
Y18000D01*
X-57100Y26900D02*
X-56100D01*
X-56600Y26400D02*
Y27400D01*
X-60400Y40300D02*
X-59400D01*
X-59900Y39800D02*
Y40800D01*
X-60500Y36400D02*
X-59500D01*
X-60000Y35900D02*
Y36900D01*
X-60400Y32500D02*
X-59400D01*
X-59900Y32000D02*
Y33000D01*
X-43200Y-10600D02*
X-42200D01*
X-42700Y-11100D02*
Y-10100D01*
X72500Y-4700D02*
X73500D01*
X73000Y-5200D02*
Y-4200D01*
X72500Y3500D02*
X73500D01*
X73000Y3000D02*
Y4000D01*
X49500Y-7200D02*
X50500D01*
X50000Y-7700D02*
Y-6700D01*
X49500Y-4000D02*
X50500D01*
X50000Y-4500D02*
Y-3500D01*
X27600Y54000D02*
X28600D01*
X28100Y53500D02*
Y54500D01*
X3713Y52100D02*
X5287D01*
X4500Y51313D02*
Y52887D01*
X3713Y55100D02*
X5287D01*
X4500Y54313D02*
Y55887D01*
X-2500Y-65500D02*
X-1500D01*
X-2000Y-66000D02*
Y-65000D01*
X2000Y-47500D02*
X3000D01*
X2500Y-48000D02*
Y-47000D01*
X1469Y-62500D02*
X2468D01*
X1969Y-63000D02*
Y-62000D01*
X-28500Y-63000D02*
X-27500D01*
X-28000Y-63500D02*
Y-62500D01*
X-74000Y-55000D02*
X-73000D01*
X-73500Y-55500D02*
Y-54500D01*
X-74000Y-52000D02*
X-73000D01*
X-73500Y-52500D02*
Y-51500D01*
X-71866Y-45734D02*
X-70866D01*
X-71366Y-46234D02*
Y-45234D01*
X-71300Y-3100D02*
X-70300D01*
X-70800Y-3600D02*
Y-2600D01*
X-67100Y-2500D02*
X-66100D01*
X-66600Y-3000D02*
Y-2000D01*
X-500Y43500D02*
X500D01*
X0Y43000D02*
Y44000D01*
X15300Y300D02*
X16300D01*
X15800Y-200D02*
Y800D01*
X-500Y37000D02*
X500D01*
X0Y36500D02*
Y37500D01*
X-51500Y-22000D02*
X-50500D01*
X-51000Y-22500D02*
Y-21500D01*
X-68000Y100D02*
X-67000D01*
X-67500Y-400D02*
Y600D01*
X-62600Y-42600D02*
X-61600D01*
X-62100Y-43100D02*
Y-42100D01*
X-78900Y-53500D02*
X-77900D01*
X-78400Y-54000D02*
Y-53000D01*
X31213Y16000D02*
X32787D01*
X32000Y15213D02*
Y16787D01*
X28213Y16000D02*
X29787D01*
X29000Y15213D02*
Y16787D01*
X25213Y16000D02*
X26787D01*
X26000Y15213D02*
Y16787D01*
X22213Y16000D02*
X23787D01*
X23000Y15213D02*
Y16787D01*
X19213Y16000D02*
X20787D01*
X20000Y15213D02*
Y16787D01*
X16213Y16000D02*
X17787D01*
X17000Y15213D02*
Y16787D01*
X13213Y16000D02*
X14787D01*
X14000Y15213D02*
Y16787D01*
X10213Y16000D02*
X11787D01*
X11000Y15213D02*
Y16787D01*
X7213Y16000D02*
X8787D01*
X8000Y15213D02*
Y16787D01*
X4213Y16000D02*
X5787D01*
X5000Y15213D02*
Y16787D01*
X1213Y16000D02*
X2787D01*
X2000Y15213D02*
Y16787D01*
X-1787Y16000D02*
X-213D01*
X-1000Y15213D02*
Y16787D01*
X-4787Y16000D02*
X-3213D01*
X-4000Y15213D02*
Y16787D01*
X-7787Y16000D02*
X-6213D01*
X-7000Y15213D02*
Y16787D01*
X-10787Y16000D02*
X-9213D01*
X-10000Y15213D02*
Y16787D01*
X-13787Y16000D02*
X-12213D01*
X-13000Y15213D02*
Y16787D01*
X-16787Y16000D02*
X-15213D01*
X-16000Y15213D02*
Y16787D01*
X-19787Y16000D02*
X-18213D01*
X-19000Y15213D02*
Y16787D01*
X72213Y-15000D02*
X73787D01*
X73000Y-15787D02*
Y-14213D01*
X75213Y-15000D02*
X76787D01*
X76000Y-15787D02*
Y-14213D01*
X69213Y-15000D02*
X70787D01*
X70000Y-15787D02*
Y-14213D01*
X69213Y-12000D02*
X70787D01*
X70000Y-12787D02*
Y-11213D01*
X72213Y-12000D02*
X73787D01*
X73000Y-12787D02*
Y-11213D01*
X75213Y-12000D02*
X76787D01*
X76000Y-12787D02*
Y-11213D01*
X72213Y-18000D02*
X73787D01*
X73000Y-18787D02*
Y-17213D01*
X75213Y-18000D02*
X76787D01*
X76000Y-18787D02*
Y-17213D01*
X69213Y-18000D02*
X70787D01*
X70000Y-18787D02*
Y-17213D01*
X72213Y15000D02*
X73787D01*
X73000Y14213D02*
Y15787D01*
X72213Y12000D02*
X73787D01*
X73000Y11213D02*
Y12787D01*
X72213Y18000D02*
X73787D01*
X73000Y17213D02*
Y18787D01*
X75213Y18000D02*
X76787D01*
X76000Y17213D02*
Y18787D01*
X75213Y15000D02*
X76787D01*
X76000Y14213D02*
Y15787D01*
X75213Y12000D02*
X76787D01*
X76000Y11213D02*
Y12787D01*
X69213Y15000D02*
X70787D01*
X70000Y14213D02*
Y15787D01*
X69213Y12000D02*
X70787D01*
X70000Y11213D02*
Y12787D01*
X69213Y18000D02*
X70787D01*
X70000Y17213D02*
Y18787D01*
X-31287Y63000D02*
X-29713D01*
X-30500Y62213D02*
Y63787D01*
X-31287Y60000D02*
X-29713D01*
X-30500Y59213D02*
Y60787D01*
X-31287Y66000D02*
X-29713D01*
X-30500Y65213D02*
Y66787D01*
X-28287Y66000D02*
X-26713D01*
X-27500Y65213D02*
Y66787D01*
X-28287Y63000D02*
X-26713D01*
X-27500Y62213D02*
Y63787D01*
X-28287Y60000D02*
X-26713D01*
X-27500Y59213D02*
Y60787D01*
X-34287Y63000D02*
X-32713D01*
X-33500Y62213D02*
Y63787D01*
X-34287Y60000D02*
X-32713D01*
X-33500Y59213D02*
Y60787D01*
X-34287Y66000D02*
X-32713D01*
X-33500Y65213D02*
Y66787D01*
X-40287Y63000D02*
X-38713D01*
X-39500Y62213D02*
Y63787D01*
X-40287Y60000D02*
X-38713D01*
X-39500Y59213D02*
Y60787D01*
X-40287Y66000D02*
X-38713D01*
X-39500Y65213D02*
Y66787D01*
X-37287Y66000D02*
X-35713D01*
X-36500Y65213D02*
Y66787D01*
X-37287Y63000D02*
X-35713D01*
X-36500Y62213D02*
Y63787D01*
X-37287Y60000D02*
X-35713D01*
X-36500Y59213D02*
Y60787D01*
X-43287Y63000D02*
X-41713D01*
X-42500Y62213D02*
Y63787D01*
X-43287Y60000D02*
X-41713D01*
X-42500Y59213D02*
Y60787D01*
X-43287Y66000D02*
X-41713D01*
X-42500Y65213D02*
Y66787D01*
X-77500Y13000D02*
X-76500D01*
X-77000Y12500D02*
Y13500D01*
X-77500Y24000D02*
X-76500D01*
X-77000Y23500D02*
Y24500D01*
X-77500Y30000D02*
X-76500D01*
X-77000Y29500D02*
Y30500D01*
X-77500Y36000D02*
X-76500D01*
X-77000Y35500D02*
Y36500D01*
X-77500Y-21000D02*
X-76500D01*
X-77000Y-21500D02*
Y-20500D01*
X-77500Y-37500D02*
X-76500D01*
X-77000Y-38000D02*
Y-37000D01*
X-77500Y-34000D02*
X-76500D01*
X-77000Y-34500D02*
Y-33500D01*
X-77500Y-30500D02*
X-76500D01*
X-77000Y-31000D02*
Y-30000D01*
X-58000Y5000D02*
X-57000D01*
X-57500Y4500D02*
Y5500D01*
X-61000Y3000D02*
X-60000D01*
X-60500Y2500D02*
Y3500D01*
X-41500Y2500D02*
X-40500D01*
X-41000Y2000D02*
Y3000D01*
X-45500Y5000D02*
X-44500D01*
X-45000Y4500D02*
Y5500D01*
X-41500Y5000D02*
X-40500D01*
X-41000Y4500D02*
Y5500D01*
X-34000D02*
X-33000D01*
X-33500Y5000D02*
Y6000D01*
X-34000Y2000D02*
X-33000D01*
X-33500Y1500D02*
Y2500D01*
X-35000Y-59000D02*
X-34000D01*
X-34500Y-59500D02*
Y-58500D01*
X-38000Y-59000D02*
X-37000D01*
X-37500Y-59500D02*
Y-58500D01*
X26500Y-49500D02*
X27500D01*
X27000Y-50000D02*
Y-49000D01*
X32000Y-37500D02*
X33000D01*
X32500Y-38000D02*
Y-37000D01*
X32000Y-34500D02*
X33000D01*
X32500Y-35000D02*
Y-34000D01*
X32000Y-31500D02*
X33000D01*
X32500Y-32000D02*
Y-31000D01*
X32000Y-28500D02*
X33000D01*
X32500Y-29000D02*
Y-28000D01*
X32000Y-25500D02*
X33000D01*
X32500Y-26000D02*
Y-25000D01*
X32000Y-22500D02*
X33000D01*
X32500Y-23000D02*
Y-22000D01*
X32000Y-19500D02*
X33000D01*
X32500Y-20000D02*
Y-19000D01*
X32000Y-16500D02*
X33000D01*
X32500Y-17000D02*
Y-16000D01*
X15000Y-13000D02*
X16000D01*
X15500Y-13500D02*
Y-12500D01*
X17500Y-13000D02*
X18500D01*
X18000Y-13500D02*
Y-12500D01*
X20000Y-13000D02*
X21000D01*
X20500Y-13500D02*
Y-12500D01*
X22500Y-13000D02*
X23500D01*
X23000Y-13500D02*
Y-12500D01*
X25000Y-13000D02*
X26000D01*
X25500Y-13500D02*
Y-12500D01*
X25000Y-15500D02*
X26000D01*
X25500Y-16000D02*
Y-15000D01*
X22500Y-15500D02*
X23500D01*
X23000Y-16000D02*
Y-15000D01*
X-14000Y5500D02*
X-13000D01*
X-13500Y5000D02*
Y6000D01*
X-14000Y9500D02*
X-13000D01*
X-13500Y9000D02*
Y10000D01*
X-11500Y9500D02*
X-10500D01*
X-11000Y9000D02*
Y10000D01*
X-11500Y5500D02*
X-10500D01*
X-11000Y5000D02*
Y6000D01*
X-57000Y-42500D02*
X-56000D01*
X-56500Y-43000D02*
Y-42000D01*
X-59000Y-41000D02*
X-58000D01*
X-58500Y-41500D02*
Y-40500D01*
X-57500Y-37000D02*
X-56500D01*
X-57000Y-37500D02*
Y-36500D01*
X-4000Y-38000D02*
X-3000D01*
X-3500Y-38500D02*
Y-37500D01*
X-4000Y-35000D02*
X-3000D01*
X-3500Y-35500D02*
Y-34500D01*
X-5500Y-23000D02*
X-4500D01*
X-5000Y-23500D02*
Y-22500D01*
X-5500Y-20000D02*
X-4500D01*
X-5000Y-20500D02*
Y-19500D01*
X8000Y-21000D02*
X9000D01*
X8500Y-21500D02*
Y-20500D01*
X5000Y-21000D02*
X6000D01*
X5500Y-21500D02*
Y-20500D01*
X16500Y-35000D02*
X17500D01*
X17000Y-35500D02*
Y-34500D01*
X16500Y-32500D02*
X17500D01*
X17000Y-33000D02*
Y-32000D01*
X-2500Y-41500D02*
X-1500D01*
X-2000Y-42000D02*
Y-41000D01*
X-5500Y-41500D02*
X-4500D01*
X-5000Y-42000D02*
Y-41000D01*
X-29000Y-43000D02*
X-28000D01*
X-28500Y-43500D02*
Y-42500D01*
X-27500Y-40500D02*
X-26500D01*
X-27000Y-41000D02*
Y-40000D01*
X-27500Y-38000D02*
X-26500D01*
X-27000Y-38500D02*
Y-37500D01*
X-24000Y-38000D02*
X-23000D01*
X-23500Y-38500D02*
Y-37500D01*
X-67000Y-15500D02*
X-66000D01*
X-66500Y-16000D02*
Y-15000D01*
Y-22000D02*
X-65500D01*
X-66000Y-22500D02*
Y-21500D01*
X-56000Y-28000D02*
X-55000D01*
X-55500Y-28500D02*
Y-27500D01*
X-56000Y-25500D02*
X-55000D01*
X-55500Y-26000D02*
Y-25000D01*
X-56000Y-23000D02*
X-55000D01*
X-55500Y-23500D02*
Y-22500D01*
X-38500Y-17000D02*
X-37500D01*
X-38000Y-17500D02*
Y-16500D01*
X-41000Y-17000D02*
X-40000D01*
X-40500Y-17500D02*
Y-16500D01*
X-35500D02*
X-34500D01*
X-35000Y-17000D02*
Y-16000D01*
X-40380Y-21500D02*
X-38805D01*
X-39592Y-22287D02*
Y-20713D01*
X-37334Y-21500D02*
X-35759D01*
X-36546Y-22287D02*
Y-20713D01*
X-34287Y-21500D02*
X-32713D01*
X-33500Y-22287D02*
Y-20713D01*
X-34287Y-24500D02*
X-32713D01*
X-33500Y-25287D02*
Y-23713D01*
X-37334Y-24500D02*
X-35759D01*
X-36546Y-25287D02*
Y-23713D01*
X-40380Y-24566D02*
X-38805D01*
X-39592Y-25354D02*
Y-23779D01*
X-40380Y-27500D02*
X-38805D01*
X-39592Y-28287D02*
Y-26713D01*
X-37334Y-27500D02*
X-35759D01*
X-36546Y-28287D02*
Y-26713D01*
X-34287Y-27500D02*
X-32713D01*
X-33500Y-28287D02*
Y-26713D01*
X-54800Y-41000D02*
X-53800D01*
X-54300Y-41500D02*
Y-40500D01*
X-52600Y-42400D02*
X-51600D01*
X-52100Y-42900D02*
Y-41900D01*
X-20287Y41000D02*
X-18713D01*
X-19500Y40213D02*
Y41787D01*
X-20287Y38000D02*
X-18713D01*
X-19500Y37213D02*
Y38787D01*
X-20287Y44000D02*
X-18713D01*
X-19500Y43213D02*
Y44787D01*
X10300Y7500D02*
X11300D01*
X10800Y7000D02*
Y8000D01*
X-11900Y-7500D02*
X-10900D01*
X-11400Y-8000D02*
Y-7000D01*
X-18800Y-4200D02*
X-17800D01*
X-18300Y-4700D02*
Y-3700D01*
X-32300Y-12300D02*
X-31300D01*
X-31800Y-12800D02*
Y-11800D01*
X-11100Y2500D02*
X-10100D01*
X-10600Y2000D02*
Y3000D01*
X-51900Y-14500D02*
X-50900D01*
X-51400Y-15000D02*
Y-14000D01*
X32313Y44400D02*
X33887D01*
X33100Y43613D02*
Y45187D01*
X32313Y41400D02*
X33887D01*
X33100Y40613D02*
Y42187D01*
X32313Y38400D02*
X33887D01*
X33100Y37613D02*
Y39187D01*
X32313Y35400D02*
X33887D01*
X33100Y34613D02*
Y36187D01*
X32313Y32400D02*
X33887D01*
X33100Y31613D02*
Y33187D01*
X32313Y29400D02*
X33887D01*
X33100Y28613D02*
Y30187D01*
X-34987Y52000D02*
X-33413D01*
X-34200Y51213D02*
Y52787D01*
X-34987Y49000D02*
X-33413D01*
X-34200Y48213D02*
Y49787D01*
X-34987Y46000D02*
X-33413D01*
X-34200Y45213D02*
Y46787D01*
X-34987Y43000D02*
X-33413D01*
X-34200Y42213D02*
Y43787D01*
X-34987Y40000D02*
X-33413D01*
X-34200Y39213D02*
Y40787D01*
X-34987Y37000D02*
X-33413D01*
X-34200Y36213D02*
Y37787D01*
X18513Y44700D02*
X20087D01*
X19300Y43913D02*
Y45487D01*
X18513Y41700D02*
X20087D01*
X19300Y40913D02*
Y42487D01*
X18513Y38700D02*
X20087D01*
X19300Y37913D02*
Y39487D01*
X3513Y45100D02*
X5087D01*
X4300Y44313D02*
Y45887D01*
X3513Y42100D02*
X5087D01*
X4300Y41313D02*
Y42887D01*
X3513Y39100D02*
X5087D01*
X4300Y38313D02*
Y39887D01*
X-4987Y45100D02*
X-3413D01*
X-4200Y44313D02*
Y45887D01*
X-4987Y42100D02*
X-3413D01*
X-4200Y41313D02*
Y42887D01*
X-4987Y39100D02*
X-3413D01*
X-4200Y38313D02*
Y39887D01*
X11213Y43000D02*
X12787D01*
X12000Y42213D02*
Y43787D01*
X8213Y43000D02*
X9787D01*
X9000Y42213D02*
Y43787D01*
X14213Y43000D02*
X15787D01*
X15000Y42213D02*
Y43787D01*
X14213Y40000D02*
X15787D01*
X15000Y39213D02*
Y40787D01*
X11213Y40000D02*
X12787D01*
X12000Y39213D02*
Y40787D01*
X8213Y40000D02*
X9787D01*
X9000Y39213D02*
Y40787D01*
X11213Y46000D02*
X12787D01*
X12000Y45213D02*
Y46787D01*
X8213Y46000D02*
X9787D01*
X9000Y45213D02*
Y46787D01*
X14213Y46000D02*
X15787D01*
X15000Y45213D02*
Y46787D01*
X-9787Y46000D02*
X-8213D01*
X-9000Y45213D02*
Y46787D01*
X-15787Y46000D02*
X-14213D01*
X-15000Y45213D02*
Y46787D01*
X-12787Y46000D02*
X-11213D01*
X-12000Y45213D02*
Y46787D01*
X-15787Y40000D02*
X-14213D01*
X-15000Y39213D02*
Y40787D01*
X-12787Y40000D02*
X-11213D01*
X-12000Y39213D02*
Y40787D01*
X-9787Y40000D02*
X-8213D01*
X-9000Y39213D02*
Y40787D01*
X-9787Y43000D02*
X-8213D01*
X-9000Y42213D02*
Y43787D01*
X-15787Y43000D02*
X-14213D01*
X-15000Y42213D02*
Y43787D01*
X-12787Y43000D02*
X-11213D01*
X-12000Y42213D02*
Y43787D01*
X713Y52100D02*
X2287D01*
X1500Y51313D02*
Y52887D01*
X713Y55100D02*
X2287D01*
X1500Y54313D02*
Y55887D01*
X-23287Y52100D02*
X-21713D01*
X-22500Y51313D02*
Y52887D01*
X-20287Y52100D02*
X-18713D01*
X-19500Y51313D02*
Y52887D01*
X-23287Y55100D02*
X-21713D01*
X-22500Y54313D02*
Y55887D01*
X-20287Y55100D02*
X-18713D01*
X-19500Y54313D02*
Y55887D01*
X31600Y53700D02*
X32600D01*
X32100Y53200D02*
Y54200D01*
X28800Y-4100D02*
X29800D01*
X29300Y-4600D02*
Y-3600D01*
X28800Y-7200D02*
X29800D01*
X29300Y-7700D02*
Y-6700D01*
X-35800Y-8400D02*
X-34800D01*
X-35300Y-8900D02*
Y-7900D01*
X19300Y-22100D02*
X20300D01*
X19800Y-22600D02*
Y-21600D01*
X21953Y-21500D02*
X22953D01*
X22454Y-22000D02*
Y-21000D01*
X8000Y-51100D02*
X9000D01*
X8500Y-51600D02*
Y-50600D01*
X-13000Y-45800D02*
X-12000D01*
X-12500Y-46300D02*
Y-45300D01*
X-11300Y-44100D02*
X-10300D01*
X-10800Y-44600D02*
Y-43600D01*
X-12000Y-31900D02*
X-11000D01*
X-11500Y-32400D02*
Y-31400D01*
X-52000Y-31600D02*
X-51000D01*
X-51500Y-32100D02*
Y-31100D01*
X-52400Y-11100D02*
X-51400D01*
X-51900Y-11600D02*
Y-10600D01*
X28000Y-21200D02*
X29000D01*
X28500Y-21700D02*
Y-20700D01*
X28000Y-18700D02*
X29000D01*
X28500Y-19200D02*
Y-18200D01*
X28000Y-16400D02*
X29000D01*
X28500Y-16900D02*
Y-15900D01*
X-200Y-38700D02*
X800D01*
X300Y-39200D02*
Y-38200D01*
X-200Y-36200D02*
X800D01*
X300Y-36700D02*
Y-35700D01*
X-260Y-33540D02*
X740D01*
X240Y-34040D02*
Y-33040D01*
X17500Y-16300D02*
X18500D01*
X18000Y-16800D02*
Y-15800D01*
X15300Y-16300D02*
X16300D01*
X15800Y-16800D02*
Y-15800D01*
X19400Y-17400D02*
X20400D01*
X19900Y-17900D02*
Y-16900D01*
X42213Y-67000D02*
X43787D01*
X43000Y-67787D02*
Y-66213D01*
X39213Y-67000D02*
X40787D01*
X40000Y-67787D02*
Y-66213D01*
X45213Y-67000D02*
X46787D01*
X46000Y-67787D02*
Y-66213D01*
X42213Y-70000D02*
X43787D01*
X43000Y-70787D02*
Y-69213D01*
X39213Y-70000D02*
X40787D01*
X40000Y-70787D02*
Y-69213D01*
X45213Y-70000D02*
X46787D01*
X46000Y-70787D02*
Y-69213D01*
X42213Y-73000D02*
X43787D01*
X43000Y-73787D02*
Y-72213D01*
X39213Y-73000D02*
X40787D01*
X40000Y-73787D02*
Y-72213D01*
X45213Y-73000D02*
X46787D01*
X46000Y-73787D02*
Y-72213D01*
X33213Y-78500D02*
X34787D01*
X34000Y-79287D02*
Y-77713D01*
X30213Y-78500D02*
X31787D01*
X31000Y-79287D02*
Y-77713D01*
X36213Y-78500D02*
X37787D01*
X37000Y-79287D02*
Y-77713D01*
X24213Y-78500D02*
X25787D01*
X25000Y-79287D02*
Y-77713D01*
X21213Y-78500D02*
X22787D01*
X22000Y-79287D02*
Y-77713D01*
X27213Y-78500D02*
X28787D01*
X28000Y-79287D02*
Y-77713D01*
X18213Y-75500D02*
X19787D01*
X19000Y-76287D02*
Y-74713D01*
X18213Y-78500D02*
X19787D01*
X19000Y-79287D02*
Y-77713D01*
X-14787Y-72000D02*
X-13213D01*
X-14000Y-72787D02*
Y-71213D01*
X-20787Y-72000D02*
X-19213D01*
X-20000Y-72787D02*
Y-71213D01*
X-17787Y-72000D02*
X-16213D01*
X-17000Y-72787D02*
Y-71213D01*
X-14787Y-69000D02*
X-13213D01*
X-14000Y-69787D02*
Y-68213D01*
X-20787Y-69000D02*
X-19213D01*
X-20000Y-69787D02*
Y-68213D01*
X-17787Y-69000D02*
X-16213D01*
X-17000Y-69787D02*
Y-68213D01*
X-14787Y-66000D02*
X-13213D01*
X-14000Y-66787D02*
Y-65213D01*
X-20787Y-66000D02*
X-19213D01*
X-20000Y-66787D02*
Y-65213D01*
X-17787Y-66000D02*
X-16213D01*
X-17000Y-66787D02*
Y-65213D01*
X-40200Y-41600D02*
X-39200D01*
X-39700Y-42100D02*
Y-41100D01*
X-38200Y-43700D02*
X-37200D01*
X-37700Y-44200D02*
Y-43200D01*
X23500Y-57500D02*
X24500D01*
X24000Y-58000D02*
Y-57000D01*
X26800Y-52900D02*
X27800D01*
X27300Y-53400D02*
Y-52400D01*
X-56800Y-13100D02*
X-55800D01*
X-56300Y-13600D02*
Y-12600D01*
X-23000Y-19300D02*
X-22000D01*
X-22500Y-19800D02*
Y-18800D01*
X-41047Y-33553D02*
X-40047D01*
X-40547Y-34053D02*
Y-33053D01*
X-37100Y-33400D02*
X-36100D01*
X-36600Y-33900D02*
Y-32900D01*
X-35120Y-41200D02*
X-34121D01*
X-34620Y-41700D02*
Y-40700D01*
X-39100Y-31800D02*
X-38100D01*
X-38600Y-32300D02*
Y-31300D01*
X-50900Y4800D02*
X-49900D01*
X-50400Y4300D02*
Y5300D01*
X-54800Y4800D02*
X-53800D01*
X-54300Y4300D02*
Y5300D01*
X-52858Y658D02*
X-51858D01*
X-52358Y158D02*
Y1158D01*
X-57000Y700D02*
X-56000D01*
X-56500Y200D02*
Y1200D01*
X14000Y31000D02*
X15000D01*
X14500Y30500D02*
Y31500D01*
X9000Y31000D02*
X10000D01*
X9500Y30500D02*
Y31500D01*
X-10000Y31000D02*
X-9000D01*
X-9500Y30500D02*
Y31500D01*
X-15000Y31000D02*
X-14000D01*
X-14500Y30500D02*
Y31500D01*
X-56284Y-19016D02*
X-55284D01*
X-55784Y-19516D02*
Y-18516D01*
X29000Y-52300D02*
X30000D01*
X29500Y-52800D02*
Y-51800D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GKO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
D10*
X-68172Y78711D02*
G03*
X-78711Y68172I32739J-43278D01*
G01*
X68172Y-78711D02*
G03*
X78711Y-68172I-32739J43278D01*
G01*
X-61046Y81102D02*
G03*
X-68172Y78711I0J-11811D01*
G01*
X61046Y-81102D02*
G03*
X68172Y-78711I0J11811D01*
G01*
X68172Y78711D02*
G03*
X61046Y81102I-7126J-9419D01*
G01*
X-68172Y-78711D02*
G03*
X-61046Y-81102I7126J9419D01*
G01*
X-78711Y-68172D02*
G03*
X-68172Y-78711I43278J32739D01*
G01*
X78711Y68172D02*
G03*
X68172Y78711I-43278J-32739D01*
G01*
X-81102Y-61046D02*
G03*
X-78711Y-68172I11811J0D01*
G01*
X81102Y61046D02*
G03*
X78711Y68172I-11811J0D01*
G01*
X-78711Y68172D02*
G03*
X-81102Y61046I9419J-7126D01*
G01*
X78711Y-68172D02*
G03*
X81102Y-61046I-9419J7126D01*
G01*
X-80891Y-60949D02*
Y61144D01*
X-60835Y-81005D02*
X61258D01*
X81314Y-60949D02*
Y61144D01*
X-61046Y81102D02*
X61046D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
D10*
X-80891Y-60949D02*
G03*
X-78499Y-68075I11811J0D01*
G01*
X-78499Y-68074D02*
G03*
X-67960Y-78613I43278J32739D01*
G01*
X-67960Y-78613D02*
G03*
X-60835Y-81005I7126J9419D01*
G01*
X61258Y-81005D02*
G03*
X68384Y-78613I0J11811D01*
G01*
X68384Y-78613D02*
G03*
X78922Y-68075I-32739J43278D01*
G01*
X78922Y-68075D02*
G03*
X81314Y-60949I-9419J7126D01*
G01*
X81314Y61144D02*
G03*
X78922Y68270I-11811J0D01*
G01*
X78922Y68270D02*
G03*
X68384Y78808I-43278J-32739D01*
G01*
X68384Y78808D02*
G03*
X61258Y81200I-7126J-9419D01*
G01*
X-60835Y81200D02*
G03*
X-67960Y78808I0J-11811D01*
G01*
X-67960Y78808D02*
G03*
X-78499Y68270I32739J-43278D01*
G01*
X-78499Y68270D02*
G03*
X-80891Y61144I9419J-7126D01*
G01*
X-60835Y81200D02*
X61258D01*
X81314Y-60949D02*
Y61144D01*
X-60835Y-81005D02*
X61258D01*
X-80891Y-60949D02*
Y61144D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM10
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
D13*
X-29740Y50398D02*
X-22260D01*
Y35602D02*
Y50398D01*
X-29740Y35602D02*
X-22260D01*
X-29740D02*
Y50398D01*
X22260Y35602D02*
Y50398D01*
Y35602D02*
X29740D01*
Y50398D01*
X22260D02*
X29740D01*
X-39291Y-17850D02*
X-10709D01*
Y-34150D02*
Y-17850D01*
X-39291Y-34150D02*
X-10709D01*
X-39291D02*
Y-17850D01*
X19988Y-25437D02*
Y-17563D01*
Y-25437D02*
X31012D01*
Y-17563D01*
X19988D02*
X31012D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM12
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
D13*
X-29051Y49102D02*
X-22949D01*
Y36898D02*
Y49102D01*
X-29051Y36898D02*
X-22949D01*
X-29051D02*
Y49102D01*
X22949Y36898D02*
Y49102D01*
Y36898D02*
X29051D01*
Y49102D01*
X22949D02*
X29051D01*
X-34350Y-18244D02*
X-15650D01*
Y-33756D02*
Y-18244D01*
X-34350Y-33756D02*
X-15650D01*
X-34350D02*
Y-18244D01*
X21169Y-25043D02*
Y-17957D01*
Y-25043D02*
X29831D01*
Y-17957D01*
X21169D02*
X29831D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM13
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD85C,0.00394*%
%ADD86C,0.00200*%
D85*
X-9862Y-56299D02*
G03*
X-9862Y-56299I-1969J0D01*
G01*
X-51768Y-30236D02*
G03*
X-51768Y-30236I-1969J0D01*
G01*
X6299Y6299D02*
G03*
X6299Y6299I-1969J0D01*
G01*
X-50402Y17657D02*
X-38198D01*
X-50402Y24743D02*
X-38198D01*
X-50402Y17657D02*
Y24743D01*
X-38198Y17657D02*
Y24743D01*
X-21843Y35126D02*
X-2158D01*
X-21843Y50874D02*
X-2158D01*
Y35126D02*
Y50874D01*
X-21843Y35126D02*
Y50874D01*
X-9602Y-34543D02*
Y-27457D01*
X2602Y-34543D02*
Y-27457D01*
X-9602D02*
X2602D01*
X-9602Y-34543D02*
X2602D01*
X10398Y-31543D02*
Y-24457D01*
X22602D01*
X10398Y-31543D02*
X22602D01*
Y-24457D01*
X-15374Y-59842D02*
Y-40157D01*
X374Y-59842D02*
Y-40157D01*
X-15374Y-59842D02*
X374D01*
X-15374Y-40157D02*
X374D01*
X2158Y35126D02*
Y50874D01*
X21843Y35126D02*
Y50874D01*
X2158D02*
X21843D01*
X2158Y35126D02*
X21843D01*
X-57279Y-33779D02*
Y-6221D01*
X-29721Y-33779D02*
Y-6221D01*
X-57279Y-33779D02*
X-29721D01*
X-57279Y-6221D02*
X-29721D01*
X7874Y-9843D02*
Y9843D01*
X-7874Y-9843D02*
Y9843D01*
X7874D01*
X-7874Y-9843D02*
X7874D01*
D86*
X-54000Y17100D02*
Y18300D01*
X-54600Y17700D02*
X-53400D01*
X-54984Y15732D02*
Y19669D01*
X-53016Y15732D02*
Y19669D01*
X-54984Y15732D02*
X-53016D01*
X-54984Y19669D02*
X-53016D01*
X-68100Y-2500D02*
X-66900D01*
X-67500Y-3100D02*
Y-1900D01*
X-69468Y-1516D02*
X-65531D01*
X-69468Y-3484D02*
X-65531D01*
Y-3484D02*
Y-1516D01*
X-69468Y-3484D02*
Y-1516D01*
X-0Y39400D02*
Y40600D01*
X-600Y40000D02*
X600D01*
X984Y38032D02*
Y41969D01*
X-984Y38032D02*
Y41969D01*
X-984Y38032D02*
X984D01*
X-984Y41969D02*
X984D01*
X-0Y46400D02*
Y47600D01*
X-600Y47000D02*
X600D01*
X984Y45031D02*
Y48968D01*
X-984Y45031D02*
Y48968D01*
X-984Y45031D02*
X984D01*
X-984Y48968D02*
X984D01*
X-13032Y-28984D02*
Y-27016D01*
X-16969Y-28984D02*
Y-27016D01*
Y-27016D02*
X-13032D01*
X-16969Y-28984D02*
X-13032D01*
X-15000Y-28600D02*
Y-27400D01*
X-15600Y-28000D02*
X-14400D01*
X-25500Y-37100D02*
Y-35900D01*
X-26100Y-36500D02*
X-24900D01*
X-26484Y-38469D02*
Y-34532D01*
X-24516Y-38469D02*
Y-34532D01*
X-26484D02*
X-24516D01*
X-26484Y-38469D02*
X-24516D01*
X-68100Y-13000D02*
X-66900D01*
X-67500Y-13600D02*
Y-12400D01*
X-69468Y-12016D02*
X-65531D01*
X-69468Y-13984D02*
X-65531D01*
Y-13984D02*
Y-12016D01*
X-69468Y-13984D02*
Y-12016D01*
X-62000Y-37100D02*
Y-35900D01*
X-62600Y-36500D02*
X-61400D01*
X-62984Y-38469D02*
Y-34532D01*
X-61016Y-38469D02*
Y-34532D01*
X-62984D02*
X-61016D01*
X-62984Y-38469D02*
X-61016D01*
X-12968Y26016D02*
Y27984D01*
X-9031Y26016D02*
Y27984D01*
X-12968Y26016D02*
X-9031D01*
X-12968Y27984D02*
X-9031D01*
X-11000Y26400D02*
Y27600D01*
X-11600Y27000D02*
X-10400D01*
X-26969Y26016D02*
Y27984D01*
X-23031Y26016D02*
Y27984D01*
X-26969Y26016D02*
X-23031D01*
X-26969Y27984D02*
X-23031D01*
X-25000Y26400D02*
Y27600D01*
X-25600Y27000D02*
X-24400D01*
X16032Y26016D02*
Y27984D01*
X19969Y26016D02*
Y27984D01*
X16032Y26016D02*
X19969D01*
X16032Y27984D02*
X19969D01*
X18000Y26400D02*
Y27600D01*
X17400Y27000D02*
X18600D01*
X2032Y26016D02*
Y27984D01*
X5968Y26016D02*
Y27984D01*
X2032Y26016D02*
X5968D01*
X2032Y27984D02*
X5968D01*
X4000Y26400D02*
Y27600D01*
X3400Y27000D02*
X4600D01*
X-4600Y27000D02*
X-3400D01*
X-4000Y26400D02*
Y27600D01*
X-5968Y26016D02*
X-2032D01*
X-5968Y27984D02*
X-2032D01*
X-5968Y26016D02*
Y27984D01*
X-2032Y26016D02*
Y27984D01*
X-18600Y27000D02*
X-17400D01*
X-18000Y26400D02*
Y27600D01*
X-19969Y26016D02*
X-16032D01*
X-19969Y27984D02*
X-16032D01*
X-19969Y26016D02*
Y27984D01*
X-16032Y26016D02*
Y27984D01*
X24400Y27000D02*
X25600D01*
X25000Y26400D02*
Y27600D01*
X23031Y26016D02*
X26969D01*
X23031Y27984D02*
X26969D01*
X23031Y26016D02*
Y27984D01*
X26969Y26016D02*
Y27984D01*
X10400Y27000D02*
X11600D01*
X11000Y26400D02*
Y27600D01*
X9031Y27984D02*
X12968D01*
X9031Y26016D02*
X12968D01*
Y26016D02*
Y27984D01*
X9031Y26016D02*
Y27984D01*
X67094Y-22874D02*
X78905D01*
X67094D02*
Y-7126D01*
X78905Y-22873D02*
Y-7125D01*
X67094D02*
X78905D01*
X67094Y22874D02*
X78905D01*
Y7126D02*
Y22874D01*
X67095Y7125D02*
Y22873D01*
Y7125D02*
X78906D01*
X-16969Y-25484D02*
Y-23516D01*
X-13032Y-25484D02*
Y-23516D01*
X-16969Y-25484D02*
X-13032D01*
X-16969Y-23516D02*
X-13032D01*
X-15000Y-25100D02*
Y-23900D01*
X-15600Y-24500D02*
X-14400D01*
X-65531Y-32484D02*
Y-30516D01*
X-69468Y-32484D02*
Y-30516D01*
Y-30516D02*
X-65531D01*
X-69468Y-32484D02*
X-65531D01*
X-67500Y-32100D02*
Y-30900D01*
X-68100Y-31500D02*
X-66900D01*
X5500Y-20600D02*
Y-19400D01*
X4900Y-20000D02*
X6100D01*
X4516Y-21969D02*
Y-18032D01*
X6484Y-21969D02*
Y-18032D01*
X4516D02*
X6484D01*
X4516Y-21969D02*
X6484D01*
X9000Y-20600D02*
Y-19400D01*
X8400Y-20000D02*
X9600D01*
X8016Y-21969D02*
Y-18032D01*
X9984Y-21969D02*
Y-18032D01*
X8016D02*
X9984D01*
X8016Y-21969D02*
X9984D01*
X-15600Y-21000D02*
X-14400D01*
X-15000Y-21600D02*
Y-20400D01*
X-16969Y-21984D02*
X-13032D01*
X-16969Y-20016D02*
X-13032D01*
X-16969Y-21984D02*
Y-20016D01*
X-13032Y-21984D02*
Y-20016D01*
X-65531Y-39484D02*
Y-37516D01*
X-69468Y-39484D02*
Y-37516D01*
Y-37516D02*
X-65531D01*
X-69468Y-39484D02*
X-65531D01*
X-67500Y-39100D02*
Y-37900D01*
X-68100Y-38500D02*
X-66900D01*
X21400Y-38000D02*
X22600D01*
X22000Y-38600D02*
Y-37400D01*
X20031Y-37016D02*
X23968D01*
X20031Y-38984D02*
X23968D01*
Y-38984D02*
Y-37016D01*
X20031Y-38984D02*
Y-37016D01*
Y-57484D02*
Y-55516D01*
X23968Y-57484D02*
Y-55516D01*
X20031Y-57484D02*
X23968D01*
X20031Y-55516D02*
X23968D01*
X22000Y-57100D02*
Y-55900D01*
X21400Y-56500D02*
X22600D01*
X-68100Y-35000D02*
X-66900D01*
X-67500Y-35600D02*
Y-34400D01*
X-69468Y-34016D02*
X-65531D01*
X-69468Y-35984D02*
X-65531D01*
Y-35984D02*
Y-34016D01*
X-69468Y-35984D02*
Y-34016D01*
X-600Y-17500D02*
X600D01*
X0Y-18100D02*
Y-16900D01*
X-1969Y-18484D02*
X1969D01*
X-1969Y-16516D02*
X1969D01*
X-1969Y-18484D02*
Y-16516D01*
X1969Y-18484D02*
Y-16516D01*
X-600Y-21000D02*
X600D01*
X0Y-21600D02*
Y-20400D01*
X-1969Y-21984D02*
X1969D01*
X-1969Y-20016D02*
X1969D01*
X-1969Y-21984D02*
Y-20016D01*
X1969Y-21984D02*
Y-20016D01*
X-8100Y-21000D02*
X-6900D01*
X-7500Y-21600D02*
Y-20400D01*
X-9469Y-21984D02*
X-5531D01*
X-9469Y-20016D02*
X-5531D01*
X-9469Y-21984D02*
Y-20016D01*
X-5531Y-21984D02*
Y-20016D01*
X5500Y-28600D02*
Y-27400D01*
X4900Y-28000D02*
X6100D01*
X6484Y-29969D02*
Y-26032D01*
X4516Y-29969D02*
Y-26032D01*
X4516Y-29969D02*
X6484D01*
X4516Y-26032D02*
X6484D01*
X9000Y-28600D02*
Y-27400D01*
X8400Y-28000D02*
X9600D01*
X9984Y-29969D02*
Y-26032D01*
X8016Y-29969D02*
Y-26032D01*
X8016Y-29969D02*
X9984D01*
X8016Y-26032D02*
X9984D01*
X24000Y-24600D02*
Y-23400D01*
X23400Y-24000D02*
X24600D01*
X24984Y-25969D02*
Y-22031D01*
X23016Y-25969D02*
Y-22031D01*
X23016Y-25969D02*
X24984D01*
X23016Y-22031D02*
X24984D01*
X24000Y-33100D02*
Y-31900D01*
X23400Y-32500D02*
X24600D01*
X24984Y-34468D02*
Y-30531D01*
X23016Y-34468D02*
Y-30531D01*
X23016Y-34468D02*
X24984D01*
X23016Y-30531D02*
X24984D01*
X21400Y-18500D02*
X22600D01*
X22000Y-19100D02*
Y-17900D01*
X20031Y-19484D02*
X23968D01*
X20031Y-17516D02*
X23968D01*
X20031Y-19484D02*
Y-17516D01*
X23968Y-19484D02*
Y-17516D01*
X16468Y-19484D02*
Y-17516D01*
X12531Y-19484D02*
Y-17516D01*
Y-17516D02*
X16468D01*
X12531Y-19484D02*
X16468D01*
X14500Y-19100D02*
Y-17900D01*
X13900Y-18500D02*
X15100D01*
X8016Y-37969D02*
X9984D01*
X8016Y-34032D02*
X9984D01*
X9984Y-37969D02*
Y-34032D01*
X8016Y-37969D02*
Y-34032D01*
X8400Y-36000D02*
X9600D01*
X9000Y-36600D02*
Y-35400D01*
X5500Y-36600D02*
Y-35400D01*
X4900Y-36000D02*
X6100D01*
X6484Y-37969D02*
Y-34032D01*
X4516Y-37969D02*
Y-34032D01*
X4516Y-37969D02*
X6484D01*
X4516Y-34032D02*
X6484D01*
X16468Y-38984D02*
Y-37016D01*
X12531Y-38984D02*
Y-37016D01*
Y-37016D02*
X16468D01*
X12531Y-38984D02*
X16468D01*
X14500Y-38600D02*
Y-37400D01*
X13900Y-38000D02*
X15100D01*
X-29961Y-60437D02*
X-25039D01*
X-29961Y-52563D02*
X-25039D01*
X-29961Y-60437D02*
Y-52563D01*
X-25039Y-60437D02*
Y-52563D01*
X-27500Y-57500D02*
Y-55500D01*
X-28500Y-56500D02*
X-26500D01*
X-18999Y-46001D02*
X-16999D01*
X-17999Y-47001D02*
Y-45001D01*
X-23314Y-55844D02*
Y-36159D01*
Y-55844D02*
X-12684D01*
X-23314Y-36159D02*
X-12684D01*
Y-55844D02*
Y-36159D01*
X-43500Y-21000D02*
Y-19000D01*
X-44500Y-20000D02*
X-42500D01*
X-36461Y-60437D02*
X-31539D01*
X-36461Y-52563D02*
X-31539D01*
X-36461Y-60437D02*
Y-52563D01*
X-31539Y-60437D02*
Y-52563D01*
X-34000Y-57500D02*
Y-55500D01*
X-35000Y-56500D02*
X-33000D01*
X-36461Y-38063D02*
X-31539D01*
X-36461Y-45937D02*
X-31539D01*
Y-38063D01*
X-36461Y-45937D02*
Y-38063D01*
X-34000Y-43000D02*
Y-41000D01*
X-35000Y-42000D02*
X-33000D01*
X-29961Y-38063D02*
X-25039D01*
X-29961Y-45937D02*
X-25039D01*
Y-38063D01*
X-29961Y-45937D02*
Y-38063D01*
X-27500Y-43000D02*
Y-41000D01*
X-28500Y-42000D02*
X-26500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM14
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
G36*
X-15200Y-45342D02*
X-16106D01*
Y-43955D01*
X-19594D01*
X-18937Y-45166D01*
X-19770Y-45499D01*
X-20676Y-43769D01*
Y-42909D01*
X-16106D01*
Y-41716D01*
X-15200D01*
Y-45342D01*
D02*
G37*
G36*
X-17762Y-46202D02*
X-17605Y-46211D01*
X-17429Y-46230D01*
X-17235Y-46258D01*
X-17031Y-46295D01*
X-16837Y-46350D01*
X-16828D01*
X-16819Y-46360D01*
X-16791Y-46369D01*
X-16754Y-46378D01*
X-16652Y-46415D01*
X-16532Y-46470D01*
X-16393Y-46535D01*
X-16245Y-46619D01*
X-16097Y-46720D01*
X-15949Y-46841D01*
X-15931Y-46859D01*
X-15894Y-46896D01*
X-15829Y-46970D01*
X-15746Y-47072D01*
X-15653Y-47192D01*
X-15561Y-47340D01*
X-15477Y-47506D01*
X-15394Y-47692D01*
Y-47701D01*
X-15385Y-47710D01*
X-15376Y-47747D01*
X-15367Y-47784D01*
X-15348Y-47830D01*
X-15329Y-47886D01*
X-15311Y-47960D01*
X-15302Y-48034D01*
X-15265Y-48219D01*
X-15228Y-48422D01*
X-15209Y-48663D01*
X-15200Y-48922D01*
Y-50300D01*
X-20639D01*
Y-48533D01*
X-20630Y-48469D01*
X-20620Y-48320D01*
X-20602Y-48154D01*
X-20574Y-47969D01*
X-20537Y-47784D01*
X-20482Y-47608D01*
Y-47599D01*
X-20472Y-47590D01*
X-20454Y-47525D01*
X-20417Y-47442D01*
X-20361Y-47331D01*
X-20297Y-47210D01*
X-20213Y-47081D01*
X-20112Y-46942D01*
X-20001Y-46822D01*
X-19982Y-46804D01*
X-19945Y-46766D01*
X-19871Y-46711D01*
X-19779Y-46646D01*
X-19658Y-46572D01*
X-19520Y-46489D01*
X-19353Y-46415D01*
X-19177Y-46350D01*
X-19168D01*
X-19159Y-46341D01*
X-19131Y-46332D01*
X-19085Y-46323D01*
X-19039Y-46313D01*
X-18983Y-46304D01*
X-18845Y-46267D01*
X-18669Y-46239D01*
X-18465Y-46221D01*
X-18234Y-46202D01*
X-17984Y-46193D01*
X-17975D01*
X-17956D01*
X-17920D01*
X-17883D01*
X-17827D01*
X-17762Y-46202D01*
D02*
G37*
%LPC*%
G36*
X-17744Y-47294D02*
X-17920D01*
X-17929D01*
X-17938D01*
X-17993D01*
X-18077D01*
X-18179Y-47303D01*
X-18299Y-47312D01*
X-18428Y-47322D01*
X-18697Y-47368D01*
X-18715D01*
X-18752Y-47377D01*
X-18817Y-47396D01*
X-18900Y-47423D01*
X-18993Y-47460D01*
X-19094Y-47497D01*
X-19196Y-47553D01*
X-19288Y-47608D01*
X-19298Y-47618D01*
X-19326Y-47636D01*
X-19372Y-47673D01*
X-19427Y-47728D01*
X-19483Y-47793D01*
X-19538Y-47867D01*
X-19603Y-47960D01*
X-19649Y-48061D01*
X-19658Y-48071D01*
X-19668Y-48108D01*
X-19686Y-48173D01*
X-19714Y-48256D01*
X-19742Y-48348D01*
X-19760Y-48469D01*
X-19770Y-48607D01*
X-19779Y-48755D01*
Y-49273D01*
X-16060D01*
Y-48755D01*
X-16070Y-48709D01*
Y-48644D01*
X-16088Y-48570D01*
X-16116Y-48404D01*
X-16171Y-48219D01*
X-16245Y-48034D01*
X-16356Y-47849D01*
X-16430Y-47765D01*
X-16504Y-47692D01*
X-16513Y-47682D01*
X-16523Y-47673D01*
X-16551Y-47655D01*
X-16588Y-47627D01*
X-16643Y-47599D01*
X-16699Y-47562D01*
X-16772Y-47525D01*
X-16856Y-47488D01*
X-16948Y-47451D01*
X-17050Y-47423D01*
X-17161Y-47386D01*
X-17290Y-47359D01*
X-17429Y-47331D01*
X-17586Y-47312D01*
X-17744Y-47294D01*
D02*
G37*
%LPD*%
D86*
X-52300Y14200D02*
Y21200D01*
X-55700Y14200D02*
X-52300D01*
X-55700Y21200D02*
X-52300D01*
X-55700Y14200D02*
Y21200D01*
X-71000Y-800D02*
X-64000D01*
X-71000Y-4200D02*
Y-800D01*
X-64000Y-4200D02*
Y-800D01*
X-71000Y-4200D02*
X-64000D01*
X-1700Y36500D02*
Y43500D01*
Y36500D02*
X1700D01*
X-1700Y43500D02*
X1700D01*
Y36500D02*
Y43500D01*
X-1700D02*
Y50500D01*
Y43500D02*
X1700D01*
X-1700Y50500D02*
X1700D01*
Y43500D02*
Y50500D01*
X-18500Y-29700D02*
X-11500D01*
Y-26300D01*
X-18500Y-29700D02*
Y-26300D01*
X-11500D01*
X-27200Y-40000D02*
Y-33000D01*
Y-40000D02*
X-23800D01*
X-27200Y-33000D02*
X-23800D01*
Y-40000D02*
Y-33000D01*
X-71000Y-11300D02*
X-64000D01*
X-71000Y-14700D02*
Y-11300D01*
X-64000Y-14700D02*
Y-11300D01*
X-71000Y-14700D02*
X-64000D01*
X-63700Y-40000D02*
Y-33000D01*
Y-40000D02*
X-60300D01*
X-63700Y-33000D02*
X-60300D01*
Y-40000D02*
Y-33000D01*
X-14500Y28700D02*
X-7500D01*
X-14500Y25300D02*
Y28700D01*
X-7500Y25300D02*
Y28700D01*
X-14500Y25300D02*
X-7500D01*
X-28500Y28700D02*
X-21500D01*
X-28500Y25300D02*
Y28700D01*
X-21500Y25300D02*
Y28700D01*
X-28500Y25300D02*
X-21500D01*
X14500Y28700D02*
X21500D01*
X14500Y25300D02*
Y28700D01*
X21500Y25300D02*
Y28700D01*
X14500Y25300D02*
X21500D01*
X500Y28700D02*
X7500D01*
X500Y25300D02*
Y28700D01*
X7500Y25300D02*
Y28700D01*
X500Y25300D02*
X7500D01*
X-7500D02*
X-500D01*
Y28700D01*
X-7500Y25300D02*
Y28700D01*
X-500D01*
X-21500Y25300D02*
X-14500D01*
Y28700D01*
X-21500Y25300D02*
Y28700D01*
X-14500D01*
X21500Y25300D02*
X28500D01*
Y28700D01*
X21500Y25300D02*
Y28700D01*
X28500D01*
X7500D02*
X14500D01*
X7500Y25300D02*
Y28700D01*
X14500Y25300D02*
Y28700D01*
X7500Y25300D02*
X14500D01*
X66500Y-25500D02*
Y-4500D01*
X79500D01*
X66500Y-25500D02*
X79500D01*
Y-4500D01*
Y4500D02*
Y25500D01*
X66500Y4500D02*
X79500D01*
X66500Y25500D02*
X79500D01*
X66500Y4500D02*
Y25500D01*
X-18500Y-22800D02*
X-11500D01*
X-18500Y-26200D02*
Y-22800D01*
X-11500Y-26200D02*
Y-22800D01*
X-18500Y-26200D02*
X-11500D01*
X-71000Y-33200D02*
X-64000D01*
Y-29800D01*
X-71000Y-33200D02*
Y-29800D01*
X-64000D01*
X3800Y-23500D02*
Y-16500D01*
Y-23500D02*
X7200D01*
X3800Y-16500D02*
X7200D01*
Y-23500D02*
Y-16500D01*
X7300Y-23500D02*
Y-16500D01*
Y-23500D02*
X10700D01*
X7300Y-16500D02*
X10700D01*
Y-23500D02*
Y-16500D01*
X-18500Y-22700D02*
X-11500D01*
Y-19300D01*
X-18500Y-22700D02*
Y-19300D01*
X-11500D01*
X-71000Y-40200D02*
X-64000D01*
Y-36800D01*
X-71000Y-40200D02*
Y-36800D01*
X-64000D01*
X18500Y-36300D02*
X25500D01*
X18500Y-39700D02*
Y-36300D01*
X25500Y-39700D02*
Y-36300D01*
X18500Y-39700D02*
X25500D01*
X18500Y-54800D02*
X25500D01*
X18500Y-58200D02*
Y-54800D01*
X25500Y-58200D02*
Y-54800D01*
X18500Y-58200D02*
X25500D01*
X-71000Y-33300D02*
X-64000D01*
X-71000Y-36700D02*
Y-33300D01*
X-64000Y-36700D02*
Y-33300D01*
X-71000Y-36700D02*
X-64000D01*
X-3500Y-19200D02*
X3500D01*
Y-15800D01*
X-3500Y-19200D02*
Y-15800D01*
X3500D01*
X-3500Y-22700D02*
X3500D01*
Y-19300D01*
X-3500Y-22700D02*
Y-19300D01*
X3500D01*
X-11000Y-22700D02*
X-4000D01*
Y-19300D01*
X-11000Y-22700D02*
Y-19300D01*
X-4000D01*
X7200Y-31500D02*
Y-24500D01*
X3800D02*
X7200D01*
X3800Y-31500D02*
X7200D01*
X3800D02*
Y-24500D01*
X10700Y-31500D02*
Y-24500D01*
X7300D02*
X10700D01*
X7300Y-31500D02*
X10700D01*
X7300D02*
Y-24500D01*
X25700Y-27500D02*
Y-20500D01*
X22300D02*
X25700D01*
X22300Y-27500D02*
X25700D01*
X22300D02*
Y-20500D01*
X25700Y-36000D02*
Y-29000D01*
X22300D02*
X25700D01*
X22300Y-36000D02*
X25700D01*
X22300D02*
Y-29000D01*
X18500Y-20200D02*
X25500D01*
Y-16800D01*
X18500Y-20200D02*
Y-16800D01*
X25500D01*
X11000Y-20200D02*
X18000D01*
Y-16800D01*
X11000Y-20200D02*
Y-16800D01*
X18000D01*
X7300Y-39500D02*
Y-32500D01*
Y-39500D02*
X10700D01*
X7300Y-32500D02*
X10700D01*
Y-39500D02*
Y-32500D01*
X7200Y-39500D02*
Y-32500D01*
X3800D02*
X7200D01*
X3800Y-39500D02*
X7200D01*
X3800D02*
Y-32500D01*
X11000Y-39700D02*
X18000D01*
Y-36300D01*
X11000Y-39700D02*
Y-36300D01*
X18000D01*
X-30500Y-62000D02*
Y-51000D01*
X-24500D01*
X-30500Y-62000D02*
X-24500D01*
Y-51000D01*
X-12000Y-57000D02*
Y-35000D01*
X-24000Y-57000D02*
X-12000D01*
X-24000Y-35000D02*
X-12000D01*
X-24000Y-57000D02*
Y-35000D01*
Y-39500D02*
Y-500D01*
X-63000D02*
X-24000D01*
X-63000Y-39500D02*
X-63000Y-500D01*
X-63000Y-39500D02*
X-24000Y-39500D01*
X-37000Y-62000D02*
Y-51000D01*
X-31000D01*
X-37000Y-62000D02*
X-31000D01*
Y-51000D01*
Y-47500D02*
Y-36500D01*
X-37000Y-47500D02*
X-31000D01*
X-37000Y-36500D02*
X-31000D01*
X-37000Y-47500D02*
Y-36500D01*
X-24500Y-47500D02*
Y-36500D01*
X-30500Y-47500D02*
X-24500D01*
X-30500Y-36500D02*
X-24500D01*
X-30500Y-47500D02*
Y-36500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GM15
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32768*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
%ADD85C,0.00394*%
D13*
X-29740Y50398D02*
X-22260D01*
Y35602D02*
Y50398D01*
X-29740Y35602D02*
X-22260D01*
X-29740D02*
Y50398D01*
X22260Y35602D02*
Y50398D01*
Y35602D02*
X29740D01*
Y50398D01*
X22260D02*
X29740D01*
X-39291Y-17850D02*
X-10709D01*
Y-34150D02*
Y-17850D01*
X-39291Y-34150D02*
X-10709D01*
X-39291D02*
Y-17850D01*
X19988Y-25437D02*
Y-17563D01*
Y-25437D02*
X31012D01*
Y-17563D01*
X19988D02*
X31012D01*
D85*
X-51387Y13200D02*
X-37213D01*
X-51387Y29200D02*
X-37213D01*
X-51387Y13200D02*
Y29200D01*
X-37213Y13200D02*
Y29200D01*
X-44300Y19231D02*
Y23168D01*
X-46268Y21200D02*
X-42331D01*
X-27968Y43000D02*
X-24032D01*
X-26000Y41032D02*
Y44969D01*
X-23024Y26465D02*
X500D01*
X-23024Y59535D02*
X500D01*
Y26465D02*
Y59535D01*
X-23024Y26465D02*
Y59535D01*
X-12000Y41032D02*
Y44969D01*
X-13969Y43000D02*
X-10031D01*
X27200Y-55700D02*
X30800D01*
X27200Y-62300D02*
Y-55700D01*
X30800Y-62300D02*
Y-55700D01*
X27200Y-62300D02*
X30800D01*
X26000Y41032D02*
Y44969D01*
X24032Y43000D02*
X27968D01*
X-5469Y-31000D02*
X-1531D01*
X-3500Y-32969D02*
Y-29032D01*
X-10587Y-40000D02*
Y-22000D01*
X3587Y-40000D02*
Y-22000D01*
X-10587D02*
X3587D01*
X-10587Y-40000D02*
X3587D01*
X14532Y-28000D02*
X18469D01*
X16500Y-29969D02*
Y-26032D01*
X8429Y-37252D02*
Y-18748D01*
X24571Y-37252D02*
Y-18748D01*
X8429D02*
X24571D01*
X8429Y-37252D02*
X24571D01*
X-26969Y-26000D02*
X-23031D01*
X-25000Y-27968D02*
Y-24032D01*
X-24035Y-62500D02*
Y-38976D01*
X9035Y-62500D02*
Y-38976D01*
X-24035Y-62500D02*
X9035D01*
X-24035Y-38976D02*
X9035D01*
X-9469Y-50000D02*
X-5531D01*
X-7500Y-51968D02*
Y-48031D01*
X10031Y43000D02*
X13969D01*
X12000Y41032D02*
Y44969D01*
X976Y26465D02*
Y59535D01*
X24500Y26465D02*
Y59535D01*
X976D02*
X24500D01*
X976Y26465D02*
X24500D01*
X16535Y-11024D02*
Y12500D01*
X-16535Y-11024D02*
Y12500D01*
X16535D01*
X-16535Y-11024D02*
X16535D01*
X-1969Y0D02*
X1969D01*
X0Y-1969D02*
Y1969D01*
X25500Y-23469D02*
Y-19532D01*
X23531Y-21500D02*
X27468D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GPB
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
%ADD54C,0.20000*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
D16*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GPT
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.03937,0.03937,0,0,270.0*
21,1,0.01968,0.05906,0,0,270.0*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
%ADD54C,0.20000*%
D16*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D17*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D18*
X-77000Y45063D02*
D03*
Y16000D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D19*
X-62500Y24626D02*
D03*
Y32500D02*
D03*
Y28563D02*
D03*
Y36437D02*
D03*
Y40374D02*
D03*
Y20689D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GTL
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=1*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.03937,0.03937,0,0,270.0*
21,1,0.01968,0.05906,0,0,270.0*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
%ADD50C,0.02000*%
%ADD51C,0.08000*%
%ADD52C,0.04000*%
%ADD53C,0.03000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
G36*
X-61046Y80185D02*
X4011D01*
X4134Y80000D01*
Y79309D01*
X4073Y79000D01*
Y75000D01*
X4134Y74691D01*
Y59933D01*
X4135Y59931D01*
X3882Y59521D01*
X3523Y59523D01*
X3171Y59941D01*
Y65059D01*
X3110Y65369D01*
X2934Y65631D01*
X2672Y65807D01*
X2362Y65868D01*
X1575D01*
X1265Y65807D01*
X1003Y65631D01*
X827Y65369D01*
X766Y65059D01*
Y59941D01*
X827Y59631D01*
X1003Y59369D01*
X1265Y59193D01*
X1495Y59148D01*
X1556Y59119D01*
X1570Y59119D01*
X1745Y58914D01*
X1681Y58672D01*
X1448Y58414D01*
X524D01*
X-805Y59742D01*
X-766Y59941D01*
Y65059D01*
X-827Y65369D01*
X-1003Y65631D01*
X-1265Y65807D01*
X-1575Y65868D01*
X-2362D01*
X-2672Y65807D01*
X-2934Y65631D01*
X-3110Y65369D01*
X-3171Y65059D01*
Y59941D01*
X-3110Y59631D01*
X-2934Y59369D01*
X-2672Y59193D01*
X-2442Y59148D01*
X-2381Y59119D01*
X-2279Y59115D01*
X-2254Y59112D01*
X-2231Y59108D01*
X-2215Y59104D01*
X-2209Y59102D01*
X-2207Y59100D01*
X-2203Y59099D01*
X-2195Y59093D01*
X-2190Y59092D01*
X-2187Y59091D01*
X-2187D01*
X-2179Y59077D01*
X-2151Y59070D01*
X-277Y57195D01*
X-45Y57041D01*
X-32Y57038D01*
X-81Y56538D01*
X-18840D01*
X-19185Y56681D01*
X-19815D01*
X-20160Y56538D01*
X-21840D01*
X-22185Y56681D01*
X-22815D01*
X-23235Y56507D01*
X-24149Y56387D01*
X-25219Y55943D01*
X-26138Y55238D01*
X-30138Y51238D01*
X-30843Y50319D01*
X-31287Y49249D01*
X-31438Y48100D01*
Y-5400D01*
X-31287Y-6549D01*
X-30843Y-7619D01*
X-30138Y-8538D01*
X-19792Y-18884D01*
Y-22591D01*
X-19860Y-22692D01*
X-20056Y-23677D01*
Y-28323D01*
X-19860Y-29308D01*
X-19792Y-29409D01*
Y-34815D01*
X-19875D01*
X-20568Y-34953D01*
X-21155Y-35345D01*
X-21547Y-35932D01*
X-21685Y-36625D01*
Y-38908D01*
X-27381Y-44605D01*
X-29469D01*
X-30009Y-44712D01*
X-30084Y-44762D01*
X-31417D01*
X-31492Y-44712D01*
X-32032Y-44605D01*
X-35969D01*
X-36149Y-44640D01*
X-36500Y-44201D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41527D01*
X-41033Y-41604D01*
X-41034Y-41711D01*
X-41039Y-41799D01*
X-41048Y-41877D01*
X-41060Y-41945D01*
X-41074Y-42003D01*
X-41090Y-42051D01*
X-41105Y-42087D01*
X-41169Y-42151D01*
X-46931D01*
X-55541Y-33541D01*
X-56000Y-33351D01*
X-59183D01*
X-59193Y-33297D01*
X-59369Y-33034D01*
X-59631Y-32859D01*
X-59941Y-32797D01*
X-65059D01*
X-65369Y-32859D01*
X-65631Y-33034D01*
X-65807Y-33297D01*
X-65868Y-33606D01*
Y-34394D01*
X-65807Y-34703D01*
X-65631Y-34966D01*
X-65369Y-35141D01*
X-65059Y-35203D01*
X-60028D01*
X-59882Y-35412D01*
X-59804Y-35686D01*
X-60849Y-36731D01*
X-60883Y-36733D01*
X-60919Y-36733D01*
X-60921Y-36734D01*
X-65059D01*
X-65369Y-36796D01*
X-65631Y-36971D01*
X-65807Y-37234D01*
X-65868Y-37543D01*
Y-38331D01*
X-65807Y-38640D01*
X-65631Y-38903D01*
X-65369Y-39078D01*
X-65059Y-39140D01*
X-59941D01*
X-59631Y-39078D01*
X-59369Y-38903D01*
X-59193Y-38640D01*
X-59132Y-38331D01*
Y-37543D01*
X-59193Y-37234D01*
X-59322Y-37041D01*
X-58713Y-36431D01*
X-58289Y-36714D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-37057D01*
X-55200Y-36850D01*
X-47891Y-44159D01*
X-47431Y-44349D01*
X-39038D01*
X-39002Y-44364D01*
X-38957Y-44387D01*
X-38906Y-44418D01*
X-38854Y-44454D01*
X-38718Y-44569D01*
X-38645Y-44640D01*
X-38568Y-44671D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37556D01*
X-37332Y-45284D01*
X-37263Y-45462D01*
X-37273Y-45476D01*
X-37380Y-46016D01*
Y-47985D01*
X-37273Y-48525D01*
X-37002Y-48929D01*
X-37038Y-49200D01*
X-36991Y-49555D01*
X-37272Y-49975D01*
X-37380Y-50515D01*
Y-52484D01*
X-37272Y-53024D01*
X-36966Y-53482D01*
X-36508Y-53788D01*
X-35968Y-53895D01*
X-32031D01*
X-31491Y-53788D01*
X-31267Y-53638D01*
X-30233D01*
X-30008Y-53788D01*
X-29468Y-53895D01*
X-25531D01*
X-24991Y-53788D01*
X-24533Y-53482D01*
X-24531Y-53478D01*
X-23481Y-53043D01*
X-22640Y-52398D01*
X-22390Y-52520D01*
X-22223Y-52698D01*
X-22287Y-52851D01*
X-22438Y-54000D01*
Y-68000D01*
X-22433Y-68038D01*
Y-72236D01*
X-22306Y-72542D01*
X-21202Y-73647D01*
X-20896Y-73773D01*
X-16978D01*
Y-77000D01*
X-16927Y-77258D01*
Y-78969D01*
X-16820Y-79509D01*
X-16767Y-79587D01*
X-17034Y-80087D01*
X-60835D01*
X-61186Y-80157D01*
X-61210Y-80173D01*
X-62751Y-80052D01*
X-64413Y-79653D01*
X-65992Y-78999D01*
X-67204Y-78256D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-67605Y-77962D01*
X-70086Y-76006D01*
X-73162Y-73162D01*
X-76006Y-70086D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-77962Y-67605D01*
X-78256Y-67204D01*
X-78999Y-65992D01*
X-79653Y-64413D01*
X-80052Y-62751D01*
X-80153Y-61465D01*
X-80043Y-61300D01*
X-79973Y-60949D01*
Y-54834D01*
X-79963Y-54814D01*
X-79473Y-54557D01*
X-79399Y-54608D01*
X-79337Y-54704D01*
X-79334Y-54713D01*
X-79333Y-54794D01*
X-79318Y-54830D01*
Y-55000D01*
X-79248Y-55351D01*
X-79049Y-55649D01*
X-78751Y-55848D01*
X-78400Y-55918D01*
X-78049Y-55848D01*
X-77751Y-55649D01*
X-77552Y-55351D01*
X-77482Y-55000D01*
Y-54830D01*
X-77467Y-54794D01*
X-77466Y-54701D01*
X-77463Y-54627D01*
X-77450Y-54494D01*
X-77443Y-54454D01*
X-77436Y-54423D01*
X-77430Y-54407D01*
X-77422Y-54393D01*
X-77421Y-54386D01*
X-77420Y-54381D01*
X-77419Y-54372D01*
X-77417Y-54356D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77417Y-52644D01*
X-77419Y-52628D01*
X-77420Y-52619D01*
X-77421Y-52614D01*
X-77422Y-52607D01*
X-77430Y-52593D01*
X-77436Y-52577D01*
X-77443Y-52546D01*
X-77449Y-52510D01*
X-77466Y-52292D01*
X-77467Y-52206D01*
X-77482Y-52170D01*
Y-52000D01*
X-77552Y-51649D01*
X-77751Y-51351D01*
X-78049Y-51152D01*
X-78400Y-51082D01*
X-78751Y-51152D01*
X-79049Y-51351D01*
X-79248Y-51649D01*
X-79318Y-52000D01*
Y-52170D01*
X-79333Y-52206D01*
X-79334Y-52287D01*
X-79344Y-52314D01*
X-79416Y-52422D01*
X-79420Y-52426D01*
X-79473Y-52460D01*
X-79957Y-52196D01*
X-79973Y-52166D01*
Y61144D01*
X-80043Y61495D01*
X-80139Y61639D01*
X-80052Y62751D01*
X-79653Y64413D01*
X-78999Y65992D01*
X-78256Y67205D01*
X-77962Y67605D01*
X-77961Y67605D01*
X-77962Y67605D01*
X-76006Y70086D01*
X-73162Y73162D01*
X-70086Y76006D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67605Y77962D01*
X-67204Y78256D01*
X-65992Y78999D01*
X-64413Y79653D01*
X-62751Y80052D01*
X-61051Y80186D01*
X-61046Y80185D01*
D02*
G37*
G36*
X25000Y71500D02*
Y61500D01*
X23000Y59500D01*
X5000D01*
X4567Y59933D01*
Y80000D01*
X16500Y80000D01*
X25000Y71500D01*
D02*
G37*
G36*
X2637Y59663D02*
X2640Y59659D01*
X2645Y59651D01*
X2653Y59642D01*
X2692Y59598D01*
X2757Y59533D01*
X2016Y59425D01*
X1989Y59449D01*
X1958Y59470D01*
X1923Y59489D01*
X1885Y59506D01*
X1842Y59520D01*
X1796Y59531D01*
X1747Y59540D01*
X1693Y59547D01*
X1575Y59552D01*
X2637Y59666D01*
X2637Y59663D01*
D02*
G37*
G36*
X-1300D02*
X-1297Y59659D01*
X-1292Y59651D01*
X-1285Y59642D01*
X-1245Y59598D01*
X-1181Y59533D01*
X-1921Y59425D01*
X-1948Y59449D01*
X-1979Y59470D01*
X-2014Y59489D01*
X-2052Y59506D01*
X-2095Y59520D01*
X-2141Y59531D01*
X-2190Y59540D01*
X-2244Y59547D01*
X-2362Y59552D01*
X-1300Y59666D01*
X-1300Y59663D01*
D02*
G37*
G36*
X27395Y55134D02*
X27461Y55080D01*
X27529Y55034D01*
X27598Y54994D01*
X27669Y54961D01*
X27742Y54935D01*
X27816Y54916D01*
X27893Y54903D01*
X27970Y54897D01*
X28050Y54899D01*
X27201Y54050D01*
X27202Y54130D01*
X27197Y54207D01*
X27184Y54284D01*
X27165Y54358D01*
X27139Y54431D01*
X27106Y54502D01*
X27066Y54571D01*
X27020Y54639D01*
X26966Y54705D01*
X26906Y54770D01*
X27330Y55194D01*
X27395Y55134D01*
D02*
G37*
G36*
X31392Y54837D02*
X31456Y54787D01*
X31524Y54742D01*
X31595Y54704D01*
X31670Y54671D01*
X31747Y54645D01*
X31828Y54624D01*
X31913Y54610D01*
X32000Y54602D01*
X32091Y54600D01*
X31200Y53709D01*
X31198Y53800D01*
X31190Y53887D01*
X31176Y53971D01*
X31155Y54053D01*
X31129Y54130D01*
X31096Y54205D01*
X31058Y54276D01*
X31013Y54344D01*
X30963Y54408D01*
X30906Y54470D01*
X31330Y54894D01*
X31392Y54837D01*
D02*
G37*
G36*
X-9647Y-21707D02*
X-9887Y-21978D01*
X-10112Y-22296D01*
X-10323Y-22662D01*
X-10519Y-23076D01*
X-10701Y-23538D01*
X-10869Y-24047D01*
X-11160Y-25208D01*
X-11284Y-25861D01*
X-11394Y-26561D01*
X-15915Y-22039D01*
X-15215Y-21930D01*
X-13401Y-21514D01*
X-12892Y-21347D01*
X-12431Y-21165D01*
X-12017Y-20968D01*
X-11651Y-20758D01*
X-11332Y-20533D01*
X-11061Y-20293D01*
X-9647Y-21707D01*
D02*
G37*
G36*
X-59563Y-33640D02*
X-59560Y-33674D01*
X-59553Y-33703D01*
X-59544Y-33729D01*
X-59531Y-33751D01*
X-59517Y-33768D01*
X-59500Y-33782D01*
X-59480Y-33792D01*
X-59457Y-33798D01*
X-59432Y-33800D01*
Y-34200D01*
X-59457Y-34202D01*
X-59480Y-34208D01*
X-59500Y-34218D01*
X-59517Y-34232D01*
X-59531Y-34249D01*
X-59544Y-34271D01*
X-59553Y-34297D01*
X-59560Y-34326D01*
X-59563Y-34360D01*
X-59565Y-34398D01*
Y-33602D01*
X-59563Y-33640D01*
D02*
G37*
G36*
X-60005Y-37091D02*
X-60017Y-37111D01*
X-60020Y-37129D01*
X-60015Y-37144D01*
X-60002Y-37157D01*
X-59980Y-37169D01*
X-59951Y-37178D01*
X-59914Y-37184D01*
X-59869Y-37189D01*
X-59816Y-37191D01*
X-60920Y-37166D01*
X-60869Y-37166D01*
X-60776Y-37160D01*
X-60734Y-37154D01*
X-60695Y-37145D01*
X-60660Y-37134D01*
X-60628Y-37121D01*
X-60600Y-37106D01*
X-60574Y-37089D01*
X-60552Y-37069D01*
X-59986D01*
X-60005Y-37091D01*
D02*
G37*
G36*
X-39709Y-42500D02*
X-39826Y-42501D01*
X-40038Y-42519D01*
X-40134Y-42536D01*
X-40223Y-42558D01*
X-40305Y-42585D01*
X-40379Y-42617D01*
X-40447Y-42654D01*
X-40507Y-42696D01*
X-40561Y-42744D01*
X-40844Y-42461D01*
X-40796Y-42407D01*
X-40754Y-42347D01*
X-40717Y-42279D01*
X-40685Y-42205D01*
X-40658Y-42123D01*
X-40636Y-42034D01*
X-40619Y-41938D01*
X-40608Y-41836D01*
X-40601Y-41726D01*
X-40600Y-41609D01*
X-39709Y-42500D01*
D02*
G37*
G36*
X-38343Y-44330D02*
X-38426Y-44248D01*
X-38590Y-44111D01*
X-38669Y-44055D01*
X-38747Y-44008D01*
X-38824Y-43969D01*
X-38899Y-43939D01*
X-38974Y-43917D01*
X-39046Y-43904D01*
X-39118Y-43900D01*
Y-43500D01*
X-39046Y-43496D01*
X-38974Y-43483D01*
X-38899Y-43461D01*
X-38824Y-43431D01*
X-38747Y-43393D01*
X-38669Y-43345D01*
X-38590Y-43289D01*
X-38509Y-43225D01*
X-38426Y-43152D01*
X-38343Y-43070D01*
Y-44330D01*
D02*
G37*
G36*
X-77899Y-52311D02*
X-77879Y-52564D01*
X-77868Y-52632D01*
X-77853Y-52693D01*
X-77836Y-52746D01*
X-77817Y-52791D01*
X-77795Y-52828D01*
X-77770Y-52857D01*
X-79030D01*
X-79005Y-52828D01*
X-78983Y-52791D01*
X-78964Y-52746D01*
X-78947Y-52693D01*
X-78932Y-52632D01*
X-78921Y-52564D01*
X-78905Y-52403D01*
X-78901Y-52311D01*
X-78900Y-52212D01*
X-77900D01*
X-77899Y-52311D01*
D02*
G37*
G36*
X-77795Y-54172D02*
X-77817Y-54209D01*
X-77836Y-54254D01*
X-77853Y-54307D01*
X-77868Y-54368D01*
X-77879Y-54436D01*
X-77895Y-54597D01*
X-77899Y-54689D01*
X-77900Y-54788D01*
X-78900D01*
X-78901Y-54689D01*
X-78921Y-54436D01*
X-78932Y-54368D01*
X-78947Y-54307D01*
X-78964Y-54254D01*
X-78983Y-54209D01*
X-79005Y-54172D01*
X-79030Y-54143D01*
X-77770D01*
X-77795Y-54172D01*
D02*
G37*
G36*
X-4500Y-59500D02*
Y-65000D01*
Y-75500D01*
X-6000Y-77000D01*
X-15000Y-77000D01*
Y-73340D01*
X-20896D01*
X-22000Y-72236D01*
Y-69500D01*
Y-64000D01*
X-15000D01*
Y-58500D01*
X-5500D01*
X-4500Y-59500D01*
D02*
G37*
G36*
X61046Y80185D02*
Y80185D01*
X61531Y80148D01*
X62751Y80052D01*
X64413Y79653D01*
X65992Y78999D01*
X67205Y78256D01*
X67605Y77962D01*
X67605Y77962D01*
X67605Y77962D01*
X70086Y76006D01*
X73162Y73162D01*
X76006Y70086D01*
X77962Y67605D01*
X77962Y67605D01*
X77962Y67605D01*
X78256Y67204D01*
X78999Y65992D01*
X79653Y64413D01*
X80052Y62751D01*
X80148Y61531D01*
X80185Y61046D01*
X80255Y60695D01*
X80317Y60601D01*
X80396Y60483D01*
Y-60483D01*
X80255Y-60695D01*
X80185Y-61046D01*
X80148Y-61531D01*
X80052Y-62751D01*
X79653Y-64413D01*
X78999Y-65992D01*
X78256Y-67205D01*
X77962Y-67605D01*
X77962Y-67605D01*
X77962Y-67605D01*
X76006Y-70086D01*
X73162Y-73162D01*
X70086Y-76006D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67605Y-77962D01*
X67204Y-78256D01*
X65992Y-78999D01*
X64413Y-79653D01*
X62751Y-80052D01*
X61554Y-80146D01*
X61258Y-80087D01*
X-3941D01*
X-4209Y-79587D01*
X-4181Y-79546D01*
X-4073Y-79000D01*
Y-75513D01*
X-4067Y-75500D01*
Y-65000D01*
Y-59500D01*
X-4194Y-59194D01*
X-5194Y-58194D01*
X-5500Y-58067D01*
X-13562D01*
Y-54000D01*
X-13713Y-52851D01*
X-14157Y-51781D01*
X-14862Y-50862D01*
X-15781Y-50157D01*
X-16851Y-49713D01*
X-18000Y-49562D01*
X-19149Y-49713D01*
X-19287Y-49771D01*
X-19571Y-49347D01*
X-12216Y-41993D01*
X-11511Y-41073D01*
X-11068Y-40003D01*
X-10916Y-38854D01*
Y-33065D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-10916Y-30735D01*
Y-29409D01*
X-10849Y-29308D01*
X-10653Y-28323D01*
Y-24966D01*
X-10452Y-24167D01*
X-10294Y-23685D01*
X-10122Y-23248D01*
X-9939Y-22863D01*
X-9747Y-22530D01*
X-9675Y-22427D01*
X-8234D01*
X-8105Y-22402D01*
X-7545D01*
X-7197Y-22332D01*
X-6902Y-22135D01*
X-6705Y-21840D01*
X-6635Y-21492D01*
Y-20508D01*
X-6705Y-20160D01*
X-6902Y-19865D01*
X-7197Y-19668D01*
X-7545Y-19598D01*
X-8105D01*
X-8234Y-19573D01*
X-10354D01*
X-10354Y-19573D01*
X-10416Y-19585D01*
X-10916Y-19175D01*
Y-17046D01*
X-11068Y-15897D01*
X-11511Y-14827D01*
X-12216Y-13907D01*
X-22562Y-3562D01*
Y46262D01*
X-21162Y47662D01*
X4500D01*
X5649Y47813D01*
X6719Y48257D01*
X7638Y48962D01*
X8343Y49881D01*
X8787Y50951D01*
X8938Y52100D01*
X8787Y53249D01*
X8399Y54184D01*
X8795Y54495D01*
X9027Y54341D01*
X9300Y54286D01*
X26339D01*
X26549Y54174D01*
X26768Y54050D01*
X26800Y53974D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29265Y54583D01*
X29426Y55035D01*
X29505Y55141D01*
X29626Y55165D01*
X30572Y54218D01*
X30588Y54176D01*
X30633Y54128D01*
X30661Y54091D01*
X30686Y54054D01*
X30707Y54015D01*
X30725Y53974D01*
X30740Y53930D01*
X30751Y53883D01*
X30760Y53831D01*
X30765Y53774D01*
X30767Y53699D01*
X30800Y53625D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
X32175D01*
X32101Y55033D01*
X32026Y55035D01*
X31969Y55040D01*
X31917Y55049D01*
X31870Y55060D01*
X31826Y55075D01*
X31785Y55093D01*
X31746Y55114D01*
X31709Y55139D01*
X31672Y55167D01*
X31624Y55212D01*
X31582Y55228D01*
X30146Y56663D01*
X29915Y56818D01*
X29641Y56872D01*
X10037D01*
X8304Y58605D01*
X8496Y59067D01*
X23000D01*
X23306Y59194D01*
X23474Y59362D01*
X30162D01*
X38562Y50962D01*
Y-66340D01*
X38419Y-66685D01*
Y-67314D01*
X38562Y-67660D01*
Y-69340D01*
X38419Y-69686D01*
Y-70315D01*
X38562Y-70660D01*
Y-72340D01*
X38419Y-72685D01*
Y-73314D01*
X38660Y-73896D01*
X38683Y-73919D01*
X38713Y-74149D01*
X39157Y-75219D01*
X39862Y-76138D01*
X40781Y-76843D01*
X41851Y-77287D01*
X43000Y-77438D01*
X44149Y-77287D01*
X45219Y-76843D01*
X46138Y-76138D01*
X46843Y-75219D01*
X47287Y-74149D01*
X47317Y-73919D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72685D01*
X47438Y-72340D01*
Y-70660D01*
X47581Y-70315D01*
Y-69686D01*
X47438Y-69340D01*
Y-67660D01*
X47581Y-67314D01*
Y-66685D01*
X47438Y-66340D01*
Y52800D01*
X47438Y52800D01*
X47287Y53949D01*
X46843Y55019D01*
X46138Y55938D01*
X35138Y66938D01*
X34219Y67643D01*
X33149Y68087D01*
X32000Y68238D01*
X25433D01*
Y71500D01*
X25306Y71806D01*
X17390Y79723D01*
X17581Y80185D01*
X60553D01*
X61046Y80185D01*
D02*
G37*
%LPC*%
G36*
X-59641Y41600D02*
X-60159D01*
X-60214Y41577D01*
X-65059D01*
X-65369Y41515D01*
X-65631Y41340D01*
X-65807Y41077D01*
X-65868Y40768D01*
Y39980D01*
X-65807Y39671D01*
X-65631Y39408D01*
X-65369Y39233D01*
X-65059Y39171D01*
X-60572D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60404Y37640D01*
X-65059D01*
X-65369Y37578D01*
X-65631Y37403D01*
X-65807Y37140D01*
X-65868Y36831D01*
Y36043D01*
X-65807Y35734D01*
X-65631Y35471D01*
X-65369Y35296D01*
X-65059Y35234D01*
X-60582D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60393Y33703D01*
X-65059D01*
X-65369Y33641D01*
X-65631Y33466D01*
X-65807Y33203D01*
X-65868Y32894D01*
Y32106D01*
X-65807Y31797D01*
X-65631Y31534D01*
X-65369Y31359D01*
X-65059Y31297D01*
X-60393D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X-59941Y29766D02*
X-65059D01*
X-65369Y29704D01*
X-65631Y29529D01*
X-65807Y29266D01*
X-65868Y28957D01*
Y28169D01*
X-65807Y27860D01*
X-65631Y27597D01*
X-65369Y27422D01*
X-65059Y27360D01*
X-59941D01*
X-59631Y27422D01*
X-59369Y27597D01*
X-59348Y27628D01*
X-59315Y27630D01*
X-59270Y27630D01*
X-59233Y27645D01*
X-58643D01*
X-58189Y27191D01*
X-58175Y27155D01*
X-58109Y27088D01*
X-58060Y27034D01*
X-57975Y26931D01*
X-57951Y26898D01*
X-57935Y26871D01*
X-57927Y26856D01*
X-57923Y26840D01*
X-57918Y26834D01*
X-57917Y26830D01*
X-57910Y26823D01*
X-57900Y26810D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
X-56510D01*
X-56523Y28210D01*
X-56530Y28217D01*
X-56534Y28218D01*
X-56540Y28223D01*
X-56556Y28227D01*
X-56571Y28235D01*
X-56598Y28251D01*
X-56627Y28272D01*
X-56794Y28415D01*
X-56855Y28475D01*
X-56891Y28489D01*
X-57614Y29212D01*
X-57912Y29411D01*
X-58263Y29481D01*
X-59231D01*
X-59266Y29496D01*
X-59347Y29497D01*
X-59369Y29529D01*
X-59631Y29704D01*
X-59941Y29766D01*
D02*
G37*
G36*
Y21892D02*
X-65059D01*
X-65369Y21830D01*
X-65631Y21655D01*
X-65807Y21392D01*
X-65868Y21083D01*
Y20295D01*
X-65807Y19986D01*
X-65631Y19723D01*
X-65369Y19548D01*
X-65059Y19486D01*
X-63516D01*
X-63514Y19485D01*
X-63436Y19483D01*
X-63418Y19481D01*
Y12980D01*
X-75349Y1049D01*
X-75548Y751D01*
X-75618Y400D01*
Y-5300D01*
X-75548Y-5651D01*
X-75349Y-5949D01*
X-70418Y-10880D01*
Y-17100D01*
X-70348Y-17451D01*
X-70149Y-17749D01*
X-68049Y-19849D01*
X-67751Y-20048D01*
X-67400Y-20118D01*
X-62380D01*
X-60849Y-21649D01*
X-60551Y-21848D01*
X-60200Y-21918D01*
X-52413D01*
X-52364Y-21975D01*
X-52338Y-22009D01*
X-52321Y-22035D01*
X-52317Y-22041D01*
X-52316Y-22042D01*
X-52315Y-22044D01*
X-52314Y-22046D01*
X-52305Y-22065D01*
X-52300Y-22070D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49700Y-22259D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
X-50699Y-20218D01*
X-23830D01*
X-23794Y-20233D01*
X-23701Y-20234D01*
X-23627Y-20237D01*
X-23494Y-20250D01*
X-23454Y-20257D01*
X-23423Y-20264D01*
X-23407Y-20269D01*
X-23393Y-20278D01*
X-23386Y-20279D01*
X-23381Y-20280D01*
X-23372Y-20281D01*
X-23356Y-20283D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
X-22759D01*
X-23236Y-18198D01*
X-23356Y-18317D01*
X-23372Y-18319D01*
X-23381Y-18319D01*
X-23386Y-18321D01*
X-23393Y-18323D01*
X-23407Y-18330D01*
X-23423Y-18336D01*
X-23454Y-18343D01*
X-23490Y-18349D01*
X-23708Y-18366D01*
X-23794Y-18367D01*
X-23830Y-18382D01*
X-45566D01*
X-45651Y-17882D01*
X-45451Y-17749D01*
X-42051Y-14349D01*
X-41852Y-14051D01*
X-41782Y-13700D01*
Y-11930D01*
X-41767Y-11894D01*
X-41766Y-11801D01*
X-41763Y-11727D01*
X-41750Y-11594D01*
X-41743Y-11554D01*
X-41736Y-11523D01*
X-41730Y-11507D01*
X-41722Y-11493D01*
X-41721Y-11486D01*
X-41719Y-11481D01*
X-41719Y-11472D01*
X-41717Y-11456D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43683Y-11456D01*
X-43681Y-11472D01*
X-43681Y-11481D01*
X-43679Y-11486D01*
X-43678Y-11493D01*
X-43670Y-11507D01*
X-43664Y-11523D01*
X-43657Y-11554D01*
X-43651Y-11590D01*
X-43634Y-11808D01*
X-43633Y-11894D01*
X-43618Y-11930D01*
Y-13320D01*
X-46480Y-16182D01*
X-50758D01*
X-50857Y-15682D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14573D01*
X-50067Y-14496D01*
X-50066Y-14389D01*
X-50061Y-14301D01*
X-50052Y-14223D01*
X-50040Y-14155D01*
X-50026Y-14097D01*
X-50010Y-14049D01*
X-49995Y-14013D01*
X-49241Y-13259D01*
X-49051Y-12800D01*
Y-9100D01*
X-49241Y-8641D01*
X-56798Y-1084D01*
X-56574Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y959D01*
X-55398Y1436D01*
X-55764Y1802D01*
X-56241Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57523Y1516D01*
X-57850Y1480D01*
X-58107Y1525D01*
X-59095Y2513D01*
X-59110Y2549D01*
X-59126Y2597D01*
X-59140Y2655D01*
X-59151Y2717D01*
X-59166Y2895D01*
X-59167Y2996D01*
X-59200Y3073D01*
Y3161D01*
X-59193Y3171D01*
X-59132Y3480D01*
Y4268D01*
X-59193Y4577D01*
X-59369Y4840D01*
X-59631Y5015D01*
X-59941Y5077D01*
X-65059D01*
X-65369Y5015D01*
X-65631Y4840D01*
X-65807Y4577D01*
X-65868Y4268D01*
Y3480D01*
X-65807Y3171D01*
X-65631Y2908D01*
X-65369Y2733D01*
X-65059Y2671D01*
X-61771D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60573D01*
X-60496Y1667D01*
X-60473Y1640D01*
X-60637Y1214D01*
X-60660Y1191D01*
X-60737Y1144D01*
X-60750Y1140D01*
X-65059D01*
X-65369Y1078D01*
X-65631Y903D01*
X-65807Y640D01*
X-65868Y331D01*
Y-457D01*
X-65807Y-766D01*
X-65719Y-898D01*
X-65702Y-924D01*
X-65987Y-1347D01*
X-66013Y-1336D01*
X-66341Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2241D01*
X-65498Y-1764D01*
X-65610Y-1651D01*
X-65614Y-1647D01*
X-65377Y-1230D01*
X-65345Y-1209D01*
X-65297Y-1219D01*
X-65059Y-1266D01*
X-59941D01*
X-59867Y-1251D01*
X-52549Y-8569D01*
Y-9762D01*
X-52564Y-9798D01*
X-52587Y-9843D01*
X-52618Y-9894D01*
X-52654Y-9946D01*
X-52769Y-10082D01*
X-52840Y-10155D01*
X-52871Y-10232D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
X-53700Y-11002D01*
X-54651Y-10051D01*
X-54949Y-9852D01*
X-55300Y-9782D01*
X-58000D01*
X-58351Y-9852D01*
X-58649Y-10051D01*
X-59451Y-10853D01*
X-59631Y-10733D01*
X-59941Y-10671D01*
X-65059D01*
X-65369Y-10733D01*
X-65631Y-10908D01*
X-65807Y-11171D01*
X-65868Y-11480D01*
Y-12268D01*
X-65807Y-12577D01*
X-65631Y-12840D01*
X-65369Y-13015D01*
X-65059Y-13077D01*
X-59941D01*
X-59631Y-13015D01*
X-59369Y-12840D01*
X-59348Y-12809D01*
X-59315Y-12807D01*
X-59270Y-12807D01*
X-59233Y-12792D01*
X-59174D01*
X-58823Y-12722D01*
X-58525Y-12523D01*
X-57794Y-11792D01*
X-57576Y-11830D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57283Y-13956D01*
X-57281Y-13972D01*
X-57280Y-13981D01*
X-57279Y-13986D01*
X-57278Y-13993D01*
X-57270Y-14007D01*
X-57264Y-14023D01*
X-57257Y-14054D01*
X-57251Y-14089D01*
X-57234Y-14308D01*
X-57233Y-14394D01*
X-57218Y-14430D01*
Y-14800D01*
X-57148Y-15151D01*
X-56949Y-15449D01*
X-55009Y-17389D01*
X-55292Y-17812D01*
X-55526Y-17716D01*
X-56043D01*
X-56521Y-17914D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56957Y-19582D01*
X-57209Y-20082D01*
X-59820D01*
X-61351Y-18551D01*
X-61649Y-18352D01*
X-62000Y-18282D01*
X-67020D01*
X-68582Y-16720D01*
Y-10500D01*
X-68652Y-10149D01*
X-68851Y-9851D01*
X-69386Y-9317D01*
X-69194Y-8855D01*
X-65769D01*
X-65734Y-8870D01*
X-65653Y-8871D01*
X-65631Y-8903D01*
X-65369Y-9078D01*
X-65059Y-9140D01*
X-59941D01*
X-59631Y-9078D01*
X-59369Y-8903D01*
X-59193Y-8640D01*
X-59132Y-8331D01*
Y-7543D01*
X-59193Y-7234D01*
X-59369Y-6971D01*
X-59631Y-6796D01*
X-59941Y-6734D01*
X-65059D01*
X-65369Y-6796D01*
X-65631Y-6971D01*
X-65652Y-7002D01*
X-65685Y-7004D01*
X-65730Y-7004D01*
X-65767Y-7019D01*
X-69583D01*
X-72382Y-4220D01*
Y-1080D01*
X-56520Y14782D01*
X-55345D01*
X-55312Y14767D01*
X-55293Y14767D01*
X-55291Y14763D01*
X-55266Y14703D01*
X-55245Y14695D01*
X-55149Y14551D01*
X-54851Y14352D01*
X-54500Y14282D01*
X-53500D01*
X-53149Y14352D01*
X-52851Y14551D01*
X-52755Y14695D01*
X-52734Y14703D01*
X-52709Y14763D01*
X-52707Y14767D01*
X-52688Y14767D01*
X-52655Y14782D01*
X-49614D01*
X-49600Y14712D01*
X-49598Y14677D01*
X-49590Y14660D01*
X-49564Y14530D01*
X-49345Y14202D01*
X-49017Y13984D01*
X-48631Y13907D01*
X-47450D01*
X-47063Y13984D01*
X-46736Y14202D01*
X-46516Y14530D01*
X-46491Y14660D01*
X-46482Y14677D01*
X-46480Y14712D01*
X-46466Y14782D01*
X-42134D01*
X-42120Y14712D01*
X-42118Y14677D01*
X-42109Y14660D01*
X-42083Y14530D01*
X-41865Y14202D01*
X-41537Y13984D01*
X-41150Y13907D01*
X-39969D01*
X-39583Y13984D01*
X-39255Y14202D01*
X-39036Y14530D01*
X-38959Y14917D01*
Y17672D01*
X-39036Y18059D01*
X-39255Y18387D01*
X-39583Y18606D01*
X-39969Y18682D01*
X-41150D01*
X-41537Y18606D01*
X-41865Y18387D01*
X-42083Y18059D01*
X-42160Y17672D01*
Y16707D01*
X-42161Y16705D01*
X-42162Y16628D01*
X-42163Y16618D01*
X-46437D01*
X-46438Y16628D01*
X-46439Y16705D01*
X-46440Y16707D01*
Y17672D01*
X-46516Y18059D01*
X-46736Y18387D01*
X-47063Y18606D01*
X-47450Y18682D01*
X-48631D01*
X-49017Y18606D01*
X-49345Y18387D01*
X-49564Y18059D01*
X-49641Y17672D01*
Y16707D01*
X-49641Y16705D01*
X-49643Y16628D01*
X-49643Y16618D01*
X-52655D01*
X-52688Y16633D01*
X-52707Y16633D01*
X-52709Y16637D01*
X-52734Y16697D01*
X-52755Y16705D01*
X-52851Y16849D01*
X-53149Y17048D01*
X-53500Y17118D01*
X-54500D01*
X-54851Y17048D01*
X-55149Y16849D01*
X-55245Y16705D01*
X-55266Y16697D01*
X-55291Y16637D01*
X-55293Y16633D01*
X-55312Y16633D01*
X-55345Y16618D01*
X-56900D01*
X-57251Y16548D01*
X-57549Y16349D01*
X-61082Y12815D01*
X-61582Y13023D01*
Y19481D01*
X-61564Y19483D01*
X-61486Y19485D01*
X-61484Y19486D01*
X-59941D01*
X-59631Y19548D01*
X-59369Y19723D01*
X-59348Y19754D01*
X-59315Y19756D01*
X-59270Y19756D01*
X-59233Y19771D01*
X-55418D01*
Y19200D01*
X-55348Y18849D01*
X-55149Y18551D01*
X-54851Y18352D01*
X-54500Y18282D01*
X-53500D01*
X-53149Y18352D01*
X-52851Y18551D01*
X-52652Y18849D01*
X-52582Y19200D01*
Y20200D01*
X-52652Y20551D01*
X-52851Y20849D01*
X-53149Y21048D01*
X-53500Y21118D01*
X-54120D01*
X-54340Y21338D01*
X-54638Y21537D01*
X-54989Y21607D01*
X-59231D01*
X-59266Y21622D01*
X-59347Y21623D01*
X-59369Y21655D01*
X-59631Y21830D01*
X-59941Y21892D01*
D02*
G37*
G36*
X-50141Y6100D02*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51136Y3698D01*
X-50659Y3500D01*
X-50141D01*
X-49664Y3698D01*
X-49298Y4064D01*
X-49100Y4541D01*
Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
D02*
G37*
G36*
X-54041D02*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55036Y3698D01*
X-54559Y3500D01*
X-54041D01*
X-53564Y3698D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
D02*
G37*
G36*
X-52100Y1958D02*
X-52617D01*
X-53095Y1760D01*
X-53460Y1395D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y917D01*
X-51256Y1395D01*
X-51622Y1760D01*
X-52100Y1958D01*
D02*
G37*
G36*
X-35041Y-7100D02*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36402Y-9136D01*
X-36036Y-9502D01*
X-35559Y-9700D01*
X-35041D01*
X-34564Y-9502D01*
X-34198Y-9136D01*
X-34000Y-8659D01*
Y-8141D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
D02*
G37*
G36*
X-31541Y-11000D02*
X-32059D01*
X-32536Y-11198D01*
X-32902Y-11564D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30500Y-12559D01*
Y-12041D01*
X-30698Y-11564D01*
X-31064Y-11198D01*
X-31541Y-11000D01*
D02*
G37*
G36*
X-51241Y-30300D02*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50398Y-32336D01*
X-50200Y-31859D01*
Y-31341D01*
X-50398Y-30864D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
D02*
G37*
G36*
X-38341Y-30500D02*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41847Y-33294D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40289D01*
X-39811Y-34655D01*
X-39445Y-34289D01*
X-39247Y-33811D01*
Y-33480D01*
X-38913Y-33153D01*
X-38787Y-33100D01*
X-38362D01*
X-38339Y-33102D01*
X-37900Y-33458D01*
Y-33659D01*
X-37702Y-34136D01*
X-37336Y-34502D01*
X-36859Y-34700D01*
X-36341D01*
X-35864Y-34502D01*
X-35498Y-34136D01*
X-35300Y-33659D01*
Y-33141D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
D02*
G37*
G36*
X-58241Y-39700D02*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
D02*
G37*
G36*
X-34362Y-39900D02*
X-34879D01*
X-35357Y-40098D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33884Y-40098D01*
X-34362Y-39900D01*
D02*
G37*
G36*
X-61841Y-41300D02*
X-62359D01*
X-62836Y-41498D01*
X-63202Y-41864D01*
X-63400Y-42341D01*
Y-42859D01*
X-63202Y-43336D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
D02*
G37*
G36*
X-71108Y-44434D02*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74667Y-51420D01*
X-74959Y-51541D01*
X-75149Y-52000D01*
X-74959Y-52459D01*
X-74667Y-52580D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74419Y-54080D01*
X-74492Y-54110D01*
X-74496Y-54121D01*
X-74506Y-54126D01*
X-74563Y-54189D01*
X-74609Y-54233D01*
X-74652Y-54270D01*
X-74694Y-54299D01*
X-74732Y-54322D01*
X-74767Y-54339D01*
X-74799Y-54351D01*
X-74900D01*
X-75359Y-54541D01*
X-75549Y-55000D01*
X-75359Y-55459D01*
X-74900Y-55649D01*
X-74799D01*
X-74767Y-55661D01*
X-74732Y-55678D01*
X-74694Y-55701D01*
X-74652Y-55730D01*
X-74609Y-55767D01*
X-74563Y-55811D01*
X-74506Y-55874D01*
X-74496Y-55879D01*
X-74492Y-55889D01*
X-74419Y-55919D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
%LPD*%
G36*
X-59577Y29098D02*
X-59566Y29090D01*
X-59550Y29084D01*
X-59528Y29078D01*
X-59500Y29074D01*
X-59466Y29070D01*
X-59381Y29065D01*
X-59273Y29063D01*
Y28063D01*
X-59330Y28063D01*
X-59500Y28052D01*
X-59528Y28048D01*
X-59550Y28042D01*
X-59566Y28036D01*
X-59577Y28029D01*
X-59581Y28020D01*
Y29106D01*
X-59577Y29098D01*
D02*
G37*
G36*
X-57086Y28095D02*
X-56894Y27930D01*
X-56837Y27890D01*
X-56784Y27857D01*
X-56735Y27832D01*
X-56689Y27814D01*
X-56647Y27803D01*
X-56609Y27800D01*
X-57500Y26909D01*
X-57503Y26947D01*
X-57514Y26989D01*
X-57532Y27035D01*
X-57557Y27084D01*
X-57590Y27137D01*
X-57630Y27194D01*
X-57733Y27318D01*
X-57795Y27386D01*
X-57864Y27457D01*
X-57157Y28164D01*
X-57086Y28095D01*
D02*
G37*
G36*
X-59577Y21224D02*
X-59566Y21216D01*
X-59550Y21210D01*
X-59528Y21204D01*
X-59500Y21200D01*
X-59466Y21196D01*
X-59381Y21191D01*
X-59273Y21189D01*
Y20189D01*
X-59330Y20188D01*
X-59500Y20178D01*
X-59528Y20174D01*
X-59550Y20168D01*
X-59566Y20162D01*
X-59577Y20154D01*
X-59581Y20146D01*
Y21232D01*
X-59577Y21224D01*
D02*
G37*
G36*
X-61595Y19915D02*
X-61680Y19906D01*
X-61755Y19890D01*
X-61820Y19868D01*
X-61875Y19840D01*
X-61920Y19806D01*
X-61955Y19765D01*
X-61980Y19718D01*
X-61995Y19665D01*
X-62000Y19606D01*
X-63000D01*
X-63005Y19665D01*
X-63020Y19718D01*
X-63045Y19765D01*
X-63080Y19806D01*
X-63125Y19840D01*
X-63180Y19868D01*
X-63245Y19890D01*
X-63320Y19906D01*
X-63405Y19915D01*
X-63500Y19918D01*
X-61500D01*
X-61595Y19915D01*
D02*
G37*
G36*
X-53030Y16354D02*
X-53015Y16322D01*
X-52994Y16293D01*
X-52968Y16269D01*
X-52937Y16248D01*
X-52900Y16230D01*
X-52859Y16217D01*
X-52812Y16208D01*
X-52760Y16202D01*
X-52702Y16200D01*
Y15200D01*
X-52760Y15198D01*
X-52812Y15192D01*
X-52859Y15183D01*
X-52900Y15169D01*
X-52937Y15152D01*
X-52968Y15132D01*
X-52994Y15107D01*
X-53015Y15078D01*
X-53030Y15046D01*
X-53040Y15010D01*
Y16390D01*
X-53030Y16354D01*
D02*
G37*
G36*
X-54960Y15010D02*
X-54970Y15046D01*
X-54985Y15078D01*
X-55006Y15107D01*
X-55032Y15132D01*
X-55063Y15152D01*
X-55099Y15169D01*
X-55141Y15183D01*
X-55188Y15192D01*
X-55240Y15198D01*
X-55298Y15200D01*
Y16200D01*
X-55240Y16202D01*
X-55188Y16208D01*
X-55141Y16217D01*
X-55099Y16230D01*
X-55063Y16248D01*
X-55032Y16269D01*
X-55006Y16293D01*
X-54985Y16322D01*
X-54970Y16354D01*
X-54960Y16390D01*
Y15010D01*
D02*
G37*
G36*
X-41685Y14702D02*
X-41691Y14797D01*
X-41703Y14882D01*
X-41722Y14956D01*
X-41747Y15021D01*
X-41780Y15076D01*
X-41818Y15120D01*
X-41864Y15155D01*
X-41916Y15180D01*
X-41975Y15195D01*
X-42040Y15200D01*
Y16200D01*
X-41979Y16205D01*
X-41925Y16220D01*
X-41877Y16245D01*
X-41835Y16280D01*
X-41801Y16325D01*
X-41773Y16380D01*
X-41752Y16445D01*
X-41737Y16520D01*
X-41730Y16605D01*
X-41728Y16700D01*
X-41685Y14702D01*
D02*
G37*
G36*
X-46870Y16605D02*
X-46863Y16520D01*
X-46848Y16445D01*
X-46827Y16380D01*
X-46799Y16325D01*
X-46765Y16280D01*
X-46723Y16245D01*
X-46676Y16220D01*
X-46621Y16205D01*
X-46560Y16200D01*
Y15200D01*
X-46625Y15195D01*
X-46684Y15180D01*
X-46736Y15155D01*
X-46782Y15120D01*
X-46821Y15076D01*
X-46853Y15021D01*
X-46878Y14956D01*
X-46897Y14882D01*
X-46909Y14797D01*
X-46915Y14702D01*
X-46872Y16700D01*
X-46870Y16605D01*
D02*
G37*
G36*
X-49166Y14702D02*
X-49171Y14797D01*
X-49183Y14882D01*
X-49202Y14956D01*
X-49228Y15021D01*
X-49260Y15076D01*
X-49299Y15120D01*
X-49344Y15155D01*
X-49396Y15180D01*
X-49455Y15195D01*
X-49521Y15200D01*
Y16200D01*
X-49459Y16205D01*
X-49405Y16220D01*
X-49357Y16245D01*
X-49316Y16280D01*
X-49281Y16325D01*
X-49253Y16380D01*
X-49232Y16445D01*
X-49218Y16520D01*
X-49210Y16605D01*
X-49209Y16700D01*
X-49166Y14702D01*
D02*
G37*
G36*
X-59599Y2874D02*
X-59581Y2661D01*
X-59564Y2566D01*
X-59542Y2477D01*
X-59515Y2395D01*
X-59483Y2321D01*
X-59446Y2253D01*
X-59404Y2193D01*
X-59356Y2139D01*
X-59639Y1856D01*
X-59693Y1904D01*
X-59753Y1946D01*
X-59821Y1983D01*
X-59895Y2015D01*
X-59977Y2042D01*
X-60066Y2064D01*
X-60162Y2081D01*
X-60264Y2092D01*
X-60374Y2099D01*
X-60491Y2100D01*
X-59600Y2991D01*
X-59599Y2874D01*
D02*
G37*
G36*
X-59574Y-123D02*
X-59580Y-163D01*
X-59582Y-202D01*
X-59579Y-240D01*
X-59572Y-278D01*
X-59560Y-314D01*
X-59543Y-350D01*
X-59522Y-384D01*
X-59497Y-418D01*
X-59467Y-450D01*
X-59632Y-851D01*
X-59649Y-835D01*
X-59666Y-822D01*
X-59682Y-812D01*
X-59698Y-805D01*
X-59714Y-800D01*
X-59730Y-798D01*
X-59746Y-798D01*
X-59762Y-802D01*
X-59777Y-807D01*
X-59792Y-816D01*
X-59564Y-82D01*
X-59574Y-123D01*
D02*
G37*
G36*
X-65419Y-8480D02*
X-65423Y-8472D01*
X-65434Y-8464D01*
X-65450Y-8458D01*
X-65472Y-8452D01*
X-65500Y-8448D01*
X-65534Y-8444D01*
X-65619Y-8439D01*
X-65727Y-8437D01*
Y-7437D01*
X-65670Y-7437D01*
X-65500Y-7426D01*
X-65472Y-7422D01*
X-65450Y-7416D01*
X-65434Y-7410D01*
X-65423Y-7402D01*
X-65419Y-7394D01*
Y-8480D01*
D02*
G37*
G36*
X-51696Y-9754D02*
X-51683Y-9827D01*
X-51661Y-9901D01*
X-51631Y-9976D01*
X-51592Y-10053D01*
X-51545Y-10131D01*
X-51489Y-10210D01*
X-51425Y-10291D01*
X-51352Y-10374D01*
X-51270Y-10457D01*
X-52530D01*
X-52448Y-10374D01*
X-52311Y-10210D01*
X-52255Y-10131D01*
X-52207Y-10053D01*
X-52169Y-9976D01*
X-52139Y-9901D01*
X-52117Y-9827D01*
X-52104Y-9754D01*
X-52100Y-9683D01*
X-51700D01*
X-51696Y-9754D01*
D02*
G37*
G36*
X-42095Y-11272D02*
X-42117Y-11309D01*
X-42136Y-11354D01*
X-42153Y-11407D01*
X-42167Y-11468D01*
X-42179Y-11536D01*
X-42195Y-11697D01*
X-42199Y-11789D01*
X-42200Y-11888D01*
X-43200D01*
X-43201Y-11789D01*
X-43221Y-11536D01*
X-43233Y-11468D01*
X-43247Y-11407D01*
X-43264Y-11354D01*
X-43283Y-11309D01*
X-43305Y-11272D01*
X-43330Y-11243D01*
X-42070D01*
X-42095Y-11272D01*
D02*
G37*
G36*
X-59577Y-11339D02*
X-59566Y-11347D01*
X-59550Y-11353D01*
X-59528Y-11359D01*
X-59500Y-11363D01*
X-59466Y-11367D01*
X-59381Y-11372D01*
X-59273Y-11374D01*
Y-12374D01*
X-59330Y-12375D01*
X-59500Y-12385D01*
X-59528Y-12389D01*
X-59550Y-12395D01*
X-59566Y-12401D01*
X-59577Y-12409D01*
X-59581Y-12417D01*
Y-11331D01*
X-59577Y-11339D01*
D02*
G37*
G36*
X-55695Y-13772D02*
X-55717Y-13809D01*
X-55736Y-13854D01*
X-55753Y-13907D01*
X-55768Y-13968D01*
X-55779Y-14036D01*
X-55795Y-14197D01*
X-55799Y-14289D01*
X-55800Y-14388D01*
X-56800D01*
X-56801Y-14289D01*
X-56821Y-14036D01*
X-56832Y-13968D01*
X-56847Y-13907D01*
X-56864Y-13854D01*
X-56883Y-13809D01*
X-56905Y-13772D01*
X-56930Y-13743D01*
X-55670D01*
X-55695Y-13772D01*
D02*
G37*
G36*
X-50256Y-13639D02*
X-50304Y-13693D01*
X-50346Y-13753D01*
X-50383Y-13821D01*
X-50415Y-13895D01*
X-50442Y-13977D01*
X-50464Y-14066D01*
X-50481Y-14161D01*
X-50492Y-14264D01*
X-50499Y-14374D01*
X-50500Y-14491D01*
X-51391Y-13600D01*
X-51274Y-13599D01*
X-51061Y-13581D01*
X-50966Y-13564D01*
X-50877Y-13542D01*
X-50795Y-13515D01*
X-50721Y-13483D01*
X-50653Y-13446D01*
X-50593Y-13404D01*
X-50539Y-13356D01*
X-50256Y-13639D01*
D02*
G37*
G36*
X-23143Y-19930D02*
X-23172Y-19905D01*
X-23209Y-19883D01*
X-23254Y-19864D01*
X-23307Y-19847D01*
X-23368Y-19832D01*
X-23436Y-19821D01*
X-23597Y-19805D01*
X-23689Y-19801D01*
X-23788Y-19800D01*
Y-18800D01*
X-23689Y-18799D01*
X-23436Y-18779D01*
X-23368Y-18767D01*
X-23307Y-18753D01*
X-23254Y-18736D01*
X-23209Y-18717D01*
X-23172Y-18695D01*
X-23143Y-18670D01*
Y-19930D01*
D02*
G37*
G36*
X-51485Y-20806D02*
X-51244Y-21014D01*
X-51196Y-21046D01*
X-51152Y-21072D01*
X-51113Y-21089D01*
X-51079Y-21099D01*
X-51050Y-21101D01*
X-51899Y-21950D01*
X-51901Y-21921D01*
X-51911Y-21887D01*
X-51928Y-21848D01*
X-51954Y-21804D01*
X-51986Y-21756D01*
X-52027Y-21703D01*
X-52130Y-21582D01*
X-52264Y-21443D01*
X-51557Y-20735D01*
X-51485Y-20806D01*
D02*
G37*
G36*
X-74185Y-55583D02*
X-74251Y-55510D01*
X-74318Y-55445D01*
X-74387Y-55388D01*
X-74456Y-55338D01*
X-74527Y-55296D01*
X-74599Y-55261D01*
X-74673Y-55234D01*
X-74747Y-55215D01*
X-74823Y-55204D01*
X-74900Y-55200D01*
Y-54800D01*
X-74823Y-54796D01*
X-74747Y-54785D01*
X-74673Y-54765D01*
X-74599Y-54739D01*
X-74527Y-54704D01*
X-74456Y-54662D01*
X-74387Y-54612D01*
X-74318Y-54555D01*
X-74251Y-54489D01*
X-74185Y-54417D01*
Y-55583D01*
D02*
G37*
%LPC*%
G36*
X259Y44800D02*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-736Y42398D01*
X-259Y42200D01*
X259D01*
X736Y42398D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
D02*
G37*
G36*
X-4200Y47037D02*
X-4941Y46890D01*
X-5570Y46470D01*
X-5990Y45841D01*
X-6137Y45100D01*
Y42100D01*
Y38102D01*
X-6802Y37437D01*
X-17464D01*
X-17563Y37536D01*
Y41000D01*
Y44000D01*
X-17710Y44741D01*
X-18130Y45370D01*
X-18759Y45790D01*
X-19500Y45937D01*
X-20241Y45790D01*
X-20870Y45370D01*
X-21290Y44741D01*
X-21437Y44000D01*
Y41000D01*
Y36733D01*
X-21290Y35992D01*
X-20870Y35364D01*
X-19636Y34130D01*
X-19008Y33710D01*
X-18267Y33563D01*
X-6000D01*
X-5259Y33710D01*
X-4630Y34130D01*
X-2830Y35930D01*
X-2410Y36559D01*
X-2263Y37300D01*
Y42100D01*
Y45100D01*
X-2410Y45841D01*
X-2830Y46470D01*
X-3459Y46890D01*
X-4200Y47037D01*
D02*
G37*
G36*
X259Y38300D02*
X-259D01*
X-736Y38102D01*
X-1102Y37736D01*
X-1300Y37259D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37259D01*
X1102Y37736D01*
X736Y38102D01*
X259Y38300D01*
D02*
G37*
G36*
X4300Y47037D02*
X3559Y46890D01*
X2930Y46470D01*
X2510Y45841D01*
X2363Y45100D01*
Y42100D01*
Y37700D01*
X2510Y36959D01*
X2930Y36330D01*
X5630Y33630D01*
X6259Y33210D01*
X7000Y33063D01*
X16867D01*
X17608Y33210D01*
X18236Y33630D01*
X20670Y36064D01*
X21090Y36692D01*
X21237Y37433D01*
Y41700D01*
Y44700D01*
X21090Y45441D01*
X20670Y46070D01*
X20041Y46490D01*
X19300Y46637D01*
X18559Y46490D01*
X17930Y46070D01*
X17510Y45441D01*
X17363Y44700D01*
Y41700D01*
Y38236D01*
X16064Y36937D01*
X7802D01*
X6237Y38502D01*
Y42100D01*
Y45100D01*
X6090Y45841D01*
X5670Y46470D01*
X5041Y46890D01*
X4300Y47037D01*
D02*
G37*
G36*
X14759Y32300D02*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y30741D01*
X13398Y30264D01*
X13764Y29898D01*
X14241Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
D02*
G37*
G36*
X9759D02*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y30741D01*
X8398Y30264D01*
X8764Y29898D01*
X9241Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
D02*
G37*
G36*
X-9241D02*
X-9759D01*
X-10236Y32102D01*
X-10602Y31736D01*
X-10800Y31259D01*
Y30741D01*
X-10602Y30264D01*
X-10236Y29898D01*
X-9759Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-9241Y32300D01*
D02*
G37*
G36*
X-14241D02*
X-14759D01*
X-15236Y32102D01*
X-15602Y31736D01*
X-15800Y31259D01*
Y30741D01*
X-15602Y30264D01*
X-15236Y29898D01*
X-14759Y29700D01*
X-14241D01*
X-13764Y29898D01*
X-13398Y30264D01*
X-13200Y30741D01*
Y31259D01*
X-13398Y31736D01*
X-13764Y32102D01*
X-14241Y32300D01*
D02*
G37*
G36*
X11059Y8800D02*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X11059D01*
X11536Y6398D01*
X11902Y6764D01*
X12100Y7241D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
D02*
G37*
G36*
X9000Y10000D02*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2241D01*
X-11702Y1764D01*
X-11336Y1398D01*
X-10859Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
D02*
G37*
G36*
X75700Y9627D02*
X70300D01*
X69754Y9519D01*
X69291Y9209D01*
X68981Y8746D01*
X68873Y8200D01*
Y6200D01*
X68981Y5654D01*
X69291Y5191D01*
X69754Y4881D01*
X70300Y4773D01*
X71694D01*
X71770Y4705D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X74230Y4705D01*
X74306Y4773D01*
X75700D01*
X76246Y4881D01*
X76709Y5191D01*
X77019Y5654D01*
X77127Y6200D01*
Y8200D01*
X77019Y8746D01*
X76709Y9209D01*
X76246Y9519D01*
X75700Y9627D01*
D02*
G37*
G36*
X16059Y1600D02*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X16059D01*
X16536Y-802D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X29559Y-2800D02*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
D02*
G37*
G36*
X-18041Y-2900D02*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X29559D02*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
D02*
G37*
G36*
X-11141Y-6200D02*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7759D01*
X-12502Y-8236D01*
X-12136Y-8602D01*
X-11659Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4773D01*
X70300D01*
X69754Y-4881D01*
X69291Y-5191D01*
X68981Y-5654D01*
X68873Y-6200D01*
Y-8200D01*
X68981Y-8746D01*
X69291Y-9209D01*
X69754Y-9519D01*
X70300Y-9627D01*
X75700D01*
X76246Y-9519D01*
X76709Y-9209D01*
X77019Y-8746D01*
X77127Y-8200D01*
Y-6200D01*
X77019Y-5654D01*
X76709Y-5191D01*
X76246Y-4881D01*
X75700Y-4773D01*
X74300D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X28500Y-13073D02*
X27954Y-13182D01*
X27491Y-13491D01*
X27181Y-13954D01*
X27073Y-14501D01*
Y-19050D01*
X26956Y-19225D01*
X26876Y-19625D01*
Y-23375D01*
X26956Y-23775D01*
X27182Y-24114D01*
X27521Y-24340D01*
X27922Y-24420D01*
X29171D01*
X29571Y-24340D01*
X29910Y-24114D01*
X30137Y-23775D01*
X30217Y-23375D01*
Y-19625D01*
X30137Y-19225D01*
X29927Y-18911D01*
Y-14501D01*
X29819Y-13954D01*
X29509Y-13491D01*
X29046Y-13182D01*
X28500Y-13073D01*
D02*
G37*
G36*
X18800Y-14873D02*
X18800Y-14873D01*
X4200D01*
X3654Y-14981D01*
X3191Y-15291D01*
X3191Y-15291D01*
X1225Y-17257D01*
X915Y-17720D01*
X806Y-18266D01*
X807Y-18266D01*
Y-19521D01*
X801Y-19534D01*
X798Y-19834D01*
X789Y-20019D01*
X788Y-20035D01*
X704Y-20160D01*
X635Y-20508D01*
Y-21492D01*
X704Y-21840D01*
X902Y-22135D01*
X1197Y-22332D01*
X1545Y-22402D01*
X2105D01*
X2234Y-22427D01*
X2363Y-22402D01*
X2923D01*
X3271Y-22332D01*
X3566Y-22135D01*
X3763Y-21840D01*
X3833Y-21492D01*
Y-20508D01*
X3763Y-20160D01*
X3690Y-20051D01*
X3667Y-19640D01*
X3667Y-19537D01*
X3661Y-19524D01*
Y-18857D01*
X4791Y-17727D01*
X18209D01*
X18891Y-18409D01*
X19354Y-18719D01*
X19900Y-18827D01*
X20406Y-18727D01*
X20465Y-18729D01*
X20938Y-18991D01*
X20947Y-19072D01*
X20929Y-19121D01*
X20948Y-19077D01*
Y-19077D01*
X20923Y-19134D01*
X20923Y-19135D01*
X20896Y-19176D01*
X20863Y-19225D01*
X20859Y-19244D01*
X20831Y-19283D01*
X20807Y-19379D01*
X20786Y-19441D01*
X20764Y-19485D01*
X20745Y-19513D01*
X20730Y-19531D01*
X20716Y-19542D01*
X20702Y-19550D01*
X20681Y-19557D01*
X20649Y-19564D01*
X20577Y-19568D01*
X20568Y-19573D01*
X16734D01*
X16605Y-19598D01*
X16045D01*
X15697Y-19668D01*
X15402Y-19865D01*
X15204Y-20160D01*
X15135Y-20508D01*
Y-21492D01*
X15204Y-21840D01*
X15402Y-22135D01*
X15697Y-22332D01*
X16045Y-22402D01*
X16605D01*
X16734Y-22427D01*
X18438D01*
X18481Y-22646D01*
X18791Y-23109D01*
X19254Y-23419D01*
X19800Y-23527D01*
X20572D01*
X20582Y-23532D01*
X20663Y-23536D01*
X20708Y-23544D01*
X20738Y-23553D01*
X20756Y-23561D01*
X20768Y-23569D01*
X20777Y-23577D01*
X20787Y-23590D01*
X20799Y-23613D01*
X20813Y-23648D01*
X20831Y-23721D01*
X20860Y-23759D01*
X20863Y-23775D01*
X20923Y-23865D01*
X20948Y-23923D01*
X20967Y-23931D01*
X21090Y-24114D01*
X21429Y-24340D01*
X21828Y-24420D01*
X23078D01*
X23479Y-24340D01*
X23818Y-24114D01*
X24044Y-23775D01*
X24124Y-23375D01*
Y-19625D01*
X24044Y-19225D01*
X23818Y-18886D01*
X23479Y-18659D01*
X23078Y-18580D01*
X21828D01*
X21510Y-18643D01*
X21429Y-18659D01*
X21380Y-18662D01*
X21336Y-18657D01*
X21062Y-18185D01*
X21066Y-18175D01*
X21219Y-17946D01*
X21327Y-17400D01*
X21219Y-16854D01*
X20909Y-16391D01*
X19809Y-15291D01*
X19346Y-14981D01*
X18800Y-14873D01*
D02*
G37*
G36*
X240Y-32113D02*
X-306Y-32221D01*
X-769Y-32531D01*
X-1079Y-32994D01*
X-1187Y-33540D01*
Y-38640D01*
X-1079Y-39186D01*
X-769Y-39650D01*
X-306Y-39959D01*
X240Y-40068D01*
X786Y-39959D01*
X996Y-39819D01*
X1036Y-39802D01*
X1067Y-39771D01*
X1249Y-39650D01*
X1371Y-39467D01*
X1402Y-39436D01*
X1419Y-39396D01*
X1559Y-39186D01*
X1668Y-38640D01*
Y-33540D01*
X1559Y-32994D01*
X1249Y-32531D01*
X786Y-32221D01*
X240Y-32113D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44038D01*
X-12208Y-44392D01*
X-12562Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45862D01*
X-11092Y-45508D01*
X-10738Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X71000Y-27099D02*
X61200D01*
Y-49000D01*
X71000D01*
Y-27099D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7517Y-51955D01*
X7519Y-51972D01*
X7519Y-51981D01*
X7521Y-51986D01*
X7523Y-51993D01*
X7530Y-52007D01*
X7536Y-52023D01*
X7543Y-52054D01*
X7549Y-52090D01*
X7566Y-52308D01*
X7567Y-52394D01*
X7582Y-52430D01*
Y-53500D01*
X7652Y-53851D01*
X7851Y-54149D01*
X9751Y-56049D01*
X10049Y-56248D01*
X10400Y-56318D01*
X15935D01*
X15951Y-56327D01*
X15980Y-56321D01*
X16007Y-56333D01*
X16051Y-56334D01*
X16076Y-56336D01*
X16094Y-56339D01*
X16103Y-56342D01*
X16104Y-56342D01*
X16111Y-56347D01*
X16115Y-56348D01*
X16126Y-56374D01*
X16214Y-56411D01*
X16320Y-56517D01*
X16761Y-56700D01*
X17239D01*
X17680Y-56517D01*
X17786Y-56411D01*
X17874Y-56374D01*
X17885Y-56348D01*
X17889Y-56347D01*
X17896Y-56342D01*
X17897Y-56342D01*
X17906Y-56339D01*
X17923Y-56336D01*
X17949Y-56334D01*
X17993Y-56333D01*
X18020Y-56321D01*
X18049Y-56327D01*
X18065Y-56318D01*
X22637D01*
X22783Y-56567D01*
X22875Y-56818D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25107Y-58224D01*
X25128Y-58209D01*
X25179Y-58132D01*
X25221Y-58077D01*
X25261Y-58032D01*
X25297Y-57998D01*
X25328Y-57973D01*
X25355Y-57956D01*
X25370Y-57949D01*
X27616D01*
Y-58684D01*
X30384D01*
Y-55916D01*
X27616D01*
Y-56651D01*
X25448D01*
X25308Y-56189D01*
X25313Y-56142D01*
X25314Y-56139D01*
X25449Y-56049D01*
X27009Y-54489D01*
X27045Y-54475D01*
X27112Y-54409D01*
X27166Y-54360D01*
X27269Y-54275D01*
X27302Y-54251D01*
X27329Y-54235D01*
X27344Y-54227D01*
X27360Y-54223D01*
X27366Y-54218D01*
X27370Y-54217D01*
X27377Y-54210D01*
X27390Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28177Y-53861D01*
X28188Y-53858D01*
X28200Y-53855D01*
X28221Y-53851D01*
X28502Y-53834D01*
X28592Y-53833D01*
X28628Y-53818D01*
X28700D01*
X29051Y-53748D01*
X29272Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
X29241D01*
X28764Y-51198D01*
X28454Y-51508D01*
X28362Y-51572D01*
X27800Y-51700D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-52810D01*
X25990Y-52823D01*
X25983Y-52830D01*
X25982Y-52834D01*
X25977Y-52840D01*
X25973Y-52856D01*
X25965Y-52871D01*
X25949Y-52898D01*
X25928Y-52927D01*
X25785Y-53094D01*
X25725Y-53155D01*
X25711Y-53191D01*
X24420Y-54482D01*
X17855D01*
X17818Y-54467D01*
X17766Y-54467D01*
X17759Y-54470D01*
X17751Y-54468D01*
X17653Y-54472D01*
X17239Y-54300D01*
X16761D01*
X16342Y-54474D01*
X16260Y-54468D01*
X16247Y-54473D01*
X16234Y-54467D01*
X16182Y-54467D01*
X16145Y-54482D01*
X10780D01*
X9418Y-53120D01*
Y-52430D01*
X9433Y-52394D01*
X9434Y-52301D01*
X9437Y-52227D01*
X9450Y-52094D01*
X9457Y-52054D01*
X9464Y-52023D01*
X9470Y-52007D01*
X9477Y-51993D01*
X9479Y-51986D01*
X9481Y-51981D01*
X9481Y-51972D01*
X9483Y-51955D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47425D01*
X1167Y-47499D01*
X1166Y-47574D01*
X1160Y-47631D01*
X1151Y-47683D01*
X1139Y-47730D01*
X1125Y-47774D01*
X1107Y-47815D01*
X1086Y-47854D01*
X1061Y-47891D01*
X1033Y-47927D01*
X988Y-47976D01*
X972Y-48018D01*
X-505Y-49495D01*
X-659Y-49727D01*
X-714Y-50000D01*
Y-57219D01*
X-733Y-57260D01*
X-736Y-57362D01*
X-745Y-57444D01*
X-760Y-57522D01*
X-781Y-57595D01*
X-806Y-57666D01*
X-838Y-57734D01*
X-876Y-57801D01*
X-920Y-57866D01*
X-972Y-57930D01*
X-1041Y-58005D01*
X-1057Y-58048D01*
X-2067Y-59058D01*
X-2084Y-59061D01*
X-2099Y-59082D01*
X-2103Y-59083D01*
X-2107Y-59085D01*
X-2113Y-59086D01*
X-2124Y-59093D01*
X-2129Y-59095D01*
X-2146Y-59100D01*
X-2172Y-59105D01*
X-2203Y-59110D01*
X-2308Y-59118D01*
X-2370Y-59119D01*
X-2430Y-59145D01*
X-2672Y-59193D01*
X-2934Y-59369D01*
X-3110Y-59631D01*
X-3171Y-59941D01*
Y-64931D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-769Y-65075D01*
X-766Y-65059D01*
Y-59941D01*
X-793Y-59802D01*
X-48Y-59057D01*
X-5Y-59041D01*
X70Y-58972D01*
X134Y-58920D01*
X199Y-58876D01*
X266Y-58838D01*
X334Y-58806D01*
X405Y-58780D01*
X478Y-58760D01*
X556Y-58745D01*
X638Y-58736D01*
X740Y-58733D01*
X929Y-58816D01*
X1046Y-59339D01*
X1003Y-59369D01*
X827Y-59631D01*
X766Y-59941D01*
Y-62007D01*
X668Y-62241D01*
Y-62759D01*
X766Y-62993D01*
Y-65059D01*
X827Y-65369D01*
X1003Y-65631D01*
X1265Y-65807D01*
X1575Y-65868D01*
X2362D01*
X2672Y-65807D01*
X2934Y-65631D01*
X3110Y-65369D01*
X3171Y-65059D01*
Y-62993D01*
X3269Y-62759D01*
Y-62241D01*
X3171Y-62007D01*
Y-59941D01*
X3110Y-59631D01*
X2934Y-59369D01*
X2702Y-59214D01*
X2697Y-59177D01*
X2961Y-58714D01*
X20204D01*
X22695Y-61205D01*
X22927Y-61359D01*
X23200Y-61414D01*
X27616D01*
Y-62084D01*
X30384D01*
Y-59316D01*
X27616D01*
Y-59986D01*
X23496D01*
X21005Y-57495D01*
X20773Y-57341D01*
X20500Y-57286D01*
X1081D01*
X882Y-57118D01*
X714Y-56919D01*
Y-50296D01*
X1982Y-49028D01*
X2024Y-49012D01*
X2073Y-48967D01*
X2109Y-48939D01*
X2146Y-48914D01*
X2185Y-48893D01*
X2226Y-48875D01*
X2270Y-48860D01*
X2317Y-48849D01*
X2369Y-48840D01*
X2426Y-48835D01*
X2501Y-48833D01*
X2575Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
%LPD*%
G36*
X73362Y5203D02*
X73328Y5199D01*
X73298Y5193D01*
X73272Y5184D01*
X73250Y5172D01*
X73232Y5157D01*
X73218Y5140D01*
X73208Y5120D01*
X73202Y5098D01*
X73200Y5073D01*
X72800D01*
X72798Y5098D01*
X72792Y5120D01*
X72782Y5140D01*
X72768Y5157D01*
X72750Y5172D01*
X72728Y5184D01*
X72702Y5193D01*
X72672Y5199D01*
X72638Y5203D01*
X72600Y5205D01*
X73400D01*
X73362Y5203D01*
D02*
G37*
G36*
X73204Y4846D02*
X73217Y4773D01*
X73239Y4699D01*
X73269Y4624D01*
X73308Y4547D01*
X73355Y4469D01*
X73411Y4389D01*
X73475Y4309D01*
X73548Y4226D01*
X73630Y4143D01*
X72370D01*
X72452Y4226D01*
X72589Y4389D01*
X72645Y4469D01*
X72693Y4547D01*
X72731Y4624D01*
X72761Y4699D01*
X72783Y4773D01*
X72796Y4846D01*
X72800Y4918D01*
X73200D01*
X73204Y4846D01*
D02*
G37*
G36*
X73202Y-5098D02*
X73208Y-5120D01*
X73218Y-5140D01*
X73232Y-5157D01*
X73250Y-5172D01*
X73272Y-5184D01*
X73298Y-5193D01*
X73328Y-5199D01*
X73362Y-5203D01*
X73400Y-5205D01*
X72600D01*
X72638Y-5203D01*
X72672Y-5199D01*
X72702Y-5193D01*
X72728Y-5184D01*
X72750Y-5172D01*
X72768Y-5157D01*
X72782Y-5140D01*
X72792Y-5120D01*
X72798Y-5098D01*
X72800Y-5073D01*
X73200D01*
X73202Y-5098D01*
D02*
G37*
G36*
X73548Y-5426D02*
X73411Y-5590D01*
X73355Y-5669D01*
X73308Y-5747D01*
X73269Y-5824D01*
X73239Y-5899D01*
X73217Y-5973D01*
X73204Y-6046D01*
X73200Y-6117D01*
X72800D01*
X72796Y-6046D01*
X72783Y-5973D01*
X72761Y-5899D01*
X72731Y-5824D01*
X72693Y-5747D01*
X72645Y-5669D01*
X72589Y-5590D01*
X72525Y-5509D01*
X72452Y-5426D01*
X72370Y-5343D01*
X73630D01*
X73548Y-5426D01*
D02*
G37*
G36*
X3234Y-19652D02*
X3262Y-20151D01*
X3269Y-20162D01*
X1199D01*
X1205Y-20151D01*
X1211Y-20129D01*
X1217Y-20096D01*
X1221Y-20051D01*
X1231Y-19846D01*
X1234Y-19538D01*
X3234D01*
X3234Y-19652D01*
D02*
G37*
G36*
X21230Y-21530D02*
X21251Y-23614D01*
X21226Y-23516D01*
X21192Y-23429D01*
X21150Y-23352D01*
X21098Y-23285D01*
X21038Y-23228D01*
X20969Y-23182D01*
X20891Y-23146D01*
X20804Y-23121D01*
X20708Y-23105D01*
X20604Y-23100D01*
Y-22000D01*
Y-21100D01*
Y-20000D01*
X20705Y-19994D01*
X20798Y-19975D01*
X20883Y-19945D01*
X20959Y-19902D01*
X21028Y-19847D01*
X21089Y-19779D01*
X21141Y-19699D01*
X21186Y-19607D01*
X21223Y-19502D01*
X21251Y-19386D01*
X21230Y-21530D01*
D02*
G37*
G36*
X69313Y-28517D02*
X69323Y-28536D01*
X69341Y-28563D01*
X69359Y-28600D01*
X69378Y-28656D01*
X69406Y-28721D01*
X69433Y-28785D01*
X69452Y-28869D01*
X69507Y-29054D01*
X69554Y-29276D01*
X69591Y-29516D01*
X69600Y-29784D01*
Y-29858D01*
X69591Y-29914D01*
Y-29979D01*
X69572Y-30053D01*
X69545Y-30219D01*
X69489Y-30413D01*
X69415Y-30608D01*
X69304Y-30783D01*
X69230Y-30876D01*
X69156Y-30950D01*
X69147D01*
X69138Y-30968D01*
X69110Y-30987D01*
X69073Y-31005D01*
X69026Y-31033D01*
X68971Y-31070D01*
X68906Y-31107D01*
X68832Y-31135D01*
X68749Y-31172D01*
X68656Y-31209D01*
X68444Y-31274D01*
X68194Y-31311D01*
X67907Y-31329D01*
X64189D01*
Y-32633D01*
X63292D01*
Y-30016D01*
X68074D01*
X68083D01*
X68092D01*
X68148Y-30006D01*
X68231Y-29988D01*
X68314Y-29942D01*
X68407Y-29877D01*
X68453Y-29831D01*
X68490Y-29775D01*
X68518Y-29710D01*
X68546Y-29636D01*
X68555Y-29553D01*
X68564Y-29451D01*
Y-29396D01*
X68555Y-29340D01*
X68546Y-29257D01*
X68536Y-29165D01*
X68508Y-29054D01*
X68481Y-28943D01*
X68435Y-28822D01*
X69313Y-28508D01*
Y-28517D01*
D02*
G37*
G36*
X66890Y-33457D02*
Y-34289D01*
X66085D01*
Y-34308D01*
X66094Y-34354D01*
X66122Y-34419D01*
X66150Y-34502D01*
X66205Y-34604D01*
X66270Y-34715D01*
X66363Y-34826D01*
X66474Y-34937D01*
X66492Y-34946D01*
X66529Y-34983D01*
X66603Y-35038D01*
X66705Y-35103D01*
X66825Y-35168D01*
X66973Y-35242D01*
X67130Y-35316D01*
X67315Y-35381D01*
X68582D01*
Y-34502D01*
X69461D01*
Y-37277D01*
X68582D01*
Y-36694D01*
X65918D01*
Y-37277D01*
X65049D01*
Y-35686D01*
X66039Y-35455D01*
X66030D01*
X66011Y-35445D01*
X65983Y-35427D01*
X65946Y-35408D01*
X65845Y-35362D01*
X65715Y-35288D01*
X65576Y-35205D01*
X65438Y-35103D01*
X65308Y-34983D01*
X65188Y-34853D01*
X65179Y-34835D01*
X65141Y-34789D01*
X65095Y-34705D01*
X65049Y-34604D01*
X64994Y-34465D01*
X64956Y-34317D01*
X64920Y-34141D01*
X64910Y-33947D01*
Y-33882D01*
X64920Y-33799D01*
X64929Y-33706D01*
X64947Y-33595D01*
X64966Y-33466D01*
X65003Y-33346D01*
X65049Y-33216D01*
X66890Y-33457D01*
D02*
G37*
G36*
X69212Y-38341D02*
X69230Y-38359D01*
X69248Y-38396D01*
X69276Y-38442D01*
X69304Y-38498D01*
X69332Y-38572D01*
X69369Y-38655D01*
X69406Y-38748D01*
X69443Y-38849D01*
X69480Y-38960D01*
X69535Y-39210D01*
X69582Y-39488D01*
X69600Y-39784D01*
Y-39867D01*
X69591Y-39922D01*
Y-39996D01*
X69582Y-40080D01*
X69545Y-40265D01*
X69498Y-40468D01*
X69424Y-40681D01*
X69313Y-40884D01*
X69248Y-40977D01*
X69174Y-41060D01*
X69165D01*
X69156Y-41079D01*
X69128Y-41097D01*
X69091Y-41125D01*
X69054Y-41162D01*
X68999Y-41199D01*
X68934Y-41236D01*
X68860Y-41273D01*
X68684Y-41347D01*
X68481Y-41421D01*
X68240Y-41467D01*
X68102Y-41476D01*
X67963Y-41486D01*
X65956D01*
Y-42411D01*
X65049D01*
Y-41486D01*
X64087D01*
X63930Y-40172D01*
X65049D01*
Y-38748D01*
X65956Y-38886D01*
Y-40172D01*
X67963D01*
X67981D01*
X68018D01*
X68074Y-40163D01*
X68138Y-40154D01*
X68222Y-40135D01*
X68296Y-40107D01*
X68370Y-40070D01*
X68425Y-40024D01*
X68435Y-40015D01*
X68444Y-39996D01*
X68471Y-39959D01*
X68490Y-39904D01*
X68518Y-39839D01*
X68546Y-39756D01*
X68555Y-39663D01*
X68564Y-39543D01*
Y-39469D01*
X68555Y-39395D01*
X68536Y-39293D01*
X68518Y-39173D01*
X68481Y-39044D01*
X68435Y-38905D01*
X68370Y-38766D01*
X69212Y-38331D01*
Y-38341D01*
D02*
G37*
G36*
X68832Y-42993D02*
X68860Y-43021D01*
X68897Y-43058D01*
X68943Y-43123D01*
X68999Y-43197D01*
X69073Y-43289D01*
X69138Y-43391D01*
X69212Y-43511D01*
X69286Y-43650D01*
X69350Y-43798D01*
X69415Y-43955D01*
X69480Y-44131D01*
X69526Y-44307D01*
X69563Y-44501D01*
X69591Y-44714D01*
X69600Y-44927D01*
Y-45001D01*
X69591Y-45056D01*
Y-45130D01*
X69582Y-45213D01*
X69572Y-45297D01*
X69554Y-45398D01*
X69517Y-45620D01*
X69452Y-45852D01*
X69369Y-46092D01*
X69258Y-46323D01*
Y-46333D01*
X69239Y-46351D01*
X69221Y-46379D01*
X69193Y-46425D01*
X69110Y-46527D01*
X68999Y-46666D01*
X68851Y-46814D01*
X68675Y-46971D01*
X68462Y-47128D01*
X68222Y-47267D01*
X68212D01*
X68194Y-47285D01*
X68148Y-47295D01*
X68102Y-47322D01*
X68037Y-47350D01*
X67953Y-47378D01*
X67861Y-47406D01*
X67759Y-47433D01*
X67639Y-47470D01*
X67519Y-47498D01*
X67380Y-47526D01*
X67232Y-47554D01*
X66918Y-47591D01*
X66566Y-47609D01*
X66557D01*
X66520D01*
X66474D01*
X66409Y-47600D01*
X66325D01*
X66233Y-47591D01*
X66131Y-47581D01*
X66011Y-47563D01*
X65761Y-47526D01*
X65493Y-47461D01*
X65215Y-47378D01*
X64947Y-47258D01*
X64938D01*
X64920Y-47239D01*
X64882Y-47221D01*
X64836Y-47193D01*
X64781Y-47156D01*
X64716Y-47110D01*
X64559Y-47008D01*
X64392Y-46869D01*
X64217Y-46703D01*
X64059Y-46508D01*
X63911Y-46296D01*
Y-46286D01*
X63893Y-46268D01*
X63874Y-46231D01*
X63856Y-46185D01*
X63828Y-46129D01*
X63800Y-46055D01*
X63763Y-45981D01*
X63726Y-45889D01*
X63661Y-45685D01*
X63606Y-45445D01*
X63569Y-45186D01*
X63551Y-44908D01*
Y-44751D01*
X63560Y-44695D01*
X63569Y-44557D01*
X63587Y-44390D01*
X63615Y-44224D01*
X63652Y-44048D01*
X63708Y-43881D01*
Y-43872D01*
X63717Y-43863D01*
X63736Y-43807D01*
X63772Y-43724D01*
X63828Y-43613D01*
X63893Y-43493D01*
X63976Y-43354D01*
X64069Y-43206D01*
X64179Y-43058D01*
X64984Y-43724D01*
X64975Y-43733D01*
X64966Y-43752D01*
X64947Y-43780D01*
X64920Y-43817D01*
X64882Y-43863D01*
X64846Y-43928D01*
X64771Y-44066D01*
X64697Y-44242D01*
X64623Y-44436D01*
X64577Y-44649D01*
X64559Y-44760D01*
Y-44936D01*
X64568Y-44982D01*
X64587Y-45084D01*
X64623Y-45223D01*
X64679Y-45371D01*
X64771Y-45528D01*
X64827Y-45611D01*
X64892Y-45685D01*
X64966Y-45759D01*
X65058Y-45833D01*
X65067D01*
X65086Y-45852D01*
X65114Y-45870D01*
X65151Y-45889D01*
X65206Y-45916D01*
X65271Y-45944D01*
X65345Y-45981D01*
X65438Y-46009D01*
X65530Y-46046D01*
X65641Y-46083D01*
X65771Y-46111D01*
X65909Y-46138D01*
X66048Y-46157D01*
X66215Y-46175D01*
X66381Y-46194D01*
X66566D01*
X66575D01*
X66612D01*
X66659D01*
X66733Y-46185D01*
X66816D01*
X66908Y-46175D01*
X67019Y-46166D01*
X67130Y-46148D01*
X67371Y-46101D01*
X67620Y-46046D01*
X67861Y-45953D01*
X67963Y-45898D01*
X68064Y-45833D01*
X68074D01*
X68083Y-45815D01*
X68138Y-45768D01*
X68212Y-45685D01*
X68305Y-45574D01*
X68397Y-45435D01*
X68471Y-45269D01*
X68527Y-45075D01*
X68536Y-44964D01*
X68546Y-44853D01*
Y-44788D01*
X68536Y-44714D01*
X68527Y-44631D01*
X68518Y-44529D01*
X68490Y-44418D01*
X68462Y-44307D01*
X68416Y-44196D01*
X68407Y-44187D01*
X68388Y-44150D01*
X68361Y-44094D01*
X68323Y-44020D01*
X68268Y-43928D01*
X68203Y-43826D01*
X68120Y-43715D01*
X68037Y-43604D01*
X68823Y-42984D01*
X68832Y-42993D01*
D02*
G37*
G36*
X9105Y-51772D02*
X9083Y-51809D01*
X9064Y-51854D01*
X9047Y-51907D01*
X9032Y-51968D01*
X9021Y-52036D01*
X9005Y-52197D01*
X9001Y-52289D01*
X9000Y-52388D01*
X8000D01*
X7999Y-52289D01*
X7979Y-52036D01*
X7967Y-51968D01*
X7953Y-51907D01*
X7936Y-51854D01*
X7917Y-51809D01*
X7895Y-51772D01*
X7870Y-51743D01*
X9130D01*
X9105Y-51772D01*
D02*
G37*
G36*
X28004Y-52333D02*
X28032Y-52347D01*
X28069Y-52359D01*
X28116Y-52370D01*
X28172Y-52379D01*
X28311Y-52393D01*
X28486Y-52399D01*
X28588Y-52400D01*
Y-53400D01*
X28486Y-53401D01*
X28172Y-53421D01*
X28116Y-53430D01*
X28069Y-53441D01*
X28032Y-53453D01*
X28004Y-53468D01*
X27985Y-53483D01*
Y-52317D01*
X28004Y-52333D01*
D02*
G37*
G36*
X27291Y-53800D02*
X27253Y-53803D01*
X27211Y-53814D01*
X27165Y-53832D01*
X27116Y-53857D01*
X27063Y-53890D01*
X27006Y-53930D01*
X26882Y-54033D01*
X26814Y-54095D01*
X26743Y-54164D01*
X26035Y-53457D01*
X26105Y-53386D01*
X26270Y-53194D01*
X26310Y-53137D01*
X26343Y-53084D01*
X26368Y-53035D01*
X26386Y-52989D01*
X26397Y-52947D01*
X26400Y-52909D01*
X27291Y-53800D01*
D02*
G37*
G36*
X17980Y-55900D02*
X17922Y-55902D01*
X17868Y-55907D01*
X17817Y-55915D01*
X17771Y-55927D01*
X17727Y-55942D01*
X17688Y-55961D01*
X17652Y-55982D01*
X17621Y-56008D01*
X17593Y-56036D01*
X17568Y-56068D01*
Y-54932D01*
X17567Y-54926D01*
X17571Y-54920D01*
X17582Y-54916D01*
X17598Y-54912D01*
X17620Y-54908D01*
X17649Y-54905D01*
X17769Y-54900D01*
X17820Y-54900D01*
X17980Y-55900D01*
D02*
G37*
G36*
X16231Y-54900D02*
X16402Y-54912D01*
X16418Y-54916D01*
X16429Y-54920D01*
X16433Y-54926D01*
X16432Y-54932D01*
Y-56068D01*
X16408Y-56036D01*
X16379Y-56008D01*
X16348Y-55982D01*
X16312Y-55961D01*
X16273Y-55942D01*
X16229Y-55927D01*
X16183Y-55915D01*
X16132Y-55907D01*
X16078Y-55902D01*
X16020Y-55900D01*
X16180Y-54900D01*
X16231Y-54900D01*
D02*
G37*
G36*
X28028Y-57700D02*
X28027Y-57662D01*
X28023Y-57628D01*
X28017Y-57598D01*
X28009Y-57572D01*
X27998Y-57550D01*
X27985Y-57532D01*
X27969Y-57518D01*
X27951Y-57508D01*
X27931Y-57502D01*
X27908Y-57500D01*
Y-57100D01*
X27931Y-57098D01*
X27951Y-57092D01*
X27969Y-57082D01*
X27985Y-57068D01*
X27998Y-57050D01*
X28009Y-57028D01*
X28017Y-57002D01*
X28023Y-56972D01*
X28027Y-56938D01*
X28028Y-56900D01*
Y-57700D01*
D02*
G37*
G36*
X24595Y-56811D02*
X24891Y-56972D01*
X24979Y-57011D01*
X25141Y-57068D01*
X25214Y-57086D01*
X25283Y-57096D01*
X25346Y-57100D01*
X25440Y-57500D01*
X25364Y-57505D01*
X25290Y-57519D01*
X25218Y-57542D01*
X25148Y-57575D01*
X25080Y-57618D01*
X25014Y-57670D01*
X24949Y-57731D01*
X24886Y-57802D01*
X24826Y-57882D01*
X24767Y-57971D01*
X24487Y-56743D01*
X24595Y-56811D01*
D02*
G37*
G36*
X2491Y-48400D02*
X2400Y-48402D01*
X2313Y-48410D01*
X2228Y-48425D01*
X2148Y-48445D01*
X2070Y-48471D01*
X1995Y-48504D01*
X1924Y-48542D01*
X1856Y-48587D01*
X1792Y-48637D01*
X1730Y-48694D01*
X1306Y-48270D01*
X1363Y-48208D01*
X1413Y-48144D01*
X1458Y-48076D01*
X1496Y-48005D01*
X1529Y-47930D01*
X1555Y-47853D01*
X1575Y-47771D01*
X1590Y-47687D01*
X1598Y-47600D01*
X1600Y-47509D01*
X2491Y-48400D01*
D02*
G37*
G36*
X306Y-57214D02*
X324Y-57316D01*
X354Y-57406D01*
X396Y-57484D01*
X450Y-57550D01*
X516Y-57604D01*
X594Y-57646D01*
X684Y-57676D01*
X786Y-57694D01*
X900Y-57700D01*
X724Y-58300D01*
X606Y-58304D01*
X491Y-58317D01*
X380Y-58338D01*
X272Y-58368D01*
X168Y-58406D01*
X68Y-58453D01*
X-30Y-58508D01*
X-123Y-58571D01*
X-213Y-58644D01*
X-300Y-58724D01*
X-724Y-58300D01*
X-644Y-58213D01*
X-571Y-58123D01*
X-508Y-58030D01*
X-453Y-57933D01*
X-406Y-57832D01*
X-368Y-57728D01*
X-338Y-57620D01*
X-317Y-57509D01*
X-304Y-57394D01*
X-300Y-57276D01*
X300Y-57100D01*
X306Y-57214D01*
D02*
G37*
G36*
X-1149Y-59573D02*
X-1173Y-59598D01*
X-1192Y-59623D01*
X-1209Y-59646D01*
X-1221Y-59669D01*
X-1229Y-59692D01*
X-1234Y-59713D01*
X-1235Y-59734D01*
X-1232Y-59754D01*
X-1226Y-59773D01*
X-1215Y-59792D01*
X-2362Y-59552D01*
X-2288Y-59550D01*
X-2154Y-59540D01*
X-2095Y-59531D01*
X-2041Y-59520D01*
X-1992Y-59506D01*
X-1948Y-59489D01*
X-1910Y-59470D01*
X-1877Y-59449D01*
X-1849Y-59425D01*
X-1149Y-59573D01*
D02*
G37*
G36*
X28028Y-61300D02*
X28026Y-61243D01*
X28021Y-61192D01*
X28012Y-61147D01*
X27999Y-61108D01*
X27983Y-61075D01*
X27963Y-61048D01*
X27940Y-61027D01*
X27913Y-61012D01*
X27882Y-61003D01*
X27848Y-61000D01*
Y-60400D01*
X27882Y-60397D01*
X27913Y-60388D01*
X27940Y-60373D01*
X27963Y-60352D01*
X27983Y-60325D01*
X27999Y-60292D01*
X28012Y-60253D01*
X28021Y-60208D01*
X28026Y-60157D01*
X28028Y-60100D01*
Y-61300D01*
D02*
G37*
D10*
X-69500Y-17100D02*
Y-10500D01*
X-74700Y-5300D02*
X-69500Y-10500D01*
X-74700Y-5300D02*
Y400D01*
X-58263Y28563D02*
X-56600Y26900D01*
X-62500Y28563D02*
X-58263D01*
X-52000Y-21000D02*
X-51000Y-22000D01*
X-60200Y-21000D02*
X-52000D01*
X-62000Y-19200D02*
X-60200Y-21000D01*
X-67400Y-19200D02*
X-62000D01*
X-69500Y-17100D02*
X-67400Y-19200D01*
X-73300Y-700D02*
X-56900Y15700D01*
X-54000D02*
X-41154D01*
X-73300Y-4600D02*
Y-700D01*
Y-4600D02*
X-69963Y-7937D01*
X-62500D01*
X-74700Y400D02*
X-62500Y12600D01*
X-56900Y15700D02*
X-54000D01*
X-62500Y12600D02*
Y20689D01*
X-42700Y-13700D02*
Y-10600D01*
X-46100Y-17100D02*
X-42700Y-13700D01*
X-51900Y-17100D02*
X-46100D01*
X-53900Y-15100D02*
X-51900Y-17100D01*
X-53900Y-15100D02*
Y-12100D01*
X-55300Y-10700D02*
X-53900Y-12100D01*
X-58000Y-10700D02*
X-55300D01*
X-59174Y-11874D02*
X-58000Y-10700D01*
X-62500Y-11874D02*
X-59174D01*
X-56300Y-14800D02*
Y-13100D01*
X-51800Y-19300D02*
X-22500D01*
X-56300Y-14800D02*
X-51800Y-19300D01*
X-54989Y20689D02*
X-54000Y19700D01*
X-62500Y20689D02*
X-54989D01*
X28700Y-52900D02*
X29500Y-52100D01*
X10400Y-55400D02*
X24800D01*
X8500Y-53500D02*
Y-51100D01*
X-78400Y-53500D02*
Y-52000D01*
Y-55000D02*
Y-53500D01*
X27300Y-52900D02*
X28700D01*
X24800Y-55400D02*
X27300Y-52900D01*
X8500Y-53500D02*
X10400Y-55400D01*
D11*
X-62500Y-63D02*
X-60137D01*
X-51900Y-8300D01*
Y-11100D02*
Y-8300D01*
X-51400Y-14500D02*
X-49700Y-12800D01*
Y-9100D01*
X-58500Y-300D02*
X-49700Y-9100D01*
X-58500Y-300D02*
Y1000D01*
X-60500Y3000D02*
X-58500Y1000D01*
X-74900Y-55000D02*
X-73500D01*
X-74500Y-52000D02*
X-73500D01*
X-56000Y-34000D02*
X-47200Y-42800D01*
X-40900D02*
X-39700Y-41600D01*
X-47200Y-42800D02*
X-40900D01*
X-58100Y-34900D02*
X-56231D01*
X-47431Y-43700D01*
X-63000Y-34000D02*
X-56000D01*
X-47431Y-43700D02*
X-37700D01*
X-61137Y-37937D02*
X-58100Y-34900D01*
X73000Y-7200D02*
Y-4700D01*
Y3500D02*
Y7200D01*
X-63000Y-37937D02*
X-61137D01*
X24000Y-57500D02*
X24200Y-57300D01*
X29000D01*
D14*
X6600Y57700D02*
X9300Y55000D01*
X27100D01*
X28100Y54000D01*
X228Y57700D02*
X6600D01*
X3165Y58700D02*
X7200D01*
X9741Y56159D02*
X29641D01*
X7200Y58700D02*
X9741Y56159D01*
X1969Y59897D02*
X3165Y58700D01*
X-1969Y59897D02*
Y62500D01*
Y59897D02*
X228Y57700D01*
X1969Y59897D02*
Y62500D01*
X29641Y56159D02*
X32100Y53700D01*
X23200Y-60700D02*
X29000D01*
X20500Y-58000D02*
X23200Y-60700D01*
X0Y-58000D02*
X20500D01*
X0Y-50000D02*
X2500Y-47500D01*
X0Y-58000D02*
Y-50000D01*
X-1969Y-59969D02*
X0Y-58000D01*
X-1969Y-62500D02*
Y-59969D01*
D16*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D17*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D18*
X-77000Y45063D02*
D03*
Y16000D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D19*
X-62500Y24626D02*
D03*
Y32500D02*
D03*
Y28563D02*
D03*
Y36437D02*
D03*
Y40374D02*
D03*
Y20689D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D50*
X240Y-38640D02*
Y-33540D01*
X28500Y-16400D02*
Y-14501D01*
Y-21200D02*
Y-18700D01*
Y-16400D01*
X16734Y-21000D02*
X21953D01*
X21854Y-22100D02*
X22454Y-21500D01*
X19800Y-22100D02*
X21854D01*
X21953Y-21000D02*
X22454Y-21500D01*
X18000Y-16300D02*
X18800D01*
X15800D02*
X18000D01*
X4200D02*
X15800D01*
X18800D02*
X19900Y-17400D01*
X2234Y-18266D02*
X4200Y-16300D01*
X2234Y-21000D02*
Y-18266D01*
X-15354Y-26000D02*
X-10354Y-21000D01*
X-8234D01*
D51*
X-18000Y-68000D02*
Y-54000D01*
Y-68000D02*
X-17000Y-69000D01*
X-22500Y52100D02*
X-19500D01*
X-23000D02*
X-22500D01*
X-19500D02*
X1500D01*
X-27000Y48100D02*
X-23000Y52100D01*
X1500D02*
X4500D01*
X-27000Y-5400D02*
Y48100D01*
X-15354Y-38854D02*
Y-26000D01*
X-25700Y-49200D02*
X-15354Y-38854D01*
X-32600Y-49200D02*
X-25700D01*
X32000Y63800D02*
X43000Y52800D01*
X22200Y63800D02*
X32000D01*
X43000Y-67000D02*
Y52800D01*
X-15354Y-26000D02*
Y-17046D01*
X-27000Y-5400D02*
X-15354Y-17046D01*
X43000Y-70000D02*
Y-67000D01*
Y-73000D02*
Y-70000D01*
D52*
X-17000Y-69000D02*
X-14532Y-71469D01*
Y-77000D02*
Y-71469D01*
D53*
X-4200Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
Y37300D02*
Y39100D01*
X-19500Y41000D02*
Y44000D01*
Y38000D02*
Y41000D01*
Y36733D02*
Y38000D01*
X-6000Y35500D02*
X-4200Y37300D01*
X-18267Y35500D02*
X-6000D01*
X-19500Y36733D02*
X-18267Y35500D01*
X16867Y35000D02*
X19300Y37433D01*
Y38700D01*
X7000Y35000D02*
X16867D01*
X4300Y37700D02*
X7000Y35000D01*
X19300Y41700D02*
Y44700D01*
Y38700D02*
Y41700D01*
X4300Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
Y37700D02*
Y39100D01*
D54*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-59900Y40300D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X-42700Y-10600D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X2500Y-47500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-60500Y3000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X-51400Y-14500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X19800Y-22100D02*
D03*
X22454Y-21500D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-11500Y-31900D02*
D03*
X-51500Y-31600D02*
D03*
X-51900Y-11100D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X18000Y-16300D02*
D03*
X15800D02*
D03*
X19900Y-17400D02*
D03*
X-39700Y-41600D02*
D03*
X-37700Y-43700D02*
D03*
X24000Y-57500D02*
D03*
X27300Y-52900D02*
D03*
X-56300Y-13100D02*
D03*
X-22500Y-19300D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
X29500Y-52300D02*
D03*
D56*
X4500Y52100D02*
D03*
Y55100D02*
D03*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X-19500Y41000D02*
D03*
Y38000D02*
D03*
Y44000D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X19300Y44700D02*
D03*
Y41700D02*
D03*
Y38700D02*
D03*
X4300Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X-4200Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X1500Y52100D02*
D03*
Y55100D02*
D03*
X-22500Y52100D02*
D03*
X-19500D02*
D03*
X-22500Y55100D02*
D03*
X-19500D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GTO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=65535*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD12C,0.00100*%
%ADD13C,0.00787*%
%ADD14C,0.00600*%
%ADD15C,0.00500*%
G36*
X-53050Y17050D02*
X-53400D01*
Y18350D01*
X-53050D01*
Y17050D01*
D02*
G37*
G36*
X-54600Y18350D02*
Y17050D01*
X-54950Y17050D01*
Y18350D01*
X-54600Y18350D01*
D02*
G37*
G36*
X11100Y-20650D02*
X12500D01*
Y-21350D01*
X11100D01*
Y-22550D01*
X10500D01*
Y-19450D01*
X11100D01*
Y-20650D01*
D02*
G37*
G36*
X-3400D02*
X-2000D01*
Y-21350D01*
X-3400D01*
Y-22550D01*
X-4000D01*
Y-19450D01*
X-3400D01*
Y-20650D01*
D02*
G37*
G36*
X-12500Y-41000D02*
X-14000D01*
Y-38000D01*
X-12500D01*
Y-41000D01*
D02*
G37*
G36*
X-22000D02*
X-23500D01*
Y-38000D01*
X-22000D01*
Y-41000D01*
D02*
G37*
G36*
X-25100Y-41300D02*
X-29900D01*
Y-40800D01*
X-25100D01*
Y-41300D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-40800D01*
X-31600D01*
Y-41300D01*
D02*
G37*
G36*
X-25100Y-43200D02*
X-29900D01*
Y-42700D01*
X-25100D01*
Y-43200D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-42700D01*
X-31600D01*
Y-43200D01*
D02*
G37*
G36*
X-25100Y-55800D02*
X-29900D01*
Y-55300D01*
X-25100D01*
Y-55800D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-55300D01*
X-31600D01*
Y-55800D01*
D02*
G37*
G36*
X-25100Y-57700D02*
X-29900D01*
Y-57200D01*
X-25100D01*
Y-57700D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-57200D01*
X-31600D01*
Y-57700D01*
D02*
G37*
G36*
X-46734Y-23396D02*
X-46697Y-23400D01*
X-46652Y-23403D01*
X-46608Y-23411D01*
X-46556Y-23418D01*
X-46445Y-23444D01*
X-46390Y-23463D01*
X-46330Y-23481D01*
X-46275Y-23507D01*
X-46220Y-23537D01*
X-46164Y-23570D01*
X-46116Y-23607D01*
X-46112Y-23611D01*
X-46105Y-23618D01*
X-46094Y-23629D01*
X-46075Y-23648D01*
X-46057Y-23670D01*
X-46038Y-23696D01*
X-46012Y-23725D01*
X-45990Y-23762D01*
X-45968Y-23803D01*
X-45946Y-23847D01*
X-45924Y-23896D01*
X-45905Y-23951D01*
X-45886Y-24006D01*
X-45875Y-24069D01*
X-45868Y-24136D01*
X-45864Y-24206D01*
Y-24243D01*
X-45868Y-24269D01*
X-45872Y-24303D01*
X-45879Y-24340D01*
X-45886Y-24384D01*
X-45894Y-24428D01*
X-45924Y-24524D01*
X-45946Y-24573D01*
X-45968Y-24624D01*
X-45998Y-24672D01*
X-46031Y-24721D01*
X-46068Y-24769D01*
X-46112Y-24809D01*
X-46116Y-24813D01*
X-46123Y-24817D01*
X-46138Y-24828D01*
X-46157Y-24843D01*
X-46183Y-24858D01*
X-46216Y-24876D01*
X-46249Y-24894D01*
X-46290Y-24913D01*
X-46338Y-24935D01*
X-46390Y-24954D01*
X-46445Y-24972D01*
X-46508Y-24987D01*
X-46575Y-25002D01*
X-46645Y-25013D01*
X-46719Y-25017D01*
X-46800Y-25020D01*
X-46804D01*
X-46819D01*
X-46841D01*
X-46871Y-25017D01*
X-46908Y-25013D01*
X-46948Y-25009D01*
X-46993Y-25002D01*
X-47045Y-24994D01*
X-47152Y-24969D01*
X-47207Y-24950D01*
X-47263Y-24928D01*
X-47322Y-24906D01*
X-47374Y-24876D01*
X-47429Y-24843D01*
X-47477Y-24806D01*
X-47481Y-24802D01*
X-47489Y-24795D01*
X-47500Y-24783D01*
X-47518Y-24765D01*
X-47537Y-24743D01*
X-47559Y-24717D01*
X-47585Y-24684D01*
X-47607Y-24647D01*
X-47633Y-24606D01*
X-47655Y-24562D01*
X-47677Y-24513D01*
X-47696Y-24458D01*
X-47714Y-24402D01*
X-47725Y-24340D01*
X-47733Y-24273D01*
X-47736Y-24203D01*
Y-24166D01*
X-47733Y-24140D01*
X-47729Y-24106D01*
X-47722Y-24069D01*
X-47714Y-24025D01*
X-47703Y-23981D01*
X-47692Y-23936D01*
X-47674Y-23884D01*
X-47655Y-23836D01*
X-47629Y-23785D01*
X-47600Y-23736D01*
X-47566Y-23688D01*
X-47526Y-23644D01*
X-47481Y-23603D01*
X-47477Y-23599D01*
X-47470Y-23596D01*
X-47455Y-23585D01*
X-47437Y-23570D01*
X-47411Y-23555D01*
X-47378Y-23537D01*
X-47344Y-23518D01*
X-47304Y-23496D01*
X-47256Y-23477D01*
X-47204Y-23459D01*
X-47148Y-23440D01*
X-47089Y-23426D01*
X-47026Y-23411D01*
X-46956Y-23400D01*
X-46882Y-23396D01*
X-46804Y-23392D01*
X-46800D01*
X-46786D01*
X-46763D01*
X-46734Y-23396D01*
D02*
G37*
G36*
X-48236Y-25938D02*
X-48210Y-25945D01*
X-48180Y-25953D01*
X-48151Y-25967D01*
X-48118Y-25986D01*
X-48088Y-26012D01*
X-48084Y-26016D01*
X-48077Y-26027D01*
X-48066Y-26041D01*
X-48051Y-26064D01*
X-48036Y-26093D01*
X-48025Y-26127D01*
X-48018Y-26167D01*
X-48014Y-26208D01*
Y-26226D01*
X-48018Y-26249D01*
X-48025Y-26278D01*
X-48033Y-26308D01*
X-48044Y-26341D01*
X-48062Y-26375D01*
X-48088Y-26404D01*
X-48092Y-26408D01*
X-48103Y-26415D01*
X-48118Y-26426D01*
X-48140Y-26441D01*
X-48166Y-26456D01*
X-48199Y-26467D01*
X-48236Y-26474D01*
X-48277Y-26478D01*
X-48280D01*
X-48295D01*
X-48317Y-26474D01*
X-48343Y-26467D01*
X-48369Y-26460D01*
X-48403Y-26449D01*
X-48432Y-26430D01*
X-48462Y-26404D01*
X-48465Y-26400D01*
X-48473Y-26389D01*
X-48484Y-26375D01*
X-48499Y-26349D01*
X-48513Y-26323D01*
X-48525Y-26289D01*
X-48532Y-26249D01*
X-48536Y-26208D01*
Y-26186D01*
X-48532Y-26164D01*
X-48525Y-26138D01*
X-48517Y-26108D01*
X-48502Y-26075D01*
X-48484Y-26041D01*
X-48458Y-26012D01*
X-48454Y-26008D01*
X-48443Y-26001D01*
X-48428Y-25986D01*
X-48406Y-25971D01*
X-48380Y-25960D01*
X-48351Y-25945D01*
X-48314Y-25938D01*
X-48277Y-25934D01*
X-48273D01*
X-48258D01*
X-48236Y-25938D01*
D02*
G37*
G36*
X-45905Y-26867D02*
X-46234D01*
Y-26352D01*
X-47359D01*
Y-26852D01*
X-47692D01*
Y-25923D01*
X-46234D01*
Y-25449D01*
X-45905D01*
Y-26867D01*
D02*
G37*
G36*
X-47015Y-27325D02*
X-46971D01*
X-46919Y-27333D01*
X-46856Y-27336D01*
X-46789Y-27348D01*
X-46715Y-27359D01*
X-46641Y-27377D01*
X-46564Y-27396D01*
X-46490Y-27422D01*
X-46412Y-27451D01*
X-46342Y-27488D01*
X-46275Y-27529D01*
X-46212Y-27577D01*
X-46160Y-27632D01*
X-46157Y-27636D01*
X-46149Y-27647D01*
X-46138Y-27662D01*
X-46120Y-27688D01*
X-46101Y-27718D01*
X-46079Y-27755D01*
X-46057Y-27795D01*
X-46035Y-27843D01*
X-46009Y-27899D01*
X-45986Y-27954D01*
X-45964Y-28021D01*
X-45946Y-28088D01*
X-45927Y-28162D01*
X-45916Y-28239D01*
X-45909Y-28321D01*
X-45905Y-28406D01*
Y-28990D01*
X-48221D01*
Y-28391D01*
X-48217Y-28358D01*
X-48214Y-28313D01*
X-48206Y-28265D01*
X-48199Y-28210D01*
X-48192Y-28150D01*
X-48162Y-28021D01*
X-48140Y-27954D01*
X-48118Y-27888D01*
X-48088Y-27821D01*
X-48055Y-27755D01*
X-48018Y-27692D01*
X-47973Y-27632D01*
X-47970Y-27629D01*
X-47962Y-27618D01*
X-47947Y-27603D01*
X-47925Y-27584D01*
X-47896Y-27558D01*
X-47862Y-27533D01*
X-47818Y-27507D01*
X-47770Y-27477D01*
X-47714Y-27448D01*
X-47648Y-27422D01*
X-47574Y-27392D01*
X-47492Y-27370D01*
X-47403Y-27351D01*
X-47304Y-27336D01*
X-47196Y-27325D01*
X-47078Y-27322D01*
X-47071D01*
X-47048D01*
X-47015Y-27325D01*
D02*
G37*
G36*
X-45905Y-31773D02*
X-46829Y-32491D01*
X-45905D01*
Y-32923D01*
X-48380D01*
X-48428Y-32491D01*
X-46928D01*
X-47692Y-31821D01*
Y-31347D01*
X-46889Y-32043D01*
X-45905Y-31277D01*
Y-31773D01*
D02*
G37*
G36*
X-45975Y-33490D02*
X-45972Y-33493D01*
X-45964Y-33508D01*
X-45957Y-33523D01*
X-45949Y-33541D01*
X-45942Y-33564D01*
X-45920Y-33623D01*
X-45901Y-33693D01*
X-45883Y-33775D01*
X-45868Y-33863D01*
X-45864Y-33963D01*
Y-33989D01*
X-45868Y-34008D01*
Y-34030D01*
X-45872Y-34056D01*
X-45883Y-34119D01*
X-45901Y-34185D01*
X-45927Y-34255D01*
X-45964Y-34326D01*
X-46016Y-34389D01*
X-46023Y-34396D01*
X-46046Y-34415D01*
X-46079Y-34437D01*
X-46127Y-34466D01*
X-46186Y-34496D01*
X-46260Y-34518D01*
X-46342Y-34537D01*
X-46438Y-34544D01*
X-48055D01*
Y-35062D01*
X-48384D01*
Y-34111D01*
X-46408D01*
X-46404D01*
X-46401D01*
X-46379Y-34108D01*
X-46349Y-34100D01*
X-46312Y-34082D01*
X-46275Y-34056D01*
X-46260Y-34037D01*
X-46245Y-34015D01*
X-46234Y-33989D01*
X-46223Y-33956D01*
X-46220Y-33922D01*
X-46216Y-33882D01*
Y-33860D01*
X-46220Y-33834D01*
X-46223Y-33800D01*
X-46231Y-33756D01*
X-46242Y-33708D01*
X-46257Y-33652D01*
X-46279Y-33590D01*
X-45975Y-33486D01*
Y-33490D01*
D02*
G37*
G36*
X-46153Y-35284D02*
X-46145Y-35295D01*
X-46131Y-35310D01*
X-46112Y-35332D01*
X-46090Y-35362D01*
X-46064Y-35395D01*
X-46038Y-35436D01*
X-46012Y-35484D01*
X-45983Y-35532D01*
X-45957Y-35591D01*
X-45931Y-35650D01*
X-45909Y-35717D01*
X-45890Y-35787D01*
X-45875Y-35861D01*
X-45868Y-35939D01*
X-45864Y-36020D01*
Y-36050D01*
X-45868Y-36072D01*
Y-36098D01*
X-45872Y-36128D01*
X-45875Y-36161D01*
X-45883Y-36198D01*
X-45898Y-36283D01*
X-45924Y-36372D01*
X-45957Y-36464D01*
X-46001Y-36557D01*
Y-36561D01*
X-46009Y-36568D01*
X-46016Y-36579D01*
X-46027Y-36598D01*
X-46060Y-36638D01*
X-46105Y-36690D01*
X-46164Y-36753D01*
X-46234Y-36812D01*
X-46316Y-36871D01*
X-46412Y-36927D01*
X-46416D01*
X-46423Y-36934D01*
X-46442Y-36938D01*
X-46460Y-36949D01*
X-46486Y-36957D01*
X-46519Y-36968D01*
X-46556Y-36982D01*
X-46597Y-36994D01*
X-46641Y-37005D01*
X-46693Y-37019D01*
X-46745Y-37031D01*
X-46804Y-37038D01*
X-46930Y-37053D01*
X-47067Y-37060D01*
X-47071D01*
X-47085D01*
X-47104D01*
X-47130Y-37056D01*
X-47163D01*
X-47200Y-37053D01*
X-47241Y-37049D01*
X-47289Y-37042D01*
X-47389Y-37027D01*
X-47496Y-37001D01*
X-47607Y-36968D01*
X-47711Y-36923D01*
X-47714D01*
X-47722Y-36916D01*
X-47736Y-36908D01*
X-47755Y-36897D01*
X-47777Y-36882D01*
X-47803Y-36868D01*
X-47862Y-36823D01*
X-47929Y-36772D01*
X-47999Y-36709D01*
X-48062Y-36635D01*
X-48121Y-36549D01*
Y-36546D01*
X-48129Y-36538D01*
X-48136Y-36527D01*
X-48144Y-36509D01*
X-48155Y-36487D01*
X-48166Y-36461D01*
X-48180Y-36427D01*
X-48195Y-36394D01*
X-48221Y-36316D01*
X-48243Y-36228D01*
X-48258Y-36128D01*
X-48266Y-36024D01*
Y-35987D01*
X-48262Y-35943D01*
X-48258Y-35891D01*
X-48251Y-35832D01*
X-48240Y-35765D01*
X-48225Y-35699D01*
X-48206Y-35636D01*
Y-35632D01*
X-48203Y-35628D01*
X-48195Y-35606D01*
X-48180Y-35576D01*
X-48162Y-35536D01*
X-48136Y-35484D01*
X-48099Y-35432D01*
X-48058Y-35373D01*
X-48010Y-35314D01*
X-47740Y-35539D01*
X-47744Y-35543D01*
X-47748Y-35550D01*
X-47755Y-35562D01*
X-47766Y-35576D01*
X-47777Y-35599D01*
X-47792Y-35621D01*
X-47825Y-35680D01*
X-47855Y-35750D01*
X-47881Y-35832D01*
X-47899Y-35917D01*
X-47907Y-35965D01*
Y-36035D01*
X-47903Y-36054D01*
X-47899Y-36076D01*
X-47896Y-36098D01*
X-47881Y-36161D01*
X-47859Y-36228D01*
X-47822Y-36298D01*
X-47799Y-36335D01*
X-47774Y-36368D01*
X-47744Y-36402D01*
X-47707Y-36435D01*
X-47703D01*
X-47696Y-36442D01*
X-47685Y-36450D01*
X-47670Y-36461D01*
X-47648Y-36472D01*
X-47622Y-36487D01*
X-47589Y-36501D01*
X-47552Y-36516D01*
X-47511Y-36531D01*
X-47463Y-36546D01*
X-47411Y-36561D01*
X-47352Y-36572D01*
X-47289Y-36583D01*
X-47222Y-36590D01*
X-47148Y-36594D01*
X-47067Y-36598D01*
X-47063D01*
X-47048D01*
X-47026D01*
X-46997Y-36594D01*
X-46959D01*
X-46919Y-36590D01*
X-46874Y-36583D01*
X-46823Y-36575D01*
X-46719Y-36557D01*
X-46615Y-36527D01*
X-46516Y-36487D01*
X-46471Y-36464D01*
X-46430Y-36435D01*
X-46427Y-36431D01*
X-46423Y-36427D01*
X-46401Y-36405D01*
X-46367Y-36368D01*
X-46330Y-36320D01*
X-46294Y-36257D01*
X-46260Y-36183D01*
X-46238Y-36102D01*
X-46234Y-36054D01*
X-46231Y-36006D01*
Y-35980D01*
X-46234Y-35950D01*
X-46238Y-35913D01*
X-46242Y-35872D01*
X-46253Y-35828D01*
X-46264Y-35784D01*
X-46279Y-35739D01*
X-46282Y-35735D01*
X-46286Y-35721D01*
X-46301Y-35699D01*
X-46316Y-35665D01*
X-46338Y-35628D01*
X-46360Y-35587D01*
X-46393Y-35539D01*
X-46427Y-35491D01*
X-46157Y-35280D01*
X-46153Y-35284D01*
D02*
G37*
G36*
X-45905Y-39883D02*
X-46116Y-39902D01*
X-46112Y-39905D01*
X-46097Y-39909D01*
X-46075Y-39920D01*
X-46049Y-39939D01*
X-46020Y-39961D01*
X-45986Y-39990D01*
X-45957Y-40031D01*
X-45931Y-40076D01*
X-45927Y-40083D01*
X-45920Y-40098D01*
X-45909Y-40124D01*
X-45898Y-40161D01*
X-45886Y-40201D01*
X-45875Y-40249D01*
X-45868Y-40305D01*
X-45864Y-40361D01*
Y-40394D01*
X-45868Y-40416D01*
X-45872Y-40446D01*
X-45879Y-40479D01*
X-45898Y-40553D01*
X-45927Y-40638D01*
X-45946Y-40679D01*
X-45972Y-40723D01*
X-46001Y-40764D01*
X-46035Y-40804D01*
X-46071Y-40841D01*
X-46116Y-40875D01*
X-46120D01*
X-46127Y-40882D01*
X-46142Y-40890D01*
X-46160Y-40901D01*
X-46186Y-40916D01*
X-46220Y-40930D01*
X-46253Y-40945D01*
X-46297Y-40960D01*
X-46342Y-40975D01*
X-46393Y-40990D01*
X-46449Y-41004D01*
X-46512Y-41019D01*
X-46578Y-41030D01*
X-46645Y-41038D01*
X-46723Y-41041D01*
X-46800Y-41045D01*
X-46804D01*
X-46812D01*
X-46826D01*
X-46845D01*
X-46871Y-41041D01*
X-46897D01*
X-46963Y-41034D01*
X-47037Y-41023D01*
X-47119Y-41008D01*
X-47200Y-40990D01*
X-47281Y-40960D01*
X-47285D01*
X-47293Y-40956D01*
X-47304Y-40953D01*
X-47315Y-40945D01*
X-47355Y-40923D01*
X-47403Y-40897D01*
X-47455Y-40864D01*
X-47511Y-40819D01*
X-47566Y-40767D01*
X-47614Y-40712D01*
Y-40708D01*
X-47618Y-40705D01*
X-47633Y-40682D01*
X-47651Y-40649D01*
X-47677Y-40605D01*
X-47699Y-40545D01*
X-47718Y-40483D01*
X-47733Y-40409D01*
X-47736Y-40331D01*
Y-40305D01*
X-47733Y-40286D01*
Y-40261D01*
X-47725Y-40235D01*
X-47714Y-40176D01*
X-47692Y-40109D01*
X-47659Y-40042D01*
X-47637Y-40009D01*
X-47614Y-39979D01*
X-47585Y-39954D01*
X-47552Y-39928D01*
X-48428D01*
X-48380Y-39495D01*
X-45905D01*
Y-39883D01*
D02*
G37*
G36*
Y-41926D02*
X-47011D01*
X-47019D01*
X-47037D01*
X-47063D01*
X-47100Y-41929D01*
X-47174Y-41933D01*
X-47211Y-41937D01*
X-47244Y-41944D01*
X-47248D01*
X-47259Y-41948D01*
X-47270Y-41952D01*
X-47289Y-41955D01*
X-47326Y-41974D01*
X-47344Y-41989D01*
X-47359Y-42003D01*
Y-42007D01*
X-47363Y-42011D01*
X-47370Y-42022D01*
X-47378Y-42037D01*
X-47381Y-42055D01*
X-47389Y-42081D01*
X-47392Y-42107D01*
Y-42159D01*
X-47389Y-42181D01*
X-47385Y-42207D01*
X-47378Y-42236D01*
X-47363Y-42273D01*
X-47348Y-42310D01*
X-47326Y-42347D01*
X-47322Y-42351D01*
X-47315Y-42362D01*
X-47300Y-42381D01*
X-47281Y-42403D01*
X-47256Y-42429D01*
X-47230Y-42455D01*
X-47163Y-42510D01*
X-45905D01*
Y-42943D01*
X-47692D01*
Y-42562D01*
X-47470Y-42544D01*
X-47474Y-42540D01*
X-47489Y-42532D01*
X-47511Y-42514D01*
X-47540Y-42492D01*
X-47570Y-42462D01*
X-47600Y-42425D01*
X-47633Y-42381D01*
X-47662Y-42329D01*
X-47666Y-42322D01*
X-47674Y-42303D01*
X-47685Y-42273D01*
X-47699Y-42233D01*
X-47714Y-42185D01*
X-47725Y-42129D01*
X-47733Y-42070D01*
X-47736Y-42007D01*
Y-41981D01*
X-47733Y-41966D01*
Y-41944D01*
X-47729Y-41922D01*
X-47718Y-41866D01*
X-47703Y-41804D01*
X-47677Y-41741D01*
X-47640Y-41678D01*
X-47592Y-41626D01*
X-47585Y-41618D01*
X-47566Y-41604D01*
X-47533Y-41585D01*
X-47489Y-41559D01*
X-47433Y-41533D01*
X-47363Y-41515D01*
X-47281Y-41500D01*
X-47193Y-41493D01*
X-45905D01*
Y-41926D01*
D02*
G37*
G36*
X-46079Y-43376D02*
X-46075Y-43380D01*
X-46068Y-43391D01*
X-46060Y-43406D01*
X-46042Y-43443D01*
X-46020Y-43491D01*
X-45994Y-43550D01*
X-45964Y-43613D01*
X-45938Y-43679D01*
X-45916Y-43750D01*
Y-43753D01*
X-45912Y-43757D01*
Y-43768D01*
X-45909Y-43783D01*
X-45901Y-43820D01*
X-45890Y-43872D01*
X-45879Y-43931D01*
X-45872Y-44001D01*
X-45868Y-44079D01*
X-45864Y-44164D01*
Y-44183D01*
X-45868Y-44208D01*
Y-44238D01*
X-45875Y-44275D01*
X-45879Y-44319D01*
X-45890Y-44368D01*
X-45901Y-44419D01*
X-45920Y-44475D01*
X-45938Y-44534D01*
X-45964Y-44593D01*
X-45994Y-44653D01*
X-46031Y-44708D01*
X-46071Y-44763D01*
X-46116Y-44819D01*
X-46171Y-44867D01*
X-46175Y-44871D01*
X-46186Y-44878D01*
X-46205Y-44889D01*
X-46227Y-44904D01*
X-46260Y-44926D01*
X-46301Y-44945D01*
X-46345Y-44967D01*
X-46397Y-44989D01*
X-46460Y-45015D01*
X-46527Y-45037D01*
X-46597Y-45056D01*
X-46678Y-45074D01*
X-46767Y-45093D01*
X-46860Y-45104D01*
X-46959Y-45111D01*
X-47067Y-45115D01*
X-47071D01*
X-47085D01*
X-47104D01*
X-47130Y-45111D01*
X-47163D01*
X-47200Y-45108D01*
X-47244Y-45104D01*
X-47293Y-45096D01*
X-47392Y-45082D01*
X-47503Y-45059D01*
X-47614Y-45026D01*
X-47718Y-44982D01*
X-47722D01*
X-47729Y-44974D01*
X-47744Y-44967D01*
X-47762Y-44956D01*
X-47785Y-44941D01*
X-47811Y-44926D01*
X-47870Y-44886D01*
X-47936Y-44830D01*
X-48003Y-44767D01*
X-48070Y-44693D01*
X-48125Y-44612D01*
Y-44608D01*
X-48132Y-44601D01*
X-48140Y-44590D01*
X-48147Y-44571D01*
X-48158Y-44549D01*
X-48169Y-44523D01*
X-48180Y-44493D01*
X-48195Y-44460D01*
X-48221Y-44382D01*
X-48243Y-44297D01*
X-48258Y-44201D01*
X-48266Y-44098D01*
Y-44061D01*
X-48262Y-44016D01*
X-48258Y-43964D01*
X-48251Y-43905D01*
X-48236Y-43839D01*
X-48221Y-43776D01*
X-48199Y-43713D01*
Y-43709D01*
X-48195Y-43705D01*
X-48188Y-43683D01*
X-48169Y-43654D01*
X-48147Y-43613D01*
X-48114Y-43565D01*
X-48077Y-43509D01*
X-48029Y-43454D01*
X-47973Y-43395D01*
X-47722Y-43639D01*
X-47725Y-43642D01*
X-47736Y-43661D01*
X-47755Y-43683D01*
X-47777Y-43713D01*
X-47799Y-43746D01*
X-47822Y-43787D01*
X-47844Y-43824D01*
X-47862Y-43864D01*
X-47866Y-43868D01*
X-47870Y-43883D01*
X-47877Y-43901D01*
X-47885Y-43931D01*
X-47892Y-43961D01*
X-47899Y-44001D01*
X-47907Y-44042D01*
Y-44109D01*
X-47903Y-44127D01*
X-47899Y-44149D01*
X-47896Y-44172D01*
X-47881Y-44231D01*
X-47859Y-44294D01*
X-47822Y-44364D01*
X-47799Y-44397D01*
X-47774Y-44431D01*
X-47744Y-44464D01*
X-47707Y-44493D01*
X-47703D01*
X-47696Y-44501D01*
X-47685Y-44508D01*
X-47670Y-44519D01*
X-47648Y-44530D01*
X-47622Y-44545D01*
X-47589Y-44556D01*
X-47552Y-44571D01*
X-47511Y-44586D01*
X-47463Y-44601D01*
X-47411Y-44616D01*
X-47352Y-44627D01*
X-47289Y-44638D01*
X-47222Y-44645D01*
X-47148Y-44649D01*
X-47067Y-44653D01*
X-47063D01*
X-47048D01*
X-47022D01*
X-46993Y-44649D01*
X-46956D01*
X-46911Y-44645D01*
X-46863Y-44641D01*
X-46812Y-44638D01*
X-46704Y-44623D01*
X-46597Y-44601D01*
X-46545Y-44586D01*
X-46497Y-44567D01*
X-46453Y-44549D01*
X-46412Y-44527D01*
X-46408D01*
X-46404Y-44519D01*
X-46382Y-44504D01*
X-46349Y-44475D01*
X-46316Y-44431D01*
X-46279Y-44379D01*
X-46245Y-44312D01*
X-46223Y-44234D01*
X-46220Y-44190D01*
X-46216Y-44146D01*
Y-44112D01*
X-46220Y-44075D01*
X-46227Y-44027D01*
X-46234Y-43975D01*
X-46249Y-43920D01*
X-46271Y-43864D01*
X-46297Y-43809D01*
X-46871D01*
Y-44186D01*
X-47222Y-44231D01*
Y-43372D01*
X-46079D01*
Y-43376D01*
D02*
G37*
G36*
X22852Y15587D02*
X22897D01*
X23001Y15574D01*
X23131Y15554D01*
X23273Y15528D01*
X23435Y15496D01*
X23597Y15444D01*
X23422Y14822D01*
X23416D01*
X23409Y14829D01*
X23370Y14842D01*
X23312Y14854D01*
X23241Y14880D01*
X23163Y14900D01*
X23072Y14913D01*
X22988Y14926D01*
X22910Y14932D01*
X22885D01*
X22859Y14926D01*
X22826Y14919D01*
X22794Y14906D01*
X22755Y14887D01*
X22723Y14861D01*
X22690Y14829D01*
X22684Y14816D01*
X22671Y14796D01*
X22658Y14764D01*
X22645Y14725D01*
X22625Y14667D01*
X22606Y14589D01*
X22586Y14498D01*
X22535Y14278D01*
X23170D01*
X23034Y13636D01*
X22405D01*
X21854Y11025D01*
X20986D01*
X21530Y13636D01*
X21038D01*
X21158Y14205D01*
X20843Y13533D01*
X20837D01*
X20824Y13539D01*
X20798Y13546D01*
X20766Y13558D01*
X20681Y13571D01*
X20584Y13578D01*
X20545D01*
X20500Y13571D01*
X20442Y13558D01*
X20370Y13533D01*
X20292Y13507D01*
X20208Y13461D01*
X20118Y13403D01*
X20105Y13397D01*
X20079Y13371D01*
X20040Y13332D01*
X19988Y13286D01*
X19930Y13221D01*
X19865Y13144D01*
X19806Y13053D01*
X19755Y12949D01*
X19748Y12936D01*
X19742Y12917D01*
X19735Y12898D01*
X19722Y12865D01*
X19709Y12826D01*
X19690Y12781D01*
X19677Y12729D01*
X19658Y12671D01*
X19632Y12606D01*
X19612Y12528D01*
X19593Y12444D01*
X19567Y12360D01*
X19541Y12263D01*
X19521Y12152D01*
X19496Y12042D01*
X19282Y11025D01*
X18413D01*
X19094Y14278D01*
X19910D01*
X19781Y13649D01*
X19787Y13656D01*
X19800Y13682D01*
X19826Y13714D01*
X19858Y13759D01*
X19904Y13811D01*
X19956Y13870D01*
X20014Y13934D01*
X20079Y13999D01*
X20228Y14129D01*
X20305Y14187D01*
X20396Y14239D01*
X20480Y14284D01*
X20578Y14317D01*
X20675Y14343D01*
X20772Y14349D01*
X20804D01*
X20843Y14343D01*
X20895Y14336D01*
X20954Y14323D01*
X21025Y14310D01*
X21102Y14284D01*
X21169Y14256D01*
X21174Y14278D01*
X21666D01*
X21731Y14608D01*
Y14615D01*
X21738Y14628D01*
Y14647D01*
X21744Y14673D01*
X21764Y14744D01*
X21783Y14829D01*
X21809Y14926D01*
X21835Y15017D01*
X21867Y15101D01*
X21893Y15166D01*
X21900Y15172D01*
X21913Y15198D01*
X21938Y15230D01*
X21971Y15276D01*
X22016Y15328D01*
X22068Y15379D01*
X22133Y15431D01*
X22204Y15477D01*
X22217Y15483D01*
X22243Y15496D01*
X22288Y15516D01*
X22347Y15535D01*
X22424Y15554D01*
X22522Y15574D01*
X22625Y15587D01*
X22742Y15593D01*
X22813D01*
X22852Y15587D01*
D02*
G37*
G36*
X1300Y14718D02*
X425D01*
X593Y15509D01*
X1462D01*
X1300Y14718D01*
D02*
G37*
G36*
X40977Y14343D02*
X41054Y14336D01*
X41145Y14323D01*
X41249Y14291D01*
X41352Y14252D01*
X41456Y14194D01*
X41553Y14116D01*
X41566Y14103D01*
X41592Y14077D01*
X41625Y14025D01*
X41670Y13954D01*
X41715Y13863D01*
X41748Y13759D01*
X41774Y13643D01*
X41787Y13507D01*
Y13500D01*
Y13474D01*
X41780Y13429D01*
X41767Y13358D01*
X41754Y13273D01*
X41735Y13157D01*
X41722Y13092D01*
X41709Y13021D01*
X41690Y12943D01*
X41670Y12859D01*
X41275Y11025D01*
X40406D01*
X40802Y12865D01*
Y12872D01*
X40808Y12885D01*
Y12904D01*
X40815Y12930D01*
X40828Y13001D01*
X40847Y13079D01*
X40860Y13163D01*
X40873Y13248D01*
X40886Y13312D01*
X40892Y13338D01*
Y13358D01*
Y13364D01*
Y13384D01*
X40886Y13416D01*
X40879Y13455D01*
X40867Y13494D01*
X40847Y13539D01*
X40821Y13584D01*
X40789Y13623D01*
X40782Y13630D01*
X40769Y13636D01*
X40750Y13656D01*
X40718Y13675D01*
X40679Y13688D01*
X40633Y13708D01*
X40575Y13714D01*
X40510Y13721D01*
X40478D01*
X40439Y13714D01*
X40380Y13701D01*
X40316Y13682D01*
X40244Y13649D01*
X40167Y13610D01*
X40076Y13558D01*
X40063Y13552D01*
X40037Y13526D01*
X39992Y13494D01*
X39940Y13442D01*
X39882Y13384D01*
X39817Y13312D01*
X39758Y13228D01*
X39700Y13131D01*
X39694Y13124D01*
X39681Y13092D01*
X39661Y13040D01*
X39648Y13001D01*
X39635Y12962D01*
X39622Y12911D01*
X39603Y12859D01*
X39584Y12794D01*
X39564Y12723D01*
X39545Y12645D01*
X39519Y12554D01*
X39499Y12457D01*
X39473Y12353D01*
X39195Y11025D01*
X38326D01*
X39007Y14278D01*
X39836D01*
X39752Y13850D01*
X39758D01*
X39765Y13863D01*
X39804Y13895D01*
X39869Y13941D01*
X39946Y13999D01*
X40037Y14058D01*
X40134Y14122D01*
X40238Y14181D01*
X40342Y14232D01*
X40355Y14239D01*
X40387Y14252D01*
X40445Y14271D01*
X40517Y14291D01*
X40601Y14310D01*
X40698Y14330D01*
X40802Y14343D01*
X40912Y14349D01*
X40951D01*
X40977Y14343D01*
D02*
G37*
G36*
X-1279Y11025D02*
X-2193D01*
X-1778Y13027D01*
X-3522D01*
X-3943Y11025D01*
X-4856D01*
X-3917Y15509D01*
X-2997D01*
X-3359Y13779D01*
X-1616D01*
X-1254Y15509D01*
X-333D01*
X-1279Y11025D01*
D02*
G37*
G36*
X33777Y14336D02*
X33862Y14323D01*
X33959Y14297D01*
X34062Y14258D01*
X34160Y14207D01*
X34244Y14135D01*
X34250Y14129D01*
X34276Y14096D01*
X34315Y14051D01*
X34354Y13986D01*
X34393Y13908D01*
X34432Y13818D01*
X34458Y13708D01*
X34464Y13584D01*
Y13578D01*
Y13552D01*
X34458Y13507D01*
X34451Y13448D01*
X34445Y13371D01*
X34425Y13267D01*
X34406Y13144D01*
X34374Y13001D01*
X33946Y11025D01*
X33078D01*
X33499Y13001D01*
Y13008D01*
X33505Y13021D01*
Y13034D01*
X33512Y13060D01*
X33525Y13124D01*
X33538Y13196D01*
X33551Y13267D01*
X33564Y13338D01*
X33577Y13390D01*
Y13409D01*
Y13422D01*
Y13429D01*
Y13448D01*
X33570Y13468D01*
X33564Y13500D01*
X33544Y13571D01*
X33518Y13604D01*
X33492Y13636D01*
X33486Y13643D01*
X33479Y13649D01*
X33460Y13662D01*
X33434Y13682D01*
X33402Y13695D01*
X33356Y13708D01*
X33311Y13714D01*
X33253Y13721D01*
X33220D01*
X33194Y13714D01*
X33129Y13701D01*
X33052Y13675D01*
X32961Y13636D01*
X32857Y13571D01*
X32805Y13533D01*
X32754Y13487D01*
X32708Y13435D01*
X32656Y13371D01*
X32650Y13358D01*
X32637Y13345D01*
X32624Y13325D01*
X32611Y13293D01*
X32592Y13260D01*
X32566Y13215D01*
X32546Y13170D01*
X32520Y13111D01*
X32494Y13047D01*
X32468Y12975D01*
X32443Y12898D01*
X32410Y12813D01*
X32384Y12716D01*
X32358Y12612D01*
X32332Y12496D01*
X32021Y11025D01*
X31153D01*
X31561Y12982D01*
Y12988D01*
X31568Y12995D01*
X31574Y13040D01*
X31587Y13098D01*
X31600Y13163D01*
X31613Y13241D01*
X31620Y13312D01*
X31633Y13377D01*
Y13422D01*
Y13429D01*
Y13442D01*
X31626Y13468D01*
X31620Y13500D01*
X31594Y13565D01*
X31574Y13604D01*
X31542Y13636D01*
X31535Y13643D01*
X31529Y13649D01*
X31509Y13662D01*
X31484Y13682D01*
X31445Y13695D01*
X31406Y13708D01*
X31360Y13714D01*
X31302Y13721D01*
X31276D01*
X31250Y13714D01*
X31211Y13708D01*
X31166Y13701D01*
X31114Y13682D01*
X31062Y13662D01*
X31004Y13630D01*
X30997Y13623D01*
X30978Y13617D01*
X30946Y13597D01*
X30913Y13571D01*
X30868Y13539D01*
X30823Y13494D01*
X30777Y13448D01*
X30732Y13397D01*
X30725Y13390D01*
X30712Y13371D01*
X30693Y13338D01*
X30667Y13293D01*
X30635Y13241D01*
X30602Y13170D01*
X30570Y13098D01*
X30537Y13014D01*
Y13008D01*
X30531Y12988D01*
X30518Y12956D01*
X30505Y12911D01*
X30492Y12846D01*
X30466Y12755D01*
X30440Y12651D01*
X30427Y12586D01*
X30408Y12515D01*
X30097Y11025D01*
X29228D01*
X29909Y14278D01*
X30732D01*
X30654Y13882D01*
X30661Y13889D01*
X30674Y13902D01*
X30699Y13928D01*
X30738Y13954D01*
X30784Y13993D01*
X30836Y14032D01*
X30894Y14070D01*
X30965Y14116D01*
X31121Y14200D01*
X31289Y14278D01*
X31386Y14304D01*
X31477Y14330D01*
X31581Y14343D01*
X31678Y14349D01*
X31736D01*
X31808Y14343D01*
X31885Y14330D01*
X31976Y14310D01*
X32073Y14284D01*
X32164Y14245D01*
X32242Y14194D01*
X32248Y14187D01*
X32274Y14168D01*
X32306Y14129D01*
X32352Y14083D01*
X32391Y14025D01*
X32436Y13947D01*
X32475Y13870D01*
X32501Y13772D01*
X32507Y13785D01*
X32533Y13811D01*
X32572Y13857D01*
X32624Y13915D01*
X32695Y13980D01*
X32773Y14044D01*
X32870Y14116D01*
X32980Y14181D01*
X32987D01*
X32993Y14187D01*
X33013Y14194D01*
X33039Y14207D01*
X33097Y14232D01*
X33181Y14265D01*
X33278Y14297D01*
X33395Y14323D01*
X33512Y14343D01*
X33641Y14349D01*
X33706D01*
X33777Y14336D01*
D02*
G37*
G36*
X29196Y14343D02*
X29248Y14336D01*
X29306Y14323D01*
X29377Y14310D01*
X29455Y14284D01*
X29533Y14252D01*
X29196Y13533D01*
X29190D01*
X29177Y13539D01*
X29151Y13546D01*
X29118Y13558D01*
X29034Y13571D01*
X28937Y13578D01*
X28898D01*
X28853Y13571D01*
X28794Y13558D01*
X28723Y13533D01*
X28645Y13507D01*
X28561Y13461D01*
X28470Y13403D01*
X28457Y13397D01*
X28431Y13371D01*
X28392Y13332D01*
X28341Y13286D01*
X28282Y13222D01*
X28218Y13144D01*
X28159Y13053D01*
X28107Y12949D01*
X28101Y12936D01*
X28094Y12917D01*
X28088Y12898D01*
X28075Y12865D01*
X28062Y12826D01*
X28043Y12781D01*
X28030Y12729D01*
X28010Y12671D01*
X27984Y12606D01*
X27965Y12528D01*
X27945Y12444D01*
X27920Y12360D01*
X27894Y12263D01*
X27874Y12152D01*
X27848Y12042D01*
X27634Y11025D01*
X26766D01*
X27446Y14278D01*
X28263D01*
X28133Y13649D01*
X28140Y13656D01*
X28153Y13682D01*
X28179Y13714D01*
X28211Y13759D01*
X28256Y13811D01*
X28308Y13870D01*
X28367Y13934D01*
X28431Y13999D01*
X28580Y14129D01*
X28658Y14187D01*
X28749Y14239D01*
X28833Y14284D01*
X28930Y14317D01*
X29028Y14343D01*
X29125Y14349D01*
X29157D01*
X29196Y14343D01*
D02*
G37*
G36*
X44217D02*
X44262D01*
X44320Y14336D01*
X44450Y14310D01*
X44599Y14278D01*
X44748Y14220D01*
X44904Y14148D01*
X44975Y14096D01*
X45040Y14044D01*
X45046Y14038D01*
X45053Y14032D01*
X45072Y14012D01*
X45092Y13993D01*
X45150Y13921D01*
X45215Y13831D01*
X45286Y13714D01*
X45351Y13578D01*
X45396Y13422D01*
X45415Y13338D01*
X45428Y13248D01*
X44592Y13163D01*
Y13176D01*
X44586Y13209D01*
X44573Y13254D01*
X44560Y13319D01*
X44534Y13384D01*
X44508Y13448D01*
X44469Y13513D01*
X44424Y13565D01*
X44418Y13571D01*
X44398Y13584D01*
X44372Y13610D01*
X44327Y13636D01*
X44275Y13656D01*
X44217Y13682D01*
X44145Y13695D01*
X44068Y13701D01*
X44022D01*
X43977Y13688D01*
X43912Y13675D01*
X43841Y13656D01*
X43763Y13617D01*
X43679Y13571D01*
X43595Y13507D01*
X43588Y13500D01*
X43556Y13474D01*
X43517Y13429D01*
X43472Y13364D01*
X43413Y13286D01*
X43361Y13189D01*
X43303Y13072D01*
X43258Y12936D01*
Y12930D01*
X43251Y12917D01*
X43245Y12898D01*
X43238Y12872D01*
X43219Y12800D01*
X43199Y12710D01*
X43180Y12599D01*
X43160Y12476D01*
X43148Y12353D01*
X43141Y12224D01*
Y12211D01*
Y12178D01*
X43148Y12126D01*
X43160Y12062D01*
X43173Y11990D01*
X43199Y11919D01*
X43232Y11848D01*
X43277Y11783D01*
X43284Y11777D01*
X43303Y11757D01*
X43335Y11731D01*
X43374Y11705D01*
X43426Y11679D01*
X43491Y11653D01*
X43556Y11634D01*
X43633Y11627D01*
X43672D01*
X43711Y11634D01*
X43763Y11647D01*
X43821Y11666D01*
X43893Y11692D01*
X43964Y11725D01*
X44035Y11777D01*
X44042Y11783D01*
X44068Y11809D01*
X44107Y11841D01*
X44152Y11893D01*
X44197Y11958D01*
X44249Y12036D01*
X44301Y12126D01*
X44346Y12237D01*
X45202Y12094D01*
Y12088D01*
X45189Y12068D01*
X45182Y12042D01*
X45163Y12003D01*
X45137Y11952D01*
X45111Y11900D01*
X45046Y11777D01*
X44955Y11634D01*
X44845Y11491D01*
X44722Y11355D01*
X44573Y11232D01*
X44567D01*
X44554Y11219D01*
X44534Y11206D01*
X44502Y11187D01*
X44463Y11167D01*
X44411Y11141D01*
X44359Y11116D01*
X44301Y11090D01*
X44158Y11031D01*
X43996Y10986D01*
X43815Y10954D01*
X43718Y10947D01*
X43614Y10941D01*
X43556D01*
X43510Y10947D01*
X43459Y10954D01*
X43400Y10960D01*
X43329Y10973D01*
X43258Y10986D01*
X43102Y11031D01*
X43018Y11064D01*
X42934Y11096D01*
X42856Y11141D01*
X42778Y11187D01*
X42700Y11245D01*
X42629Y11310D01*
X42623Y11316D01*
X42616Y11329D01*
X42597Y11349D01*
X42571Y11381D01*
X42545Y11414D01*
X42512Y11459D01*
X42480Y11517D01*
X42448Y11576D01*
X42415Y11647D01*
X42383Y11718D01*
X42350Y11802D01*
X42325Y11893D01*
X42299Y11990D01*
X42279Y12100D01*
X42273Y12211D01*
X42266Y12327D01*
Y12334D01*
Y12353D01*
Y12379D01*
X42273Y12418D01*
Y12463D01*
X42279Y12522D01*
X42286Y12580D01*
X42292Y12651D01*
X42318Y12807D01*
X42357Y12975D01*
X42415Y13150D01*
X42487Y13332D01*
Y13338D01*
X42500Y13351D01*
X42512Y13377D01*
X42525Y13409D01*
X42551Y13448D01*
X42577Y13494D01*
X42655Y13604D01*
X42746Y13721D01*
X42856Y13844D01*
X42992Y13967D01*
X43148Y14077D01*
X43154Y14083D01*
X43167Y14090D01*
X43193Y14103D01*
X43225Y14122D01*
X43271Y14142D01*
X43316Y14161D01*
X43374Y14187D01*
X43439Y14213D01*
X43582Y14265D01*
X43744Y14304D01*
X43925Y14336D01*
X44120Y14349D01*
X44178D01*
X44217Y14343D01*
D02*
G37*
G36*
X36784D02*
X36836D01*
X36894Y14336D01*
X37030Y14317D01*
X37186Y14291D01*
X37335Y14245D01*
X37484Y14181D01*
X37549Y14142D01*
X37607Y14096D01*
X37614D01*
X37620Y14083D01*
X37652Y14051D01*
X37704Y13999D01*
X37763Y13921D01*
X37814Y13831D01*
X37866Y13727D01*
X37899Y13610D01*
X37912Y13546D01*
Y13474D01*
Y13468D01*
Y13448D01*
Y13422D01*
X37905Y13384D01*
Y13338D01*
X37899Y13286D01*
X37879Y13163D01*
Y13157D01*
X37873Y13124D01*
X37866Y13105D01*
Y13072D01*
X37853Y13040D01*
X37847Y12995D01*
X37834Y12943D01*
X37821Y12878D01*
X37808Y12807D01*
X37795Y12729D01*
X37776Y12638D01*
X37750Y12535D01*
X37724Y12418D01*
X37698Y12295D01*
Y12288D01*
X37691Y12269D01*
X37685Y12243D01*
X37678Y12204D01*
X37672Y12152D01*
X37659Y12100D01*
X37639Y11977D01*
X37614Y11841D01*
X37594Y11712D01*
X37581Y11589D01*
X37575Y11530D01*
Y11485D01*
Y11478D01*
Y11446D01*
X37581Y11407D01*
Y11349D01*
X37594Y11284D01*
X37607Y11206D01*
X37620Y11116D01*
X37646Y11025D01*
X36797D01*
Y11031D01*
X36791Y11057D01*
X36778Y11090D01*
X36765Y11135D01*
X36758Y11193D01*
X36745Y11252D01*
X36732Y11388D01*
X36726Y11381D01*
X36700Y11355D01*
X36654Y11316D01*
X36603Y11265D01*
X36538Y11213D01*
X36460Y11161D01*
X36376Y11103D01*
X36285Y11057D01*
X36272Y11051D01*
X36240Y11038D01*
X36194Y11018D01*
X36130Y10999D01*
X36052Y10979D01*
X35968Y10960D01*
X35877Y10947D01*
X35780Y10941D01*
X35741D01*
X35715Y10947D01*
X35637Y10954D01*
X35546Y10973D01*
X35443Y11005D01*
X35326Y11051D01*
X35216Y11116D01*
X35112Y11200D01*
X35099Y11213D01*
X35073Y11245D01*
X35028Y11304D01*
X34983Y11388D01*
X34937Y11485D01*
X34892Y11602D01*
X34866Y11738D01*
X34853Y11887D01*
Y11893D01*
Y11906D01*
Y11932D01*
X34860Y11964D01*
Y12003D01*
X34866Y12049D01*
X34892Y12152D01*
X34924Y12275D01*
X34976Y12399D01*
X35048Y12522D01*
X35086Y12580D01*
X35138Y12632D01*
X35145Y12638D01*
X35151Y12645D01*
X35171Y12658D01*
X35197Y12677D01*
X35229Y12697D01*
X35268Y12723D01*
X35320Y12749D01*
X35378Y12781D01*
X35443Y12807D01*
X35520Y12839D01*
X35605Y12865D01*
X35702Y12891D01*
X35806Y12917D01*
X35916Y12936D01*
X36039Y12956D01*
X36175Y12969D01*
X36201D01*
X36233Y12975D01*
X36279D01*
X36324Y12982D01*
X36382Y12988D01*
X36512Y13008D01*
X36654Y13021D01*
X36791Y13047D01*
X36855Y13060D01*
X36914Y13072D01*
X36966Y13085D01*
X37011Y13098D01*
Y13105D01*
X37017Y13131D01*
X37030Y13163D01*
X37043Y13202D01*
X37063Y13299D01*
X37069Y13345D01*
Y13390D01*
Y13397D01*
Y13416D01*
X37063Y13435D01*
X37056Y13468D01*
X37043Y13507D01*
X37017Y13546D01*
X36992Y13584D01*
X36953Y13623D01*
X36946Y13630D01*
X36933Y13636D01*
X36907Y13656D01*
X36868Y13675D01*
X36816Y13688D01*
X36765Y13708D01*
X36693Y13714D01*
X36616Y13721D01*
X36577D01*
X36531Y13714D01*
X36480Y13708D01*
X36421Y13695D01*
X36356Y13682D01*
X36298Y13656D01*
X36240Y13623D01*
X36233Y13617D01*
X36220Y13604D01*
X36194Y13584D01*
X36169Y13552D01*
X36136Y13513D01*
X36104Y13468D01*
X36078Y13416D01*
X36058Y13358D01*
X35203Y13429D01*
Y13435D01*
X35210Y13448D01*
X35216Y13468D01*
X35229Y13500D01*
X35268Y13578D01*
X35320Y13675D01*
X35391Y13779D01*
X35475Y13895D01*
X35585Y14006D01*
X35708Y14103D01*
X35715D01*
X35728Y14116D01*
X35747Y14129D01*
X35773Y14142D01*
X35812Y14161D01*
X35857Y14181D01*
X35909Y14200D01*
X35968Y14226D01*
X36032Y14252D01*
X36110Y14271D01*
X36188Y14291D01*
X36272Y14310D01*
X36467Y14336D01*
X36680Y14349D01*
X36739D01*
X36784Y14343D01*
D02*
G37*
G36*
X13683Y15503D02*
X13728D01*
X13838Y15496D01*
X13962Y15483D01*
X14085Y15457D01*
X14214Y15431D01*
X14324Y15392D01*
X14331D01*
X14337Y15386D01*
X14370Y15373D01*
X14422Y15340D01*
X14486Y15302D01*
X14558Y15250D01*
X14636Y15185D01*
X14713Y15101D01*
X14778Y15010D01*
X14785Y14997D01*
X14804Y14965D01*
X14830Y14906D01*
X14862Y14835D01*
X14895Y14738D01*
X14921Y14634D01*
X14940Y14511D01*
X14946Y14381D01*
Y14375D01*
Y14368D01*
Y14349D01*
Y14323D01*
X14940Y14258D01*
X14927Y14168D01*
X14914Y14070D01*
X14888Y13954D01*
X14856Y13837D01*
X14810Y13714D01*
Y13708D01*
X14804Y13701D01*
X14785Y13662D01*
X14759Y13604D01*
X14720Y13533D01*
X14674Y13448D01*
X14623Y13364D01*
X14558Y13280D01*
X14486Y13202D01*
X14480Y13196D01*
X14454Y13170D01*
X14415Y13137D01*
X14363Y13098D01*
X14305Y13047D01*
X14234Y13001D01*
X14162Y12956D01*
X14078Y12911D01*
X14065Y12904D01*
X14039Y12898D01*
X13987Y12878D01*
X13923Y12859D01*
X13838Y12833D01*
X13735Y12807D01*
X13618Y12781D01*
X13482Y12762D01*
X13469D01*
X13437Y12755D01*
X13378D01*
X13340Y12749D01*
X13242D01*
X13184Y12742D01*
X13048D01*
X12964Y12736D01*
X12076D01*
X11713Y11025D01*
X10799D01*
X11739Y15509D01*
X13638D01*
X13683Y15503D01*
D02*
G37*
G36*
X6717Y13908D02*
X6723D01*
X6730Y13921D01*
X6769Y13947D01*
X6827Y13986D01*
X6898Y14038D01*
X6983Y14096D01*
X7080Y14148D01*
X7177Y14200D01*
X7274Y14245D01*
X7287Y14252D01*
X7320Y14265D01*
X7371Y14278D01*
X7443Y14297D01*
X7527Y14317D01*
X7618Y14336D01*
X7721Y14343D01*
X7831Y14349D01*
X7870D01*
X7896Y14343D01*
X7968Y14336D01*
X8058Y14323D01*
X8162Y14291D01*
X8266Y14252D01*
X8369Y14194D01*
X8460Y14116D01*
X8473Y14103D01*
X8499Y14077D01*
X8531Y14025D01*
X8577Y13960D01*
X8622Y13870D01*
X8654Y13772D01*
X8680Y13656D01*
X8693Y13526D01*
Y13520D01*
Y13487D01*
X8687Y13442D01*
X8680Y13377D01*
X8667Y13293D01*
X8648Y13189D01*
X8629Y13059D01*
X8596Y12917D01*
X8188Y11025D01*
X7320D01*
X7734Y12956D01*
Y12962D01*
Y12969D01*
X7747Y13008D01*
X7754Y13059D01*
X7767Y13124D01*
X7780Y13189D01*
X7793Y13254D01*
X7799Y13312D01*
X7806Y13358D01*
Y13364D01*
Y13384D01*
X7799Y13416D01*
X7793Y13448D01*
X7780Y13494D01*
X7760Y13533D01*
X7734Y13578D01*
X7702Y13617D01*
X7695Y13623D01*
X7682Y13636D01*
X7663Y13649D01*
X7631Y13669D01*
X7592Y13688D01*
X7540Y13708D01*
X7488Y13714D01*
X7423Y13721D01*
X7384D01*
X7339Y13714D01*
X7287Y13701D01*
X7216Y13682D01*
X7145Y13656D01*
X7067Y13617D01*
X6989Y13565D01*
X6976Y13558D01*
X6944Y13526D01*
X6898Y13487D01*
X6840Y13429D01*
X6775Y13358D01*
X6704Y13273D01*
X6639Y13176D01*
X6581Y13072D01*
X6574Y13066D01*
X6568Y13040D01*
X6548Y12988D01*
X6542Y12956D01*
X6529Y12917D01*
X6516Y12872D01*
X6497Y12813D01*
X6484Y12755D01*
X6464Y12684D01*
X6445Y12599D01*
X6425Y12515D01*
X6406Y12418D01*
X6380Y12308D01*
X6108Y11025D01*
X5240D01*
X6179Y15509D01*
X7047D01*
X6717Y13908D01*
D02*
G37*
G36*
X522Y11025D02*
X-346D01*
X334Y14278D01*
X1209D01*
X522Y11025D01*
D02*
G37*
G36*
X47645Y14343D02*
X47696Y14336D01*
X47755Y14330D01*
X47820Y14317D01*
X47891Y14304D01*
X48046Y14258D01*
X48124Y14232D01*
X48202Y14194D01*
X48280Y14148D01*
X48357Y14103D01*
X48429Y14044D01*
X48500Y13980D01*
X48506Y13973D01*
X48513Y13960D01*
X48532Y13941D01*
X48558Y13915D01*
X48584Y13876D01*
X48610Y13831D01*
X48643Y13772D01*
X48681Y13714D01*
X48714Y13643D01*
X48746Y13565D01*
X48772Y13481D01*
X48798Y13384D01*
X48824Y13286D01*
X48843Y13176D01*
X48850Y13066D01*
X48856Y12943D01*
Y12936D01*
Y12930D01*
Y12891D01*
Y12826D01*
X48850Y12755D01*
X48843Y12664D01*
X48830Y12567D01*
X48792Y12373D01*
X46588D01*
Y12366D01*
Y12340D01*
X46582Y12314D01*
Y12288D01*
Y12282D01*
Y12275D01*
Y12237D01*
X46595Y12178D01*
X46608Y12100D01*
X46627Y12016D01*
X46660Y11932D01*
X46705Y11841D01*
X46763Y11764D01*
X46770Y11757D01*
X46796Y11731D01*
X46835Y11705D01*
X46893Y11666D01*
X46958Y11634D01*
X47036Y11602D01*
X47126Y11576D01*
X47223Y11569D01*
X47269D01*
X47295Y11576D01*
X47334Y11582D01*
X47379Y11595D01*
X47476Y11627D01*
X47528Y11647D01*
X47586Y11679D01*
X47645Y11718D01*
X47696Y11764D01*
X47755Y11815D01*
X47813Y11874D01*
X47865Y11945D01*
X47910Y12023D01*
X48694Y11893D01*
Y11887D01*
X48681Y11874D01*
X48668Y11848D01*
X48649Y11815D01*
X48630Y11777D01*
X48597Y11731D01*
X48532Y11621D01*
X48442Y11504D01*
X48331Y11388D01*
X48208Y11271D01*
X48072Y11174D01*
X48066D01*
X48053Y11161D01*
X48033Y11154D01*
X48008Y11135D01*
X47969Y11122D01*
X47930Y11103D01*
X47820Y11057D01*
X47696Y11012D01*
X47547Y10979D01*
X47392Y10954D01*
X47217Y10941D01*
X47152D01*
X47107Y10947D01*
X47048Y10954D01*
X46984Y10960D01*
X46912Y10973D01*
X46835Y10992D01*
X46666Y11044D01*
X46575Y11077D01*
X46485Y11116D01*
X46400Y11161D01*
X46310Y11219D01*
X46226Y11284D01*
X46148Y11355D01*
X46141Y11362D01*
X46128Y11375D01*
X46109Y11401D01*
X46083Y11433D01*
X46051Y11472D01*
X46018Y11524D01*
X45979Y11582D01*
X45947Y11647D01*
X45908Y11725D01*
X45869Y11802D01*
X45837Y11893D01*
X45804Y11990D01*
X45778Y12094D01*
X45759Y12211D01*
X45746Y12327D01*
X45739Y12450D01*
Y12457D01*
Y12483D01*
Y12515D01*
X45746Y12561D01*
X45752Y12619D01*
X45759Y12690D01*
X45772Y12768D01*
X45785Y12852D01*
X45830Y13034D01*
X45863Y13131D01*
X45895Y13235D01*
X45940Y13338D01*
X45986Y13442D01*
X46044Y13546D01*
X46109Y13643D01*
X46115Y13649D01*
X46135Y13675D01*
X46161Y13708D01*
X46200Y13753D01*
X46258Y13805D01*
X46316Y13870D01*
X46394Y13928D01*
X46478Y13999D01*
X46575Y14064D01*
X46686Y14129D01*
X46802Y14187D01*
X46932Y14239D01*
X47068Y14284D01*
X47217Y14317D01*
X47379Y14343D01*
X47547Y14349D01*
X47606D01*
X47645Y14343D01*
D02*
G37*
G36*
X25081D02*
X25146Y14336D01*
X25211Y14330D01*
X25289Y14317D01*
X25373Y14297D01*
X25554Y14252D01*
X25645Y14220D01*
X25742Y14181D01*
X25833Y14135D01*
X25924Y14077D01*
X26008Y14019D01*
X26086Y13947D01*
X26092Y13941D01*
X26105Y13928D01*
X26125Y13908D01*
X26150Y13876D01*
X26183Y13837D01*
X26215Y13785D01*
X26254Y13734D01*
X26293Y13669D01*
X26325Y13591D01*
X26364Y13513D01*
X26397Y13422D01*
X26429Y13332D01*
X26455Y13228D01*
X26474Y13118D01*
X26487Y13001D01*
X26494Y12878D01*
Y12872D01*
Y12846D01*
Y12800D01*
X26487Y12749D01*
X26481Y12677D01*
X26468Y12599D01*
X26449Y12509D01*
X26429Y12412D01*
X26403Y12308D01*
X26371Y12198D01*
X26332Y12081D01*
X26280Y11971D01*
X26222Y11854D01*
X26157Y11738D01*
X26079Y11621D01*
X25988Y11511D01*
X25982Y11504D01*
X25962Y11485D01*
X25937Y11459D01*
X25898Y11420D01*
X25846Y11381D01*
X25781Y11329D01*
X25710Y11278D01*
X25632Y11226D01*
X25535Y11174D01*
X25438Y11122D01*
X25328Y11070D01*
X25204Y11031D01*
X25075Y10992D01*
X24939Y10966D01*
X24790Y10947D01*
X24634Y10941D01*
X24556D01*
X24518Y10947D01*
X24472Y10954D01*
X24362Y10966D01*
X24232Y10986D01*
X24096Y11018D01*
X23954Y11064D01*
X23818Y11122D01*
X23811D01*
X23805Y11129D01*
X23785Y11141D01*
X23759Y11154D01*
X23695Y11200D01*
X23617Y11258D01*
X23532Y11329D01*
X23442Y11420D01*
X23358Y11524D01*
X23286Y11640D01*
Y11647D01*
X23280Y11653D01*
X23273Y11673D01*
X23260Y11699D01*
X23234Y11770D01*
X23202Y11861D01*
X23170Y11964D01*
X23144Y12088D01*
X23124Y12224D01*
X23118Y12366D01*
Y12379D01*
Y12405D01*
X23124Y12450D01*
Y12515D01*
X23131Y12593D01*
X23144Y12677D01*
X23163Y12781D01*
X23183Y12885D01*
X23209Y12995D01*
X23241Y13111D01*
X23280Y13235D01*
X23332Y13351D01*
X23390Y13474D01*
X23455Y13591D01*
X23532Y13701D01*
X23623Y13805D01*
X23630Y13811D01*
X23649Y13831D01*
X23675Y13857D01*
X23714Y13889D01*
X23766Y13934D01*
X23831Y13980D01*
X23902Y14025D01*
X23986Y14077D01*
X24077Y14129D01*
X24174Y14174D01*
X24284Y14226D01*
X24407Y14265D01*
X24530Y14297D01*
X24667Y14323D01*
X24816Y14343D01*
X24965Y14349D01*
X25036D01*
X25081Y14343D01*
D02*
G37*
G36*
X16994Y14343D02*
X17046Y14336D01*
X17104Y14330D01*
X17169Y14317D01*
X17240Y14304D01*
X17396Y14258D01*
X17474Y14232D01*
X17551Y14194D01*
X17629Y14148D01*
X17707Y14103D01*
X17778Y14044D01*
X17850Y13980D01*
X17856Y13973D01*
X17863Y13960D01*
X17882Y13941D01*
X17908Y13915D01*
X17934Y13876D01*
X17960Y13831D01*
X17992Y13772D01*
X18031Y13714D01*
X18063Y13643D01*
X18096Y13565D01*
X18122Y13481D01*
X18148Y13384D01*
X18174Y13286D01*
X18193Y13176D01*
X18200Y13066D01*
X18206Y12943D01*
Y12936D01*
Y12930D01*
Y12891D01*
Y12826D01*
X18200Y12755D01*
X18193Y12664D01*
X18180Y12567D01*
X18141Y12373D01*
X15938D01*
Y12366D01*
Y12340D01*
X15932Y12314D01*
Y12288D01*
Y12282D01*
Y12275D01*
Y12237D01*
X15944Y12178D01*
X15957Y12100D01*
X15977Y12016D01*
X16009Y11932D01*
X16055Y11841D01*
X16113Y11763D01*
X16119Y11757D01*
X16145Y11731D01*
X16184Y11705D01*
X16242Y11666D01*
X16307Y11634D01*
X16385Y11602D01*
X16476Y11576D01*
X16573Y11569D01*
X16618D01*
X16644Y11576D01*
X16683Y11582D01*
X16728Y11595D01*
X16826Y11627D01*
X16878Y11647D01*
X16936Y11679D01*
X16994Y11718D01*
X17046Y11763D01*
X17104Y11815D01*
X17163Y11874D01*
X17214Y11945D01*
X17260Y12023D01*
X18044Y11893D01*
Y11887D01*
X18031Y11874D01*
X18018Y11848D01*
X17999Y11815D01*
X17979Y11777D01*
X17947Y11731D01*
X17882Y11621D01*
X17791Y11504D01*
X17681Y11388D01*
X17558Y11271D01*
X17422Y11174D01*
X17415D01*
X17402Y11161D01*
X17383Y11154D01*
X17357Y11135D01*
X17318Y11122D01*
X17279Y11103D01*
X17169Y11057D01*
X17046Y11012D01*
X16897Y10979D01*
X16741Y10954D01*
X16567Y10941D01*
X16502D01*
X16456Y10947D01*
X16398Y10954D01*
X16333Y10960D01*
X16262Y10973D01*
X16184Y10992D01*
X16016Y11044D01*
X15925Y11077D01*
X15834Y11116D01*
X15750Y11161D01*
X15659Y11219D01*
X15575Y11284D01*
X15497Y11355D01*
X15491Y11362D01*
X15478Y11375D01*
X15458Y11401D01*
X15432Y11433D01*
X15400Y11472D01*
X15368Y11524D01*
X15329Y11582D01*
X15296Y11647D01*
X15258Y11725D01*
X15219Y11802D01*
X15186Y11893D01*
X15154Y11990D01*
X15128Y12094D01*
X15109Y12211D01*
X15096Y12327D01*
X15089Y12450D01*
Y12457D01*
Y12483D01*
Y12515D01*
X15096Y12561D01*
X15102Y12619D01*
X15109Y12690D01*
X15122Y12768D01*
X15134Y12852D01*
X15180Y13034D01*
X15212Y13131D01*
X15245Y13235D01*
X15290Y13338D01*
X15335Y13442D01*
X15394Y13546D01*
X15458Y13643D01*
X15465Y13649D01*
X15484Y13675D01*
X15510Y13708D01*
X15549Y13753D01*
X15608Y13805D01*
X15666Y13870D01*
X15744Y13928D01*
X15828Y13999D01*
X15925Y14064D01*
X16035Y14129D01*
X16152Y14187D01*
X16281Y14239D01*
X16418Y14284D01*
X16567Y14317D01*
X16728Y14343D01*
X16897Y14349D01*
X16955D01*
X16994Y14343D01*
D02*
G37*
G36*
X3198D02*
X3276Y14330D01*
X3367Y14304D01*
X3470Y14278D01*
X3568Y14232D01*
X3671Y14174D01*
X3684Y14168D01*
X3717Y14142D01*
X3768Y14103D01*
X3827Y14051D01*
X3892Y13986D01*
X3963Y13902D01*
X4034Y13811D01*
X4092Y13701D01*
X4209Y14278D01*
X5026D01*
X4514Y11556D01*
Y11550D01*
X4507Y11530D01*
X4501Y11498D01*
X4488Y11452D01*
X4475Y11401D01*
X4462Y11336D01*
X4430Y11200D01*
X4391Y11051D01*
X4352Y10895D01*
X4313Y10753D01*
X4293Y10694D01*
X4274Y10636D01*
X4267Y10623D01*
X4254Y10591D01*
X4235Y10539D01*
X4209Y10474D01*
X4177Y10409D01*
X4138Y10332D01*
X4099Y10260D01*
X4054Y10195D01*
X4047Y10189D01*
X4034Y10170D01*
X4002Y10137D01*
X3969Y10098D01*
X3924Y10053D01*
X3866Y10007D01*
X3807Y9962D01*
X3736Y9917D01*
X3730Y9910D01*
X3704Y9897D01*
X3665Y9878D01*
X3613Y9858D01*
X3542Y9826D01*
X3470Y9800D01*
X3380Y9774D01*
X3289Y9755D01*
X3276D01*
X3244Y9748D01*
X3192Y9742D01*
X3121Y9729D01*
X3036Y9722D01*
X2939Y9709D01*
X2835Y9703D01*
X2660D01*
X2615Y9709D01*
X2557D01*
X2492Y9716D01*
X2414Y9722D01*
X2336Y9735D01*
X2168Y9761D01*
X2000Y9807D01*
X1831Y9865D01*
X1760Y9904D01*
X1688Y9943D01*
X1682D01*
X1675Y9956D01*
X1637Y9988D01*
X1578Y10046D01*
X1514Y10131D01*
X1481Y10182D01*
X1449Y10234D01*
X1423Y10299D01*
X1390Y10370D01*
X1371Y10448D01*
X1352Y10532D01*
X1345Y10630D01*
X1338Y10727D01*
Y10740D01*
Y10766D01*
Y10804D01*
X1345Y10850D01*
X2278Y10720D01*
Y10714D01*
Y10694D01*
Y10668D01*
X2285Y10643D01*
X2298Y10571D01*
X2310Y10539D01*
X2324Y10506D01*
X2330Y10493D01*
X2356Y10468D01*
X2401Y10422D01*
X2466Y10383D01*
X2472D01*
X2486Y10377D01*
X2511Y10370D01*
X2537Y10357D01*
X2583Y10351D01*
X2628Y10338D01*
X2680Y10332D01*
X2796D01*
X2848Y10338D01*
X2913Y10344D01*
X2991Y10357D01*
X3069Y10383D01*
X3146Y10409D01*
X3218Y10448D01*
X3224Y10455D01*
X3244Y10468D01*
X3263Y10487D01*
X3295Y10513D01*
X3334Y10552D01*
X3367Y10597D01*
X3406Y10655D01*
X3438Y10720D01*
Y10727D01*
X3444Y10746D01*
X3458Y10779D01*
X3477Y10830D01*
X3490Y10902D01*
X3516Y10992D01*
X3542Y11103D01*
X3568Y11239D01*
X3600Y11388D01*
X3594Y11381D01*
X3581Y11375D01*
X3555Y11355D01*
X3516Y11329D01*
X3470Y11304D01*
X3425Y11271D01*
X3360Y11232D01*
X3295Y11200D01*
X3146Y11129D01*
X2984Y11070D01*
X2894Y11044D01*
X2803Y11031D01*
X2712Y11018D01*
X2615Y11012D01*
X2570D01*
X2537Y11018D01*
X2492Y11025D01*
X2447Y11031D01*
X2336Y11051D01*
X2213Y11090D01*
X2084Y11154D01*
X2019Y11187D01*
X1954Y11232D01*
X1889Y11284D01*
X1831Y11342D01*
Y11349D01*
X1818Y11355D01*
X1805Y11375D01*
X1786Y11407D01*
X1760Y11440D01*
X1734Y11485D01*
X1708Y11537D01*
X1682Y11595D01*
X1650Y11660D01*
X1624Y11731D01*
X1598Y11809D01*
X1572Y11900D01*
X1552Y11997D01*
X1539Y12100D01*
X1533Y12211D01*
X1526Y12327D01*
Y12334D01*
Y12353D01*
Y12386D01*
X1533Y12425D01*
Y12476D01*
X1539Y12535D01*
X1546Y12599D01*
X1552Y12677D01*
X1578Y12839D01*
X1617Y13014D01*
X1663Y13196D01*
X1734Y13377D01*
Y13384D01*
X1747Y13397D01*
X1753Y13422D01*
X1773Y13455D01*
X1792Y13494D01*
X1818Y13539D01*
X1883Y13649D01*
X1967Y13766D01*
X2071Y13889D01*
X2187Y13999D01*
X2317Y14103D01*
X2324D01*
X2336Y14116D01*
X2356Y14129D01*
X2382Y14142D01*
X2414Y14161D01*
X2460Y14181D01*
X2557Y14226D01*
X2667Y14271D01*
X2796Y14310D01*
X2939Y14336D01*
X3082Y14349D01*
X3133D01*
X3198Y14343D01*
D02*
G37*
G36*
X38761Y7931D02*
X37886D01*
X38054Y8722D01*
X38923D01*
X38761Y7931D01*
D02*
G37*
G36*
X-2251Y8800D02*
X-2187Y8793D01*
X-2109Y8787D01*
X-2025Y8774D01*
X-1934Y8761D01*
X-1733Y8715D01*
X-1629Y8683D01*
X-1532Y8651D01*
X-1428Y8605D01*
X-1331Y8553D01*
X-1240Y8495D01*
X-1156Y8430D01*
X-1150Y8424D01*
X-1137Y8411D01*
X-1117Y8391D01*
X-1085Y8365D01*
X-1053Y8327D01*
X-1014Y8281D01*
X-975Y8229D01*
X-936Y8171D01*
X-891Y8100D01*
X-845Y8028D01*
X-806Y7944D01*
X-768Y7860D01*
X-735Y7763D01*
X-709Y7666D01*
X-690Y7555D01*
X-677Y7445D01*
X-1558Y7406D01*
Y7413D01*
Y7419D01*
X-1564Y7458D01*
X-1584Y7517D01*
X-1603Y7588D01*
X-1636Y7666D01*
X-1675Y7750D01*
X-1726Y7828D01*
X-1798Y7899D01*
X-1804Y7905D01*
X-1837Y7925D01*
X-1882Y7957D01*
X-1947Y7990D01*
X-2025Y8016D01*
X-2128Y8048D01*
X-2251Y8067D01*
X-2387Y8074D01*
X-2452D01*
X-2517Y8067D01*
X-2601Y8054D01*
X-2686Y8041D01*
X-2776Y8016D01*
X-2860Y7983D01*
X-2932Y7938D01*
X-2938Y7931D01*
X-2958Y7912D01*
X-2984Y7886D01*
X-3010Y7847D01*
X-3042Y7795D01*
X-3068Y7737D01*
X-3087Y7666D01*
X-3094Y7594D01*
Y7588D01*
Y7562D01*
X-3087Y7530D01*
X-3074Y7484D01*
X-3055Y7432D01*
X-3029Y7380D01*
X-2997Y7329D01*
X-2945Y7277D01*
X-2938Y7270D01*
X-2912Y7251D01*
X-2874Y7225D01*
X-2809Y7186D01*
X-2763Y7160D01*
X-2718Y7134D01*
X-2666Y7102D01*
X-2601Y7069D01*
X-2537Y7037D01*
X-2459Y6998D01*
X-2375Y6959D01*
X-2284Y6920D01*
X-2277Y6914D01*
X-2251Y6907D01*
X-2213Y6888D01*
X-2161Y6869D01*
X-2096Y6836D01*
X-2025Y6804D01*
X-1869Y6726D01*
X-1701Y6642D01*
X-1539Y6551D01*
X-1461Y6506D01*
X-1396Y6460D01*
X-1338Y6415D01*
X-1292Y6376D01*
X-1286Y6370D01*
X-1279Y6363D01*
X-1260Y6344D01*
X-1240Y6324D01*
X-1189Y6253D01*
X-1130Y6162D01*
X-1072Y6052D01*
X-1027Y5916D01*
X-988Y5760D01*
X-981Y5683D01*
X-975Y5592D01*
Y5585D01*
Y5566D01*
Y5534D01*
X-981Y5495D01*
X-988Y5443D01*
X-1001Y5378D01*
X-1014Y5313D01*
X-1033Y5242D01*
X-1059Y5164D01*
X-1091Y5080D01*
X-1130Y4996D01*
X-1176Y4912D01*
X-1228Y4827D01*
X-1292Y4737D01*
X-1364Y4659D01*
X-1448Y4575D01*
X-1454Y4568D01*
X-1467Y4555D01*
X-1500Y4536D01*
X-1532Y4510D01*
X-1584Y4477D01*
X-1642Y4439D01*
X-1707Y4406D01*
X-1791Y4367D01*
X-1876Y4322D01*
X-1973Y4290D01*
X-2083Y4251D01*
X-2200Y4218D01*
X-2323Y4192D01*
X-2459Y4173D01*
X-2601Y4160D01*
X-2757Y4153D01*
X-2854D01*
X-2906Y4160D01*
X-2964Y4166D01*
X-3029D01*
X-3100Y4179D01*
X-3256Y4199D01*
X-3424Y4231D01*
X-3599Y4277D01*
X-3761Y4341D01*
X-3768D01*
X-3781Y4348D01*
X-3800Y4361D01*
X-3833Y4380D01*
X-3904Y4419D01*
X-3994Y4484D01*
X-4092Y4555D01*
X-4189Y4652D01*
X-4280Y4756D01*
X-4357Y4879D01*
Y4886D01*
X-4364Y4892D01*
X-4370Y4912D01*
X-4383Y4944D01*
X-4396Y4976D01*
X-4409Y5015D01*
X-4442Y5113D01*
X-4474Y5229D01*
X-4500Y5365D01*
X-4513Y5514D01*
X-4519Y5676D01*
X-3638Y5728D01*
Y5722D01*
Y5709D01*
Y5689D01*
X-3632Y5663D01*
X-3625Y5585D01*
X-3612Y5501D01*
X-3599Y5404D01*
X-3573Y5307D01*
X-3541Y5223D01*
X-3496Y5158D01*
X-3483Y5145D01*
X-3457Y5119D01*
X-3405Y5087D01*
X-3327Y5041D01*
X-3282Y5022D01*
X-3223Y4996D01*
X-3165Y4976D01*
X-3094Y4963D01*
X-3022Y4944D01*
X-2938Y4938D01*
X-2848Y4925D01*
X-2679D01*
X-2640Y4931D01*
X-2595D01*
X-2498Y4944D01*
X-2394Y4963D01*
X-2284Y4996D01*
X-2180Y5035D01*
X-2096Y5087D01*
X-2089Y5093D01*
X-2063Y5113D01*
X-2031Y5151D01*
X-1992Y5197D01*
X-1953Y5255D01*
X-1921Y5320D01*
X-1895Y5391D01*
X-1888Y5475D01*
Y5482D01*
Y5508D01*
X-1895Y5547D01*
X-1908Y5592D01*
X-1927Y5644D01*
X-1960Y5702D01*
X-1999Y5760D01*
X-2057Y5812D01*
X-2063Y5819D01*
X-2083Y5832D01*
X-2122Y5858D01*
X-2180Y5890D01*
X-2219Y5916D01*
X-2264Y5942D01*
X-2316Y5968D01*
X-2375Y5994D01*
X-2446Y6026D01*
X-2517Y6065D01*
X-2608Y6104D01*
X-2699Y6143D01*
X-2705D01*
X-2724Y6156D01*
X-2750Y6162D01*
X-2783Y6182D01*
X-2828Y6201D01*
X-2880Y6221D01*
X-2990Y6272D01*
X-3113Y6337D01*
X-3243Y6396D01*
X-3359Y6460D01*
X-3418Y6493D01*
X-3463Y6519D01*
X-3476Y6525D01*
X-3502Y6545D01*
X-3547Y6583D01*
X-3599Y6629D01*
X-3658Y6681D01*
X-3722Y6752D01*
X-3781Y6830D01*
X-3839Y6914D01*
X-3845Y6927D01*
X-3858Y6959D01*
X-3884Y7011D01*
X-3904Y7076D01*
X-3930Y7160D01*
X-3956Y7257D01*
X-3969Y7367D01*
X-3975Y7484D01*
Y7491D01*
Y7510D01*
Y7542D01*
X-3969Y7581D01*
X-3962Y7627D01*
X-3956Y7685D01*
X-3943Y7750D01*
X-3923Y7815D01*
X-3878Y7964D01*
X-3839Y8041D01*
X-3800Y8126D01*
X-3755Y8203D01*
X-3703Y8281D01*
X-3638Y8359D01*
X-3567Y8430D01*
X-3560Y8437D01*
X-3547Y8450D01*
X-3522Y8463D01*
X-3489Y8489D01*
X-3450Y8514D01*
X-3398Y8547D01*
X-3334Y8586D01*
X-3262Y8618D01*
X-3184Y8651D01*
X-3100Y8689D01*
X-3003Y8722D01*
X-2893Y8748D01*
X-2776Y8774D01*
X-2653Y8793D01*
X-2524Y8800D01*
X-2381Y8806D01*
X-2303D01*
X-2251Y8800D01*
D02*
G37*
G36*
X7579Y7555D02*
X7624Y7549D01*
X7676Y7542D01*
X7793Y7517D01*
X7922Y7478D01*
X8058Y7413D01*
X8123Y7374D01*
X8194Y7322D01*
X8259Y7270D01*
X8318Y7205D01*
X8324Y7199D01*
X8330Y7193D01*
X8350Y7167D01*
X8369Y7141D01*
X8389Y7102D01*
X8421Y7057D01*
X8447Y7005D01*
X8479Y6946D01*
X8505Y6875D01*
X8538Y6797D01*
X8564Y6707D01*
X8583Y6616D01*
X8609Y6512D01*
X8622Y6402D01*
X8629Y6285D01*
X8635Y6156D01*
Y6143D01*
Y6117D01*
X8629Y6072D01*
Y6007D01*
X8616Y5935D01*
X8609Y5845D01*
X8590Y5748D01*
X8570Y5637D01*
X8538Y5527D01*
X8505Y5404D01*
X8460Y5281D01*
X8408Y5158D01*
X8343Y5028D01*
X8272Y4905D01*
X8188Y4782D01*
X8091Y4665D01*
X8084Y4659D01*
X8071Y4646D01*
X8045Y4620D01*
X8006Y4588D01*
X7968Y4549D01*
X7909Y4503D01*
X7851Y4458D01*
X7780Y4413D01*
X7702Y4361D01*
X7624Y4315D01*
X7533Y4270D01*
X7436Y4231D01*
X7333Y4199D01*
X7222Y4173D01*
X7112Y4160D01*
X6996Y4153D01*
X6970D01*
X6931Y4160D01*
X6892D01*
X6834Y4166D01*
X6775Y4179D01*
X6704Y4199D01*
X6633Y4218D01*
X6548Y4244D01*
X6471Y4283D01*
X6386Y4322D01*
X6309Y4374D01*
X6224Y4432D01*
X6147Y4503D01*
X6075Y4581D01*
X6011Y4672D01*
X5667Y3000D01*
X4799D01*
X5732Y7491D01*
X6555D01*
X6490Y7147D01*
X6503Y7160D01*
X6536Y7186D01*
X6587Y7225D01*
X6652Y7270D01*
X6730Y7322D01*
X6814Y7374D01*
X6898Y7426D01*
X6989Y7465D01*
X7002Y7471D01*
X7028Y7478D01*
X7080Y7497D01*
X7138Y7517D01*
X7216Y7530D01*
X7300Y7549D01*
X7397Y7555D01*
X7495Y7562D01*
X7546D01*
X7579Y7555D01*
D02*
G37*
G36*
X48208Y7555D02*
X48260Y7549D01*
X48318Y7536D01*
X48390Y7523D01*
X48468Y7497D01*
X48545Y7465D01*
X48208Y6745D01*
X48202D01*
X48189Y6752D01*
X48163Y6758D01*
X48131Y6771D01*
X48046Y6784D01*
X47949Y6791D01*
X47910D01*
X47865Y6784D01*
X47807Y6771D01*
X47735Y6745D01*
X47658Y6719D01*
X47573Y6674D01*
X47483Y6616D01*
X47470Y6609D01*
X47444Y6583D01*
X47405Y6545D01*
X47353Y6499D01*
X47295Y6434D01*
X47230Y6357D01*
X47172Y6266D01*
X47120Y6162D01*
X47113Y6149D01*
X47107Y6130D01*
X47100Y6110D01*
X47087Y6078D01*
X47074Y6039D01*
X47055Y5994D01*
X47042Y5942D01*
X47023Y5884D01*
X46997Y5819D01*
X46977Y5741D01*
X46958Y5657D01*
X46932Y5573D01*
X46906Y5475D01*
X46886Y5365D01*
X46861Y5255D01*
X46647Y4238D01*
X45778D01*
X46459Y7491D01*
X47275D01*
X47146Y6862D01*
X47152Y6869D01*
X47165Y6894D01*
X47191Y6927D01*
X47223Y6972D01*
X47269Y7024D01*
X47321Y7082D01*
X47379Y7147D01*
X47444Y7212D01*
X47593Y7342D01*
X47671Y7400D01*
X47761Y7452D01*
X47846Y7497D01*
X47943Y7530D01*
X48040Y7555D01*
X48137Y7562D01*
X48169D01*
X48208Y7555D01*
D02*
G37*
G36*
X37056D02*
X37108Y7549D01*
X37166Y7536D01*
X37238Y7523D01*
X37315Y7497D01*
X37393Y7465D01*
X37056Y6745D01*
X37050D01*
X37037Y6752D01*
X37011Y6758D01*
X36979Y6771D01*
X36894Y6784D01*
X36797Y6791D01*
X36758D01*
X36713Y6784D01*
X36654Y6771D01*
X36583Y6745D01*
X36505Y6719D01*
X36421Y6674D01*
X36331Y6616D01*
X36318Y6609D01*
X36292Y6583D01*
X36253Y6545D01*
X36201Y6499D01*
X36143Y6434D01*
X36078Y6357D01*
X36020Y6266D01*
X35968Y6162D01*
X35961Y6149D01*
X35955Y6130D01*
X35948Y6110D01*
X35935Y6078D01*
X35922Y6039D01*
X35903Y5994D01*
X35890Y5942D01*
X35870Y5884D01*
X35844Y5819D01*
X35825Y5741D01*
X35806Y5657D01*
X35780Y5573D01*
X35754Y5475D01*
X35734Y5365D01*
X35708Y5255D01*
X35495Y4238D01*
X34626D01*
X35307Y7491D01*
X36123D01*
X35994Y6862D01*
X36000Y6869D01*
X36013Y6894D01*
X36039Y6927D01*
X36071Y6972D01*
X36117Y7024D01*
X36169Y7082D01*
X36227Y7147D01*
X36292Y7212D01*
X36441Y7342D01*
X36518Y7400D01*
X36609Y7452D01*
X36693Y7497D01*
X36791Y7530D01*
X36888Y7555D01*
X36985Y7562D01*
X37017D01*
X37056Y7555D01*
D02*
G37*
G36*
X28354D02*
X28405Y7549D01*
X28464Y7536D01*
X28535Y7523D01*
X28613Y7497D01*
X28691Y7465D01*
X28354Y6745D01*
X28347D01*
X28334Y6752D01*
X28308Y6758D01*
X28276Y6771D01*
X28192Y6784D01*
X28094Y6791D01*
X28056D01*
X28010Y6784D01*
X27952Y6771D01*
X27881Y6745D01*
X27803Y6719D01*
X27719Y6674D01*
X27628Y6616D01*
X27615Y6609D01*
X27589Y6583D01*
X27550Y6545D01*
X27498Y6499D01*
X27440Y6434D01*
X27375Y6357D01*
X27317Y6266D01*
X27265Y6162D01*
X27259Y6149D01*
X27252Y6130D01*
X27246Y6110D01*
X27233Y6078D01*
X27220Y6039D01*
X27200Y5994D01*
X27187Y5942D01*
X27168Y5884D01*
X27142Y5819D01*
X27122Y5741D01*
X27103Y5657D01*
X27077Y5573D01*
X27051Y5475D01*
X27032Y5365D01*
X27006Y5255D01*
X26792Y4238D01*
X25924D01*
X26604Y7491D01*
X27420D01*
X27291Y6862D01*
X27297Y6869D01*
X27310Y6894D01*
X27336Y6927D01*
X27369Y6972D01*
X27414Y7024D01*
X27466Y7082D01*
X27524Y7147D01*
X27589Y7212D01*
X27738Y7342D01*
X27816Y7400D01*
X27907Y7452D01*
X27991Y7497D01*
X28088Y7530D01*
X28185Y7555D01*
X28282Y7562D01*
X28315D01*
X28354Y7555D01*
D02*
G37*
G36*
X15309Y4238D02*
X14473D01*
X15251Y7957D01*
X13586Y4238D01*
X12711D01*
X12542Y7983D01*
X11836Y4238D01*
X11000D01*
X11933Y8722D01*
X13249D01*
X13391Y5637D01*
X14797Y8722D01*
X16126D01*
X15309Y4238D01*
D02*
G37*
G36*
X10624Y5430D02*
X8920D01*
X9089Y6279D01*
X10793D01*
X10624Y5430D01*
D02*
G37*
G36*
X40478Y4238D02*
X39726D01*
X39078Y7491D01*
X39940D01*
X40160Y6065D01*
Y6059D01*
X40167Y6039D01*
Y6013D01*
X40173Y5974D01*
X40180Y5929D01*
X40193Y5871D01*
X40212Y5754D01*
X40231Y5624D01*
X40251Y5501D01*
X40264Y5391D01*
X40270Y5346D01*
X40277Y5307D01*
X40283Y5320D01*
X40296Y5339D01*
X40316Y5372D01*
X40342Y5424D01*
X40380Y5488D01*
X40426Y5579D01*
X40458Y5637D01*
X40491Y5696D01*
Y5702D01*
X40497Y5709D01*
X40523Y5748D01*
X40556Y5806D01*
X40594Y5877D01*
X40633Y5948D01*
X40672Y6013D01*
X40705Y6072D01*
X40724Y6110D01*
X41534Y7491D01*
X42480D01*
X40478Y4238D01*
D02*
G37*
G36*
X37983D02*
X37115D01*
X37795Y7491D01*
X38670D01*
X37983Y4238D01*
D02*
G37*
G36*
X32695Y8715D02*
X32805D01*
X32896Y8709D01*
X32928D01*
X32961Y8702D01*
X32974D01*
X33006Y8696D01*
X33058Y8689D01*
X33129Y8676D01*
X33207Y8664D01*
X33291Y8644D01*
X33460Y8586D01*
X33473Y8579D01*
X33499Y8573D01*
X33538Y8553D01*
X33596Y8528D01*
X33654Y8489D01*
X33726Y8450D01*
X33790Y8404D01*
X33862Y8346D01*
X33868Y8339D01*
X33894Y8320D01*
X33926Y8288D01*
X33972Y8242D01*
X34017Y8190D01*
X34069Y8126D01*
X34121Y8054D01*
X34173Y7977D01*
X34179Y7970D01*
X34192Y7938D01*
X34218Y7892D01*
X34244Y7834D01*
X34276Y7763D01*
X34315Y7679D01*
X34348Y7581D01*
X34374Y7478D01*
X34380Y7465D01*
X34387Y7426D01*
X34400Y7367D01*
X34412Y7296D01*
X34425Y7205D01*
X34432Y7095D01*
X34445Y6985D01*
Y6862D01*
Y6856D01*
Y6830D01*
Y6791D01*
X34438Y6739D01*
Y6674D01*
X34432Y6603D01*
X34419Y6519D01*
X34412Y6428D01*
X34393Y6331D01*
X34380Y6227D01*
X34328Y6013D01*
X34257Y5793D01*
X34218Y5683D01*
X34166Y5573D01*
Y5566D01*
X34153Y5547D01*
X34140Y5521D01*
X34114Y5482D01*
X34088Y5430D01*
X34056Y5378D01*
X33972Y5249D01*
X33875Y5106D01*
X33751Y4957D01*
X33615Y4814D01*
X33466Y4678D01*
X33460D01*
X33453Y4665D01*
X33434Y4652D01*
X33408Y4640D01*
X33376Y4614D01*
X33337Y4594D01*
X33240Y4536D01*
X33123Y4478D01*
X32980Y4413D01*
X32818Y4354D01*
X32637Y4302D01*
X32624D01*
X32605Y4296D01*
X32585Y4290D01*
X32553D01*
X32514Y4283D01*
X32468Y4277D01*
X32417Y4270D01*
X32358Y4264D01*
X32293Y4257D01*
X32222Y4251D01*
X32138D01*
X32054Y4244D01*
X31956Y4238D01*
X30168D01*
X31108Y8722D01*
X32585D01*
X32695Y8715D01*
D02*
G37*
G36*
X44359Y7555D02*
X44411Y7549D01*
X44469Y7542D01*
X44534Y7530D01*
X44605Y7517D01*
X44761Y7471D01*
X44839Y7445D01*
X44916Y7406D01*
X44994Y7361D01*
X45072Y7316D01*
X45143Y7257D01*
X45215Y7193D01*
X45221Y7186D01*
X45228Y7173D01*
X45247Y7154D01*
X45273Y7128D01*
X45299Y7089D01*
X45325Y7044D01*
X45357Y6985D01*
X45396Y6927D01*
X45428Y6856D01*
X45461Y6778D01*
X45487Y6694D01*
X45513Y6596D01*
X45539Y6499D01*
X45558Y6389D01*
X45564Y6279D01*
X45571Y6156D01*
Y6149D01*
Y6143D01*
Y6104D01*
Y6039D01*
X45564Y5968D01*
X45558Y5877D01*
X45545Y5780D01*
X45506Y5585D01*
X43303D01*
Y5579D01*
Y5553D01*
X43297Y5527D01*
Y5501D01*
Y5495D01*
Y5488D01*
Y5449D01*
X43310Y5391D01*
X43322Y5313D01*
X43342Y5229D01*
X43374Y5145D01*
X43420Y5054D01*
X43478Y4976D01*
X43484Y4970D01*
X43510Y4944D01*
X43549Y4918D01*
X43608Y4879D01*
X43672Y4847D01*
X43750Y4814D01*
X43841Y4789D01*
X43938Y4782D01*
X43983D01*
X44009Y4789D01*
X44048Y4795D01*
X44094Y4808D01*
X44191Y4840D01*
X44243Y4860D01*
X44301Y4892D01*
X44359Y4931D01*
X44411Y4976D01*
X44469Y5028D01*
X44528Y5087D01*
X44580Y5158D01*
X44625Y5236D01*
X45409Y5106D01*
Y5099D01*
X45396Y5087D01*
X45383Y5061D01*
X45364Y5028D01*
X45344Y4989D01*
X45312Y4944D01*
X45247Y4834D01*
X45156Y4717D01*
X45046Y4601D01*
X44923Y4484D01*
X44787Y4387D01*
X44780D01*
X44767Y4374D01*
X44748Y4367D01*
X44722Y4348D01*
X44683Y4335D01*
X44644Y4315D01*
X44534Y4270D01*
X44411Y4225D01*
X44262Y4192D01*
X44107Y4166D01*
X43932Y4154D01*
X43867D01*
X43821Y4160D01*
X43763Y4166D01*
X43698Y4173D01*
X43627Y4186D01*
X43549Y4205D01*
X43381Y4257D01*
X43290Y4290D01*
X43199Y4328D01*
X43115Y4374D01*
X43024Y4432D01*
X42940Y4497D01*
X42862Y4568D01*
X42856Y4575D01*
X42843Y4588D01*
X42823Y4614D01*
X42798Y4646D01*
X42765Y4685D01*
X42733Y4737D01*
X42694Y4795D01*
X42661Y4860D01*
X42623Y4938D01*
X42584Y5015D01*
X42551Y5106D01*
X42519Y5203D01*
X42493Y5307D01*
X42474Y5424D01*
X42461Y5540D01*
X42454Y5663D01*
Y5670D01*
Y5696D01*
Y5728D01*
X42461Y5773D01*
X42467Y5832D01*
X42474Y5903D01*
X42487Y5981D01*
X42500Y6065D01*
X42545Y6247D01*
X42577Y6344D01*
X42610Y6447D01*
X42655Y6551D01*
X42700Y6655D01*
X42759Y6758D01*
X42823Y6856D01*
X42830Y6862D01*
X42849Y6888D01*
X42875Y6920D01*
X42914Y6966D01*
X42972Y7018D01*
X43031Y7082D01*
X43109Y7141D01*
X43193Y7212D01*
X43290Y7277D01*
X43400Y7342D01*
X43517Y7400D01*
X43646Y7452D01*
X43782Y7497D01*
X43932Y7530D01*
X44094Y7555D01*
X44262Y7562D01*
X44320D01*
X44359Y7555D01*
D02*
G37*
G36*
X24239D02*
X24304Y7549D01*
X24368Y7542D01*
X24446Y7530D01*
X24530Y7510D01*
X24712Y7465D01*
X24803Y7432D01*
X24900Y7393D01*
X24991Y7348D01*
X25081Y7290D01*
X25166Y7231D01*
X25243Y7160D01*
X25250Y7154D01*
X25263Y7141D01*
X25282Y7121D01*
X25308Y7089D01*
X25340Y7050D01*
X25373Y6998D01*
X25412Y6946D01*
X25451Y6882D01*
X25483Y6804D01*
X25522Y6726D01*
X25554Y6635D01*
X25587Y6545D01*
X25613Y6441D01*
X25632Y6331D01*
X25645Y6214D01*
X25651Y6091D01*
Y6084D01*
Y6059D01*
Y6013D01*
X25645Y5961D01*
X25638Y5890D01*
X25626Y5812D01*
X25606Y5722D01*
X25587Y5624D01*
X25561Y5521D01*
X25528Y5411D01*
X25490Y5294D01*
X25438Y5184D01*
X25379Y5067D01*
X25315Y4950D01*
X25237Y4834D01*
X25146Y4724D01*
X25140Y4717D01*
X25120Y4698D01*
X25094Y4672D01*
X25055Y4633D01*
X25003Y4594D01*
X24939Y4542D01*
X24867Y4490D01*
X24790Y4439D01*
X24692Y4387D01*
X24595Y4335D01*
X24485Y4283D01*
X24362Y4244D01*
X24232Y4205D01*
X24096Y4179D01*
X23947Y4160D01*
X23792Y4154D01*
X23714D01*
X23675Y4160D01*
X23630Y4166D01*
X23520Y4179D01*
X23390Y4199D01*
X23254Y4231D01*
X23111Y4277D01*
X22975Y4335D01*
X22969D01*
X22962Y4341D01*
X22943Y4354D01*
X22917Y4367D01*
X22852Y4413D01*
X22774Y4471D01*
X22690Y4542D01*
X22599Y4633D01*
X22515Y4737D01*
X22444Y4853D01*
Y4860D01*
X22437Y4866D01*
X22431Y4886D01*
X22418Y4912D01*
X22392Y4983D01*
X22360Y5074D01*
X22327Y5177D01*
X22301Y5300D01*
X22282Y5437D01*
X22275Y5579D01*
Y5592D01*
Y5618D01*
X22282Y5663D01*
Y5728D01*
X22288Y5806D01*
X22301Y5890D01*
X22321Y5994D01*
X22340Y6097D01*
X22366Y6208D01*
X22399Y6324D01*
X22437Y6447D01*
X22489Y6564D01*
X22548Y6687D01*
X22612Y6804D01*
X22690Y6914D01*
X22781Y7018D01*
X22787Y7024D01*
X22807Y7044D01*
X22833Y7069D01*
X22872Y7102D01*
X22923Y7147D01*
X22988Y7193D01*
X23059Y7238D01*
X23144Y7290D01*
X23234Y7342D01*
X23332Y7387D01*
X23442Y7439D01*
X23565Y7478D01*
X23688Y7510D01*
X23824Y7536D01*
X23973Y7555D01*
X24122Y7562D01*
X24193D01*
X24239Y7555D01*
D02*
G37*
G36*
X21718Y7491D02*
X22256D01*
X22120Y6836D01*
X21582D01*
X21297Y5462D01*
Y5456D01*
Y5449D01*
X21290Y5430D01*
X21284Y5404D01*
X21271Y5346D01*
X21258Y5274D01*
X21245Y5197D01*
X21232Y5132D01*
X21226Y5074D01*
X21219Y5054D01*
Y5041D01*
Y5035D01*
Y5028D01*
X21226Y4983D01*
X21245Y4938D01*
X21278Y4886D01*
X21284D01*
X21290Y4879D01*
X21310Y4866D01*
X21329Y4860D01*
X21362Y4847D01*
X21407Y4834D01*
X21459Y4827D01*
X21550D01*
X21576Y4834D01*
X21614D01*
X21666Y4840D01*
X21731Y4847D01*
X21809Y4853D01*
X21673Y4205D01*
X21660D01*
X21634Y4199D01*
X21588Y4192D01*
X21530Y4179D01*
X21459Y4173D01*
X21381Y4160D01*
X21206Y4154D01*
X21128D01*
X21090Y4160D01*
X21051D01*
X20947Y4173D01*
X20837Y4199D01*
X20720Y4225D01*
X20617Y4270D01*
X20526Y4328D01*
X20519Y4335D01*
X20493Y4361D01*
X20461Y4406D01*
X20422Y4458D01*
X20383Y4529D01*
X20351Y4620D01*
X20325Y4717D01*
X20318Y4834D01*
Y4840D01*
Y4866D01*
X20325Y4912D01*
X20331Y4976D01*
X20338Y5022D01*
X20344Y5067D01*
X20357Y5125D01*
X20370Y5190D01*
X20383Y5262D01*
X20396Y5339D01*
X20416Y5430D01*
X20435Y5527D01*
X20714Y6836D01*
X20280Y6836D01*
X20416Y7491D01*
X20843Y7491D01*
X20947Y8009D01*
X21945Y8612D01*
X21718Y7491D01*
D02*
G37*
G36*
X18323Y7555D02*
X18387Y7549D01*
X18452Y7542D01*
X18530Y7530D01*
X18614Y7510D01*
X18796Y7465D01*
X18886Y7432D01*
X18984Y7393D01*
X19074Y7348D01*
X19165Y7290D01*
X19249Y7231D01*
X19327Y7160D01*
X19333Y7154D01*
X19346Y7141D01*
X19366Y7121D01*
X19392Y7089D01*
X19424Y7050D01*
X19457Y6998D01*
X19496Y6946D01*
X19534Y6882D01*
X19567Y6804D01*
X19606Y6726D01*
X19638Y6635D01*
X19670Y6545D01*
X19696Y6441D01*
X19716Y6331D01*
X19729Y6214D01*
X19735Y6091D01*
Y6084D01*
Y6059D01*
Y6013D01*
X19729Y5961D01*
X19722Y5890D01*
X19709Y5812D01*
X19690Y5722D01*
X19670Y5624D01*
X19645Y5521D01*
X19612Y5411D01*
X19573Y5294D01*
X19521Y5184D01*
X19463Y5067D01*
X19398Y4950D01*
X19320Y4834D01*
X19230Y4724D01*
X19223Y4717D01*
X19204Y4698D01*
X19178Y4672D01*
X19139Y4633D01*
X19087Y4594D01*
X19022Y4542D01*
X18951Y4490D01*
X18873Y4439D01*
X18776Y4387D01*
X18679Y4335D01*
X18569Y4283D01*
X18446Y4244D01*
X18316Y4205D01*
X18180Y4179D01*
X18031Y4160D01*
X17876Y4153D01*
X17798D01*
X17759Y4160D01*
X17714Y4166D01*
X17603Y4179D01*
X17474Y4199D01*
X17338Y4231D01*
X17195Y4277D01*
X17059Y4335D01*
X17052D01*
X17046Y4341D01*
X17027Y4354D01*
X17001Y4367D01*
X16936Y4413D01*
X16858Y4471D01*
X16774Y4542D01*
X16683Y4633D01*
X16599Y4737D01*
X16528Y4853D01*
Y4860D01*
X16521Y4866D01*
X16515Y4886D01*
X16502Y4912D01*
X16476Y4983D01*
X16443Y5074D01*
X16411Y5177D01*
X16385Y5300D01*
X16366Y5437D01*
X16359Y5579D01*
Y5592D01*
Y5618D01*
X16366Y5663D01*
Y5728D01*
X16372Y5806D01*
X16385Y5890D01*
X16405Y5994D01*
X16424Y6097D01*
X16450Y6208D01*
X16482Y6324D01*
X16521Y6447D01*
X16573Y6564D01*
X16631Y6687D01*
X16696Y6804D01*
X16774Y6914D01*
X16865Y7018D01*
X16871Y7024D01*
X16891Y7044D01*
X16916Y7069D01*
X16955Y7102D01*
X17007Y7147D01*
X17072Y7193D01*
X17143Y7238D01*
X17228Y7290D01*
X17318Y7342D01*
X17415Y7387D01*
X17526Y7439D01*
X17649Y7478D01*
X17772Y7510D01*
X17908Y7536D01*
X18057Y7555D01*
X18206Y7562D01*
X18277D01*
X18323Y7555D01*
D02*
G37*
G36*
X3619D02*
X3671Y7549D01*
X3730Y7542D01*
X3794Y7530D01*
X3866Y7517D01*
X4021Y7471D01*
X4099Y7445D01*
X4177Y7406D01*
X4254Y7361D01*
X4332Y7316D01*
X4404Y7257D01*
X4475Y7193D01*
X4481Y7186D01*
X4488Y7173D01*
X4507Y7154D01*
X4533Y7128D01*
X4559Y7089D01*
X4585Y7044D01*
X4617Y6985D01*
X4656Y6927D01*
X4689Y6856D01*
X4721Y6778D01*
X4747Y6694D01*
X4773Y6596D01*
X4799Y6499D01*
X4818Y6389D01*
X4825Y6279D01*
X4831Y6156D01*
Y6149D01*
Y6143D01*
Y6104D01*
Y6039D01*
X4825Y5968D01*
X4818Y5877D01*
X4805Y5780D01*
X4766Y5585D01*
X2563D01*
Y5579D01*
Y5553D01*
X2557Y5527D01*
Y5501D01*
Y5495D01*
Y5488D01*
Y5449D01*
X2570Y5391D01*
X2583Y5313D01*
X2602Y5229D01*
X2634Y5145D01*
X2680Y5054D01*
X2738Y4976D01*
X2745Y4970D01*
X2771Y4944D01*
X2809Y4918D01*
X2868Y4879D01*
X2933Y4847D01*
X3010Y4814D01*
X3101Y4789D01*
X3198Y4782D01*
X3244D01*
X3270Y4789D01*
X3308Y4795D01*
X3354Y4808D01*
X3451Y4840D01*
X3503Y4860D01*
X3561Y4892D01*
X3619Y4931D01*
X3671Y4976D01*
X3730Y5028D01*
X3788Y5087D01*
X3840Y5158D01*
X3885Y5236D01*
X4669Y5106D01*
Y5099D01*
X4656Y5087D01*
X4643Y5061D01*
X4624Y5028D01*
X4604Y4989D01*
X4572Y4944D01*
X4507Y4834D01*
X4417Y4717D01*
X4306Y4601D01*
X4183Y4484D01*
X4047Y4387D01*
X4041D01*
X4028Y4374D01*
X4008Y4367D01*
X3982Y4348D01*
X3943Y4335D01*
X3905Y4315D01*
X3794Y4270D01*
X3671Y4225D01*
X3522Y4192D01*
X3367Y4166D01*
X3192Y4153D01*
X3127D01*
X3082Y4160D01*
X3023Y4166D01*
X2959Y4173D01*
X2887Y4186D01*
X2809Y4205D01*
X2641Y4257D01*
X2550Y4290D01*
X2460Y4328D01*
X2375Y4374D01*
X2285Y4432D01*
X2200Y4497D01*
X2123Y4568D01*
X2116Y4575D01*
X2103Y4588D01*
X2084Y4614D01*
X2058Y4646D01*
X2025Y4685D01*
X1993Y4737D01*
X1954Y4795D01*
X1922Y4860D01*
X1883Y4938D01*
X1844Y5015D01*
X1812Y5106D01*
X1779Y5203D01*
X1753Y5307D01*
X1734Y5424D01*
X1721Y5540D01*
X1714Y5663D01*
Y5670D01*
Y5696D01*
Y5728D01*
X1721Y5773D01*
X1727Y5832D01*
X1734Y5903D01*
X1747Y5981D01*
X1760Y6065D01*
X1805Y6247D01*
X1837Y6344D01*
X1870Y6447D01*
X1915Y6551D01*
X1961Y6655D01*
X2019Y6758D01*
X2084Y6856D01*
X2090Y6862D01*
X2110Y6888D01*
X2136Y6920D01*
X2174Y6966D01*
X2233Y7018D01*
X2291Y7082D01*
X2369Y7141D01*
X2453Y7212D01*
X2550Y7277D01*
X2660Y7342D01*
X2777Y7400D01*
X2907Y7452D01*
X3043Y7497D01*
X3192Y7530D01*
X3354Y7555D01*
X3522Y7562D01*
X3581D01*
X3619Y7555D01*
D02*
G37*
G36*
X1177Y7491D02*
X1714D01*
X1578Y6836D01*
X1040D01*
X755Y5462D01*
Y5456D01*
Y5449D01*
X749Y5430D01*
X742Y5404D01*
X729Y5346D01*
X716Y5274D01*
X703Y5197D01*
X691Y5132D01*
X684Y5074D01*
X678Y5054D01*
Y5041D01*
Y5035D01*
Y5028D01*
X684Y4983D01*
X703Y4938D01*
X736Y4886D01*
X742D01*
X749Y4879D01*
X768Y4866D01*
X788Y4860D01*
X820Y4847D01*
X865Y4834D01*
X917Y4827D01*
X1008D01*
X1034Y4834D01*
X1073D01*
X1125Y4840D01*
X1190Y4847D01*
X1267Y4853D01*
X1131Y4205D01*
X1118D01*
X1092Y4199D01*
X1047Y4192D01*
X989Y4179D01*
X917Y4173D01*
X840Y4160D01*
X665Y4153D01*
X587D01*
X548Y4160D01*
X509D01*
X405Y4173D01*
X295Y4199D01*
X179Y4225D01*
X75Y4270D01*
X-16Y4328D01*
X-22Y4335D01*
X-48Y4361D01*
X-81Y4406D01*
X-120Y4458D01*
X-158Y4529D01*
X-191Y4620D01*
X-217Y4717D01*
X-223Y4834D01*
Y4840D01*
Y4866D01*
X-217Y4912D01*
X-210Y4976D01*
X-204Y5022D01*
X-197Y5067D01*
X-184Y5125D01*
X-171Y5190D01*
X-158Y5262D01*
X-145Y5339D01*
X-126Y5430D01*
X-106Y5527D01*
X172Y6836D01*
X-262D01*
X-126Y7491D01*
X302D01*
X405Y8009D01*
X1403Y8612D01*
X1177Y7491D01*
D02*
G37*
G36*
X29569Y-5913D02*
D01*
Y-10800D01*
X8631D01*
Y-5913D01*
D01*
Y-773D01*
X29569D01*
Y-5913D01*
D02*
G37*
G36*
X-45859Y11865D02*
X-46562Y11458D01*
X-45859Y11055D01*
Y10596D01*
X-46799Y11218D01*
X-47646Y10666D01*
Y11140D01*
X-47039Y11473D01*
X-47646Y11806D01*
Y12261D01*
X-46813Y11724D01*
X-45859Y12342D01*
Y11865D01*
D02*
G37*
G36*
Y9941D02*
X-46784Y9371D01*
Y9179D01*
X-45859D01*
Y8735D01*
X-48175D01*
Y9434D01*
X-48171Y9453D01*
Y9478D01*
X-48164Y9538D01*
X-48153Y9604D01*
X-48138Y9682D01*
X-48119Y9763D01*
X-48090Y9852D01*
X-48053Y9937D01*
X-48008Y10019D01*
X-47953Y10096D01*
X-47886Y10163D01*
X-47809Y10222D01*
X-47764Y10248D01*
X-47716Y10267D01*
X-47664Y10285D01*
X-47613Y10296D01*
X-47553Y10304D01*
X-47490Y10307D01*
X-47487D01*
X-47479D01*
X-47468D01*
X-47450Y10304D01*
X-47427D01*
X-47402Y10300D01*
X-47346Y10289D01*
X-47280Y10270D01*
X-47213Y10244D01*
X-47143Y10207D01*
X-47076Y10159D01*
X-47069Y10152D01*
X-47050Y10133D01*
X-47021Y10100D01*
X-46987Y10059D01*
X-46950Y10004D01*
X-46913Y9941D01*
X-46880Y9871D01*
X-46850Y9793D01*
X-45859Y10433D01*
Y9941D01*
D02*
G37*
G36*
Y5860D02*
X-46562Y5453D01*
X-45859Y5050D01*
Y4591D01*
X-46799Y5212D01*
X-47646Y4661D01*
Y5135D01*
X-47039Y5468D01*
X-47646Y5801D01*
Y6256D01*
X-46813Y5719D01*
X-45859Y6337D01*
Y5860D01*
D02*
G37*
G36*
X-47805Y4328D02*
Y3684D01*
X-45859D01*
Y3237D01*
X-47805D01*
Y2560D01*
X-48175D01*
Y4372D01*
X-47805Y4328D01*
D02*
G37*
G36*
X-45859Y-204D02*
X-46070Y-223D01*
X-46066Y-227D01*
X-46051Y-230D01*
X-46029Y-241D01*
X-46003Y-260D01*
X-45973Y-282D01*
X-45940Y-312D01*
X-45911Y-352D01*
X-45885Y-397D01*
X-45881Y-404D01*
X-45873Y-419D01*
X-45862Y-445D01*
X-45851Y-482D01*
X-45840Y-523D01*
X-45829Y-571D01*
X-45822Y-626D01*
X-45818Y-682D01*
Y-715D01*
X-45822Y-737D01*
X-45825Y-767D01*
X-45833Y-800D01*
X-45851Y-874D01*
X-45881Y-959D01*
X-45899Y-1000D01*
X-45925Y-1044D01*
X-45955Y-1085D01*
X-45988Y-1126D01*
X-46025Y-1163D01*
X-46070Y-1196D01*
X-46073D01*
X-46081Y-1203D01*
X-46095Y-1211D01*
X-46114Y-1222D01*
X-46140Y-1237D01*
X-46173Y-1252D01*
X-46207Y-1266D01*
X-46251Y-1281D01*
X-46295Y-1296D01*
X-46347Y-1311D01*
X-46403Y-1326D01*
X-46466Y-1340D01*
X-46532Y-1351D01*
X-46599Y-1359D01*
X-46676Y-1362D01*
X-46754Y-1366D01*
X-46758D01*
X-46765D01*
X-46780D01*
X-46799D01*
X-46824Y-1362D01*
X-46850D01*
X-46917Y-1355D01*
X-46991Y-1344D01*
X-47072Y-1329D01*
X-47154Y-1311D01*
X-47235Y-1281D01*
X-47239D01*
X-47246Y-1277D01*
X-47257Y-1274D01*
X-47268Y-1266D01*
X-47309Y-1244D01*
X-47357Y-1218D01*
X-47409Y-1185D01*
X-47464Y-1141D01*
X-47520Y-1089D01*
X-47568Y-1033D01*
Y-1029D01*
X-47572Y-1026D01*
X-47587Y-1004D01*
X-47605Y-970D01*
X-47631Y-926D01*
X-47653Y-867D01*
X-47672Y-804D01*
X-47686Y-730D01*
X-47690Y-652D01*
Y-626D01*
X-47686Y-608D01*
Y-582D01*
X-47679Y-556D01*
X-47668Y-497D01*
X-47646Y-430D01*
X-47613Y-363D01*
X-47590Y-330D01*
X-47568Y-301D01*
X-47539Y-275D01*
X-47505Y-249D01*
X-48382D01*
X-48334Y184D01*
X-45859D01*
Y-204D01*
D02*
G37*
G36*
Y-2247D02*
X-46965D01*
X-46972D01*
X-46991D01*
X-47017D01*
X-47054Y-2251D01*
X-47128Y-2254D01*
X-47165Y-2258D01*
X-47198Y-2265D01*
X-47202D01*
X-47213Y-2269D01*
X-47224Y-2273D01*
X-47243Y-2276D01*
X-47280Y-2295D01*
X-47298Y-2310D01*
X-47313Y-2324D01*
Y-2328D01*
X-47317Y-2332D01*
X-47324Y-2343D01*
X-47331Y-2358D01*
X-47335Y-2376D01*
X-47342Y-2402D01*
X-47346Y-2428D01*
Y-2480D01*
X-47342Y-2502D01*
X-47339Y-2528D01*
X-47331Y-2558D01*
X-47317Y-2595D01*
X-47302Y-2632D01*
X-47280Y-2669D01*
X-47276Y-2672D01*
X-47268Y-2683D01*
X-47254Y-2702D01*
X-47235Y-2724D01*
X-47209Y-2750D01*
X-47183Y-2776D01*
X-47117Y-2831D01*
X-45859D01*
Y-3264D01*
X-47646D01*
Y-2883D01*
X-47424Y-2865D01*
X-47427Y-2861D01*
X-47442Y-2854D01*
X-47464Y-2835D01*
X-47494Y-2813D01*
X-47524Y-2783D01*
X-47553Y-2746D01*
X-47587Y-2702D01*
X-47616Y-2650D01*
X-47620Y-2643D01*
X-47627Y-2624D01*
X-47638Y-2595D01*
X-47653Y-2554D01*
X-47668Y-2506D01*
X-47679Y-2450D01*
X-47686Y-2391D01*
X-47690Y-2328D01*
Y-2302D01*
X-47686Y-2287D01*
Y-2265D01*
X-47683Y-2243D01*
X-47672Y-2188D01*
X-47657Y-2125D01*
X-47631Y-2062D01*
X-47594Y-1999D01*
X-47546Y-1947D01*
X-47539Y-1940D01*
X-47520Y-1925D01*
X-47487Y-1906D01*
X-47442Y-1881D01*
X-47387Y-1855D01*
X-47317Y-1836D01*
X-47235Y-1821D01*
X-47146Y-1814D01*
X-45859D01*
Y-2247D01*
D02*
G37*
G36*
X-46033Y-3697D02*
X-46029Y-3701D01*
X-46022Y-3712D01*
X-46014Y-3727D01*
X-45996Y-3764D01*
X-45973Y-3812D01*
X-45948Y-3871D01*
X-45918Y-3934D01*
X-45892Y-4001D01*
X-45870Y-4071D01*
Y-4075D01*
X-45866Y-4078D01*
Y-4089D01*
X-45862Y-4104D01*
X-45855Y-4141D01*
X-45844Y-4193D01*
X-45833Y-4252D01*
X-45825Y-4323D01*
X-45822Y-4400D01*
X-45818Y-4485D01*
Y-4504D01*
X-45822Y-4530D01*
Y-4559D01*
X-45829Y-4596D01*
X-45833Y-4641D01*
X-45844Y-4689D01*
X-45855Y-4741D01*
X-45873Y-4796D01*
X-45892Y-4855D01*
X-45918Y-4914D01*
X-45948Y-4974D01*
X-45985Y-5029D01*
X-46025Y-5085D01*
X-46070Y-5140D01*
X-46125Y-5188D01*
X-46129Y-5192D01*
X-46140Y-5199D01*
X-46158Y-5210D01*
X-46181Y-5225D01*
X-46214Y-5248D01*
X-46255Y-5266D01*
X-46299Y-5288D01*
X-46351Y-5310D01*
X-46414Y-5336D01*
X-46480Y-5359D01*
X-46551Y-5377D01*
X-46632Y-5395D01*
X-46721Y-5414D01*
X-46813Y-5425D01*
X-46913Y-5432D01*
X-47021Y-5436D01*
X-47024D01*
X-47039D01*
X-47058D01*
X-47083Y-5432D01*
X-47117D01*
X-47154Y-5429D01*
X-47198Y-5425D01*
X-47246Y-5418D01*
X-47346Y-5403D01*
X-47457Y-5381D01*
X-47568Y-5347D01*
X-47672Y-5303D01*
X-47675D01*
X-47683Y-5296D01*
X-47698Y-5288D01*
X-47716Y-5277D01*
X-47738Y-5262D01*
X-47764Y-5248D01*
X-47823Y-5207D01*
X-47890Y-5151D01*
X-47957Y-5088D01*
X-48023Y-5014D01*
X-48079Y-4933D01*
Y-4929D01*
X-48086Y-4922D01*
X-48094Y-4911D01*
X-48101Y-4892D01*
X-48112Y-4870D01*
X-48123Y-4844D01*
X-48134Y-4815D01*
X-48149Y-4781D01*
X-48175Y-4704D01*
X-48197Y-4619D01*
X-48212Y-4522D01*
X-48219Y-4419D01*
Y-4382D01*
X-48216Y-4337D01*
X-48212Y-4285D01*
X-48204Y-4226D01*
X-48190Y-4160D01*
X-48175Y-4097D01*
X-48153Y-4034D01*
Y-4030D01*
X-48149Y-4027D01*
X-48142Y-4004D01*
X-48123Y-3975D01*
X-48101Y-3934D01*
X-48068Y-3886D01*
X-48031Y-3830D01*
X-47982Y-3775D01*
X-47927Y-3716D01*
X-47675Y-3960D01*
X-47679Y-3964D01*
X-47690Y-3982D01*
X-47709Y-4004D01*
X-47731Y-4034D01*
X-47753Y-4067D01*
X-47775Y-4108D01*
X-47798Y-4145D01*
X-47816Y-4186D01*
X-47820Y-4189D01*
X-47823Y-4204D01*
X-47831Y-4223D01*
X-47838Y-4252D01*
X-47846Y-4282D01*
X-47853Y-4323D01*
X-47860Y-4363D01*
Y-4430D01*
X-47857Y-4448D01*
X-47853Y-4470D01*
X-47849Y-4493D01*
X-47835Y-4552D01*
X-47812Y-4615D01*
X-47775Y-4685D01*
X-47753Y-4718D01*
X-47727Y-4752D01*
X-47698Y-4785D01*
X-47661Y-4815D01*
X-47657D01*
X-47649Y-4822D01*
X-47638Y-4829D01*
X-47624Y-4840D01*
X-47601Y-4852D01*
X-47576Y-4866D01*
X-47542Y-4877D01*
X-47505Y-4892D01*
X-47464Y-4907D01*
X-47416Y-4922D01*
X-47365Y-4937D01*
X-47305Y-4948D01*
X-47243Y-4959D01*
X-47176Y-4966D01*
X-47102Y-4970D01*
X-47021Y-4974D01*
X-47017D01*
X-47002D01*
X-46976D01*
X-46946Y-4970D01*
X-46909D01*
X-46865Y-4966D01*
X-46817Y-4963D01*
X-46765Y-4959D01*
X-46658Y-4944D01*
X-46551Y-4922D01*
X-46499Y-4907D01*
X-46451Y-4889D01*
X-46406Y-4870D01*
X-46366Y-4848D01*
X-46362D01*
X-46358Y-4840D01*
X-46336Y-4826D01*
X-46303Y-4796D01*
X-46269Y-4752D01*
X-46232Y-4700D01*
X-46199Y-4633D01*
X-46177Y-4556D01*
X-46173Y-4511D01*
X-46169Y-4467D01*
Y-4434D01*
X-46173Y-4397D01*
X-46181Y-4348D01*
X-46188Y-4297D01*
X-46203Y-4241D01*
X-46225Y-4186D01*
X-46251Y-4130D01*
X-46824D01*
Y-4507D01*
X-47176Y-4552D01*
Y-3694D01*
X-46033D01*
Y-3697D01*
D02*
G37*
G36*
X-46558Y-7793D02*
X-46532D01*
X-46477Y-7804D01*
X-46410Y-7815D01*
X-46340Y-7834D01*
X-46266Y-7860D01*
X-46195Y-7897D01*
X-46192D01*
X-46188Y-7900D01*
X-46166Y-7915D01*
X-46132Y-7941D01*
X-46092Y-7971D01*
X-46047Y-8015D01*
X-45999Y-8067D01*
X-45955Y-8126D01*
X-45914Y-8193D01*
Y-8196D01*
X-45911Y-8200D01*
X-45907Y-8211D01*
X-45899Y-8226D01*
X-45885Y-8267D01*
X-45866Y-8319D01*
X-45848Y-8381D01*
X-45833Y-8459D01*
X-45822Y-8540D01*
X-45818Y-8633D01*
Y-8652D01*
X-45822Y-8674D01*
Y-8703D01*
X-45829Y-8740D01*
X-45836Y-8785D01*
X-45844Y-8833D01*
X-45859Y-8885D01*
X-45877Y-8940D01*
X-45896Y-8999D01*
X-45922Y-9059D01*
X-45955Y-9118D01*
X-45992Y-9181D01*
X-46033Y-9240D01*
X-46084Y-9299D01*
X-46140Y-9354D01*
X-46380Y-9103D01*
X-46377Y-9099D01*
X-46373Y-9092D01*
X-46362Y-9081D01*
X-46347Y-9066D01*
X-46332Y-9047D01*
X-46314Y-9025D01*
X-46273Y-8970D01*
X-46232Y-8899D01*
X-46199Y-8822D01*
X-46184Y-8781D01*
X-46177Y-8737D01*
X-46169Y-8692D01*
X-46166Y-8648D01*
Y-8640D01*
X-46169Y-8614D01*
X-46173Y-8581D01*
X-46181Y-8537D01*
X-46195Y-8489D01*
X-46214Y-8441D01*
X-46244Y-8393D01*
X-46281Y-8348D01*
X-46288Y-8344D01*
X-46303Y-8330D01*
X-46329Y-8311D01*
X-46366Y-8293D01*
X-46414Y-8270D01*
X-46473Y-8256D01*
X-46540Y-8241D01*
X-46617Y-8237D01*
X-46621D01*
X-46628D01*
X-46639D01*
X-46654D01*
X-46691Y-8241D01*
X-46739Y-8248D01*
X-46791Y-8259D01*
X-46843Y-8278D01*
X-46891Y-8300D01*
X-46932Y-8330D01*
X-46935Y-8333D01*
X-46946Y-8344D01*
X-46965Y-8367D01*
X-46984Y-8393D01*
X-46998Y-8429D01*
X-47017Y-8470D01*
X-47028Y-8518D01*
X-47032Y-8574D01*
Y-8600D01*
X-47028Y-8618D01*
X-47024Y-8663D01*
X-47013Y-8718D01*
Y-8722D01*
X-47009Y-8729D01*
X-47006Y-8744D01*
X-46998Y-8766D01*
X-46991Y-8788D01*
X-46980Y-8818D01*
X-46954Y-8885D01*
Y-9195D01*
X-48175D01*
Y-7867D01*
X-47838Y-7919D01*
Y-8781D01*
X-47276D01*
X-47280Y-8774D01*
X-47291Y-8759D01*
X-47302Y-8729D01*
X-47320Y-8688D01*
X-47335Y-8640D01*
X-47346Y-8585D01*
X-47357Y-8518D01*
X-47361Y-8444D01*
Y-8411D01*
X-47357Y-8378D01*
X-47350Y-8330D01*
X-47339Y-8278D01*
X-47320Y-8222D01*
X-47298Y-8163D01*
X-47268Y-8108D01*
X-47265Y-8100D01*
X-47254Y-8082D01*
X-47231Y-8056D01*
X-47202Y-8022D01*
X-47165Y-7986D01*
X-47120Y-7945D01*
X-47069Y-7908D01*
X-47009Y-7875D01*
X-47002Y-7871D01*
X-46980Y-7860D01*
X-46946Y-7849D01*
X-46898Y-7830D01*
X-46839Y-7815D01*
X-46773Y-7804D01*
X-46699Y-7793D01*
X-46617Y-7789D01*
X-46613D01*
X-46606D01*
X-46595D01*
X-46576D01*
X-46558Y-7793D01*
D02*
G37*
G36*
X-45859Y-10309D02*
Y-10786D01*
X-48175Y-11512D01*
Y-11049D01*
X-46284Y-10542D01*
X-48175Y-10028D01*
Y-9584D01*
X-45859Y-10309D01*
D02*
G37*
G36*
Y-11885D02*
Y-13347D01*
X-46181D01*
X-46184Y-13343D01*
X-46199Y-13328D01*
X-46221Y-13306D01*
X-46251Y-13276D01*
X-46284Y-13239D01*
X-46325Y-13199D01*
X-46369Y-13154D01*
X-46417Y-13103D01*
X-46521Y-12999D01*
X-46628Y-12895D01*
X-46732Y-12792D01*
X-46780Y-12747D01*
X-46824Y-12707D01*
X-46828Y-12703D01*
X-46836Y-12699D01*
X-46847Y-12688D01*
X-46861Y-12673D01*
X-46906Y-12636D01*
X-46958Y-12592D01*
X-47021Y-12544D01*
X-47083Y-12496D01*
X-47150Y-12455D01*
X-47209Y-12418D01*
X-47213D01*
X-47217Y-12414D01*
X-47235Y-12403D01*
X-47268Y-12392D01*
X-47309Y-12374D01*
X-47357Y-12359D01*
X-47413Y-12348D01*
X-47472Y-12337D01*
X-47531Y-12333D01*
X-47539D01*
X-47557D01*
X-47587Y-12337D01*
X-47620Y-12344D01*
X-47661Y-12355D01*
X-47701Y-12370D01*
X-47738Y-12392D01*
X-47775Y-12422D01*
X-47779Y-12426D01*
X-47790Y-12437D01*
X-47805Y-12459D01*
X-47820Y-12485D01*
X-47835Y-12522D01*
X-47849Y-12562D01*
X-47860Y-12610D01*
X-47864Y-12666D01*
Y-12688D01*
X-47860Y-12714D01*
X-47857Y-12747D01*
X-47853Y-12784D01*
X-47842Y-12825D01*
X-47831Y-12866D01*
X-47812Y-12903D01*
X-47809Y-12907D01*
X-47801Y-12921D01*
X-47790Y-12940D01*
X-47772Y-12966D01*
X-47746Y-12999D01*
X-47712Y-13036D01*
X-47675Y-13077D01*
X-47627Y-13121D01*
X-47838Y-13395D01*
X-47842D01*
X-47846Y-13387D01*
X-47857Y-13380D01*
X-47872Y-13369D01*
X-47905Y-13339D01*
X-47949Y-13299D01*
X-47997Y-13251D01*
X-48045Y-13195D01*
X-48090Y-13136D01*
X-48127Y-13069D01*
Y-13066D01*
X-48131Y-13062D01*
X-48134Y-13051D01*
X-48142Y-13036D01*
X-48156Y-12999D01*
X-48175Y-12947D01*
X-48190Y-12884D01*
X-48204Y-12810D01*
X-48216Y-12729D01*
X-48219Y-12640D01*
Y-12603D01*
X-48216Y-12559D01*
X-48208Y-12503D01*
X-48197Y-12440D01*
X-48182Y-12374D01*
X-48160Y-12307D01*
X-48131Y-12241D01*
Y-12237D01*
X-48127Y-12233D01*
X-48116Y-12211D01*
X-48094Y-12181D01*
X-48068Y-12144D01*
X-48034Y-12104D01*
X-47990Y-12059D01*
X-47945Y-12019D01*
X-47890Y-11981D01*
X-47883Y-11978D01*
X-47864Y-11967D01*
X-47831Y-11952D01*
X-47790Y-11937D01*
X-47742Y-11922D01*
X-47683Y-11908D01*
X-47620Y-11896D01*
X-47553Y-11893D01*
X-47550D01*
X-47546D01*
X-47535D01*
X-47516D01*
X-47479Y-11896D01*
X-47427Y-11904D01*
X-47365Y-11915D01*
X-47298Y-11933D01*
X-47228Y-11956D01*
X-47154Y-11989D01*
X-47150D01*
X-47146Y-11993D01*
X-47135Y-12000D01*
X-47120Y-12007D01*
X-47080Y-12030D01*
X-47028Y-12059D01*
X-46965Y-12104D01*
X-46895Y-12155D01*
X-46813Y-12215D01*
X-46728Y-12289D01*
X-46725Y-12292D01*
X-46717Y-12300D01*
X-46706Y-12311D01*
X-46687Y-12326D01*
X-46665Y-12348D01*
X-46639Y-12374D01*
X-46610Y-12403D01*
X-46576Y-12437D01*
X-46543Y-12477D01*
X-46503Y-12518D01*
X-46458Y-12566D01*
X-46414Y-12618D01*
X-46366Y-12673D01*
X-46317Y-12733D01*
X-46266Y-12796D01*
X-46214Y-12862D01*
Y-11841D01*
X-45859Y-11885D01*
D02*
G37*
G36*
X-46107Y-15622D02*
X-46099Y-15633D01*
X-46084Y-15648D01*
X-46066Y-15670D01*
X-46044Y-15700D01*
X-46018Y-15733D01*
X-45992Y-15774D01*
X-45966Y-15822D01*
X-45936Y-15870D01*
X-45911Y-15929D01*
X-45885Y-15989D01*
X-45862Y-16055D01*
X-45844Y-16126D01*
X-45829Y-16199D01*
X-45822Y-16277D01*
X-45818Y-16359D01*
Y-16388D01*
X-45822Y-16410D01*
Y-16436D01*
X-45825Y-16466D01*
X-45829Y-16499D01*
X-45836Y-16536D01*
X-45851Y-16621D01*
X-45877Y-16710D01*
X-45911Y-16803D01*
X-45955Y-16895D01*
Y-16899D01*
X-45962Y-16906D01*
X-45970Y-16917D01*
X-45981Y-16936D01*
X-46014Y-16976D01*
X-46058Y-17028D01*
X-46118Y-17091D01*
X-46188Y-17150D01*
X-46269Y-17210D01*
X-46366Y-17265D01*
X-46369D01*
X-46377Y-17273D01*
X-46395Y-17276D01*
X-46414Y-17287D01*
X-46440Y-17295D01*
X-46473Y-17306D01*
X-46510Y-17321D01*
X-46551Y-17332D01*
X-46595Y-17343D01*
X-46647Y-17358D01*
X-46699Y-17369D01*
X-46758Y-17376D01*
X-46884Y-17391D01*
X-47021Y-17398D01*
X-47024D01*
X-47039D01*
X-47058D01*
X-47083Y-17395D01*
X-47117D01*
X-47154Y-17391D01*
X-47194Y-17387D01*
X-47243Y-17380D01*
X-47342Y-17365D01*
X-47450Y-17339D01*
X-47561Y-17306D01*
X-47664Y-17261D01*
X-47668D01*
X-47675Y-17254D01*
X-47690Y-17247D01*
X-47709Y-17235D01*
X-47731Y-17221D01*
X-47757Y-17206D01*
X-47816Y-17162D01*
X-47883Y-17110D01*
X-47953Y-17047D01*
X-48016Y-16973D01*
X-48075Y-16888D01*
Y-16884D01*
X-48082Y-16877D01*
X-48090Y-16865D01*
X-48097Y-16847D01*
X-48108Y-16825D01*
X-48119Y-16799D01*
X-48134Y-16766D01*
X-48149Y-16732D01*
X-48175Y-16655D01*
X-48197Y-16566D01*
X-48212Y-16466D01*
X-48219Y-16362D01*
Y-16325D01*
X-48216Y-16281D01*
X-48212Y-16229D01*
X-48204Y-16170D01*
X-48193Y-16103D01*
X-48179Y-16037D01*
X-48160Y-15974D01*
Y-15970D01*
X-48156Y-15966D01*
X-48149Y-15944D01*
X-48134Y-15915D01*
X-48116Y-15874D01*
X-48090Y-15822D01*
X-48053Y-15770D01*
X-48012Y-15711D01*
X-47964Y-15652D01*
X-47694Y-15878D01*
X-47698Y-15881D01*
X-47701Y-15889D01*
X-47709Y-15900D01*
X-47720Y-15915D01*
X-47731Y-15937D01*
X-47746Y-15959D01*
X-47779Y-16018D01*
X-47809Y-16089D01*
X-47835Y-16170D01*
X-47853Y-16255D01*
X-47860Y-16303D01*
Y-16373D01*
X-47857Y-16392D01*
X-47853Y-16414D01*
X-47849Y-16436D01*
X-47835Y-16499D01*
X-47812Y-16566D01*
X-47775Y-16636D01*
X-47753Y-16673D01*
X-47727Y-16706D01*
X-47698Y-16740D01*
X-47661Y-16773D01*
X-47657D01*
X-47649Y-16780D01*
X-47638Y-16788D01*
X-47624Y-16799D01*
X-47601Y-16810D01*
X-47576Y-16825D01*
X-47542Y-16840D01*
X-47505Y-16854D01*
X-47464Y-16869D01*
X-47416Y-16884D01*
X-47365Y-16899D01*
X-47305Y-16910D01*
X-47243Y-16921D01*
X-47176Y-16928D01*
X-47102Y-16932D01*
X-47021Y-16936D01*
X-47017D01*
X-47002D01*
X-46980D01*
X-46950Y-16932D01*
X-46913D01*
X-46872Y-16928D01*
X-46828Y-16921D01*
X-46776Y-16914D01*
X-46673Y-16895D01*
X-46569Y-16865D01*
X-46469Y-16825D01*
X-46425Y-16803D01*
X-46384Y-16773D01*
X-46380Y-16769D01*
X-46377Y-16766D01*
X-46354Y-16743D01*
X-46321Y-16706D01*
X-46284Y-16658D01*
X-46247Y-16595D01*
X-46214Y-16521D01*
X-46192Y-16440D01*
X-46188Y-16392D01*
X-46184Y-16344D01*
Y-16318D01*
X-46188Y-16288D01*
X-46192Y-16251D01*
X-46195Y-16211D01*
X-46207Y-16166D01*
X-46218Y-16122D01*
X-46232Y-16077D01*
X-46236Y-16074D01*
X-46240Y-16059D01*
X-46255Y-16037D01*
X-46269Y-16003D01*
X-46292Y-15966D01*
X-46314Y-15926D01*
X-46347Y-15878D01*
X-46380Y-15830D01*
X-46110Y-15619D01*
X-46107Y-15622D01*
D02*
G37*
G36*
X-46969Y-17672D02*
X-46924D01*
X-46872Y-17680D01*
X-46810Y-17683D01*
X-46743Y-17694D01*
X-46669Y-17705D01*
X-46595Y-17724D01*
X-46517Y-17742D01*
X-46443Y-17768D01*
X-46366Y-17798D01*
X-46295Y-17835D01*
X-46229Y-17876D01*
X-46166Y-17924D01*
X-46114Y-17979D01*
X-46110Y-17983D01*
X-46103Y-17994D01*
X-46092Y-18009D01*
X-46073Y-18035D01*
X-46055Y-18064D01*
X-46033Y-18101D01*
X-46010Y-18142D01*
X-45988Y-18190D01*
X-45962Y-18246D01*
X-45940Y-18301D01*
X-45918Y-18368D01*
X-45899Y-18434D01*
X-45881Y-18508D01*
X-45870Y-18586D01*
X-45862Y-18667D01*
X-45859Y-18753D01*
Y-19337D01*
X-48175D01*
Y-18738D01*
X-48171Y-18704D01*
X-48167Y-18660D01*
X-48160Y-18612D01*
X-48153Y-18556D01*
X-48145Y-18497D01*
X-48116Y-18368D01*
X-48094Y-18301D01*
X-48071Y-18235D01*
X-48042Y-18168D01*
X-48008Y-18101D01*
X-47971Y-18038D01*
X-47927Y-17979D01*
X-47923Y-17976D01*
X-47916Y-17964D01*
X-47901Y-17950D01*
X-47879Y-17931D01*
X-47849Y-17905D01*
X-47816Y-17879D01*
X-47772Y-17853D01*
X-47723Y-17824D01*
X-47668Y-17794D01*
X-47601Y-17768D01*
X-47527Y-17739D01*
X-47446Y-17717D01*
X-47357Y-17698D01*
X-47257Y-17683D01*
X-47150Y-17672D01*
X-47032Y-17668D01*
X-47024D01*
X-47002D01*
X-46969Y-17672D01*
D02*
G37*
G36*
X-45859Y-20029D02*
X-46399Y-20188D01*
Y-20939D01*
X-45859Y-21098D01*
Y-21542D01*
X-48175Y-20817D01*
Y-20295D01*
X-45859Y-19570D01*
Y-20029D01*
D02*
G37*
G36*
X16236Y57410D02*
X16262Y57402D01*
X16291Y57395D01*
X16325Y57380D01*
X16358Y57361D01*
X16387Y57336D01*
X16391Y57332D01*
X16398Y57321D01*
X16413Y57306D01*
X16428Y57284D01*
X16439Y57258D01*
X16454Y57228D01*
X16461Y57191D01*
X16465Y57154D01*
Y57151D01*
Y57136D01*
X16461Y57113D01*
X16454Y57088D01*
X16447Y57058D01*
X16432Y57028D01*
X16413Y56995D01*
X16387Y56966D01*
X16384Y56962D01*
X16373Y56954D01*
X16358Y56943D01*
X16336Y56928D01*
X16306Y56914D01*
X16273Y56903D01*
X16232Y56895D01*
X16191Y56892D01*
X16173D01*
X16151Y56895D01*
X16121Y56903D01*
X16091Y56910D01*
X16058Y56921D01*
X16025Y56940D01*
X15995Y56966D01*
X15992Y56969D01*
X15984Y56980D01*
X15973Y56995D01*
X15958Y57017D01*
X15943Y57043D01*
X15932Y57077D01*
X15925Y57113D01*
X15921Y57154D01*
Y57158D01*
Y57173D01*
X15925Y57195D01*
X15932Y57221D01*
X15940Y57247D01*
X15951Y57280D01*
X15969Y57310D01*
X15995Y57339D01*
X15999Y57343D01*
X16010Y57350D01*
X16025Y57361D01*
X16051Y57376D01*
X16077Y57391D01*
X16110Y57402D01*
X16151Y57410D01*
X16191Y57413D01*
X16214D01*
X16236Y57410D01*
D02*
G37*
G36*
X2453Y57139D02*
X2505Y57136D01*
X2564Y57128D01*
X2631Y57117D01*
X2697Y57102D01*
X2760Y57084D01*
X2764D01*
X2768Y57080D01*
X2790Y57073D01*
X2819Y57058D01*
X2860Y57039D01*
X2912Y57014D01*
X2964Y56977D01*
X3023Y56936D01*
X3082Y56888D01*
X2857Y56618D01*
X2853Y56621D01*
X2845Y56625D01*
X2834Y56633D01*
X2819Y56644D01*
X2797Y56655D01*
X2775Y56669D01*
X2716Y56703D01*
X2646Y56732D01*
X2564Y56758D01*
X2479Y56777D01*
X2431Y56784D01*
X2361D01*
X2342Y56780D01*
X2320Y56777D01*
X2298Y56773D01*
X2235Y56758D01*
X2168Y56736D01*
X2098Y56699D01*
X2061Y56677D01*
X2028Y56651D01*
X1994Y56621D01*
X1961Y56584D01*
Y56581D01*
X1954Y56573D01*
X1946Y56562D01*
X1935Y56547D01*
X1924Y56525D01*
X1909Y56499D01*
X1894Y56466D01*
X1880Y56429D01*
X1865Y56388D01*
X1850Y56340D01*
X1835Y56288D01*
X1824Y56229D01*
X1813Y56166D01*
X1806Y56100D01*
X1802Y56026D01*
X1798Y55944D01*
Y55941D01*
Y55926D01*
Y55904D01*
X1802Y55874D01*
Y55837D01*
X1806Y55796D01*
X1813Y55752D01*
X1821Y55700D01*
X1839Y55597D01*
X1869Y55493D01*
X1909Y55393D01*
X1932Y55349D01*
X1961Y55308D01*
X1965Y55304D01*
X1969Y55300D01*
X1991Y55278D01*
X2028Y55245D01*
X2076Y55208D01*
X2139Y55171D01*
X2213Y55138D01*
X2294Y55115D01*
X2342Y55112D01*
X2390Y55108D01*
X2416D01*
X2446Y55112D01*
X2483Y55115D01*
X2523Y55119D01*
X2568Y55130D01*
X2612Y55141D01*
X2657Y55156D01*
X2660Y55160D01*
X2675Y55164D01*
X2697Y55178D01*
X2731Y55193D01*
X2768Y55215D01*
X2808Y55238D01*
X2857Y55271D01*
X2905Y55304D01*
X3115Y55034D01*
X3112Y55030D01*
X3101Y55023D01*
X3086Y55008D01*
X3064Y54990D01*
X3034Y54967D01*
X3001Y54942D01*
X2960Y54916D01*
X2912Y54890D01*
X2864Y54860D01*
X2805Y54834D01*
X2746Y54808D01*
X2679Y54786D01*
X2609Y54768D01*
X2535Y54753D01*
X2457Y54746D01*
X2376Y54742D01*
X2346D01*
X2324Y54746D01*
X2298D01*
X2268Y54749D01*
X2235Y54753D01*
X2198Y54760D01*
X2113Y54775D01*
X2024Y54801D01*
X1932Y54834D01*
X1839Y54879D01*
X1835D01*
X1828Y54886D01*
X1817Y54893D01*
X1798Y54905D01*
X1758Y54938D01*
X1706Y54982D01*
X1643Y55041D01*
X1584Y55112D01*
X1524Y55193D01*
X1469Y55289D01*
Y55293D01*
X1462Y55300D01*
X1458Y55319D01*
X1447Y55338D01*
X1439Y55363D01*
X1428Y55397D01*
X1414Y55434D01*
X1402Y55474D01*
X1391Y55519D01*
X1376Y55571D01*
X1365Y55622D01*
X1358Y55682D01*
X1343Y55807D01*
X1336Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X1340Y56007D01*
Y56041D01*
X1343Y56077D01*
X1347Y56118D01*
X1354Y56166D01*
X1369Y56266D01*
X1395Y56374D01*
X1428Y56485D01*
X1473Y56588D01*
Y56592D01*
X1480Y56599D01*
X1488Y56614D01*
X1499Y56633D01*
X1513Y56655D01*
X1528Y56681D01*
X1573Y56740D01*
X1624Y56806D01*
X1687Y56877D01*
X1761Y56940D01*
X1846Y56999D01*
X1850D01*
X1857Y57006D01*
X1869Y57014D01*
X1887Y57021D01*
X1909Y57032D01*
X1935Y57043D01*
X1969Y57058D01*
X2002Y57073D01*
X2080Y57099D01*
X2168Y57121D01*
X2268Y57136D01*
X2372Y57143D01*
X2409D01*
X2453Y57139D01*
D02*
G37*
G36*
X-9557D02*
X-9505Y57136D01*
X-9446Y57128D01*
X-9379Y57117D01*
X-9313Y57102D01*
X-9250Y57084D01*
X-9246D01*
X-9243Y57080D01*
X-9220Y57073D01*
X-9191Y57058D01*
X-9150Y57039D01*
X-9098Y57014D01*
X-9046Y56977D01*
X-8987Y56936D01*
X-8928Y56888D01*
X-9154Y56618D01*
X-9157Y56621D01*
X-9165Y56625D01*
X-9176Y56633D01*
X-9191Y56644D01*
X-9213Y56655D01*
X-9235Y56669D01*
X-9294Y56703D01*
X-9365Y56732D01*
X-9446Y56758D01*
X-9531Y56777D01*
X-9579Y56784D01*
X-9650D01*
X-9668Y56780D01*
X-9690Y56777D01*
X-9712Y56773D01*
X-9775Y56758D01*
X-9842Y56736D01*
X-9912Y56699D01*
X-9949Y56677D01*
X-9983Y56651D01*
X-10016Y56621D01*
X-10049Y56584D01*
Y56581D01*
X-10057Y56573D01*
X-10064Y56562D01*
X-10075Y56547D01*
X-10086Y56525D01*
X-10101Y56499D01*
X-10116Y56466D01*
X-10131Y56429D01*
X-10145Y56388D01*
X-10160Y56340D01*
X-10175Y56288D01*
X-10186Y56229D01*
X-10197Y56166D01*
X-10204Y56100D01*
X-10208Y56026D01*
X-10212Y55944D01*
Y55941D01*
Y55926D01*
Y55904D01*
X-10208Y55874D01*
Y55837D01*
X-10204Y55796D01*
X-10197Y55752D01*
X-10190Y55700D01*
X-10171Y55597D01*
X-10142Y55493D01*
X-10101Y55393D01*
X-10079Y55349D01*
X-10049Y55308D01*
X-10045Y55304D01*
X-10042Y55300D01*
X-10019Y55278D01*
X-9983Y55245D01*
X-9934Y55208D01*
X-9871Y55171D01*
X-9798Y55138D01*
X-9716Y55115D01*
X-9668Y55112D01*
X-9620Y55108D01*
X-9594D01*
X-9564Y55112D01*
X-9527Y55115D01*
X-9487Y55119D01*
X-9442Y55130D01*
X-9398Y55141D01*
X-9353Y55156D01*
X-9350Y55160D01*
X-9335Y55164D01*
X-9313Y55178D01*
X-9279Y55193D01*
X-9243Y55215D01*
X-9202Y55238D01*
X-9154Y55271D01*
X-9106Y55304D01*
X-8895Y55034D01*
X-8898Y55030D01*
X-8909Y55023D01*
X-8924Y55008D01*
X-8946Y54990D01*
X-8976Y54967D01*
X-9009Y54942D01*
X-9050Y54916D01*
X-9098Y54890D01*
X-9146Y54860D01*
X-9206Y54834D01*
X-9265Y54808D01*
X-9331Y54786D01*
X-9402Y54768D01*
X-9476Y54753D01*
X-9553Y54746D01*
X-9635Y54742D01*
X-9664D01*
X-9686Y54746D01*
X-9712D01*
X-9742Y54749D01*
X-9775Y54753D01*
X-9812Y54760D01*
X-9897Y54775D01*
X-9986Y54801D01*
X-10079Y54834D01*
X-10171Y54879D01*
X-10175D01*
X-10182Y54886D01*
X-10193Y54893D01*
X-10212Y54905D01*
X-10253Y54938D01*
X-10304Y54982D01*
X-10367Y55041D01*
X-10426Y55112D01*
X-10486Y55193D01*
X-10541Y55289D01*
Y55293D01*
X-10549Y55300D01*
X-10552Y55319D01*
X-10563Y55338D01*
X-10571Y55363D01*
X-10582Y55397D01*
X-10597Y55434D01*
X-10608Y55474D01*
X-10619Y55519D01*
X-10634Y55571D01*
X-10645Y55622D01*
X-10652Y55682D01*
X-10667Y55807D01*
X-10674Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X-10671Y56007D01*
Y56041D01*
X-10667Y56077D01*
X-10663Y56118D01*
X-10656Y56166D01*
X-10641Y56266D01*
X-10615Y56374D01*
X-10582Y56485D01*
X-10537Y56588D01*
Y56592D01*
X-10530Y56599D01*
X-10523Y56614D01*
X-10512Y56633D01*
X-10497Y56655D01*
X-10482Y56681D01*
X-10438Y56740D01*
X-10386Y56806D01*
X-10323Y56877D01*
X-10249Y56940D01*
X-10164Y56999D01*
X-10160D01*
X-10153Y57006D01*
X-10142Y57014D01*
X-10123Y57021D01*
X-10101Y57032D01*
X-10075Y57043D01*
X-10042Y57058D01*
X-10008Y57073D01*
X-9931Y57099D01*
X-9842Y57121D01*
X-9742Y57136D01*
X-9638Y57143D01*
X-9601D01*
X-9557Y57139D01*
D02*
G37*
G36*
X-17630D02*
X-17579Y57136D01*
X-17519Y57128D01*
X-17453Y57113D01*
X-17390Y57099D01*
X-17327Y57077D01*
X-17323D01*
X-17320Y57073D01*
X-17297Y57065D01*
X-17268Y57047D01*
X-17227Y57025D01*
X-17179Y56991D01*
X-17123Y56954D01*
X-17068Y56906D01*
X-17009Y56851D01*
X-17253Y56599D01*
X-17257Y56603D01*
X-17275Y56614D01*
X-17297Y56633D01*
X-17327Y56655D01*
X-17360Y56677D01*
X-17401Y56699D01*
X-17438Y56721D01*
X-17479Y56740D01*
X-17482Y56744D01*
X-17497Y56747D01*
X-17516Y56755D01*
X-17545Y56762D01*
X-17575Y56769D01*
X-17616Y56777D01*
X-17656Y56784D01*
X-17723D01*
X-17741Y56780D01*
X-17764Y56777D01*
X-17786Y56773D01*
X-17845Y56758D01*
X-17908Y56736D01*
X-17978Y56699D01*
X-18011Y56677D01*
X-18045Y56651D01*
X-18078Y56621D01*
X-18108Y56584D01*
Y56581D01*
X-18115Y56573D01*
X-18123Y56562D01*
X-18134Y56547D01*
X-18145Y56525D01*
X-18159Y56499D01*
X-18171Y56466D01*
X-18185Y56429D01*
X-18200Y56388D01*
X-18215Y56340D01*
X-18230Y56288D01*
X-18241Y56229D01*
X-18252Y56166D01*
X-18259Y56100D01*
X-18263Y56026D01*
X-18267Y55944D01*
Y55941D01*
Y55926D01*
Y55900D01*
X-18263Y55870D01*
Y55833D01*
X-18259Y55789D01*
X-18256Y55741D01*
X-18252Y55689D01*
X-18237Y55582D01*
X-18215Y55474D01*
X-18200Y55423D01*
X-18182Y55374D01*
X-18163Y55330D01*
X-18141Y55289D01*
Y55286D01*
X-18134Y55282D01*
X-18119Y55260D01*
X-18089Y55226D01*
X-18045Y55193D01*
X-17993Y55156D01*
X-17926Y55123D01*
X-17849Y55101D01*
X-17804Y55097D01*
X-17760Y55093D01*
X-17727D01*
X-17690Y55097D01*
X-17641Y55104D01*
X-17590Y55112D01*
X-17534Y55127D01*
X-17479Y55149D01*
X-17423Y55175D01*
Y55748D01*
X-17801D01*
X-17845Y56100D01*
X-16987D01*
Y54956D01*
X-16990D01*
X-16994Y54953D01*
X-17005Y54945D01*
X-17020Y54938D01*
X-17057Y54919D01*
X-17105Y54897D01*
X-17164Y54871D01*
X-17227Y54842D01*
X-17294Y54816D01*
X-17364Y54794D01*
X-17368D01*
X-17371Y54790D01*
X-17382D01*
X-17397Y54786D01*
X-17434Y54779D01*
X-17486Y54768D01*
X-17545Y54757D01*
X-17616Y54749D01*
X-17693Y54746D01*
X-17778Y54742D01*
X-17797D01*
X-17823Y54746D01*
X-17852D01*
X-17889Y54753D01*
X-17934Y54757D01*
X-17982Y54768D01*
X-18034Y54779D01*
X-18089Y54797D01*
X-18148Y54816D01*
X-18208Y54842D01*
X-18267Y54871D01*
X-18322Y54908D01*
X-18378Y54949D01*
X-18433Y54993D01*
X-18481Y55049D01*
X-18485Y55053D01*
X-18493Y55064D01*
X-18504Y55082D01*
X-18518Y55104D01*
X-18541Y55138D01*
X-18559Y55178D01*
X-18581Y55223D01*
X-18604Y55275D01*
X-18629Y55338D01*
X-18652Y55404D01*
X-18670Y55474D01*
X-18689Y55556D01*
X-18707Y55645D01*
X-18718Y55737D01*
X-18726Y55837D01*
X-18729Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X-18726Y56007D01*
Y56041D01*
X-18722Y56077D01*
X-18718Y56122D01*
X-18711Y56170D01*
X-18696Y56270D01*
X-18674Y56381D01*
X-18641Y56492D01*
X-18596Y56595D01*
Y56599D01*
X-18589Y56607D01*
X-18581Y56621D01*
X-18570Y56640D01*
X-18555Y56662D01*
X-18541Y56688D01*
X-18500Y56747D01*
X-18444Y56814D01*
X-18382Y56880D01*
X-18307Y56947D01*
X-18226Y57003D01*
X-18222D01*
X-18215Y57010D01*
X-18204Y57017D01*
X-18185Y57025D01*
X-18163Y57036D01*
X-18137Y57047D01*
X-18108Y57058D01*
X-18074Y57073D01*
X-17997Y57099D01*
X-17912Y57121D01*
X-17815Y57136D01*
X-17712Y57143D01*
X-17675D01*
X-17630Y57139D01*
D02*
G37*
G36*
X-13109Y57258D02*
Y54782D01*
X-13498D01*
X-13516Y54993D01*
X-13520Y54990D01*
X-13523Y54975D01*
X-13534Y54953D01*
X-13553Y54927D01*
X-13575Y54897D01*
X-13605Y54864D01*
X-13645Y54834D01*
X-13690Y54808D01*
X-13697Y54805D01*
X-13712Y54797D01*
X-13738Y54786D01*
X-13775Y54775D01*
X-13816Y54764D01*
X-13864Y54753D01*
X-13919Y54746D01*
X-13975Y54742D01*
X-14008D01*
X-14030Y54746D01*
X-14060Y54749D01*
X-14093Y54757D01*
X-14167Y54775D01*
X-14252Y54805D01*
X-14293Y54823D01*
X-14337Y54849D01*
X-14378Y54879D01*
X-14419Y54912D01*
X-14456Y54949D01*
X-14489Y54993D01*
Y54997D01*
X-14496Y55005D01*
X-14504Y55019D01*
X-14515Y55038D01*
X-14530Y55064D01*
X-14545Y55097D01*
X-14559Y55130D01*
X-14574Y55175D01*
X-14589Y55219D01*
X-14604Y55271D01*
X-14619Y55326D01*
X-14633Y55389D01*
X-14645Y55456D01*
X-14652Y55523D01*
X-14656Y55600D01*
X-14659Y55678D01*
Y55682D01*
Y55689D01*
Y55704D01*
Y55722D01*
X-14656Y55748D01*
Y55774D01*
X-14648Y55841D01*
X-14637Y55915D01*
X-14622Y55996D01*
X-14604Y56077D01*
X-14574Y56159D01*
Y56163D01*
X-14570Y56170D01*
X-14567Y56181D01*
X-14559Y56192D01*
X-14537Y56233D01*
X-14511Y56281D01*
X-14478Y56333D01*
X-14434Y56388D01*
X-14382Y56444D01*
X-14326Y56492D01*
X-14323D01*
X-14319Y56496D01*
X-14297Y56510D01*
X-14263Y56529D01*
X-14219Y56555D01*
X-14160Y56577D01*
X-14097Y56595D01*
X-14023Y56610D01*
X-13945Y56614D01*
X-13919D01*
X-13901Y56610D01*
X-13875D01*
X-13849Y56603D01*
X-13790Y56592D01*
X-13723Y56570D01*
X-13657Y56536D01*
X-13623Y56514D01*
X-13594Y56492D01*
X-13568Y56462D01*
X-13542Y56429D01*
Y57306D01*
X-13109Y57258D01*
D02*
G37*
G36*
X18448Y56610D02*
X18471D01*
X18493Y56607D01*
X18548Y56595D01*
X18611Y56581D01*
X18674Y56555D01*
X18737Y56518D01*
X18789Y56470D01*
X18796Y56462D01*
X18811Y56444D01*
X18829Y56410D01*
X18855Y56366D01*
X18881Y56311D01*
X18900Y56240D01*
X18914Y56159D01*
X18922Y56070D01*
Y54782D01*
X18489D01*
Y55889D01*
Y55896D01*
Y55915D01*
Y55941D01*
X18485Y55978D01*
X18482Y56052D01*
X18478Y56089D01*
X18471Y56122D01*
Y56126D01*
X18467Y56137D01*
X18463Y56148D01*
X18459Y56166D01*
X18441Y56203D01*
X18426Y56222D01*
X18411Y56237D01*
X18408D01*
X18404Y56240D01*
X18393Y56248D01*
X18378Y56255D01*
X18360Y56259D01*
X18334Y56266D01*
X18308Y56270D01*
X18256D01*
X18234Y56266D01*
X18208Y56262D01*
X18178Y56255D01*
X18141Y56240D01*
X18104Y56226D01*
X18067Y56203D01*
X18064Y56200D01*
X18052Y56192D01*
X18034Y56177D01*
X18012Y56159D01*
X17986Y56133D01*
X17960Y56107D01*
X17904Y56041D01*
Y54782D01*
X17471D01*
Y56570D01*
X17853D01*
X17871Y56348D01*
X17875Y56351D01*
X17882Y56366D01*
X17901Y56388D01*
X17923Y56418D01*
X17953Y56447D01*
X17989Y56477D01*
X18034Y56510D01*
X18086Y56540D01*
X18093Y56544D01*
X18112Y56551D01*
X18141Y56562D01*
X18182Y56577D01*
X18230Y56592D01*
X18285Y56603D01*
X18345Y56610D01*
X18408Y56614D01*
X18433D01*
X18448Y56610D01*
D02*
G37*
G36*
X-15581Y56610D02*
X-15558D01*
X-15536Y56607D01*
X-15481Y56595D01*
X-15418Y56581D01*
X-15355Y56555D01*
X-15292Y56518D01*
X-15240Y56470D01*
X-15233Y56462D01*
X-15218Y56444D01*
X-15200Y56410D01*
X-15174Y56366D01*
X-15148Y56311D01*
X-15129Y56240D01*
X-15114Y56159D01*
X-15107Y56070D01*
Y54782D01*
X-15540D01*
Y55889D01*
Y55896D01*
Y55915D01*
Y55941D01*
X-15544Y55978D01*
X-15547Y56052D01*
X-15551Y56089D01*
X-15558Y56122D01*
Y56126D01*
X-15562Y56137D01*
X-15566Y56148D01*
X-15570Y56166D01*
X-15588Y56203D01*
X-15603Y56222D01*
X-15618Y56237D01*
X-15621D01*
X-15625Y56240D01*
X-15636Y56248D01*
X-15651Y56255D01*
X-15669Y56259D01*
X-15695Y56266D01*
X-15721Y56270D01*
X-15773D01*
X-15795Y56266D01*
X-15821Y56262D01*
X-15851Y56255D01*
X-15888Y56240D01*
X-15925Y56226D01*
X-15962Y56203D01*
X-15965Y56200D01*
X-15977Y56192D01*
X-15995Y56177D01*
X-16017Y56159D01*
X-16043Y56133D01*
X-16069Y56107D01*
X-16125Y56041D01*
Y54782D01*
X-16557D01*
Y56570D01*
X-16176D01*
X-16158Y56348D01*
X-16154Y56351D01*
X-16147Y56366D01*
X-16128Y56388D01*
X-16106Y56418D01*
X-16076Y56447D01*
X-16039Y56477D01*
X-15995Y56510D01*
X-15943Y56540D01*
X-15936Y56544D01*
X-15917Y56551D01*
X-15888Y56562D01*
X-15847Y56577D01*
X-15799Y56592D01*
X-15743Y56603D01*
X-15684Y56610D01*
X-15621Y56614D01*
X-15595D01*
X-15581Y56610D01*
D02*
G37*
G36*
X-1040Y54782D02*
X-1487D01*
Y55807D01*
X-2157D01*
Y54782D01*
X-2605D01*
Y57099D01*
X-2157D01*
Y56181D01*
X-1487D01*
Y57099D01*
X-1040D01*
Y54782D01*
D02*
G37*
G36*
X14430Y54782D02*
X13953D01*
X13228Y57099D01*
X13690D01*
X14197Y55208D01*
X14711Y57099D01*
X15155D01*
X14430Y54782D01*
D02*
G37*
G36*
X6967Y54782D02*
X6416D01*
X5754Y56699D01*
Y56692D01*
X5757Y56677D01*
Y56651D01*
X5761Y56614D01*
X5765Y56570D01*
X5768Y56521D01*
X5776Y56462D01*
X5779Y56403D01*
X5783Y56336D01*
X5791Y56266D01*
X5798Y56122D01*
X5802Y55978D01*
X5805Y55837D01*
Y54782D01*
X5402D01*
Y57099D01*
X5953D01*
X6616Y55182D01*
Y55186D01*
Y55190D01*
X6612Y55201D01*
Y55215D01*
X6608Y55256D01*
X6605Y55308D01*
X6597Y55367D01*
X6590Y55434D01*
X6586Y55504D01*
X6579Y55578D01*
Y55582D01*
Y55585D01*
Y55597D01*
X6575Y55615D01*
Y55633D01*
Y55656D01*
X6571Y55711D01*
X6568Y55782D01*
Y55859D01*
X6564Y55948D01*
Y56044D01*
Y57099D01*
X6967D01*
Y54782D01*
D02*
G37*
G36*
X-5043D02*
X-5594D01*
X-6257Y56699D01*
Y56692D01*
X-6253Y56677D01*
Y56651D01*
X-6249Y56614D01*
X-6245Y56570D01*
X-6242Y56521D01*
X-6234Y56462D01*
X-6231Y56403D01*
X-6227Y56336D01*
X-6220Y56266D01*
X-6212Y56122D01*
X-6208Y55978D01*
X-6205Y55837D01*
Y54782D01*
X-6608D01*
Y57099D01*
X-6057D01*
X-5395Y55182D01*
Y55186D01*
Y55190D01*
X-5398Y55201D01*
Y55215D01*
X-5402Y55256D01*
X-5406Y55308D01*
X-5413Y55367D01*
X-5420Y55434D01*
X-5424Y55504D01*
X-5432Y55578D01*
Y55582D01*
Y55585D01*
Y55597D01*
X-5435Y55615D01*
Y55633D01*
Y55656D01*
X-5439Y55711D01*
X-5443Y55782D01*
Y55859D01*
X-5446Y55948D01*
Y56044D01*
Y57099D01*
X-5043D01*
Y54782D01*
D02*
G37*
G36*
X16476Y55112D02*
X16950D01*
Y54782D01*
X15533D01*
Y55112D01*
X16047D01*
Y56237D01*
X15548D01*
Y56570D01*
X16476D01*
Y55112D01*
D02*
G37*
G36*
X10009Y55160D02*
X11022D01*
X10974Y54782D01*
X9565D01*
Y57099D01*
X10009D01*
Y55160D01*
D02*
G37*
G36*
X5169Y54782D02*
X4710D01*
X4551Y55323D01*
X3800D01*
X3641Y54782D01*
X3197D01*
X3922Y57099D01*
X4444D01*
X5169Y54782D01*
D02*
G37*
G36*
X-6841D02*
X-7300D01*
X-7459Y55323D01*
X-8210D01*
X-8369Y54782D01*
X-8813D01*
X-8088Y57099D01*
X-7566D01*
X-6841Y54782D01*
D02*
G37*
G36*
X9036Y54187D02*
X7337Y54187D01*
Y54549D01*
X9036Y54549D01*
Y54187D01*
D02*
G37*
G36*
X-2975Y54187D02*
X-4673D01*
Y54549D01*
X-2975D01*
Y54187D01*
D02*
G37*
G36*
X-49400Y-45000D02*
X-58000D01*
Y-23500D01*
X-49400D01*
Y-45000D01*
D02*
G37*
G36*
X64737Y-15636D02*
X58263D01*
Y-1364D01*
X64737D01*
Y-15636D01*
D02*
G37*
G36*
X-16895Y29757D02*
X-17280D01*
Y30160D01*
X-19796D01*
Y29757D01*
X-20177D01*
Y30626D01*
X-16895D01*
Y29757D01*
D02*
G37*
G36*
X-17616Y27958D02*
X-20177D01*
Y28451D01*
X-17616D01*
Y27958D01*
D02*
G37*
G36*
X-18479Y27574D02*
X-18442Y27570D01*
X-18401Y27562D01*
X-18353Y27555D01*
X-18305Y27544D01*
X-18249Y27529D01*
X-18194Y27511D01*
X-18135Y27488D01*
X-18075Y27463D01*
X-18016Y27429D01*
X-17961Y27392D01*
X-17905Y27352D01*
X-17850Y27303D01*
X-17846Y27300D01*
X-17839Y27292D01*
X-17824Y27278D01*
X-17805Y27255D01*
X-17787Y27229D01*
X-17764Y27196D01*
X-17739Y27159D01*
X-17713Y27119D01*
X-17687Y27070D01*
X-17661Y27019D01*
X-17639Y26963D01*
X-17620Y26900D01*
X-17602Y26837D01*
X-17587Y26767D01*
X-17580Y26697D01*
X-17576Y26619D01*
Y26593D01*
X-17580Y26575D01*
Y26552D01*
X-17583Y26526D01*
X-17591Y26464D01*
X-17605Y26386D01*
X-17624Y26305D01*
X-17653Y26219D01*
X-17691Y26131D01*
Y26127D01*
X-17694Y26120D01*
X-17702Y26108D01*
X-17713Y26094D01*
X-17739Y26053D01*
X-17776Y26001D01*
X-17824Y25946D01*
X-17883Y25886D01*
X-17950Y25831D01*
X-18027Y25779D01*
X-18031D01*
X-18038Y25775D01*
X-18049Y25768D01*
X-18068Y25761D01*
X-18090Y25753D01*
X-18116Y25742D01*
X-18146Y25731D01*
X-18179Y25720D01*
X-18216Y25709D01*
X-18257Y25698D01*
X-18349Y25679D01*
X-18456Y25664D01*
X-18571Y25661D01*
X-18575D01*
X-18582D01*
X-18597D01*
X-18612Y25664D01*
X-18634D01*
X-18660Y25668D01*
X-18723Y25675D01*
X-18793Y25690D01*
X-18871Y25712D01*
X-18956Y25738D01*
X-19041Y25779D01*
X-19045D01*
X-19052Y25787D01*
X-19063Y25790D01*
X-19078Y25801D01*
X-19119Y25831D01*
X-19171Y25868D01*
X-19226Y25916D01*
X-19285Y25975D01*
X-19341Y26042D01*
X-19392Y26120D01*
Y26123D01*
X-19396Y26131D01*
X-19404Y26142D01*
X-19411Y26160D01*
X-19422Y26179D01*
X-19430Y26205D01*
X-19441Y26234D01*
X-19455Y26264D01*
X-19478Y26338D01*
X-19496Y26423D01*
X-19511Y26515D01*
X-19515Y26615D01*
Y26656D01*
X-19511Y26686D01*
X-19507Y26723D01*
X-19500Y26763D01*
X-19492Y26811D01*
X-19481Y26860D01*
X-19466Y26915D01*
X-19448Y26970D01*
X-19426Y27026D01*
X-19400Y27085D01*
X-19367Y27144D01*
X-19330Y27200D01*
X-19289Y27255D01*
X-19241Y27307D01*
X-19237Y27311D01*
X-19230Y27318D01*
X-19211Y27333D01*
X-19193Y27348D01*
X-19163Y27370D01*
X-19133Y27392D01*
X-19093Y27418D01*
X-19052Y27444D01*
X-19004Y27466D01*
X-18952Y27492D01*
X-18893Y27514D01*
X-18834Y27537D01*
X-18767Y27551D01*
X-18701Y27566D01*
X-18627Y27574D01*
X-18549Y27577D01*
X-18545D01*
X-18530D01*
X-18508D01*
X-18479Y27574D01*
D02*
G37*
G36*
X-18993Y25405D02*
X-18997Y25402D01*
X-19004Y25383D01*
X-19019Y25361D01*
X-19034Y25331D01*
X-19048Y25294D01*
X-19063Y25257D01*
X-19071Y25217D01*
X-19074Y25176D01*
Y25161D01*
X-19071Y25139D01*
X-19067Y25117D01*
X-19060Y25091D01*
X-19048Y25061D01*
X-19034Y25032D01*
X-19015Y25002D01*
X-19011Y24998D01*
X-19004Y24991D01*
X-18989Y24976D01*
X-18967Y24961D01*
X-18941Y24943D01*
X-18904Y24924D01*
X-18860Y24906D01*
X-18808Y24891D01*
X-18801D01*
X-18789Y24887D01*
X-18778Y24884D01*
X-18760D01*
X-18738Y24880D01*
X-18708Y24876D01*
X-18675Y24873D01*
X-18638Y24869D01*
X-18590Y24865D01*
X-18541Y24861D01*
X-18482D01*
X-18419Y24858D01*
X-18349Y24854D01*
X-18271D01*
X-18186D01*
X-17616D01*
Y24362D01*
X-19474D01*
Y24817D01*
X-19211D01*
X-19215Y24821D01*
X-19237Y24836D01*
X-19270Y24858D01*
X-19311Y24887D01*
X-19352Y24917D01*
X-19392Y24954D01*
X-19430Y24987D01*
X-19455Y25024D01*
X-19459Y25028D01*
X-19466Y25039D01*
X-19474Y25061D01*
X-19485Y25087D01*
X-19496Y25117D01*
X-19507Y25154D01*
X-19511Y25191D01*
X-19515Y25235D01*
Y25265D01*
X-19511Y25298D01*
X-19503Y25339D01*
X-19492Y25391D01*
X-19474Y25446D01*
X-19452Y25502D01*
X-19418Y25561D01*
X-18993Y25405D01*
D02*
G37*
G36*
X-17646Y24081D02*
X-17642Y24077D01*
X-17635Y24055D01*
X-17624Y24018D01*
X-17613Y23970D01*
X-17598Y23914D01*
X-17587Y23848D01*
X-17580Y23774D01*
X-17576Y23696D01*
Y23674D01*
X-17580Y23648D01*
X-17583Y23615D01*
X-17587Y23578D01*
X-17594Y23537D01*
X-17605Y23496D01*
X-17620Y23456D01*
X-17624Y23452D01*
X-17628Y23437D01*
X-17639Y23418D01*
X-17650Y23396D01*
X-17687Y23345D01*
X-17709Y23319D01*
X-17735Y23296D01*
X-17739Y23293D01*
X-17750Y23289D01*
X-17764Y23282D01*
X-17787Y23270D01*
X-17813Y23259D01*
X-17846Y23248D01*
X-17883Y23237D01*
X-17924Y23230D01*
X-17927D01*
X-17942Y23226D01*
X-17964D01*
X-18001Y23222D01*
X-18049Y23219D01*
X-18109D01*
X-18142Y23215D01*
X-18183D01*
X-18223D01*
X-18271D01*
X-19082D01*
Y22989D01*
X-19474D01*
Y23215D01*
X-19844D01*
X-20132Y23707D01*
X-19474D01*
Y24044D01*
X-19082D01*
Y23707D01*
X-18331D01*
X-18327D01*
X-18319D01*
X-18308D01*
X-18294D01*
X-18257D01*
X-18212D01*
X-18168Y23711D01*
X-18123D01*
X-18090D01*
X-18075Y23715D01*
X-18068D01*
X-18060Y23718D01*
X-18046Y23726D01*
X-18027Y23737D01*
X-18005Y23759D01*
X-18001Y23766D01*
X-17994Y23781D01*
X-17987Y23807D01*
X-17983Y23840D01*
Y23855D01*
X-17987Y23870D01*
X-17990Y23892D01*
X-17994Y23922D01*
X-18001Y23955D01*
X-18012Y23996D01*
X-18027Y24040D01*
X-17646Y24084D01*
Y24081D01*
D02*
G37*
G36*
X-17616Y22201D02*
X-18560D01*
X-18564D01*
X-18575D01*
X-18590D01*
X-18608D01*
X-18634D01*
X-18660D01*
X-18723Y22197D01*
X-18786Y22194D01*
X-18852Y22186D01*
X-18908Y22179D01*
X-18930Y22175D01*
X-18948Y22168D01*
X-18952D01*
X-18963Y22161D01*
X-18978Y22153D01*
X-19000Y22142D01*
X-19045Y22109D01*
X-19067Y22090D01*
X-19085Y22064D01*
X-19089Y22061D01*
X-19093Y22053D01*
X-19100Y22038D01*
X-19111Y22016D01*
X-19122Y21990D01*
X-19130Y21964D01*
X-19133Y21931D01*
X-19137Y21894D01*
Y21872D01*
X-19133Y21850D01*
X-19130Y21820D01*
X-19119Y21783D01*
X-19108Y21746D01*
X-19089Y21705D01*
X-19067Y21665D01*
X-19063Y21661D01*
X-19056Y21650D01*
X-19037Y21631D01*
X-19019Y21609D01*
X-18989Y21587D01*
X-18960Y21565D01*
X-18919Y21543D01*
X-18878Y21528D01*
X-18875D01*
X-18856Y21520D01*
X-18826Y21517D01*
X-18782Y21509D01*
X-18756Y21506D01*
X-18723Y21502D01*
X-18689Y21498D01*
X-18649D01*
X-18608Y21495D01*
X-18560Y21491D01*
X-18508D01*
X-18453D01*
X-17616D01*
Y20999D01*
X-19474D01*
Y21454D01*
X-19200D01*
X-19204Y21457D01*
X-19215Y21465D01*
X-19230Y21480D01*
X-19248Y21498D01*
X-19274Y21520D01*
X-19300Y21550D01*
X-19330Y21583D01*
X-19359Y21620D01*
X-19385Y21661D01*
X-19415Y21709D01*
X-19441Y21757D01*
X-19466Y21813D01*
X-19485Y21872D01*
X-19500Y21931D01*
X-19511Y21998D01*
X-19515Y22064D01*
Y22090D01*
X-19511Y22124D01*
X-19507Y22164D01*
X-19500Y22209D01*
X-19489Y22257D01*
X-19474Y22309D01*
X-19455Y22360D01*
X-19452Y22368D01*
X-19444Y22382D01*
X-19433Y22408D01*
X-19415Y22438D01*
X-19392Y22471D01*
X-19367Y22505D01*
X-19337Y22538D01*
X-19304Y22568D01*
X-19300Y22571D01*
X-19289Y22579D01*
X-19270Y22590D01*
X-19244Y22604D01*
X-19215Y22623D01*
X-19178Y22638D01*
X-19141Y22653D01*
X-19096Y22664D01*
X-19093D01*
X-19074Y22667D01*
X-19048Y22675D01*
X-19011Y22679D01*
X-18967Y22686D01*
X-18908Y22690D01*
X-18845Y22693D01*
X-18767D01*
X-17616D01*
Y22201D01*
D02*
G37*
G36*
X-18479Y20618D02*
X-18442Y20614D01*
X-18401Y20606D01*
X-18353Y20599D01*
X-18305Y20588D01*
X-18249Y20573D01*
X-18194Y20555D01*
X-18135Y20533D01*
X-18075Y20507D01*
X-18016Y20473D01*
X-17961Y20436D01*
X-17905Y20396D01*
X-17850Y20347D01*
X-17846Y20344D01*
X-17839Y20336D01*
X-17824Y20322D01*
X-17805Y20299D01*
X-17787Y20274D01*
X-17764Y20240D01*
X-17739Y20203D01*
X-17713Y20163D01*
X-17687Y20114D01*
X-17661Y20063D01*
X-17639Y20007D01*
X-17620Y19944D01*
X-17602Y19881D01*
X-17587Y19811D01*
X-17580Y19741D01*
X-17576Y19663D01*
Y19637D01*
X-17580Y19619D01*
Y19596D01*
X-17583Y19570D01*
X-17591Y19508D01*
X-17605Y19430D01*
X-17624Y19349D01*
X-17653Y19263D01*
X-17691Y19175D01*
Y19171D01*
X-17694Y19163D01*
X-17702Y19152D01*
X-17713Y19138D01*
X-17739Y19097D01*
X-17776Y19045D01*
X-17824Y18990D01*
X-17883Y18930D01*
X-17950Y18875D01*
X-18027Y18823D01*
X-18031D01*
X-18038Y18819D01*
X-18049Y18812D01*
X-18068Y18805D01*
X-18090Y18797D01*
X-18116Y18786D01*
X-18146Y18775D01*
X-18179Y18764D01*
X-18216Y18753D01*
X-18257Y18742D01*
X-18349Y18723D01*
X-18456Y18708D01*
X-18571Y18705D01*
X-18575D01*
X-18582D01*
X-18597D01*
X-18612Y18708D01*
X-18634D01*
X-18660Y18712D01*
X-18723Y18720D01*
X-18793Y18734D01*
X-18871Y18756D01*
X-18956Y18782D01*
X-19041Y18823D01*
X-19045D01*
X-19052Y18831D01*
X-19063Y18834D01*
X-19078Y18845D01*
X-19119Y18875D01*
X-19171Y18912D01*
X-19226Y18960D01*
X-19285Y19019D01*
X-19341Y19086D01*
X-19392Y19163D01*
Y19167D01*
X-19396Y19175D01*
X-19404Y19186D01*
X-19411Y19204D01*
X-19422Y19223D01*
X-19430Y19249D01*
X-19441Y19278D01*
X-19455Y19308D01*
X-19478Y19382D01*
X-19496Y19467D01*
X-19511Y19559D01*
X-19515Y19659D01*
Y19700D01*
X-19511Y19730D01*
X-19507Y19767D01*
X-19500Y19807D01*
X-19492Y19855D01*
X-19481Y19904D01*
X-19466Y19959D01*
X-19448Y20015D01*
X-19426Y20070D01*
X-19400Y20129D01*
X-19367Y20188D01*
X-19330Y20244D01*
X-19289Y20299D01*
X-19241Y20351D01*
X-19237Y20355D01*
X-19230Y20362D01*
X-19211Y20377D01*
X-19193Y20392D01*
X-19163Y20414D01*
X-19133Y20436D01*
X-19093Y20462D01*
X-19052Y20488D01*
X-19004Y20510D01*
X-18952Y20536D01*
X-18893Y20558D01*
X-18834Y20581D01*
X-18767Y20595D01*
X-18701Y20610D01*
X-18627Y20618D01*
X-18549Y20621D01*
X-18545D01*
X-18530D01*
X-18508D01*
X-18479Y20618D01*
D02*
G37*
G36*
X-18382Y18372D02*
X-18360Y18364D01*
X-18331Y18353D01*
X-18297Y18338D01*
X-18257Y18324D01*
X-18212Y18305D01*
X-18164Y18283D01*
X-18064Y18231D01*
X-17961Y18165D01*
X-17861Y18083D01*
X-17816Y18039D01*
X-17776Y17991D01*
X-17772Y17987D01*
X-17768Y17979D01*
X-17757Y17965D01*
X-17742Y17943D01*
X-17728Y17917D01*
X-17713Y17883D01*
X-17694Y17846D01*
X-17676Y17806D01*
X-17653Y17758D01*
X-17635Y17706D01*
X-17620Y17650D01*
X-17605Y17591D01*
X-17591Y17528D01*
X-17580Y17458D01*
X-17576Y17388D01*
X-17572Y17310D01*
Y17288D01*
X-17576Y17262D01*
X-17580Y17225D01*
X-17583Y17184D01*
X-17591Y17132D01*
X-17602Y17077D01*
X-17616Y17014D01*
X-17635Y16951D01*
X-17657Y16884D01*
X-17687Y16814D01*
X-17720Y16744D01*
X-17757Y16673D01*
X-17805Y16603D01*
X-17857Y16536D01*
X-17920Y16474D01*
X-17924Y16470D01*
X-17935Y16459D01*
X-17957Y16444D01*
X-17983Y16422D01*
X-18020Y16400D01*
X-18060Y16370D01*
X-18112Y16340D01*
X-18171Y16311D01*
X-18234Y16281D01*
X-18305Y16252D01*
X-18386Y16222D01*
X-18471Y16200D01*
X-18560Y16178D01*
X-18660Y16163D01*
X-18764Y16152D01*
X-18875Y16148D01*
X-18878D01*
X-18882D01*
X-18904D01*
X-18937Y16152D01*
X-18982D01*
X-19034Y16159D01*
X-19096Y16166D01*
X-19163Y16174D01*
X-19241Y16189D01*
X-19319Y16207D01*
X-19400Y16229D01*
X-19481Y16255D01*
X-19566Y16289D01*
X-19648Y16326D01*
X-19726Y16370D01*
X-19800Y16418D01*
X-19870Y16477D01*
X-19873Y16481D01*
X-19885Y16492D01*
X-19903Y16511D01*
X-19925Y16536D01*
X-19951Y16570D01*
X-19981Y16611D01*
X-20014Y16655D01*
X-20047Y16710D01*
X-20081Y16770D01*
X-20114Y16833D01*
X-20144Y16906D01*
X-20169Y16981D01*
X-20192Y17066D01*
X-20210Y17151D01*
X-20221Y17247D01*
X-20225Y17343D01*
Y17388D01*
X-20221Y17421D01*
X-20218Y17461D01*
X-20210Y17506D01*
X-20203Y17558D01*
X-20192Y17613D01*
X-20177Y17672D01*
X-20158Y17735D01*
X-20136Y17798D01*
X-20107Y17865D01*
X-20077Y17928D01*
X-20040Y17987D01*
X-19996Y18050D01*
X-19948Y18105D01*
Y18109D01*
X-19940Y18113D01*
X-19929Y18124D01*
X-19918Y18135D01*
X-19899Y18150D01*
X-19877Y18165D01*
X-19825Y18205D01*
X-19759Y18246D01*
X-19677Y18290D01*
X-19585Y18331D01*
X-19478Y18368D01*
X-19355Y17857D01*
X-19359D01*
X-19363Y17854D01*
X-19374D01*
X-19389Y17846D01*
X-19422Y17835D01*
X-19466Y17817D01*
X-19518Y17791D01*
X-19570Y17758D01*
X-19622Y17713D01*
X-19666Y17665D01*
X-19670Y17658D01*
X-19685Y17639D01*
X-19703Y17609D01*
X-19726Y17569D01*
X-19748Y17517D01*
X-19766Y17458D01*
X-19781Y17391D01*
X-19785Y17317D01*
Y17291D01*
X-19781Y17269D01*
X-19777Y17247D01*
X-19774Y17217D01*
X-19759Y17154D01*
X-19733Y17080D01*
X-19696Y17003D01*
X-19674Y16962D01*
X-19648Y16925D01*
X-19614Y16888D01*
X-19578Y16855D01*
X-19574D01*
X-19566Y16847D01*
X-19555Y16840D01*
X-19537Y16829D01*
X-19515Y16814D01*
X-19489Y16799D01*
X-19455Y16784D01*
X-19418Y16770D01*
X-19374Y16751D01*
X-19326Y16736D01*
X-19270Y16722D01*
X-19211Y16707D01*
X-19145Y16696D01*
X-19074Y16688D01*
X-18997Y16684D01*
X-18912Y16681D01*
X-18908D01*
X-18889D01*
X-18863D01*
X-18834Y16684D01*
X-18793D01*
X-18745Y16692D01*
X-18697Y16696D01*
X-18641Y16703D01*
X-18527Y16725D01*
X-18412Y16755D01*
X-18357Y16773D01*
X-18305Y16799D01*
X-18257Y16825D01*
X-18216Y16855D01*
X-18212Y16858D01*
X-18209Y16862D01*
X-18197Y16873D01*
X-18183Y16888D01*
X-18153Y16925D01*
X-18116Y16977D01*
X-18075Y17040D01*
X-18046Y17117D01*
X-18020Y17206D01*
X-18016Y17254D01*
X-18012Y17306D01*
Y17325D01*
X-18016Y17339D01*
X-18020Y17380D01*
X-18027Y17428D01*
X-18046Y17480D01*
X-18068Y17539D01*
X-18098Y17598D01*
X-18142Y17658D01*
X-18149Y17665D01*
X-18168Y17684D01*
X-18197Y17709D01*
X-18242Y17739D01*
X-18301Y17776D01*
X-18371Y17809D01*
X-18456Y17843D01*
X-18556Y17872D01*
X-18401Y18375D01*
X-18397D01*
X-18382Y18372D01*
D02*
G37*
G36*
X-17616Y14302D02*
X-17887D01*
X-17879Y14298D01*
X-17861Y14283D01*
X-17831Y14257D01*
X-17798Y14224D01*
X-17761Y14187D01*
X-17720Y14139D01*
X-17683Y14087D01*
X-17650Y14032D01*
X-17646Y14024D01*
X-17639Y14006D01*
X-17628Y13972D01*
X-17613Y13935D01*
X-17598Y13887D01*
X-17587Y13832D01*
X-17580Y13776D01*
X-17576Y13717D01*
Y13688D01*
X-17580Y13665D01*
X-17583Y13636D01*
X-17591Y13606D01*
X-17598Y13569D01*
X-17609Y13528D01*
X-17620Y13488D01*
X-17639Y13443D01*
X-17657Y13399D01*
X-17683Y13351D01*
X-17713Y13306D01*
X-17746Y13258D01*
X-17787Y13214D01*
X-17831Y13170D01*
X-17835Y13166D01*
X-17842Y13158D01*
X-17857Y13147D01*
X-17879Y13136D01*
X-17905Y13118D01*
X-17938Y13099D01*
X-17975Y13077D01*
X-18020Y13058D01*
X-18068Y13036D01*
X-18120Y13014D01*
X-18179Y12996D01*
X-18242Y12981D01*
X-18312Y12966D01*
X-18386Y12955D01*
X-18464Y12947D01*
X-18549Y12944D01*
X-18553D01*
X-18571D01*
X-18593D01*
X-18627Y12947D01*
X-18667Y12951D01*
X-18712Y12955D01*
X-18764Y12962D01*
X-18815Y12970D01*
X-18934Y12996D01*
X-18993Y13014D01*
X-19052Y13036D01*
X-19111Y13062D01*
X-19167Y13092D01*
X-19219Y13125D01*
X-19267Y13162D01*
X-19270Y13166D01*
X-19278Y13173D01*
X-19289Y13184D01*
X-19307Y13203D01*
X-19326Y13225D01*
X-19344Y13251D01*
X-19367Y13281D01*
X-19392Y13318D01*
X-19415Y13354D01*
X-19437Y13399D01*
X-19478Y13491D01*
X-19492Y13547D01*
X-19503Y13602D01*
X-19511Y13662D01*
X-19515Y13724D01*
Y13754D01*
X-19511Y13776D01*
X-19507Y13802D01*
X-19500Y13836D01*
X-19492Y13869D01*
X-19481Y13909D01*
X-19470Y13950D01*
X-19452Y13995D01*
X-19430Y14039D01*
X-19407Y14083D01*
X-19374Y14131D01*
X-19341Y14176D01*
X-19300Y14220D01*
X-19256Y14265D01*
X-20177D01*
Y14757D01*
X-17616D01*
Y14302D01*
D02*
G37*
G36*
X-18401Y11423D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y11427D01*
X-18327Y11430D01*
X-18275Y11438D01*
X-18223Y11453D01*
X-18164Y11475D01*
X-18109Y11501D01*
X-18060Y11538D01*
X-18057Y11541D01*
X-18042Y11560D01*
X-18023Y11582D01*
X-18001Y11615D01*
X-17979Y11656D01*
X-17961Y11708D01*
X-17946Y11763D01*
X-17942Y11823D01*
Y11841D01*
X-17946Y11863D01*
X-17950Y11889D01*
X-17957Y11919D01*
X-17968Y11952D01*
X-17983Y11986D01*
X-18005Y12015D01*
X-18009Y12019D01*
X-18016Y12030D01*
X-18031Y12045D01*
X-18053Y12060D01*
X-18083Y12082D01*
X-18116Y12100D01*
X-18160Y12119D01*
X-18209Y12137D01*
X-18127Y12626D01*
X-18123D01*
X-18116Y12622D01*
X-18101Y12615D01*
X-18083Y12607D01*
X-18060Y12596D01*
X-18035Y12585D01*
X-17975Y12552D01*
X-17909Y12511D01*
X-17839Y12459D01*
X-17776Y12396D01*
X-17716Y12326D01*
Y12322D01*
X-17709Y12319D01*
X-17705Y12304D01*
X-17694Y12289D01*
X-17683Y12270D01*
X-17672Y12245D01*
X-17661Y12219D01*
X-17646Y12185D01*
X-17620Y12111D01*
X-17598Y12026D01*
X-17583Y11926D01*
X-17576Y11819D01*
Y11797D01*
X-17580Y11775D01*
Y11741D01*
X-17587Y11701D01*
X-17594Y11653D01*
X-17602Y11601D01*
X-17616Y11549D01*
X-17631Y11490D01*
X-17653Y11430D01*
X-17679Y11371D01*
X-17709Y11312D01*
X-17746Y11253D01*
X-17787Y11197D01*
X-17835Y11149D01*
X-17890Y11101D01*
X-17894Y11097D01*
X-17901Y11094D01*
X-17916Y11086D01*
X-17935Y11072D01*
X-17961Y11061D01*
X-17990Y11046D01*
X-18023Y11027D01*
X-18064Y11012D01*
X-18109Y10994D01*
X-18157Y10979D01*
X-18209Y10961D01*
X-18268Y10949D01*
X-18327Y10938D01*
X-18390Y10927D01*
X-18460Y10924D01*
X-18530Y10920D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y10924D01*
X-18645Y10927D01*
X-18689Y10931D01*
X-18738Y10938D01*
X-18793Y10949D01*
X-18908Y10979D01*
X-18967Y10998D01*
X-19030Y11020D01*
X-19089Y11049D01*
X-19145Y11083D01*
X-19200Y11120D01*
X-19252Y11160D01*
X-19256Y11164D01*
X-19263Y11171D01*
X-19278Y11186D01*
X-19293Y11205D01*
X-19311Y11227D01*
X-19333Y11257D01*
X-19359Y11290D01*
X-19385Y11327D01*
X-19407Y11368D01*
X-19433Y11416D01*
X-19455Y11464D01*
X-19474Y11519D01*
X-19489Y11575D01*
X-19503Y11638D01*
X-19511Y11701D01*
X-19515Y11767D01*
Y11808D01*
X-19511Y11838D01*
X-19507Y11871D01*
X-19500Y11912D01*
X-19492Y11956D01*
X-19481Y12004D01*
X-19466Y12056D01*
X-19448Y12108D01*
X-19426Y12163D01*
X-19396Y12219D01*
X-19367Y12270D01*
X-19330Y12322D01*
X-19285Y12374D01*
X-19237Y12418D01*
X-19233Y12422D01*
X-19226Y12430D01*
X-19207Y12441D01*
X-19185Y12455D01*
X-19156Y12474D01*
X-19122Y12492D01*
X-19078Y12515D01*
X-19030Y12537D01*
X-18974Y12559D01*
X-18912Y12581D01*
X-18845Y12600D01*
X-18767Y12618D01*
X-18686Y12633D01*
X-18597Y12644D01*
X-18505Y12652D01*
X-18401D01*
Y11423D01*
D02*
G37*
G36*
X-17646Y10761D02*
X-17642Y10757D01*
X-17635Y10735D01*
X-17624Y10698D01*
X-17613Y10650D01*
X-17598Y10594D01*
X-17587Y10528D01*
X-17580Y10454D01*
X-17576Y10376D01*
Y10354D01*
X-17580Y10328D01*
X-17583Y10295D01*
X-17587Y10258D01*
X-17594Y10217D01*
X-17605Y10176D01*
X-17620Y10136D01*
X-17624Y10132D01*
X-17628Y10117D01*
X-17639Y10098D01*
X-17650Y10076D01*
X-17687Y10024D01*
X-17709Y9999D01*
X-17735Y9976D01*
X-17739Y9973D01*
X-17750Y9969D01*
X-17764Y9962D01*
X-17787Y9950D01*
X-17813Y9939D01*
X-17846Y9928D01*
X-17883Y9917D01*
X-17924Y9910D01*
X-17927D01*
X-17942Y9906D01*
X-17964D01*
X-18001Y9902D01*
X-18049Y9899D01*
X-18109D01*
X-18142Y9895D01*
X-18183D01*
X-18223D01*
X-18271D01*
X-19082D01*
Y9669D01*
X-19474D01*
Y9895D01*
X-19844D01*
X-20132Y10387D01*
X-19474D01*
Y10724D01*
X-19082D01*
Y10387D01*
X-18331D01*
X-18327D01*
X-18319D01*
X-18308D01*
X-18294D01*
X-18257D01*
X-18212D01*
X-18168Y10391D01*
X-18123D01*
X-18090D01*
X-18075Y10395D01*
X-18068D01*
X-18060Y10398D01*
X-18046Y10406D01*
X-18027Y10417D01*
X-18005Y10439D01*
X-18001Y10446D01*
X-17994Y10461D01*
X-17987Y10487D01*
X-17983Y10520D01*
Y10535D01*
X-17987Y10550D01*
X-17990Y10572D01*
X-17994Y10602D01*
X-18001Y10635D01*
X-18012Y10676D01*
X-18027Y10720D01*
X-17646Y10764D01*
Y10761D01*
D02*
G37*
G36*
X-17616Y8881D02*
X-18560D01*
X-18564D01*
X-18575D01*
X-18590D01*
X-18608D01*
X-18634D01*
X-18660D01*
X-18723Y8878D01*
X-18786Y8874D01*
X-18852Y8866D01*
X-18908Y8859D01*
X-18930Y8855D01*
X-18948Y8848D01*
X-18952D01*
X-18963Y8840D01*
X-18978Y8833D01*
X-19000Y8822D01*
X-19045Y8789D01*
X-19067Y8770D01*
X-19085Y8744D01*
X-19089Y8741D01*
X-19093Y8733D01*
X-19100Y8718D01*
X-19111Y8696D01*
X-19122Y8670D01*
X-19130Y8644D01*
X-19133Y8611D01*
X-19137Y8574D01*
Y8552D01*
X-19133Y8530D01*
X-19130Y8500D01*
X-19119Y8463D01*
X-19108Y8426D01*
X-19089Y8385D01*
X-19067Y8345D01*
X-19063Y8341D01*
X-19056Y8330D01*
X-19037Y8311D01*
X-19019Y8289D01*
X-18989Y8267D01*
X-18960Y8245D01*
X-18919Y8223D01*
X-18878Y8208D01*
X-18875D01*
X-18856Y8200D01*
X-18826Y8197D01*
X-18782Y8189D01*
X-18756Y8186D01*
X-18723Y8182D01*
X-18689Y8178D01*
X-18649D01*
X-18608Y8174D01*
X-18560Y8171D01*
X-18508D01*
X-18453D01*
X-17616D01*
Y7679D01*
X-19474D01*
Y8134D01*
X-19200D01*
X-19204Y8138D01*
X-19215Y8145D01*
X-19230Y8160D01*
X-19248Y8178D01*
X-19274Y8200D01*
X-19300Y8230D01*
X-19330Y8263D01*
X-19359Y8300D01*
X-19385Y8341D01*
X-19415Y8389D01*
X-19441Y8437D01*
X-19466Y8493D01*
X-19485Y8552D01*
X-19500Y8611D01*
X-19511Y8678D01*
X-19515Y8744D01*
Y8770D01*
X-19511Y8804D01*
X-19507Y8844D01*
X-19500Y8889D01*
X-19489Y8937D01*
X-19474Y8988D01*
X-19455Y9040D01*
X-19452Y9048D01*
X-19444Y9063D01*
X-19433Y9088D01*
X-19415Y9118D01*
X-19392Y9151D01*
X-19367Y9185D01*
X-19337Y9218D01*
X-19304Y9247D01*
X-19300Y9251D01*
X-19289Y9259D01*
X-19270Y9270D01*
X-19244Y9285D01*
X-19215Y9303D01*
X-19178Y9318D01*
X-19141Y9333D01*
X-19096Y9344D01*
X-19093D01*
X-19074Y9347D01*
X-19048Y9355D01*
X-19011Y9358D01*
X-18967Y9366D01*
X-18908Y9370D01*
X-18845Y9373D01*
X-18767D01*
X-17616D01*
Y8881D01*
D02*
G37*
G36*
X-18401Y6054D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y6058D01*
X-18327Y6062D01*
X-18275Y6069D01*
X-18223Y6084D01*
X-18164Y6106D01*
X-18109Y6132D01*
X-18060Y6169D01*
X-18057Y6173D01*
X-18042Y6191D01*
X-18023Y6213D01*
X-18001Y6247D01*
X-17979Y6288D01*
X-17961Y6339D01*
X-17946Y6395D01*
X-17942Y6454D01*
Y6472D01*
X-17946Y6495D01*
X-17950Y6521D01*
X-17957Y6550D01*
X-17968Y6583D01*
X-17983Y6617D01*
X-18005Y6646D01*
X-18009Y6650D01*
X-18016Y6661D01*
X-18031Y6676D01*
X-18053Y6691D01*
X-18083Y6713D01*
X-18116Y6731D01*
X-18160Y6750D01*
X-18209Y6769D01*
X-18127Y7257D01*
X-18123D01*
X-18116Y7253D01*
X-18101Y7246D01*
X-18083Y7238D01*
X-18060Y7227D01*
X-18035Y7216D01*
X-17975Y7183D01*
X-17909Y7142D01*
X-17839Y7090D01*
X-17776Y7028D01*
X-17716Y6957D01*
Y6954D01*
X-17709Y6950D01*
X-17705Y6935D01*
X-17694Y6920D01*
X-17683Y6902D01*
X-17672Y6876D01*
X-17661Y6850D01*
X-17646Y6817D01*
X-17620Y6743D01*
X-17598Y6657D01*
X-17583Y6558D01*
X-17576Y6450D01*
Y6428D01*
X-17580Y6406D01*
Y6373D01*
X-17587Y6332D01*
X-17594Y6284D01*
X-17602Y6232D01*
X-17616Y6180D01*
X-17631Y6121D01*
X-17653Y6062D01*
X-17679Y6003D01*
X-17709Y5943D01*
X-17746Y5884D01*
X-17787Y5829D01*
X-17835Y5781D01*
X-17890Y5733D01*
X-17894Y5729D01*
X-17901Y5725D01*
X-17916Y5718D01*
X-17935Y5703D01*
X-17961Y5692D01*
X-17990Y5677D01*
X-18023Y5658D01*
X-18064Y5644D01*
X-18109Y5625D01*
X-18157Y5610D01*
X-18209Y5592D01*
X-18268Y5581D01*
X-18327Y5570D01*
X-18390Y5559D01*
X-18460Y5555D01*
X-18530Y5551D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y5555D01*
X-18645Y5559D01*
X-18689Y5562D01*
X-18738Y5570D01*
X-18793Y5581D01*
X-18908Y5610D01*
X-18967Y5629D01*
X-19030Y5651D01*
X-19089Y5681D01*
X-19145Y5714D01*
X-19200Y5751D01*
X-19252Y5792D01*
X-19256Y5795D01*
X-19263Y5803D01*
X-19278Y5818D01*
X-19293Y5836D01*
X-19311Y5858D01*
X-19333Y5888D01*
X-19359Y5921D01*
X-19385Y5958D01*
X-19407Y5999D01*
X-19433Y6047D01*
X-19455Y6095D01*
X-19474Y6151D01*
X-19489Y6206D01*
X-19503Y6269D01*
X-19511Y6332D01*
X-19515Y6398D01*
Y6439D01*
X-19511Y6469D01*
X-19507Y6502D01*
X-19500Y6543D01*
X-19492Y6587D01*
X-19481Y6635D01*
X-19466Y6687D01*
X-19448Y6739D01*
X-19426Y6794D01*
X-19396Y6850D01*
X-19367Y6902D01*
X-19330Y6954D01*
X-19285Y7005D01*
X-19237Y7050D01*
X-19233Y7053D01*
X-19226Y7061D01*
X-19207Y7072D01*
X-19185Y7087D01*
X-19156Y7105D01*
X-19122Y7124D01*
X-19078Y7146D01*
X-19030Y7168D01*
X-18974Y7190D01*
X-18912Y7213D01*
X-18845Y7231D01*
X-18767Y7249D01*
X-18686Y7264D01*
X-18597Y7275D01*
X-18505Y7283D01*
X-18401D01*
Y6054D01*
D02*
G37*
G36*
X-17616Y4696D02*
X-19474D01*
Y5189D01*
X-17616D01*
Y4696D01*
D02*
G37*
G36*
X-19722D02*
X-20177D01*
Y5189D01*
X-19722D01*
Y4696D01*
D02*
G37*
G36*
X-18993Y4330D02*
X-18997Y4326D01*
X-19004Y4308D01*
X-19019Y4286D01*
X-19034Y4256D01*
X-19048Y4219D01*
X-19063Y4182D01*
X-19071Y4141D01*
X-19074Y4101D01*
Y4086D01*
X-19071Y4064D01*
X-19067Y4042D01*
X-19060Y4016D01*
X-19048Y3986D01*
X-19034Y3957D01*
X-19015Y3927D01*
X-19011Y3923D01*
X-19004Y3916D01*
X-18989Y3901D01*
X-18967Y3886D01*
X-18941Y3868D01*
X-18904Y3849D01*
X-18860Y3831D01*
X-18808Y3816D01*
X-18801D01*
X-18789Y3812D01*
X-18778Y3808D01*
X-18760D01*
X-18738Y3805D01*
X-18708Y3801D01*
X-18675Y3797D01*
X-18638Y3794D01*
X-18590Y3790D01*
X-18541Y3786D01*
X-18482D01*
X-18419Y3783D01*
X-18349Y3779D01*
X-18271D01*
X-18186D01*
X-17616D01*
Y3287D01*
X-19474D01*
Y3742D01*
X-19211D01*
X-19215Y3746D01*
X-19237Y3760D01*
X-19270Y3783D01*
X-19311Y3812D01*
X-19352Y3842D01*
X-19392Y3879D01*
X-19430Y3912D01*
X-19455Y3949D01*
X-19459Y3953D01*
X-19466Y3964D01*
X-19474Y3986D01*
X-19485Y4012D01*
X-19496Y4042D01*
X-19507Y4079D01*
X-19511Y4116D01*
X-19515Y4160D01*
Y4190D01*
X-19511Y4223D01*
X-19503Y4264D01*
X-19492Y4315D01*
X-19474Y4371D01*
X-19452Y4426D01*
X-19418Y4486D01*
X-18993Y4330D01*
D02*
G37*
G36*
X-18834Y2902D02*
X-18789D01*
X-18738Y2895D01*
X-18678Y2887D01*
X-18608Y2876D01*
X-18538Y2865D01*
X-18460Y2847D01*
X-18379Y2824D01*
X-18297Y2795D01*
X-18216Y2761D01*
X-18138Y2724D01*
X-18060Y2676D01*
X-17987Y2624D01*
X-17916Y2565D01*
X-17912Y2562D01*
X-17901Y2551D01*
X-17883Y2532D01*
X-17861Y2502D01*
X-17835Y2469D01*
X-17805Y2428D01*
X-17776Y2380D01*
X-17742Y2328D01*
X-17709Y2266D01*
X-17679Y2199D01*
X-17650Y2125D01*
X-17624Y2044D01*
X-17602Y1959D01*
X-17583Y1866D01*
X-17572Y1770D01*
X-17568Y1666D01*
Y1640D01*
X-17572Y1611D01*
X-17576Y1574D01*
X-17580Y1526D01*
X-17587Y1470D01*
X-17598Y1407D01*
X-17613Y1341D01*
X-17631Y1267D01*
X-17653Y1196D01*
X-17683Y1119D01*
X-17716Y1045D01*
X-17753Y967D01*
X-17801Y897D01*
X-17853Y826D01*
X-17916Y760D01*
X-17920Y756D01*
X-17931Y745D01*
X-17953Y730D01*
X-17979Y708D01*
X-18016Y682D01*
X-18060Y652D01*
X-18109Y623D01*
X-18168Y593D01*
X-18231Y560D01*
X-18305Y530D01*
X-18382Y501D01*
X-18467Y475D01*
X-18560Y453D01*
X-18660Y438D01*
X-18767Y427D01*
X-18878Y423D01*
X-18882D01*
X-18897D01*
X-18915D01*
X-18945Y427D01*
X-18978D01*
X-19015Y430D01*
X-19060Y434D01*
X-19108Y438D01*
X-19211Y453D01*
X-19322Y471D01*
X-19433Y501D01*
X-19537Y538D01*
X-19541D01*
X-19544Y541D01*
X-19555Y549D01*
X-19570Y552D01*
X-19607Y575D01*
X-19655Y601D01*
X-19711Y634D01*
X-19766Y675D01*
X-19829Y723D01*
X-19888Y775D01*
X-19892Y778D01*
X-19896Y782D01*
X-19914Y800D01*
X-19944Y834D01*
X-19977Y874D01*
X-20014Y922D01*
X-20055Y978D01*
X-20092Y1041D01*
X-20121Y1108D01*
Y1111D01*
X-20125Y1119D01*
X-20132Y1133D01*
X-20136Y1152D01*
X-20147Y1174D01*
X-20155Y1200D01*
X-20162Y1233D01*
X-20173Y1267D01*
X-20192Y1348D01*
X-20210Y1441D01*
X-20221Y1548D01*
X-20225Y1659D01*
Y1685D01*
X-20221Y1714D01*
Y1751D01*
X-20214Y1799D01*
X-20207Y1855D01*
X-20195Y1918D01*
X-20181Y1984D01*
X-20162Y2055D01*
X-20140Y2129D01*
X-20110Y2203D01*
X-20077Y2280D01*
X-20036Y2354D01*
X-19988Y2428D01*
X-19933Y2499D01*
X-19870Y2565D01*
X-19866Y2569D01*
X-19855Y2580D01*
X-19833Y2599D01*
X-19807Y2617D01*
X-19770Y2643D01*
X-19726Y2673D01*
X-19674Y2702D01*
X-19614Y2736D01*
X-19552Y2769D01*
X-19478Y2798D01*
X-19396Y2828D01*
X-19311Y2854D01*
X-19215Y2876D01*
X-19115Y2891D01*
X-19008Y2902D01*
X-18893Y2906D01*
X-18886D01*
X-18867D01*
X-18834Y2902D01*
D02*
G37*
G36*
X-18301Y-724D02*
X-18793D01*
Y242D01*
X-18301D01*
Y-724D01*
D02*
G37*
G36*
X-17616Y-1605D02*
X-17887D01*
X-17879Y-1608D01*
X-17861Y-1623D01*
X-17831Y-1649D01*
X-17798Y-1682D01*
X-17761Y-1719D01*
X-17720Y-1767D01*
X-17683Y-1819D01*
X-17650Y-1875D01*
X-17646Y-1882D01*
X-17639Y-1901D01*
X-17628Y-1934D01*
X-17613Y-1971D01*
X-17598Y-2019D01*
X-17587Y-2074D01*
X-17580Y-2130D01*
X-17576Y-2189D01*
Y-2219D01*
X-17580Y-2241D01*
X-17583Y-2271D01*
X-17591Y-2300D01*
X-17598Y-2337D01*
X-17609Y-2378D01*
X-17620Y-2419D01*
X-17639Y-2463D01*
X-17657Y-2507D01*
X-17683Y-2555D01*
X-17713Y-2600D01*
X-17746Y-2648D01*
X-17787Y-2692D01*
X-17831Y-2737D01*
X-17835Y-2740D01*
X-17842Y-2748D01*
X-17857Y-2759D01*
X-17879Y-2770D01*
X-17905Y-2789D01*
X-17938Y-2807D01*
X-17975Y-2829D01*
X-18020Y-2848D01*
X-18068Y-2870D01*
X-18120Y-2892D01*
X-18179Y-2911D01*
X-18242Y-2926D01*
X-18312Y-2940D01*
X-18386Y-2951D01*
X-18464Y-2959D01*
X-18549Y-2963D01*
X-18553D01*
X-18571D01*
X-18593D01*
X-18627Y-2959D01*
X-18667Y-2955D01*
X-18712Y-2951D01*
X-18764Y-2944D01*
X-18815Y-2937D01*
X-18934Y-2911D01*
X-18993Y-2892D01*
X-19052Y-2870D01*
X-19111Y-2844D01*
X-19167Y-2815D01*
X-19219Y-2781D01*
X-19267Y-2744D01*
X-19270Y-2740D01*
X-19278Y-2733D01*
X-19289Y-2722D01*
X-19307Y-2703D01*
X-19326Y-2681D01*
X-19344Y-2655D01*
X-19367Y-2626D01*
X-19392Y-2589D01*
X-19415Y-2552D01*
X-19437Y-2507D01*
X-19478Y-2415D01*
X-19492Y-2359D01*
X-19503Y-2304D01*
X-19511Y-2245D01*
X-19515Y-2182D01*
Y-2152D01*
X-19511Y-2130D01*
X-19507Y-2104D01*
X-19500Y-2071D01*
X-19492Y-2038D01*
X-19481Y-1997D01*
X-19470Y-1956D01*
X-19452Y-1912D01*
X-19430Y-1867D01*
X-19407Y-1823D01*
X-19374Y-1775D01*
X-19341Y-1730D01*
X-19300Y-1686D01*
X-19256Y-1642D01*
X-20177D01*
Y-1149D01*
X-17616D01*
Y-1605D01*
D02*
G37*
G36*
Y-3850D02*
X-20177D01*
Y-3358D01*
X-17616D01*
Y-3850D01*
D02*
G37*
G36*
X-18401Y-5478D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y-5475D01*
X-18327Y-5471D01*
X-18275Y-5464D01*
X-18223Y-5449D01*
X-18164Y-5427D01*
X-18109Y-5401D01*
X-18060Y-5364D01*
X-18057Y-5360D01*
X-18042Y-5342D01*
X-18023Y-5319D01*
X-18001Y-5286D01*
X-17979Y-5245D01*
X-17961Y-5194D01*
X-17946Y-5138D01*
X-17942Y-5079D01*
Y-5060D01*
X-17946Y-5038D01*
X-17950Y-5012D01*
X-17957Y-4983D01*
X-17968Y-4949D01*
X-17983Y-4916D01*
X-18005Y-4887D01*
X-18009Y-4883D01*
X-18016Y-4872D01*
X-18031Y-4857D01*
X-18053Y-4842D01*
X-18083Y-4820D01*
X-18116Y-4801D01*
X-18160Y-4783D01*
X-18209Y-4764D01*
X-18127Y-4276D01*
X-18123D01*
X-18116Y-4280D01*
X-18101Y-4287D01*
X-18083Y-4295D01*
X-18060Y-4306D01*
X-18035Y-4317D01*
X-17975Y-4350D01*
X-17909Y-4391D01*
X-17839Y-4442D01*
X-17776Y-4505D01*
X-17716Y-4576D01*
Y-4579D01*
X-17709Y-4583D01*
X-17705Y-4598D01*
X-17694Y-4613D01*
X-17683Y-4631D01*
X-17672Y-4657D01*
X-17661Y-4683D01*
X-17646Y-4716D01*
X-17620Y-4790D01*
X-17598Y-4875D01*
X-17583Y-4975D01*
X-17576Y-5083D01*
Y-5105D01*
X-17580Y-5127D01*
Y-5160D01*
X-17587Y-5201D01*
X-17594Y-5249D01*
X-17602Y-5301D01*
X-17616Y-5353D01*
X-17631Y-5412D01*
X-17653Y-5471D01*
X-17679Y-5530D01*
X-17709Y-5590D01*
X-17746Y-5649D01*
X-17787Y-5704D01*
X-17835Y-5752D01*
X-17890Y-5800D01*
X-17894Y-5804D01*
X-17901Y-5808D01*
X-17916Y-5815D01*
X-17935Y-5830D01*
X-17961Y-5841D01*
X-17990Y-5856D01*
X-18023Y-5874D01*
X-18064Y-5889D01*
X-18109Y-5908D01*
X-18157Y-5923D01*
X-18209Y-5941D01*
X-18268Y-5952D01*
X-18327Y-5963D01*
X-18390Y-5974D01*
X-18460Y-5978D01*
X-18530Y-5982D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y-5978D01*
X-18645Y-5974D01*
X-18689Y-5971D01*
X-18738Y-5963D01*
X-18793Y-5952D01*
X-18908Y-5923D01*
X-18967Y-5904D01*
X-19030Y-5882D01*
X-19089Y-5852D01*
X-19145Y-5819D01*
X-19200Y-5782D01*
X-19252Y-5741D01*
X-19256Y-5737D01*
X-19263Y-5730D01*
X-19278Y-5715D01*
X-19293Y-5697D01*
X-19311Y-5675D01*
X-19333Y-5645D01*
X-19359Y-5612D01*
X-19385Y-5575D01*
X-19407Y-5534D01*
X-19433Y-5486D01*
X-19455Y-5438D01*
X-19474Y-5382D01*
X-19489Y-5327D01*
X-19503Y-5264D01*
X-19511Y-5201D01*
X-19515Y-5134D01*
Y-5094D01*
X-19511Y-5064D01*
X-19507Y-5031D01*
X-19500Y-4990D01*
X-19492Y-4946D01*
X-19481Y-4898D01*
X-19466Y-4846D01*
X-19448Y-4794D01*
X-19426Y-4738D01*
X-19396Y-4683D01*
X-19367Y-4631D01*
X-19330Y-4579D01*
X-19285Y-4528D01*
X-19237Y-4483D01*
X-19233Y-4479D01*
X-19226Y-4472D01*
X-19207Y-4461D01*
X-19185Y-4446D01*
X-19156Y-4428D01*
X-19122Y-4409D01*
X-19078Y-4387D01*
X-19030Y-4365D01*
X-18974Y-4343D01*
X-18912Y-4320D01*
X-18845Y-4302D01*
X-18767Y-4283D01*
X-18686Y-4269D01*
X-18597Y-4258D01*
X-18505Y-4250D01*
X-18401D01*
Y-5478D01*
D02*
G37*
G36*
X-17616Y-6836D02*
X-19474D01*
Y-6344D01*
X-17616D01*
Y-6836D01*
D02*
G37*
G36*
X-19722D02*
X-20177D01*
Y-6344D01*
X-19722D01*
Y-6836D01*
D02*
G37*
G36*
X-19744Y-8498D02*
X-19137D01*
Y-7428D01*
X-18704D01*
Y-8498D01*
X-17616D01*
Y-9016D01*
X-20177D01*
Y-7258D01*
X-19744D01*
Y-8498D01*
D02*
G37*
G36*
X-16895Y-11206D02*
X-20177D01*
Y-10337D01*
X-19792D01*
Y-10740D01*
X-17280D01*
Y-10337D01*
X-16895D01*
Y-11206D01*
D02*
G37*
G36*
X33802Y-15779D02*
X33265D01*
X32450Y-13175D01*
X32970D01*
X33540Y-15301D01*
X34118Y-13175D01*
X34617D01*
X33802Y-15779D01*
D02*
G37*
G36*
X31988Y-13554D02*
X31019D01*
Y-14186D01*
X31027Y-14182D01*
X31044Y-14169D01*
X31077Y-14157D01*
X31123Y-14136D01*
X31177Y-14119D01*
X31240Y-14107D01*
X31314Y-14094D01*
X31398Y-14090D01*
X31435D01*
X31473Y-14094D01*
X31527Y-14103D01*
X31585Y-14115D01*
X31647Y-14136D01*
X31714Y-14161D01*
X31776Y-14194D01*
X31784Y-14198D01*
X31805Y-14211D01*
X31834Y-14236D01*
X31872Y-14269D01*
X31913Y-14311D01*
X31959Y-14361D01*
X32001Y-14419D01*
X32038Y-14485D01*
X32042Y-14494D01*
X32055Y-14519D01*
X32067Y-14556D01*
X32088Y-14610D01*
X32105Y-14677D01*
X32117Y-14752D01*
X32130Y-14835D01*
X32134Y-14926D01*
Y-14931D01*
Y-14939D01*
Y-14951D01*
Y-14972D01*
X32130Y-14993D01*
Y-15022D01*
X32117Y-15085D01*
X32105Y-15159D01*
X32084Y-15238D01*
X32055Y-15322D01*
X32013Y-15401D01*
Y-15405D01*
X32009Y-15409D01*
X31993Y-15434D01*
X31963Y-15471D01*
X31930Y-15517D01*
X31880Y-15567D01*
X31822Y-15621D01*
X31755Y-15671D01*
X31681Y-15717D01*
X31676D01*
X31672Y-15721D01*
X31660Y-15725D01*
X31643Y-15733D01*
X31597Y-15750D01*
X31539Y-15771D01*
X31468Y-15792D01*
X31381Y-15808D01*
X31289Y-15821D01*
X31185Y-15825D01*
X31165D01*
X31140Y-15821D01*
X31106D01*
X31065Y-15812D01*
X31015Y-15804D01*
X30961Y-15796D01*
X30903Y-15779D01*
X30840Y-15758D01*
X30774Y-15738D01*
X30707Y-15709D01*
X30641Y-15671D01*
X30570Y-15629D01*
X30503Y-15584D01*
X30437Y-15525D01*
X30374Y-15463D01*
X30657Y-15193D01*
X30661Y-15197D01*
X30670Y-15201D01*
X30682Y-15213D01*
X30699Y-15230D01*
X30720Y-15247D01*
X30744Y-15268D01*
X30807Y-15313D01*
X30886Y-15359D01*
X30973Y-15396D01*
X31019Y-15413D01*
X31069Y-15421D01*
X31119Y-15430D01*
X31169Y-15434D01*
X31177D01*
X31206Y-15430D01*
X31244Y-15426D01*
X31294Y-15417D01*
X31348Y-15401D01*
X31402Y-15380D01*
X31456Y-15347D01*
X31506Y-15305D01*
X31510Y-15297D01*
X31527Y-15280D01*
X31547Y-15251D01*
X31568Y-15209D01*
X31593Y-15155D01*
X31610Y-15089D01*
X31626Y-15014D01*
X31631Y-14926D01*
Y-14922D01*
Y-14914D01*
Y-14901D01*
Y-14885D01*
X31626Y-14843D01*
X31618Y-14789D01*
X31606Y-14731D01*
X31585Y-14673D01*
X31560Y-14619D01*
X31527Y-14573D01*
X31522Y-14569D01*
X31510Y-14556D01*
X31485Y-14535D01*
X31456Y-14515D01*
X31414Y-14498D01*
X31368Y-14477D01*
X31314Y-14465D01*
X31252Y-14460D01*
X31223D01*
X31202Y-14465D01*
X31152Y-14469D01*
X31090Y-14481D01*
X31086D01*
X31077Y-14485D01*
X31061Y-14490D01*
X31036Y-14498D01*
X31011Y-14506D01*
X30977Y-14519D01*
X30903Y-14548D01*
X30553D01*
Y-13175D01*
X32047D01*
X31988Y-13554D01*
D02*
G37*
G36*
X-49400Y12400D02*
Y-21700D01*
X-58000D01*
Y12400D01*
X-49400D01*
D02*
G37*
G36*
X44368Y-4608D02*
X43384D01*
Y-3698D01*
X44368D01*
Y-4608D01*
D02*
G37*
G36*
Y-8819D02*
X43384D01*
Y-5104D01*
X44368D01*
Y-8819D01*
D02*
G37*
G36*
X37701Y-6932D02*
X38337D01*
Y-7790D01*
X37701D01*
Y-8819D01*
X36754D01*
Y-7790D01*
X34652D01*
Y-6939D01*
X36872Y-3676D01*
X37701D01*
Y-6932D01*
D02*
G37*
G36*
X33350Y-8819D02*
X32365D01*
Y-5111D01*
X32358Y-5119D01*
X32343Y-5133D01*
X32314Y-5156D01*
X32269Y-5193D01*
X32217Y-5237D01*
X32158Y-5281D01*
X32084Y-5333D01*
X32003Y-5392D01*
X31914Y-5452D01*
X31818Y-5511D01*
X31714Y-5577D01*
X31603Y-5637D01*
X31366Y-5748D01*
X31100Y-5851D01*
Y-4963D01*
X31107D01*
X31115Y-4956D01*
X31137Y-4948D01*
X31167Y-4941D01*
X31241Y-4904D01*
X31344Y-4860D01*
X31470Y-4800D01*
X31611Y-4719D01*
X31766Y-4615D01*
X31929Y-4497D01*
X31936Y-4490D01*
X31951Y-4482D01*
X31973Y-4460D01*
X32003Y-4430D01*
X32084Y-4356D01*
X32173Y-4260D01*
X32277Y-4142D01*
X32380Y-3994D01*
X32476Y-3838D01*
X32550Y-3668D01*
X33350D01*
Y-8819D01*
D02*
G37*
G36*
X46411Y-5104D02*
X47084D01*
Y-5888D01*
X46411D01*
Y-7390D01*
Y-7398D01*
Y-7413D01*
Y-7435D01*
Y-7464D01*
Y-7538D01*
Y-7627D01*
X46418Y-7716D01*
Y-7805D01*
Y-7871D01*
X46425Y-7901D01*
Y-7916D01*
X46433Y-7931D01*
X46448Y-7960D01*
X46470Y-7997D01*
X46514Y-8042D01*
X46529Y-8049D01*
X46559Y-8064D01*
X46610Y-8079D01*
X46677Y-8086D01*
X46707D01*
X46736Y-8079D01*
X46781Y-8071D01*
X46840Y-8064D01*
X46906Y-8049D01*
X46988Y-8027D01*
X47077Y-7997D01*
X47165Y-8759D01*
X47158D01*
X47151Y-8767D01*
X47106Y-8782D01*
X47032Y-8804D01*
X46936Y-8826D01*
X46825Y-8856D01*
X46692Y-8878D01*
X46544Y-8893D01*
X46388Y-8900D01*
X46344D01*
X46292Y-8893D01*
X46226Y-8885D01*
X46152Y-8878D01*
X46070Y-8863D01*
X45989Y-8841D01*
X45907Y-8811D01*
X45900Y-8804D01*
X45870Y-8796D01*
X45833Y-8774D01*
X45789Y-8752D01*
X45685Y-8678D01*
X45634Y-8634D01*
X45589Y-8582D01*
X45582Y-8574D01*
X45574Y-8552D01*
X45560Y-8523D01*
X45537Y-8478D01*
X45515Y-8426D01*
X45493Y-8360D01*
X45471Y-8286D01*
X45456Y-8204D01*
Y-8197D01*
X45449Y-8167D01*
Y-8123D01*
X45441Y-8049D01*
X45434Y-7953D01*
Y-7834D01*
X45426Y-7768D01*
Y-7686D01*
Y-7605D01*
Y-7509D01*
Y-5888D01*
X44975D01*
Y-5104D01*
X45426D01*
Y-4364D01*
X46411Y-3787D01*
Y-5104D01*
D02*
G37*
G36*
X39958Y-5540D02*
X39965Y-5533D01*
X39980Y-5518D01*
X40002Y-5496D01*
X40039Y-5459D01*
X40084Y-5422D01*
X40135Y-5378D01*
X40195Y-5326D01*
X40261Y-5281D01*
X40417Y-5185D01*
X40602Y-5104D01*
X40698Y-5067D01*
X40809Y-5045D01*
X40920Y-5030D01*
X41031Y-5022D01*
X41097D01*
X41142Y-5030D01*
X41201Y-5037D01*
X41268Y-5052D01*
X41342Y-5067D01*
X41430Y-5082D01*
X41608Y-5141D01*
X41697Y-5185D01*
X41793Y-5230D01*
X41889Y-5289D01*
X41978Y-5355D01*
X42067Y-5429D01*
X42156Y-5518D01*
X42163Y-5526D01*
X42178Y-5540D01*
X42200Y-5570D01*
X42230Y-5607D01*
X42259Y-5659D01*
X42296Y-5718D01*
X42341Y-5792D01*
X42385Y-5873D01*
X42422Y-5970D01*
X42466Y-6073D01*
X42503Y-6192D01*
X42540Y-6317D01*
X42563Y-6451D01*
X42585Y-6599D01*
X42600Y-6754D01*
X42607Y-6924D01*
Y-6932D01*
Y-6969D01*
Y-7013D01*
X42600Y-7080D01*
X42592Y-7161D01*
X42585Y-7250D01*
X42570Y-7353D01*
X42548Y-7464D01*
X42496Y-7701D01*
X42459Y-7820D01*
X42415Y-7945D01*
X42363Y-8064D01*
X42296Y-8182D01*
X42230Y-8286D01*
X42148Y-8389D01*
X42141Y-8397D01*
X42126Y-8412D01*
X42104Y-8434D01*
X42067Y-8471D01*
X42022Y-8508D01*
X41971Y-8552D01*
X41911Y-8597D01*
X41845Y-8641D01*
X41763Y-8693D01*
X41682Y-8737D01*
X41490Y-8819D01*
X41386Y-8856D01*
X41282Y-8878D01*
X41164Y-8893D01*
X41046Y-8900D01*
X40994D01*
X40927Y-8893D01*
X40846Y-8878D01*
X40750Y-8863D01*
X40646Y-8833D01*
X40535Y-8796D01*
X40417Y-8745D01*
X40402Y-8737D01*
X40365Y-8715D01*
X40306Y-8678D01*
X40232Y-8626D01*
X40150Y-8560D01*
X40061Y-8486D01*
X39973Y-8389D01*
X39884Y-8278D01*
Y-8819D01*
X38974D01*
Y-3698D01*
X39958D01*
Y-5540D01*
D02*
G37*
G36*
X22358Y-56854D02*
X21821D01*
X21006Y-54250D01*
X21526D01*
X22096Y-56376D01*
X22674Y-54250D01*
X23173D01*
X22358Y-56854D01*
D02*
G37*
G36*
X24321Y-54204D02*
X24379Y-54213D01*
X24450Y-54221D01*
X24525Y-54238D01*
X24600Y-54263D01*
X24675Y-54292D01*
X24679D01*
X24683Y-54296D01*
X24708Y-54308D01*
X24741Y-54329D01*
X24787Y-54354D01*
X24833Y-54391D01*
X24883Y-54433D01*
X24933Y-54483D01*
X24974Y-54537D01*
X24979Y-54545D01*
X24991Y-54562D01*
X25008Y-54595D01*
X25028Y-54637D01*
X25045Y-54687D01*
X25062Y-54745D01*
X25074Y-54807D01*
X25078Y-54874D01*
Y-54878D01*
Y-54887D01*
Y-54899D01*
X25074Y-54916D01*
X25070Y-54961D01*
X25062Y-55015D01*
X25041Y-55082D01*
X25016Y-55153D01*
X24979Y-55219D01*
X24929Y-55286D01*
X24920Y-55294D01*
X24904Y-55311D01*
X24870Y-55340D01*
X24829Y-55369D01*
X24775Y-55402D01*
X24716Y-55431D01*
X24650Y-55452D01*
X24575Y-55461D01*
X24600D01*
X24617Y-55465D01*
X24658Y-55469D01*
X24716Y-55485D01*
X24779Y-55506D01*
X24845Y-55535D01*
X24916Y-55577D01*
X24983Y-55635D01*
X24991Y-55644D01*
X25012Y-55664D01*
X25037Y-55702D01*
X25070Y-55756D01*
X25103Y-55822D01*
X25128Y-55901D01*
X25149Y-55993D01*
X25157Y-56097D01*
Y-56101D01*
Y-56105D01*
Y-56118D01*
Y-56134D01*
X25153Y-56176D01*
X25141Y-56234D01*
X25128Y-56297D01*
X25107Y-56367D01*
X25078Y-56438D01*
X25037Y-56509D01*
X25033Y-56517D01*
X25016Y-56538D01*
X24987Y-56571D01*
X24949Y-56613D01*
X24904Y-56659D01*
X24845Y-56709D01*
X24779Y-56754D01*
X24700Y-56796D01*
X24696D01*
X24691Y-56800D01*
X24679Y-56804D01*
X24662Y-56813D01*
X24642Y-56821D01*
X24617Y-56829D01*
X24558Y-56846D01*
X24484Y-56867D01*
X24400Y-56883D01*
X24305Y-56896D01*
X24205Y-56900D01*
X24163D01*
X24138Y-56896D01*
X24113D01*
X24047Y-56887D01*
X23972Y-56879D01*
X23893Y-56862D01*
X23810Y-56837D01*
X23722Y-56808D01*
X23718D01*
X23714Y-56804D01*
X23701Y-56800D01*
X23685Y-56792D01*
X23643Y-56767D01*
X23593Y-56738D01*
X23535Y-56696D01*
X23469Y-56646D01*
X23406Y-56584D01*
X23344Y-56513D01*
X23639Y-56255D01*
X23643Y-56259D01*
X23660Y-56276D01*
X23685Y-56301D01*
X23718Y-56330D01*
X23755Y-56363D01*
X23797Y-56397D01*
X23843Y-56426D01*
X23893Y-56451D01*
X23901Y-56455D01*
X23918Y-56459D01*
X23943Y-56467D01*
X23980Y-56480D01*
X24022Y-56492D01*
X24072Y-56501D01*
X24126Y-56505D01*
X24180Y-56509D01*
X24217D01*
X24259Y-56505D01*
X24309Y-56496D01*
X24363Y-56480D01*
X24421Y-56463D01*
X24479Y-56434D01*
X24529Y-56397D01*
X24533Y-56392D01*
X24550Y-56376D01*
X24571Y-56351D01*
X24596Y-56313D01*
X24617Y-56268D01*
X24637Y-56213D01*
X24654Y-56151D01*
X24658Y-56080D01*
Y-56076D01*
Y-56064D01*
X24654Y-56043D01*
X24650Y-56018D01*
X24646Y-55985D01*
X24633Y-55951D01*
X24621Y-55914D01*
X24600Y-55877D01*
X24579Y-55839D01*
X24546Y-55802D01*
X24513Y-55768D01*
X24467Y-55735D01*
X24417Y-55710D01*
X24355Y-55689D01*
X24284Y-55677D01*
X24205Y-55673D01*
X23951D01*
X24001Y-55303D01*
X24217D01*
X24251Y-55298D01*
X24292Y-55290D01*
X24338Y-55282D01*
X24388Y-55265D01*
X24434Y-55240D01*
X24479Y-55211D01*
X24484Y-55207D01*
X24496Y-55194D01*
X24517Y-55169D01*
X24538Y-55140D01*
X24558Y-55103D01*
X24579Y-55053D01*
X24592Y-54999D01*
X24596Y-54936D01*
Y-54928D01*
Y-54911D01*
X24592Y-54878D01*
X24583Y-54845D01*
X24567Y-54803D01*
X24550Y-54762D01*
X24521Y-54720D01*
X24484Y-54683D01*
X24479Y-54678D01*
X24463Y-54670D01*
X24442Y-54654D01*
X24409Y-54637D01*
X24367Y-54620D01*
X24317Y-54604D01*
X24259Y-54595D01*
X24196Y-54591D01*
X24171D01*
X24142Y-54595D01*
X24109Y-54599D01*
X24068Y-54604D01*
X24022Y-54612D01*
X23976Y-54629D01*
X23930Y-54645D01*
X23926Y-54649D01*
X23909Y-54654D01*
X23885Y-54666D01*
X23855Y-54687D01*
X23814Y-54708D01*
X23772Y-54737D01*
X23722Y-54774D01*
X23668Y-54816D01*
X23419Y-54545D01*
X23423Y-54541D01*
X23435Y-54529D01*
X23452Y-54512D01*
X23481Y-54491D01*
X23510Y-54466D01*
X23552Y-54437D01*
X23597Y-54404D01*
X23647Y-54371D01*
X23706Y-54342D01*
X23768Y-54308D01*
X23835Y-54279D01*
X23905Y-54254D01*
X23980Y-54233D01*
X24059Y-54217D01*
X24142Y-54204D01*
X24230Y-54200D01*
X24271D01*
X24321Y-54204D01*
D02*
G37*
G36*
X19820D02*
X19878Y-54213D01*
X19949Y-54221D01*
X20024Y-54238D01*
X20099Y-54263D01*
X20174Y-54292D01*
X20178D01*
X20182Y-54296D01*
X20207Y-54308D01*
X20240Y-54329D01*
X20286Y-54354D01*
X20332Y-54391D01*
X20382Y-54433D01*
X20432Y-54483D01*
X20473Y-54537D01*
X20477Y-54545D01*
X20490Y-54562D01*
X20507Y-54595D01*
X20527Y-54637D01*
X20544Y-54687D01*
X20561Y-54745D01*
X20573Y-54807D01*
X20577Y-54874D01*
Y-54878D01*
Y-54887D01*
Y-54899D01*
X20573Y-54916D01*
X20569Y-54961D01*
X20561Y-55015D01*
X20540Y-55082D01*
X20515Y-55153D01*
X20477Y-55219D01*
X20427Y-55286D01*
X20419Y-55294D01*
X20403Y-55311D01*
X20369Y-55340D01*
X20328Y-55369D01*
X20274Y-55402D01*
X20215Y-55431D01*
X20149Y-55452D01*
X20074Y-55461D01*
X20099D01*
X20116Y-55465D01*
X20157Y-55469D01*
X20215Y-55485D01*
X20278Y-55506D01*
X20344Y-55535D01*
X20415Y-55577D01*
X20482Y-55635D01*
X20490Y-55644D01*
X20511Y-55664D01*
X20536Y-55702D01*
X20569Y-55756D01*
X20602Y-55822D01*
X20627Y-55901D01*
X20648Y-55993D01*
X20656Y-56097D01*
Y-56101D01*
Y-56105D01*
Y-56118D01*
Y-56134D01*
X20652Y-56176D01*
X20640Y-56234D01*
X20627Y-56297D01*
X20606Y-56367D01*
X20577Y-56438D01*
X20536Y-56509D01*
X20531Y-56517D01*
X20515Y-56538D01*
X20486Y-56571D01*
X20448Y-56613D01*
X20403Y-56659D01*
X20344Y-56709D01*
X20278Y-56754D01*
X20199Y-56796D01*
X20195D01*
X20190Y-56800D01*
X20178Y-56804D01*
X20161Y-56813D01*
X20141Y-56821D01*
X20116Y-56829D01*
X20057Y-56846D01*
X19982Y-56867D01*
X19899Y-56883D01*
X19804Y-56896D01*
X19704Y-56900D01*
X19662D01*
X19637Y-56896D01*
X19612D01*
X19546Y-56887D01*
X19471Y-56879D01*
X19392Y-56862D01*
X19308Y-56837D01*
X19221Y-56808D01*
X19217D01*
X19213Y-56804D01*
X19200Y-56800D01*
X19184Y-56792D01*
X19142Y-56767D01*
X19092Y-56738D01*
X19034Y-56696D01*
X18967Y-56646D01*
X18905Y-56584D01*
X18843Y-56513D01*
X19138Y-56255D01*
X19142Y-56259D01*
X19159Y-56276D01*
X19184Y-56301D01*
X19217Y-56330D01*
X19254Y-56363D01*
X19296Y-56397D01*
X19342Y-56426D01*
X19392Y-56451D01*
X19400Y-56455D01*
X19417Y-56459D01*
X19442Y-56467D01*
X19479Y-56480D01*
X19521Y-56492D01*
X19571Y-56501D01*
X19625Y-56505D01*
X19679Y-56509D01*
X19716D01*
X19758Y-56505D01*
X19808Y-56496D01*
X19862Y-56480D01*
X19920Y-56463D01*
X19978Y-56434D01*
X20028Y-56397D01*
X20032Y-56392D01*
X20049Y-56376D01*
X20070Y-56351D01*
X20095Y-56313D01*
X20116Y-56268D01*
X20136Y-56213D01*
X20153Y-56151D01*
X20157Y-56080D01*
Y-56076D01*
Y-56064D01*
X20153Y-56043D01*
X20149Y-56018D01*
X20145Y-55985D01*
X20132Y-55951D01*
X20120Y-55914D01*
X20099Y-55877D01*
X20078Y-55839D01*
X20045Y-55802D01*
X20011Y-55768D01*
X19966Y-55735D01*
X19916Y-55710D01*
X19853Y-55689D01*
X19783Y-55677D01*
X19704Y-55673D01*
X19450D01*
X19500Y-55303D01*
X19716D01*
X19749Y-55298D01*
X19791Y-55290D01*
X19837Y-55282D01*
X19887Y-55265D01*
X19932Y-55240D01*
X19978Y-55211D01*
X19982Y-55207D01*
X19995Y-55194D01*
X20016Y-55169D01*
X20037Y-55140D01*
X20057Y-55103D01*
X20078Y-55053D01*
X20091Y-54999D01*
X20095Y-54936D01*
Y-54928D01*
Y-54911D01*
X20091Y-54878D01*
X20082Y-54845D01*
X20066Y-54803D01*
X20049Y-54762D01*
X20020Y-54720D01*
X19982Y-54683D01*
X19978Y-54678D01*
X19962Y-54670D01*
X19941Y-54654D01*
X19907Y-54637D01*
X19866Y-54620D01*
X19816Y-54604D01*
X19758Y-54595D01*
X19695Y-54591D01*
X19670D01*
X19641Y-54595D01*
X19608Y-54599D01*
X19566Y-54604D01*
X19521Y-54612D01*
X19475Y-54629D01*
X19429Y-54645D01*
X19425Y-54649D01*
X19408Y-54654D01*
X19383Y-54666D01*
X19354Y-54687D01*
X19313Y-54708D01*
X19271Y-54737D01*
X19221Y-54774D01*
X19167Y-54816D01*
X18917Y-54545D01*
X18922Y-54541D01*
X18934Y-54529D01*
X18951Y-54512D01*
X18980Y-54491D01*
X19009Y-54466D01*
X19051Y-54437D01*
X19096Y-54404D01*
X19146Y-54371D01*
X19205Y-54342D01*
X19267Y-54308D01*
X19333Y-54279D01*
X19404Y-54254D01*
X19479Y-54233D01*
X19558Y-54217D01*
X19641Y-54204D01*
X19729Y-54200D01*
X19770D01*
X19820Y-54204D01*
D02*
G37*
G36*
X-52465Y23250D02*
X-58000D01*
Y45541D01*
X-52465D01*
Y23250D01*
D02*
G37*
G36*
X37554Y-31698D02*
X37604Y-31703D01*
X37665Y-31714D01*
X37726Y-31725D01*
X37792Y-31737D01*
X37937Y-31781D01*
X38009Y-31814D01*
X38081Y-31848D01*
X38148Y-31892D01*
X38220Y-31942D01*
X38281Y-31997D01*
X38336Y-32064D01*
X38342Y-32070D01*
X38347Y-32081D01*
X38364Y-32103D01*
X38381Y-32131D01*
X38403Y-32169D01*
X38425Y-32214D01*
X38453Y-32269D01*
X38475Y-32330D01*
X38503Y-32397D01*
X38530Y-32469D01*
X38553Y-32552D01*
X38575Y-32641D01*
X38592Y-32736D01*
X38608Y-32841D01*
X38614Y-32947D01*
X38619Y-33063D01*
Y-33424D01*
X39824D01*
Y-34090D01*
X36349D01*
Y-33035D01*
X36355Y-32991D01*
X36360Y-32935D01*
X36366Y-32869D01*
X36371Y-32797D01*
X36383Y-32719D01*
X36416Y-32552D01*
X36466Y-32380D01*
X36499Y-32297D01*
X36538Y-32214D01*
X36582Y-32136D01*
X36632Y-32064D01*
X36638Y-32059D01*
X36643Y-32047D01*
X36660Y-32031D01*
X36682Y-32003D01*
X36716Y-31975D01*
X36749Y-31947D01*
X36793Y-31914D01*
X36838Y-31875D01*
X36893Y-31842D01*
X36954Y-31809D01*
X37026Y-31781D01*
X37099Y-31748D01*
X37176Y-31725D01*
X37265Y-31709D01*
X37359Y-31698D01*
X37459Y-31692D01*
X37465D01*
X37487D01*
X37515D01*
X37554Y-31698D01*
D02*
G37*
G36*
X39824Y-37009D02*
X36349D01*
Y-34872D01*
X36877Y-34944D01*
Y-36338D01*
X37803D01*
Y-35116D01*
X38320D01*
Y-36338D01*
X39302D01*
Y-34845D01*
X39824D01*
Y-37009D01*
D02*
G37*
G36*
X40717Y-40317D02*
X40173D01*
Y-37769D01*
X40717D01*
Y-40317D01*
D02*
G37*
G36*
X39824Y-41699D02*
X36949Y-42692D01*
X36960D01*
X36982Y-42687D01*
X37021D01*
X37076Y-42681D01*
X37143Y-42676D01*
X37215Y-42670D01*
X37304Y-42659D01*
X37393Y-42653D01*
X37493Y-42648D01*
X37598Y-42637D01*
X37815Y-42626D01*
X38031Y-42620D01*
X38242Y-42615D01*
X39824D01*
Y-43220D01*
X36349D01*
Y-42393D01*
X39224Y-41399D01*
X39219D01*
X39213D01*
X39197Y-41405D01*
X39174D01*
X39113Y-41410D01*
X39035Y-41416D01*
X38947Y-41427D01*
X38847Y-41438D01*
X38741Y-41443D01*
X38630Y-41455D01*
X38625D01*
X38619D01*
X38603D01*
X38575Y-41460D01*
X38547D01*
X38514D01*
X38431Y-41466D01*
X38325Y-41471D01*
X38209D01*
X38075Y-41477D01*
X37931D01*
X36349D01*
Y-40872D01*
X39824D01*
Y-41699D01*
D02*
G37*
G36*
Y-44257D02*
X39013Y-44496D01*
Y-45623D01*
X39824Y-45861D01*
Y-46527D01*
X36349Y-45439D01*
Y-44657D01*
X39824Y-43569D01*
Y-44257D01*
D02*
G37*
G36*
X39452Y-46655D02*
X39463Y-46672D01*
X39485Y-46694D01*
X39513Y-46727D01*
X39546Y-46771D01*
X39585Y-46821D01*
X39624Y-46883D01*
X39663Y-46955D01*
X39707Y-47027D01*
X39746Y-47116D01*
X39785Y-47204D01*
X39818Y-47304D01*
X39846Y-47410D01*
X39868Y-47521D01*
X39879Y-47637D01*
X39885Y-47759D01*
Y-47804D01*
X39879Y-47837D01*
Y-47876D01*
X39874Y-47920D01*
X39868Y-47970D01*
X39857Y-48026D01*
X39835Y-48153D01*
X39796Y-48287D01*
X39746Y-48425D01*
X39679Y-48564D01*
Y-48570D01*
X39668Y-48581D01*
X39657Y-48597D01*
X39641Y-48625D01*
X39590Y-48686D01*
X39524Y-48764D01*
X39435Y-48858D01*
X39330Y-48947D01*
X39208Y-49036D01*
X39063Y-49119D01*
X39058D01*
X39047Y-49130D01*
X39019Y-49136D01*
X38991Y-49152D01*
X38952Y-49164D01*
X38902Y-49180D01*
X38847Y-49202D01*
X38786Y-49219D01*
X38719Y-49236D01*
X38642Y-49258D01*
X38564Y-49275D01*
X38475Y-49286D01*
X38286Y-49308D01*
X38081Y-49319D01*
X38075D01*
X38053D01*
X38025D01*
X37987Y-49313D01*
X37937D01*
X37881Y-49308D01*
X37820Y-49302D01*
X37748Y-49291D01*
X37598Y-49269D01*
X37437Y-49230D01*
X37271Y-49180D01*
X37115Y-49114D01*
X37110D01*
X37099Y-49103D01*
X37076Y-49091D01*
X37049Y-49075D01*
X37015Y-49053D01*
X36977Y-49030D01*
X36888Y-48964D01*
X36788Y-48886D01*
X36682Y-48792D01*
X36588Y-48681D01*
X36499Y-48553D01*
Y-48548D01*
X36488Y-48536D01*
X36477Y-48520D01*
X36466Y-48492D01*
X36449Y-48459D01*
X36433Y-48420D01*
X36410Y-48370D01*
X36388Y-48320D01*
X36349Y-48203D01*
X36316Y-48070D01*
X36294Y-47920D01*
X36283Y-47765D01*
Y-47710D01*
X36288Y-47643D01*
X36294Y-47565D01*
X36305Y-47476D01*
X36322Y-47376D01*
X36344Y-47277D01*
X36371Y-47182D01*
Y-47177D01*
X36377Y-47171D01*
X36388Y-47138D01*
X36410Y-47093D01*
X36438Y-47032D01*
X36477Y-46955D01*
X36533Y-46877D01*
X36593Y-46788D01*
X36666Y-46699D01*
X37071Y-47038D01*
X37065Y-47043D01*
X37060Y-47055D01*
X37049Y-47071D01*
X37032Y-47093D01*
X37015Y-47127D01*
X36993Y-47160D01*
X36943Y-47249D01*
X36899Y-47354D01*
X36860Y-47476D01*
X36832Y-47604D01*
X36821Y-47676D01*
Y-47782D01*
X36827Y-47809D01*
X36832Y-47843D01*
X36838Y-47876D01*
X36860Y-47970D01*
X36893Y-48070D01*
X36949Y-48176D01*
X36982Y-48231D01*
X37021Y-48281D01*
X37065Y-48331D01*
X37121Y-48381D01*
X37126D01*
X37137Y-48392D01*
X37154Y-48403D01*
X37176Y-48420D01*
X37210Y-48436D01*
X37248Y-48459D01*
X37298Y-48481D01*
X37354Y-48503D01*
X37415Y-48525D01*
X37487Y-48548D01*
X37565Y-48570D01*
X37654Y-48586D01*
X37748Y-48603D01*
X37848Y-48614D01*
X37959Y-48620D01*
X38081Y-48625D01*
X38087D01*
X38109D01*
X38142D01*
X38186Y-48620D01*
X38242D01*
X38303Y-48614D01*
X38370Y-48603D01*
X38447Y-48592D01*
X38603Y-48564D01*
X38758Y-48520D01*
X38908Y-48459D01*
X38974Y-48425D01*
X39035Y-48381D01*
X39041Y-48375D01*
X39047Y-48370D01*
X39080Y-48337D01*
X39130Y-48281D01*
X39185Y-48209D01*
X39241Y-48115D01*
X39291Y-48004D01*
X39324Y-47881D01*
X39330Y-47809D01*
X39335Y-47737D01*
Y-47698D01*
X39330Y-47654D01*
X39324Y-47598D01*
X39319Y-47537D01*
X39302Y-47471D01*
X39285Y-47404D01*
X39263Y-47338D01*
X39257Y-47332D01*
X39252Y-47310D01*
X39230Y-47277D01*
X39208Y-47227D01*
X39174Y-47171D01*
X39141Y-47110D01*
X39091Y-47038D01*
X39041Y-46966D01*
X39446Y-46649D01*
X39452Y-46655D01*
D02*
G37*
G36*
X-10200Y13100D02*
X-15448D01*
Y27532D01*
X-10200D01*
Y13100D01*
D02*
G37*
G36*
X64771Y15636D02*
Y1364D01*
X58230D01*
Y15636D01*
X64771D01*
D02*
G37*
G36*
X-23810Y31625D02*
X-27992D01*
Y32733D01*
X-23810D01*
Y31625D01*
D02*
G37*
G36*
X-28550D02*
X-29575D01*
Y32733D01*
X-28550D01*
Y31625D01*
D02*
G37*
G36*
X-23810Y29468D02*
X-24435D01*
X-24418Y29460D01*
X-24377Y29426D01*
X-24318Y29376D01*
X-24243Y29301D01*
X-24152Y29218D01*
X-24069Y29110D01*
X-23977Y28993D01*
X-23902Y28860D01*
X-23893Y28843D01*
X-23877Y28793D01*
X-23844Y28718D01*
X-23810Y28618D01*
X-23777Y28502D01*
X-23744Y28368D01*
X-23727Y28227D01*
X-23719Y28077D01*
Y28002D01*
X-23727Y27927D01*
X-23744Y27827D01*
X-23760Y27702D01*
X-23794Y27577D01*
X-23844Y27444D01*
X-23902Y27319D01*
X-23910Y27302D01*
X-23935Y27269D01*
X-23977Y27202D01*
X-24035Y27136D01*
X-24110Y27052D01*
X-24193Y26977D01*
X-24302Y26902D01*
X-24418Y26836D01*
X-24435Y26827D01*
X-24477Y26811D01*
X-24552Y26786D01*
X-24660Y26761D01*
X-24793Y26736D01*
X-24951Y26711D01*
X-25135Y26694D01*
X-25343Y26686D01*
X-27992D01*
Y27794D01*
X-26068D01*
X-26059D01*
X-26026D01*
X-25984D01*
X-25926D01*
X-25859D01*
X-25784D01*
X-25609Y27802D01*
X-25418Y27810D01*
X-25243Y27819D01*
X-25168Y27827D01*
X-25093Y27835D01*
X-25035Y27843D01*
X-24993Y27852D01*
X-24985D01*
X-24960Y27860D01*
X-24926Y27877D01*
X-24877Y27902D01*
X-24826Y27927D01*
X-24777Y27968D01*
X-24726Y28010D01*
X-24677Y28069D01*
X-24668Y28077D01*
X-24660Y28102D01*
X-24643Y28135D01*
X-24627Y28185D01*
X-24602Y28243D01*
X-24585Y28318D01*
X-24577Y28393D01*
X-24568Y28485D01*
Y28535D01*
X-24577Y28585D01*
X-24585Y28652D01*
X-24602Y28735D01*
X-24635Y28818D01*
X-24668Y28910D01*
X-24718Y28993D01*
X-24726Y29001D01*
X-24743Y29026D01*
X-24777Y29068D01*
X-24826Y29118D01*
X-24885Y29168D01*
X-24943Y29218D01*
X-25018Y29268D01*
X-25101Y29301D01*
X-25110D01*
X-25151Y29318D01*
X-25185D01*
X-25226Y29326D01*
X-25268Y29335D01*
X-25326Y29343D01*
X-25401Y29351D01*
X-25476Y29360D01*
X-25568Y29368D01*
X-25676D01*
X-25793Y29376D01*
X-25926Y29385D01*
X-26068D01*
X-26226D01*
X-27992D01*
Y30492D01*
X-23810D01*
Y29468D01*
D02*
G37*
G36*
Y24478D02*
X-26009D01*
X-26018D01*
X-26034D01*
X-26068D01*
X-26118D01*
X-26168D01*
X-26226D01*
X-26359Y24470D01*
X-26501Y24462D01*
X-26642Y24453D01*
X-26759Y24437D01*
X-26801Y24420D01*
X-26842Y24412D01*
X-26851D01*
X-26876Y24395D01*
X-26901Y24378D01*
X-26942Y24362D01*
X-27034Y24287D01*
X-27084Y24245D01*
X-27126Y24187D01*
X-27134Y24178D01*
X-27142Y24162D01*
X-27159Y24120D01*
X-27184Y24078D01*
X-27200Y24020D01*
X-27217Y23953D01*
X-27226Y23870D01*
X-27234Y23787D01*
Y23737D01*
X-27226Y23687D01*
X-27217Y23620D01*
X-27200Y23545D01*
X-27176Y23462D01*
X-27142Y23379D01*
X-27092Y23295D01*
X-27084Y23287D01*
X-27067Y23262D01*
X-27034Y23220D01*
X-26992Y23179D01*
X-26934Y23120D01*
X-26867Y23070D01*
X-26784Y23020D01*
X-26692Y22979D01*
X-26684D01*
X-26642Y22962D01*
X-26584Y22945D01*
X-26493Y22929D01*
X-26384Y22912D01*
X-26243Y22896D01*
X-26084Y22887D01*
X-25901Y22879D01*
X-23810D01*
Y21771D01*
X-29575D01*
Y22879D01*
X-27442D01*
X-27450Y22887D01*
X-27467Y22904D01*
X-27500Y22937D01*
X-27542Y22971D01*
X-27592Y23029D01*
X-27642Y23087D01*
X-27700Y23162D01*
X-27767Y23237D01*
X-27825Y23329D01*
X-27884Y23429D01*
X-27984Y23645D01*
X-28025Y23762D01*
X-28058Y23887D01*
X-28075Y24020D01*
X-28084Y24153D01*
Y24220D01*
X-28075Y24295D01*
X-28067Y24387D01*
X-28050Y24495D01*
X-28017Y24603D01*
X-27984Y24728D01*
X-27934Y24845D01*
X-27925Y24861D01*
X-27909Y24895D01*
X-27875Y24953D01*
X-27834Y25020D01*
X-27784Y25095D01*
X-27725Y25170D01*
X-27650Y25245D01*
X-27575Y25311D01*
X-27567Y25320D01*
X-27534Y25336D01*
X-27492Y25361D01*
X-27434Y25394D01*
X-27359Y25436D01*
X-27275Y25469D01*
X-27184Y25503D01*
X-27084Y25528D01*
X-27076D01*
X-27034Y25536D01*
X-26967Y25545D01*
X-26884Y25561D01*
X-26767Y25569D01*
X-26626Y25578D01*
X-26459Y25586D01*
X-26259D01*
X-23810D01*
Y24478D01*
D02*
G37*
G36*
Y19538D02*
X-27992D01*
Y20646D01*
X-23810D01*
Y19538D01*
D02*
G37*
G36*
X-28550D02*
X-29575D01*
Y20646D01*
X-28550D01*
Y19538D01*
D02*
G37*
G36*
X-23810Y17314D02*
X-26009D01*
X-26018D01*
X-26034D01*
X-26068D01*
X-26118D01*
X-26168D01*
X-26226D01*
X-26359Y17306D01*
X-26501Y17298D01*
X-26642Y17289D01*
X-26759Y17273D01*
X-26801Y17256D01*
X-26842Y17248D01*
X-26851D01*
X-26876Y17231D01*
X-26901Y17214D01*
X-26942Y17198D01*
X-27034Y17123D01*
X-27084Y17081D01*
X-27126Y17023D01*
X-27134Y17015D01*
X-27142Y16998D01*
X-27159Y16956D01*
X-27184Y16915D01*
X-27200Y16856D01*
X-27217Y16790D01*
X-27226Y16706D01*
X-27234Y16623D01*
Y16573D01*
X-27226Y16523D01*
X-27217Y16456D01*
X-27200Y16382D01*
X-27176Y16298D01*
X-27142Y16215D01*
X-27092Y16132D01*
X-27084Y16123D01*
X-27067Y16098D01*
X-27034Y16057D01*
X-26992Y16015D01*
X-26934Y15957D01*
X-26867Y15907D01*
X-26784Y15857D01*
X-26692Y15815D01*
X-26684D01*
X-26642Y15798D01*
X-26584Y15782D01*
X-26493Y15765D01*
X-26384Y15748D01*
X-26243Y15732D01*
X-26084Y15723D01*
X-25901Y15715D01*
X-23810D01*
Y14607D01*
X-29575D01*
Y15715D01*
X-27442D01*
X-27450Y15723D01*
X-27467Y15740D01*
X-27500Y15773D01*
X-27542Y15807D01*
X-27592Y15865D01*
X-27642Y15923D01*
X-27700Y15998D01*
X-27767Y16073D01*
X-27825Y16165D01*
X-27884Y16265D01*
X-27984Y16481D01*
X-28025Y16598D01*
X-28058Y16723D01*
X-28075Y16856D01*
X-28084Y16990D01*
Y17056D01*
X-28075Y17131D01*
X-28067Y17223D01*
X-28050Y17331D01*
X-28017Y17439D01*
X-27984Y17564D01*
X-27934Y17681D01*
X-27925Y17698D01*
X-27909Y17731D01*
X-27875Y17789D01*
X-27834Y17856D01*
X-27784Y17931D01*
X-27725Y18006D01*
X-27650Y18081D01*
X-27575Y18147D01*
X-27567Y18156D01*
X-27534Y18172D01*
X-27492Y18197D01*
X-27434Y18231D01*
X-27359Y18272D01*
X-27275Y18306D01*
X-27184Y18339D01*
X-27084Y18364D01*
X-27076D01*
X-27034Y18372D01*
X-26967Y18381D01*
X-26884Y18397D01*
X-26767Y18406D01*
X-26626Y18414D01*
X-26459Y18422D01*
X-26259D01*
X-23810D01*
Y17314D01*
D02*
G37*
G36*
Y10142D02*
X-24685D01*
X-26476Y11700D01*
X-26484Y11708D01*
X-26493Y11717D01*
X-26551Y11767D01*
X-26626Y11833D01*
X-26717Y11917D01*
X-26817Y12008D01*
X-26926Y12108D01*
X-27017Y12191D01*
X-27101Y12275D01*
Y12241D01*
X-27092Y12191D01*
Y12066D01*
X-27084Y11975D01*
Y11767D01*
X-27076Y10292D01*
X-27992D01*
Y13749D01*
X-27209D01*
X-25368Y12150D01*
X-24760Y11592D01*
Y11633D01*
X-24768Y11667D01*
Y11742D01*
X-24777Y11833D01*
Y11933D01*
X-24785Y12025D01*
Y13874D01*
X-23810D01*
Y10142D01*
D02*
G37*
G36*
X-23985Y9484D02*
X-23827Y9476D01*
X-23644Y9459D01*
X-23460Y9443D01*
X-23285Y9409D01*
X-23211Y9393D01*
X-23135Y9368D01*
X-23119Y9359D01*
X-23077Y9343D01*
X-23011Y9318D01*
X-22927Y9276D01*
X-22836Y9226D01*
X-22736Y9168D01*
X-22644Y9101D01*
X-22561Y9018D01*
X-22552Y9009D01*
X-22527Y8976D01*
X-22486Y8926D01*
X-22444Y8868D01*
X-22394Y8784D01*
X-22336Y8685D01*
X-22286Y8568D01*
X-22236Y8435D01*
X-22228Y8418D01*
X-22219Y8368D01*
X-22194Y8293D01*
X-22177Y8185D01*
X-22153Y8043D01*
X-22128Y7885D01*
X-22119Y7702D01*
X-22111Y7502D01*
Y7402D01*
X-22119Y7327D01*
Y7243D01*
X-22128Y7143D01*
X-22144Y7035D01*
X-22161Y6919D01*
X-22203Y6669D01*
X-22269Y6419D01*
X-22311Y6302D01*
X-22361Y6185D01*
X-22411Y6086D01*
X-22477Y5994D01*
X-22486Y5986D01*
X-22494Y5977D01*
X-22544Y5927D01*
X-22619Y5852D01*
X-22727Y5777D01*
X-22861Y5694D01*
X-23019Y5619D01*
X-23202Y5569D01*
X-23302Y5561D01*
X-23402Y5553D01*
X-23410D01*
X-23444D01*
X-23485D01*
X-23535Y5561D01*
X-23385Y6827D01*
X-23377D01*
X-23352Y6835D01*
X-23310Y6844D01*
X-23269Y6852D01*
X-23169Y6894D01*
X-23119Y6927D01*
X-23086Y6969D01*
X-23077Y6977D01*
X-23069Y7002D01*
X-23044Y7035D01*
X-23027Y7094D01*
X-23002Y7160D01*
X-22977Y7243D01*
X-22969Y7343D01*
X-22961Y7460D01*
Y7535D01*
X-22969Y7610D01*
X-22977Y7702D01*
X-22994Y7810D01*
X-23019Y7918D01*
X-23052Y8018D01*
X-23094Y8110D01*
X-23102Y8118D01*
X-23110Y8135D01*
X-23127Y8160D01*
X-23160Y8193D01*
X-23202Y8226D01*
X-23252Y8260D01*
X-23310Y8293D01*
X-23377Y8326D01*
X-23385D01*
X-23402Y8335D01*
X-23435Y8343D01*
X-23494Y8360D01*
X-23560Y8368D01*
X-23644Y8376D01*
X-23752Y8385D01*
X-23877D01*
X-24485D01*
X-24477Y8376D01*
X-24460Y8360D01*
X-24427Y8335D01*
X-24377Y8293D01*
X-24327Y8251D01*
X-24268Y8193D01*
X-24210Y8118D01*
X-24152Y8043D01*
X-24085Y7960D01*
X-24027Y7860D01*
X-23919Y7652D01*
X-23877Y7535D01*
X-23844Y7410D01*
X-23819Y7277D01*
X-23810Y7135D01*
Y7102D01*
X-23819Y7052D01*
Y6994D01*
X-23835Y6927D01*
X-23852Y6844D01*
X-23868Y6752D01*
X-23902Y6652D01*
X-23935Y6552D01*
X-23985Y6444D01*
X-24044Y6327D01*
X-24110Y6219D01*
X-24193Y6111D01*
X-24285Y6002D01*
X-24393Y5902D01*
X-24518Y5802D01*
X-24527D01*
X-24543Y5786D01*
X-24577Y5769D01*
X-24618Y5744D01*
X-24677Y5711D01*
X-24743Y5677D01*
X-24818Y5644D01*
X-24910Y5611D01*
X-25001Y5578D01*
X-25110Y5544D01*
X-25226Y5511D01*
X-25351Y5477D01*
X-25618Y5436D01*
X-25768Y5427D01*
X-25918Y5419D01*
X-25926D01*
X-25968D01*
X-26018D01*
X-26093Y5427D01*
X-26176Y5436D01*
X-26276Y5444D01*
X-26392Y5461D01*
X-26509Y5486D01*
X-26776Y5544D01*
X-26909Y5586D01*
X-27042Y5627D01*
X-27167Y5686D01*
X-27301Y5752D01*
X-27417Y5827D01*
X-27525Y5919D01*
X-27534Y5927D01*
X-27550Y5944D01*
X-27575Y5969D01*
X-27617Y6011D01*
X-27659Y6061D01*
X-27700Y6119D01*
X-27750Y6185D01*
X-27809Y6269D01*
X-27859Y6352D01*
X-27909Y6452D01*
X-28000Y6660D01*
X-28034Y6785D01*
X-28058Y6910D01*
X-28075Y7044D01*
X-28084Y7177D01*
Y7210D01*
X-28075Y7252D01*
Y7310D01*
X-28058Y7368D01*
X-28050Y7452D01*
X-28025Y7535D01*
X-28000Y7627D01*
X-27959Y7727D01*
X-27917Y7827D01*
X-27859Y7935D01*
X-27792Y8043D01*
X-27717Y8151D01*
X-27617Y8260D01*
X-27517Y8360D01*
X-27392Y8460D01*
X-27992D01*
Y9493D01*
X-24235D01*
X-24227D01*
X-24202D01*
X-24168D01*
X-24118D01*
X-24052D01*
X-23985Y9484D01*
D02*
G37*
G36*
X-23810Y3437D02*
X-25934D01*
X-25943D01*
X-25968D01*
X-26001D01*
X-26043D01*
X-26101D01*
X-26159D01*
X-26301Y3428D01*
X-26443Y3420D01*
X-26592Y3403D01*
X-26717Y3387D01*
X-26767Y3378D01*
X-26809Y3362D01*
X-26817D01*
X-26842Y3345D01*
X-26876Y3328D01*
X-26926Y3303D01*
X-27026Y3228D01*
X-27076Y3187D01*
X-27117Y3128D01*
X-27126Y3120D01*
X-27134Y3104D01*
X-27151Y3070D01*
X-27176Y3020D01*
X-27200Y2962D01*
X-27217Y2904D01*
X-27226Y2829D01*
X-27234Y2745D01*
Y2695D01*
X-27226Y2645D01*
X-27217Y2579D01*
X-27192Y2495D01*
X-27167Y2412D01*
X-27126Y2320D01*
X-27076Y2229D01*
X-27067Y2221D01*
X-27051Y2196D01*
X-27009Y2154D01*
X-26967Y2104D01*
X-26901Y2054D01*
X-26834Y2004D01*
X-26742Y1954D01*
X-26651Y1921D01*
X-26642D01*
X-26601Y1904D01*
X-26534Y1896D01*
X-26434Y1879D01*
X-26376Y1871D01*
X-26301Y1862D01*
X-26226Y1854D01*
X-26134D01*
X-26043Y1846D01*
X-25934Y1837D01*
X-25818D01*
X-25693D01*
X-23810D01*
Y729D01*
X-27992D01*
Y1754D01*
X-27376D01*
X-27384Y1762D01*
X-27409Y1779D01*
X-27442Y1812D01*
X-27484Y1854D01*
X-27542Y1904D01*
X-27600Y1971D01*
X-27667Y2046D01*
X-27734Y2129D01*
X-27792Y2221D01*
X-27859Y2329D01*
X-27917Y2437D01*
X-27975Y2562D01*
X-28017Y2695D01*
X-28050Y2829D01*
X-28075Y2978D01*
X-28084Y3128D01*
Y3187D01*
X-28075Y3262D01*
X-28067Y3353D01*
X-28050Y3453D01*
X-28025Y3562D01*
X-27992Y3678D01*
X-27950Y3795D01*
X-27942Y3811D01*
X-27925Y3845D01*
X-27900Y3903D01*
X-27859Y3970D01*
X-27809Y4045D01*
X-27750Y4120D01*
X-27684Y4195D01*
X-27609Y4261D01*
X-27600Y4270D01*
X-27575Y4286D01*
X-27534Y4311D01*
X-27475Y4345D01*
X-27409Y4386D01*
X-27325Y4420D01*
X-27242Y4453D01*
X-27142Y4478D01*
X-27134D01*
X-27092Y4486D01*
X-27034Y4503D01*
X-26951Y4511D01*
X-26851Y4528D01*
X-26717Y4536D01*
X-26576Y4544D01*
X-26401D01*
X-23810D01*
Y3437D01*
D02*
G37*
G36*
X-25576Y-2928D02*
X-25568D01*
X-25551D01*
X-25526D01*
X-25493Y-2919D01*
X-25410Y-2911D01*
X-25293Y-2894D01*
X-25176Y-2861D01*
X-25043Y-2811D01*
X-24918Y-2753D01*
X-24810Y-2669D01*
X-24802Y-2661D01*
X-24768Y-2619D01*
X-24726Y-2569D01*
X-24677Y-2494D01*
X-24627Y-2403D01*
X-24585Y-2286D01*
X-24552Y-2161D01*
X-24543Y-2028D01*
Y-1986D01*
X-24552Y-1936D01*
X-24560Y-1878D01*
X-24577Y-1811D01*
X-24602Y-1736D01*
X-24635Y-1661D01*
X-24685Y-1595D01*
X-24693Y-1586D01*
X-24710Y-1561D01*
X-24743Y-1528D01*
X-24793Y-1495D01*
X-24860Y-1445D01*
X-24935Y-1403D01*
X-25035Y-1361D01*
X-25143Y-1320D01*
X-24960Y-220D01*
X-24951D01*
X-24935Y-228D01*
X-24902Y-245D01*
X-24860Y-262D01*
X-24810Y-287D01*
X-24751Y-312D01*
X-24618Y-387D01*
X-24468Y-478D01*
X-24310Y-595D01*
X-24168Y-737D01*
X-24035Y-895D01*
Y-903D01*
X-24018Y-912D01*
X-24010Y-945D01*
X-23985Y-978D01*
X-23960Y-1020D01*
X-23935Y-1078D01*
X-23910Y-1137D01*
X-23877Y-1211D01*
X-23819Y-1378D01*
X-23769Y-1570D01*
X-23735Y-1795D01*
X-23719Y-2036D01*
Y-2086D01*
X-23727Y-2136D01*
Y-2211D01*
X-23744Y-2303D01*
X-23760Y-2411D01*
X-23777Y-2528D01*
X-23810Y-2644D01*
X-23844Y-2778D01*
X-23893Y-2911D01*
X-23952Y-3044D01*
X-24018Y-3177D01*
X-24102Y-3311D01*
X-24193Y-3436D01*
X-24302Y-3544D01*
X-24427Y-3652D01*
X-24435Y-3661D01*
X-24452Y-3669D01*
X-24485Y-3686D01*
X-24527Y-3719D01*
X-24585Y-3744D01*
X-24652Y-3777D01*
X-24726Y-3819D01*
X-24818Y-3852D01*
X-24918Y-3894D01*
X-25026Y-3927D01*
X-25143Y-3969D01*
X-25276Y-3994D01*
X-25410Y-4019D01*
X-25551Y-4044D01*
X-25710Y-4052D01*
X-25868Y-4060D01*
X-25876D01*
X-25909D01*
X-25968D01*
X-26043Y-4052D01*
X-26126Y-4044D01*
X-26226Y-4035D01*
X-26334Y-4019D01*
X-26459Y-3994D01*
X-26717Y-3927D01*
X-26851Y-3885D01*
X-26992Y-3835D01*
X-27126Y-3769D01*
X-27250Y-3694D01*
X-27376Y-3610D01*
X-27492Y-3519D01*
X-27500Y-3511D01*
X-27517Y-3494D01*
X-27550Y-3461D01*
X-27584Y-3419D01*
X-27625Y-3369D01*
X-27675Y-3302D01*
X-27734Y-3227D01*
X-27792Y-3144D01*
X-27842Y-3052D01*
X-27900Y-2944D01*
X-27950Y-2836D01*
X-27992Y-2711D01*
X-28025Y-2586D01*
X-28058Y-2444D01*
X-28075Y-2303D01*
X-28084Y-2153D01*
Y-2061D01*
X-28075Y-1994D01*
X-28067Y-1919D01*
X-28050Y-1828D01*
X-28034Y-1728D01*
X-28009Y-1620D01*
X-27975Y-1503D01*
X-27934Y-1386D01*
X-27884Y-1261D01*
X-27817Y-1137D01*
X-27750Y-1020D01*
X-27667Y-903D01*
X-27567Y-787D01*
X-27459Y-687D01*
X-27450Y-678D01*
X-27434Y-662D01*
X-27392Y-637D01*
X-27342Y-603D01*
X-27275Y-562D01*
X-27200Y-520D01*
X-27101Y-470D01*
X-26992Y-420D01*
X-26867Y-370D01*
X-26726Y-320D01*
X-26576Y-279D01*
X-26401Y-237D01*
X-26218Y-204D01*
X-26018Y-179D01*
X-25809Y-162D01*
X-25576D01*
Y-2928D01*
D02*
G37*
G36*
X-27667Y-4693D02*
X-27609D01*
X-27492Y-4710D01*
X-27351Y-4735D01*
X-27192Y-4768D01*
X-27042Y-4818D01*
X-26901Y-4885D01*
X-26884Y-4893D01*
X-26842Y-4918D01*
X-26776Y-4960D01*
X-26692Y-5018D01*
X-26609Y-5085D01*
X-26509Y-5177D01*
X-26417Y-5268D01*
X-26334Y-5376D01*
X-26326Y-5393D01*
X-26301Y-5426D01*
X-26268Y-5485D01*
X-26226Y-5560D01*
X-26176Y-5651D01*
X-26134Y-5751D01*
X-26093Y-5860D01*
X-26059Y-5976D01*
Y-5993D01*
X-26051Y-6018D01*
Y-6051D01*
X-26043Y-6093D01*
X-26034Y-6151D01*
X-26026Y-6210D01*
Y-6284D01*
X-26018Y-6359D01*
X-26009Y-6451D01*
X-26001Y-6551D01*
X-25993Y-6659D01*
Y-6776D01*
X-25984Y-6901D01*
Y-7934D01*
X-23810D01*
Y-9100D01*
X-29575D01*
Y-6976D01*
X-29566Y-6884D01*
Y-6668D01*
X-29550Y-6434D01*
X-29533Y-6201D01*
X-29525Y-6101D01*
X-29516Y-6001D01*
X-29500Y-5918D01*
X-29483Y-5851D01*
Y-5843D01*
X-29475Y-5826D01*
X-29466Y-5801D01*
X-29458Y-5768D01*
X-29416Y-5676D01*
X-29366Y-5560D01*
X-29291Y-5435D01*
X-29191Y-5293D01*
X-29067Y-5160D01*
X-28916Y-5027D01*
X-28908D01*
X-28900Y-5010D01*
X-28875Y-4993D01*
X-28842Y-4977D01*
X-28792Y-4943D01*
X-28742Y-4918D01*
X-28683Y-4885D01*
X-28617Y-4852D01*
X-28450Y-4793D01*
X-28267Y-4735D01*
X-28042Y-4702D01*
X-27800Y-4685D01*
X-27792D01*
X-27775D01*
X-27750D01*
X-27709D01*
X-27667Y-4693D01*
D02*
G37*
G36*
X-33383Y6301D02*
X-33302Y6296D01*
X-33205Y6286D01*
X-33103Y6276D01*
X-32991Y6266D01*
X-32874Y6245D01*
X-32752Y6220D01*
X-32635Y6194D01*
X-32518Y6159D01*
X-32401Y6123D01*
X-32294Y6072D01*
X-32192Y6021D01*
X-32105Y5960D01*
X-32100Y5955D01*
X-32090Y5945D01*
X-32070Y5930D01*
X-32050Y5909D01*
X-32024Y5879D01*
X-31993Y5843D01*
X-31958Y5797D01*
X-31927Y5751D01*
X-31892Y5695D01*
X-31856Y5640D01*
X-31826Y5573D01*
X-31800Y5502D01*
X-31780Y5426D01*
X-31759Y5339D01*
X-31749Y5253D01*
X-31744Y5161D01*
Y5141D01*
X-31749Y5110D01*
Y5074D01*
X-31754Y5034D01*
X-31764Y4983D01*
X-31775Y4927D01*
X-31795Y4866D01*
X-31815Y4800D01*
X-31841Y4733D01*
X-31871Y4662D01*
X-31912Y4596D01*
X-31953Y4525D01*
X-32009Y4459D01*
X-32065Y4392D01*
X-32136Y4331D01*
X-32141Y4326D01*
X-32156Y4316D01*
X-32182Y4301D01*
X-32212Y4285D01*
X-32258Y4260D01*
X-32314Y4235D01*
X-32385Y4204D01*
X-32462Y4179D01*
X-32553Y4148D01*
X-32655Y4118D01*
X-32772Y4092D01*
X-32899Y4072D01*
X-33042Y4051D01*
X-33200Y4036D01*
X-33368Y4026D01*
X-33551Y4021D01*
X-33556D01*
X-33561D01*
X-33577D01*
X-33597D01*
X-33648D01*
X-33714Y4026D01*
X-33795Y4031D01*
X-33892Y4041D01*
X-33994Y4051D01*
X-34106Y4062D01*
X-34223Y4082D01*
X-34340Y4102D01*
X-34462Y4133D01*
X-34579Y4163D01*
X-34691Y4204D01*
X-34798Y4250D01*
X-34900Y4301D01*
X-34986Y4362D01*
X-34991Y4367D01*
X-35002Y4377D01*
X-35022Y4392D01*
X-35042Y4418D01*
X-35073Y4443D01*
X-35103Y4479D01*
X-35134Y4525D01*
X-35170Y4571D01*
X-35205Y4627D01*
X-35236Y4682D01*
X-35266Y4749D01*
X-35297Y4820D01*
X-35317Y4896D01*
X-35338Y4983D01*
X-35348Y5069D01*
X-35353Y5161D01*
Y5212D01*
X-35348Y5248D01*
X-35343Y5288D01*
X-35333Y5339D01*
X-35322Y5390D01*
X-35307Y5451D01*
X-35287Y5517D01*
X-35261Y5578D01*
X-35236Y5645D01*
X-35200Y5711D01*
X-35154Y5777D01*
X-35109Y5843D01*
X-35053Y5904D01*
X-34986Y5960D01*
X-34981Y5965D01*
X-34966Y5975D01*
X-34941Y5991D01*
X-34905Y6016D01*
X-34854Y6042D01*
X-34793Y6072D01*
X-34727Y6103D01*
X-34640Y6133D01*
X-34549Y6164D01*
X-34442Y6199D01*
X-34325Y6225D01*
X-34192Y6250D01*
X-34050Y6276D01*
X-33897Y6291D01*
X-33729Y6301D01*
X-33546Y6306D01*
X-33541D01*
X-33536D01*
X-33520D01*
X-33500D01*
X-33449D01*
X-33383Y6301D01*
D02*
G37*
G36*
X-31810Y2794D02*
X-32487D01*
Y3471D01*
X-31810D01*
Y2794D01*
D02*
G37*
G36*
Y962D02*
X-34360D01*
X-34355Y957D01*
X-34345Y946D01*
X-34330Y926D01*
X-34304Y896D01*
X-34274Y860D01*
X-34243Y819D01*
X-34208Y768D01*
X-34167Y712D01*
X-34126Y651D01*
X-34086Y585D01*
X-34040Y514D01*
X-33999Y438D01*
X-33923Y275D01*
X-33851Y91D01*
X-34462D01*
Y96D01*
X-34467Y102D01*
X-34472Y117D01*
X-34477Y137D01*
X-34503Y188D01*
X-34533Y259D01*
X-34574Y346D01*
X-34630Y443D01*
X-34701Y550D01*
X-34783Y661D01*
X-34788Y667D01*
X-34793Y677D01*
X-34808Y692D01*
X-34829Y712D01*
X-34879Y768D01*
X-34946Y829D01*
X-35027Y901D01*
X-35129Y972D01*
X-35236Y1038D01*
X-35353Y1089D01*
Y1639D01*
X-31810D01*
Y962D01*
D02*
G37*
G36*
X-33704Y-1817D02*
X-33709Y-1822D01*
X-33719Y-1848D01*
X-33739Y-1878D01*
X-33760Y-1919D01*
X-33780Y-1970D01*
X-33800Y-2021D01*
X-33811Y-2077D01*
X-33816Y-2133D01*
Y-2153D01*
X-33811Y-2184D01*
X-33806Y-2214D01*
X-33795Y-2250D01*
X-33780Y-2291D01*
X-33760Y-2331D01*
X-33734Y-2372D01*
X-33729Y-2377D01*
X-33719Y-2387D01*
X-33699Y-2408D01*
X-33668Y-2428D01*
X-33632Y-2454D01*
X-33582Y-2479D01*
X-33520Y-2505D01*
X-33449Y-2525D01*
X-33439D01*
X-33424Y-2530D01*
X-33408Y-2535D01*
X-33383D01*
X-33353Y-2540D01*
X-33312Y-2545D01*
X-33266Y-2550D01*
X-33215Y-2555D01*
X-33149Y-2561D01*
X-33083Y-2566D01*
X-33001D01*
X-32915Y-2571D01*
X-32818Y-2576D01*
X-32711D01*
X-32594D01*
X-31810D01*
Y-3253D01*
X-34365D01*
Y-2627D01*
X-34004D01*
X-34009Y-2622D01*
X-34040Y-2601D01*
X-34086Y-2571D01*
X-34141Y-2530D01*
X-34197Y-2489D01*
X-34253Y-2438D01*
X-34304Y-2393D01*
X-34340Y-2342D01*
X-34345Y-2337D01*
X-34355Y-2321D01*
X-34365Y-2291D01*
X-34381Y-2255D01*
X-34396Y-2214D01*
X-34411Y-2163D01*
X-34416Y-2113D01*
X-34421Y-2052D01*
Y-2011D01*
X-34416Y-1965D01*
X-34406Y-1909D01*
X-34391Y-1838D01*
X-34365Y-1761D01*
X-34335Y-1685D01*
X-34289Y-1604D01*
X-33704Y-1817D01*
D02*
G37*
G36*
X-32889Y-5467D02*
X-32884D01*
X-32874D01*
X-32859D01*
X-32838Y-5462D01*
X-32787Y-5457D01*
X-32716Y-5447D01*
X-32645Y-5426D01*
X-32563Y-5396D01*
X-32487Y-5360D01*
X-32421Y-5309D01*
X-32416Y-5304D01*
X-32396Y-5279D01*
X-32370Y-5248D01*
X-32340Y-5202D01*
X-32309Y-5146D01*
X-32284Y-5075D01*
X-32263Y-4999D01*
X-32258Y-4917D01*
Y-4892D01*
X-32263Y-4861D01*
X-32268Y-4826D01*
X-32278Y-4785D01*
X-32294Y-4739D01*
X-32314Y-4693D01*
X-32345Y-4653D01*
X-32350Y-4647D01*
X-32360Y-4632D01*
X-32380Y-4612D01*
X-32411Y-4591D01*
X-32452Y-4561D01*
X-32497Y-4535D01*
X-32559Y-4510D01*
X-32625Y-4485D01*
X-32513Y-3813D01*
X-32508D01*
X-32497Y-3818D01*
X-32477Y-3828D01*
X-32452Y-3838D01*
X-32421Y-3853D01*
X-32385Y-3869D01*
X-32304Y-3915D01*
X-32212Y-3971D01*
X-32116Y-4042D01*
X-32029Y-4128D01*
X-31948Y-4225D01*
Y-4230D01*
X-31938Y-4235D01*
X-31932Y-4256D01*
X-31917Y-4276D01*
X-31902Y-4301D01*
X-31887Y-4337D01*
X-31871Y-4373D01*
X-31851Y-4418D01*
X-31815Y-4520D01*
X-31785Y-4637D01*
X-31764Y-4775D01*
X-31754Y-4922D01*
Y-4953D01*
X-31759Y-4983D01*
Y-5029D01*
X-31769Y-5085D01*
X-31780Y-5151D01*
X-31790Y-5223D01*
X-31810Y-5294D01*
X-31831Y-5375D01*
X-31861Y-5457D01*
X-31897Y-5538D01*
X-31938Y-5620D01*
X-31988Y-5701D01*
X-32044Y-5777D01*
X-32111Y-5844D01*
X-32187Y-5910D01*
X-32192Y-5915D01*
X-32202Y-5920D01*
X-32223Y-5930D01*
X-32248Y-5951D01*
X-32284Y-5966D01*
X-32324Y-5986D01*
X-32370Y-6011D01*
X-32426Y-6032D01*
X-32487Y-6057D01*
X-32553Y-6078D01*
X-32625Y-6103D01*
X-32706Y-6118D01*
X-32787Y-6134D01*
X-32874Y-6149D01*
X-32971Y-6154D01*
X-33068Y-6159D01*
X-33073D01*
X-33093D01*
X-33128D01*
X-33174Y-6154D01*
X-33225Y-6149D01*
X-33286Y-6144D01*
X-33353Y-6134D01*
X-33429Y-6118D01*
X-33587Y-6078D01*
X-33668Y-6052D01*
X-33755Y-6022D01*
X-33836Y-5981D01*
X-33912Y-5935D01*
X-33989Y-5884D01*
X-34060Y-5828D01*
X-34065Y-5823D01*
X-34075Y-5813D01*
X-34096Y-5793D01*
X-34116Y-5767D01*
X-34141Y-5737D01*
X-34172Y-5696D01*
X-34208Y-5650D01*
X-34243Y-5599D01*
X-34274Y-5543D01*
X-34309Y-5477D01*
X-34340Y-5411D01*
X-34365Y-5335D01*
X-34386Y-5258D01*
X-34406Y-5172D01*
X-34416Y-5085D01*
X-34421Y-4993D01*
Y-4938D01*
X-34416Y-4897D01*
X-34411Y-4851D01*
X-34401Y-4795D01*
X-34391Y-4734D01*
X-34376Y-4668D01*
X-34355Y-4597D01*
X-34330Y-4525D01*
X-34299Y-4449D01*
X-34258Y-4373D01*
X-34218Y-4301D01*
X-34167Y-4230D01*
X-34106Y-4159D01*
X-34040Y-4098D01*
X-34035Y-4093D01*
X-34024Y-4082D01*
X-33999Y-4067D01*
X-33968Y-4047D01*
X-33928Y-4021D01*
X-33882Y-3996D01*
X-33821Y-3965D01*
X-33755Y-3935D01*
X-33678Y-3904D01*
X-33592Y-3874D01*
X-33500Y-3848D01*
X-33393Y-3823D01*
X-33281Y-3802D01*
X-33159Y-3787D01*
X-33032Y-3777D01*
X-32889D01*
Y-5467D01*
D02*
G37*
G36*
X-31810Y-7569D02*
Y-8338D01*
X-35333Y-9600D01*
Y-8831D01*
X-32726Y-7936D01*
X-35333Y-7075D01*
Y-6317D01*
X-31810Y-7569D01*
D02*
G37*
G36*
X-11200Y10799D02*
X-12521D01*
X-12526D01*
X-12535D01*
X-12554D01*
X-12577D01*
X-12637Y10794D01*
X-12706Y10789D01*
X-12780Y10785D01*
X-12854Y10771D01*
X-12919Y10757D01*
X-12942Y10743D01*
X-12965Y10734D01*
X-12969Y10729D01*
X-12988Y10716D01*
X-13006Y10697D01*
X-13034Y10669D01*
X-13057Y10632D01*
X-13080Y10586D01*
X-13094Y10531D01*
X-13099Y10471D01*
Y10447D01*
X-13094Y10424D01*
X-13090Y10392D01*
X-13080Y10355D01*
X-13067Y10313D01*
X-13048Y10267D01*
X-13020Y10226D01*
X-13016Y10221D01*
X-13006Y10207D01*
X-12988Y10189D01*
X-12960Y10166D01*
X-12928Y10138D01*
X-12891Y10110D01*
X-12845Y10087D01*
X-12789Y10064D01*
X-12780D01*
X-12762Y10055D01*
X-12725Y10050D01*
X-12674Y10041D01*
X-12605Y10032D01*
X-12521Y10027D01*
X-12424Y10018D01*
X-12309D01*
X-11200D01*
Y9403D01*
X-12466D01*
X-12471D01*
X-12480D01*
X-12498D01*
X-12521D01*
X-12577D01*
X-12646Y9399D01*
X-12720Y9394D01*
X-12789Y9390D01*
X-12854Y9380D01*
X-12882Y9371D01*
X-12900Y9366D01*
X-12905D01*
X-12919Y9362D01*
X-12937Y9353D01*
X-12956Y9343D01*
X-13006Y9311D01*
X-13029Y9288D01*
X-13048Y9265D01*
X-13053Y9260D01*
X-13057Y9251D01*
X-13067Y9237D01*
X-13076Y9219D01*
X-13085Y9191D01*
X-13090Y9159D01*
X-13099Y9122D01*
Y9057D01*
X-13094Y9029D01*
X-13090Y8997D01*
X-13080Y8955D01*
X-13067Y8914D01*
X-13048Y8872D01*
X-13020Y8826D01*
X-13016Y8821D01*
X-13006Y8807D01*
X-12988Y8789D01*
X-12965Y8766D01*
X-12933Y8738D01*
X-12896Y8710D01*
X-12849Y8687D01*
X-12799Y8664D01*
X-12794D01*
X-12771Y8655D01*
X-12734Y8650D01*
X-12688Y8641D01*
X-12618Y8632D01*
X-12540Y8627D01*
X-12438Y8618D01*
X-12323D01*
X-11200D01*
Y8004D01*
X-13519D01*
Y8567D01*
X-13201D01*
X-13205Y8572D01*
X-13214Y8581D01*
X-13233Y8600D01*
X-13261Y8623D01*
X-13288Y8650D01*
X-13316Y8683D01*
X-13353Y8724D01*
X-13385Y8771D01*
X-13418Y8821D01*
X-13455Y8877D01*
X-13515Y8997D01*
X-13538Y9066D01*
X-13556Y9135D01*
X-13565Y9209D01*
X-13570Y9288D01*
Y9325D01*
X-13565Y9366D01*
X-13561Y9417D01*
X-13547Y9477D01*
X-13533Y9542D01*
X-13510Y9607D01*
X-13478Y9671D01*
X-13473Y9681D01*
X-13459Y9699D01*
X-13441Y9731D01*
X-13408Y9768D01*
X-13367Y9810D01*
X-13321Y9856D01*
X-13261Y9902D01*
X-13196Y9944D01*
X-13205Y9953D01*
X-13228Y9972D01*
X-13261Y9999D01*
X-13302Y10041D01*
X-13348Y10092D01*
X-13395Y10147D01*
X-13441Y10207D01*
X-13478Y10272D01*
X-13482Y10281D01*
X-13491Y10304D01*
X-13505Y10341D01*
X-13524Y10387D01*
X-13542Y10443D01*
X-13556Y10508D01*
X-13565Y10577D01*
X-13570Y10651D01*
Y10692D01*
X-13565Y10739D01*
X-13556Y10799D01*
X-13542Y10868D01*
X-13524Y10937D01*
X-13501Y11011D01*
X-13464Y11080D01*
X-13459Y11090D01*
X-13445Y11108D01*
X-13422Y11141D01*
X-13390Y11182D01*
X-13344Y11224D01*
X-13293Y11270D01*
X-13233Y11311D01*
X-13159Y11348D01*
X-13154Y11353D01*
X-13131Y11358D01*
X-13094Y11367D01*
X-13043Y11381D01*
X-12979Y11395D01*
X-12896Y11404D01*
X-12794Y11408D01*
X-12678Y11413D01*
X-11200D01*
Y10799D01*
D02*
G37*
G36*
Y6812D02*
X-12420D01*
X-12424D01*
X-12433D01*
X-12452D01*
X-12480D01*
X-12507D01*
X-12540D01*
X-12614Y6807D01*
X-12692Y6802D01*
X-12771Y6798D01*
X-12835Y6788D01*
X-12859Y6779D01*
X-12882Y6775D01*
X-12886D01*
X-12900Y6765D01*
X-12914Y6756D01*
X-12937Y6747D01*
X-12988Y6705D01*
X-13016Y6682D01*
X-13039Y6650D01*
X-13043Y6645D01*
X-13048Y6636D01*
X-13057Y6613D01*
X-13071Y6590D01*
X-13080Y6558D01*
X-13090Y6521D01*
X-13094Y6474D01*
X-13099Y6428D01*
Y6400D01*
X-13094Y6373D01*
X-13090Y6336D01*
X-13080Y6294D01*
X-13067Y6248D01*
X-13048Y6202D01*
X-13020Y6155D01*
X-13016Y6151D01*
X-13006Y6137D01*
X-12988Y6114D01*
X-12965Y6091D01*
X-12933Y6058D01*
X-12896Y6031D01*
X-12849Y6003D01*
X-12799Y5980D01*
X-12794D01*
X-12771Y5971D01*
X-12739Y5962D01*
X-12688Y5952D01*
X-12628Y5943D01*
X-12549Y5934D01*
X-12461Y5929D01*
X-12360Y5925D01*
X-11200D01*
Y5310D01*
X-14397D01*
Y5925D01*
X-13214D01*
X-13219Y5929D01*
X-13228Y5938D01*
X-13247Y5957D01*
X-13270Y5975D01*
X-13297Y6008D01*
X-13325Y6040D01*
X-13358Y6082D01*
X-13395Y6123D01*
X-13427Y6174D01*
X-13459Y6230D01*
X-13515Y6350D01*
X-13538Y6414D01*
X-13556Y6484D01*
X-13565Y6558D01*
X-13570Y6631D01*
Y6668D01*
X-13565Y6710D01*
X-13561Y6761D01*
X-13552Y6821D01*
X-13533Y6881D01*
X-13515Y6950D01*
X-13487Y7015D01*
X-13482Y7024D01*
X-13473Y7043D01*
X-13455Y7075D01*
X-13431Y7112D01*
X-13404Y7153D01*
X-13371Y7195D01*
X-13330Y7237D01*
X-13288Y7274D01*
X-13284Y7278D01*
X-13265Y7287D01*
X-13242Y7301D01*
X-13210Y7320D01*
X-13168Y7343D01*
X-13122Y7361D01*
X-13071Y7380D01*
X-13016Y7394D01*
X-13011D01*
X-12988Y7398D01*
X-12951Y7403D01*
X-12905Y7412D01*
X-12840Y7417D01*
X-12762Y7421D01*
X-12669Y7426D01*
X-12558D01*
X-11200D01*
Y6812D01*
D02*
G37*
G36*
X-11237Y4941D02*
X-11232Y4936D01*
X-11223Y4908D01*
X-11209Y4862D01*
X-11195Y4802D01*
X-11177Y4733D01*
X-11163Y4649D01*
X-11154Y4557D01*
X-11149Y4460D01*
Y4432D01*
X-11154Y4400D01*
X-11158Y4358D01*
X-11163Y4312D01*
X-11172Y4261D01*
X-11186Y4211D01*
X-11205Y4160D01*
X-11209Y4155D01*
X-11214Y4137D01*
X-11228Y4113D01*
X-11242Y4086D01*
X-11288Y4021D01*
X-11315Y3989D01*
X-11348Y3961D01*
X-11353Y3956D01*
X-11366Y3952D01*
X-11385Y3943D01*
X-11412Y3929D01*
X-11445Y3915D01*
X-11486Y3901D01*
X-11533Y3887D01*
X-11584Y3878D01*
X-11588D01*
X-11607Y3873D01*
X-11634D01*
X-11681Y3869D01*
X-11740Y3864D01*
X-11814D01*
X-11856Y3859D01*
X-11907D01*
X-11958D01*
X-12018D01*
X-13029D01*
Y3578D01*
X-13519D01*
Y3859D01*
X-13981D01*
X-14342Y4474D01*
X-13519D01*
Y4894D01*
X-13029D01*
Y4474D01*
X-12092D01*
X-12087D01*
X-12078D01*
X-12064D01*
X-12045D01*
X-11999D01*
X-11944D01*
X-11888Y4479D01*
X-11833D01*
X-11791D01*
X-11773Y4483D01*
X-11764D01*
X-11754Y4488D01*
X-11736Y4497D01*
X-11713Y4511D01*
X-11685Y4538D01*
X-11681Y4548D01*
X-11671Y4566D01*
X-11662Y4599D01*
X-11657Y4640D01*
Y4659D01*
X-11662Y4677D01*
X-11667Y4705D01*
X-11671Y4742D01*
X-11681Y4783D01*
X-11694Y4834D01*
X-11713Y4890D01*
X-11237Y4945D01*
Y4941D01*
D02*
G37*
G36*
X-11200Y2584D02*
X-13519D01*
Y3199D01*
X-11200D01*
Y2584D01*
D02*
G37*
G36*
X-13829D02*
X-14397D01*
Y3199D01*
X-13829D01*
Y2584D01*
D02*
G37*
G36*
X-12919Y2127D02*
X-12923Y2122D01*
X-12933Y2099D01*
X-12951Y2072D01*
X-12969Y2035D01*
X-12988Y1988D01*
X-13006Y1942D01*
X-13016Y1891D01*
X-13020Y1840D01*
Y1822D01*
X-13016Y1794D01*
X-13011Y1767D01*
X-13002Y1734D01*
X-12988Y1697D01*
X-12969Y1660D01*
X-12946Y1623D01*
X-12942Y1619D01*
X-12933Y1609D01*
X-12914Y1591D01*
X-12886Y1572D01*
X-12854Y1549D01*
X-12808Y1526D01*
X-12752Y1503D01*
X-12688Y1485D01*
X-12678D01*
X-12664Y1480D01*
X-12651Y1476D01*
X-12628D01*
X-12600Y1471D01*
X-12563Y1466D01*
X-12521Y1462D01*
X-12475Y1457D01*
X-12415Y1452D01*
X-12355Y1448D01*
X-12281D01*
X-12202Y1443D01*
X-12115Y1438D01*
X-12018D01*
X-11912D01*
X-11200D01*
Y824D01*
X-13519D01*
Y1392D01*
X-13191D01*
X-13196Y1397D01*
X-13224Y1415D01*
X-13265Y1443D01*
X-13316Y1480D01*
X-13367Y1517D01*
X-13418Y1563D01*
X-13464Y1605D01*
X-13496Y1651D01*
X-13501Y1656D01*
X-13510Y1670D01*
X-13519Y1697D01*
X-13533Y1730D01*
X-13547Y1767D01*
X-13561Y1813D01*
X-13565Y1859D01*
X-13570Y1914D01*
Y1951D01*
X-13565Y1993D01*
X-13556Y2044D01*
X-13542Y2108D01*
X-13519Y2178D01*
X-13491Y2247D01*
X-13450Y2321D01*
X-12919Y2127D01*
D02*
G37*
G36*
X-12276Y367D02*
X-12230Y362D01*
X-12179Y353D01*
X-12119Y344D01*
X-12059Y330D01*
X-11990Y311D01*
X-11921Y288D01*
X-11847Y260D01*
X-11773Y228D01*
X-11699Y186D01*
X-11630Y140D01*
X-11560Y90D01*
X-11491Y29D01*
X-11486Y25D01*
X-11477Y16D01*
X-11459Y-3D01*
X-11436Y-31D01*
X-11412Y-63D01*
X-11385Y-105D01*
X-11353Y-151D01*
X-11320Y-202D01*
X-11288Y-262D01*
X-11255Y-326D01*
X-11228Y-396D01*
X-11205Y-474D01*
X-11181Y-553D01*
X-11163Y-641D01*
X-11154Y-728D01*
X-11149Y-825D01*
Y-858D01*
X-11154Y-881D01*
Y-908D01*
X-11158Y-941D01*
X-11168Y-1019D01*
X-11186Y-1116D01*
X-11209Y-1218D01*
X-11246Y-1324D01*
X-11292Y-1435D01*
Y-1440D01*
X-11297Y-1449D01*
X-11306Y-1463D01*
X-11320Y-1481D01*
X-11353Y-1532D01*
X-11399Y-1597D01*
X-11459Y-1666D01*
X-11533Y-1740D01*
X-11616Y-1809D01*
X-11713Y-1874D01*
X-11717D01*
X-11727Y-1879D01*
X-11740Y-1888D01*
X-11764Y-1897D01*
X-11791Y-1906D01*
X-11824Y-1920D01*
X-11861Y-1934D01*
X-11902Y-1948D01*
X-11948Y-1962D01*
X-11999Y-1976D01*
X-12115Y-1999D01*
X-12249Y-2017D01*
X-12392Y-2022D01*
X-12397D01*
X-12406D01*
X-12424D01*
X-12443Y-2017D01*
X-12471D01*
X-12503Y-2013D01*
X-12581Y-2003D01*
X-12669Y-1985D01*
X-12766Y-1957D01*
X-12872Y-1925D01*
X-12979Y-1874D01*
X-12983D01*
X-12993Y-1865D01*
X-13006Y-1860D01*
X-13025Y-1846D01*
X-13076Y-1809D01*
X-13140Y-1763D01*
X-13210Y-1703D01*
X-13284Y-1629D01*
X-13353Y-1546D01*
X-13418Y-1449D01*
Y-1444D01*
X-13422Y-1435D01*
X-13431Y-1421D01*
X-13441Y-1398D01*
X-13455Y-1375D01*
X-13464Y-1343D01*
X-13478Y-1306D01*
X-13496Y-1269D01*
X-13524Y-1176D01*
X-13547Y-1070D01*
X-13565Y-955D01*
X-13570Y-830D01*
Y-779D01*
X-13565Y-742D01*
X-13561Y-696D01*
X-13552Y-645D01*
X-13542Y-585D01*
X-13529Y-525D01*
X-13510Y-456D01*
X-13487Y-386D01*
X-13459Y-317D01*
X-13427Y-243D01*
X-13385Y-169D01*
X-13339Y-100D01*
X-13288Y-31D01*
X-13228Y34D01*
X-13224Y39D01*
X-13214Y48D01*
X-13191Y66D01*
X-13168Y85D01*
X-13131Y113D01*
X-13094Y140D01*
X-13043Y173D01*
X-12993Y205D01*
X-12933Y233D01*
X-12868Y265D01*
X-12794Y293D01*
X-12720Y320D01*
X-12637Y339D01*
X-12554Y357D01*
X-12461Y367D01*
X-12364Y371D01*
X-12360D01*
X-12341D01*
X-12313D01*
X-12276Y367D01*
D02*
G37*
G36*
X-11297Y-2493D02*
X-11209Y-2498D01*
X-11108Y-2507D01*
X-11006Y-2516D01*
X-10909Y-2535D01*
X-10867Y-2544D01*
X-10826Y-2558D01*
X-10817Y-2562D01*
X-10793Y-2572D01*
X-10757Y-2585D01*
X-10710Y-2609D01*
X-10660Y-2636D01*
X-10604Y-2669D01*
X-10553Y-2706D01*
X-10507Y-2752D01*
X-10502Y-2756D01*
X-10488Y-2775D01*
X-10465Y-2803D01*
X-10442Y-2835D01*
X-10415Y-2881D01*
X-10382Y-2937D01*
X-10355Y-3001D01*
X-10327Y-3075D01*
X-10322Y-3084D01*
X-10318Y-3112D01*
X-10304Y-3154D01*
X-10294Y-3214D01*
X-10281Y-3292D01*
X-10267Y-3380D01*
X-10262Y-3482D01*
X-10257Y-3593D01*
Y-3648D01*
X-10262Y-3690D01*
Y-3736D01*
X-10267Y-3791D01*
X-10276Y-3851D01*
X-10285Y-3916D01*
X-10308Y-4055D01*
X-10345Y-4193D01*
X-10368Y-4258D01*
X-10396Y-4323D01*
X-10424Y-4378D01*
X-10461Y-4429D01*
X-10465Y-4434D01*
X-10470Y-4438D01*
X-10498Y-4466D01*
X-10539Y-4507D01*
X-10599Y-4549D01*
X-10673Y-4595D01*
X-10761Y-4637D01*
X-10863Y-4665D01*
X-10918Y-4669D01*
X-10974Y-4674D01*
X-10978D01*
X-10997D01*
X-11020D01*
X-11048Y-4669D01*
X-10964Y-3967D01*
X-10960D01*
X-10946Y-3962D01*
X-10923Y-3958D01*
X-10900Y-3953D01*
X-10844Y-3930D01*
X-10817Y-3911D01*
X-10798Y-3888D01*
X-10793Y-3884D01*
X-10789Y-3870D01*
X-10775Y-3851D01*
X-10766Y-3819D01*
X-10752Y-3782D01*
X-10738Y-3736D01*
X-10733Y-3680D01*
X-10729Y-3616D01*
Y-3574D01*
X-10733Y-3533D01*
X-10738Y-3482D01*
X-10747Y-3422D01*
X-10761Y-3362D01*
X-10780Y-3306D01*
X-10803Y-3255D01*
X-10807Y-3251D01*
X-10812Y-3241D01*
X-10821Y-3228D01*
X-10840Y-3209D01*
X-10863Y-3191D01*
X-10891Y-3172D01*
X-10923Y-3154D01*
X-10960Y-3135D01*
X-10964D01*
X-10974Y-3131D01*
X-10992Y-3126D01*
X-11024Y-3117D01*
X-11061Y-3112D01*
X-11108Y-3108D01*
X-11168Y-3103D01*
X-11237D01*
X-11574D01*
X-11570Y-3108D01*
X-11560Y-3117D01*
X-11542Y-3131D01*
X-11514Y-3154D01*
X-11486Y-3177D01*
X-11454Y-3209D01*
X-11422Y-3251D01*
X-11389Y-3292D01*
X-11353Y-3339D01*
X-11320Y-3394D01*
X-11260Y-3509D01*
X-11237Y-3574D01*
X-11219Y-3644D01*
X-11205Y-3717D01*
X-11200Y-3796D01*
Y-3814D01*
X-11205Y-3842D01*
Y-3875D01*
X-11214Y-3911D01*
X-11223Y-3958D01*
X-11232Y-4008D01*
X-11251Y-4064D01*
X-11269Y-4119D01*
X-11297Y-4179D01*
X-11329Y-4244D01*
X-11366Y-4304D01*
X-11412Y-4364D01*
X-11463Y-4424D01*
X-11523Y-4480D01*
X-11593Y-4535D01*
X-11597D01*
X-11607Y-4544D01*
X-11625Y-4554D01*
X-11648Y-4567D01*
X-11681Y-4586D01*
X-11717Y-4604D01*
X-11759Y-4623D01*
X-11810Y-4641D01*
X-11861Y-4660D01*
X-11921Y-4678D01*
X-11985Y-4697D01*
X-12055Y-4715D01*
X-12202Y-4738D01*
X-12286Y-4743D01*
X-12369Y-4748D01*
X-12374D01*
X-12397D01*
X-12424D01*
X-12466Y-4743D01*
X-12512Y-4738D01*
X-12567Y-4734D01*
X-12632Y-4725D01*
X-12697Y-4711D01*
X-12845Y-4678D01*
X-12919Y-4655D01*
X-12993Y-4632D01*
X-13062Y-4600D01*
X-13136Y-4563D01*
X-13201Y-4521D01*
X-13261Y-4470D01*
X-13265Y-4466D01*
X-13274Y-4457D01*
X-13288Y-4443D01*
X-13311Y-4420D01*
X-13334Y-4392D01*
X-13358Y-4360D01*
X-13385Y-4323D01*
X-13418Y-4276D01*
X-13445Y-4230D01*
X-13473Y-4175D01*
X-13524Y-4059D01*
X-13542Y-3990D01*
X-13556Y-3921D01*
X-13565Y-3847D01*
X-13570Y-3773D01*
Y-3754D01*
X-13565Y-3731D01*
Y-3699D01*
X-13556Y-3667D01*
X-13552Y-3620D01*
X-13538Y-3574D01*
X-13524Y-3523D01*
X-13501Y-3468D01*
X-13478Y-3413D01*
X-13445Y-3352D01*
X-13408Y-3292D01*
X-13367Y-3232D01*
X-13311Y-3172D01*
X-13256Y-3117D01*
X-13187Y-3061D01*
X-13519D01*
Y-2489D01*
X-11436D01*
X-11431D01*
X-11417D01*
X-11399D01*
X-11371D01*
X-11334D01*
X-11297Y-2493D01*
D02*
G37*
G36*
X-11200Y-5856D02*
X-14397D01*
Y-5242D01*
X-11200D01*
Y-5856D01*
D02*
G37*
G36*
Y-6891D02*
X-11925Y-7169D01*
Y-8453D01*
X-11200Y-8716D01*
Y-9400D01*
X-14397Y-8162D01*
Y-7478D01*
X-11200Y-6194D01*
Y-6891D01*
D02*
G37*
G36*
X-31773Y32476D02*
X-31769D01*
X-31755Y32471D01*
X-31736Y32462D01*
X-31713Y32453D01*
X-31681Y32439D01*
X-31644Y32425D01*
X-31565Y32393D01*
X-31478Y32360D01*
X-31390Y32323D01*
X-31311Y32286D01*
X-31279Y32268D01*
X-31247Y32254D01*
X-31237Y32250D01*
X-31214Y32236D01*
X-31182Y32212D01*
X-31140Y32185D01*
X-31094Y32148D01*
X-31048Y32106D01*
X-31002Y32065D01*
X-30965Y32014D01*
X-30960Y32009D01*
X-30951Y31991D01*
X-30937Y31963D01*
X-30919Y31921D01*
X-30900Y31875D01*
X-30886Y31820D01*
X-30877Y31760D01*
X-30872Y31690D01*
Y31672D01*
X-30877Y31649D01*
Y31617D01*
X-30886Y31580D01*
X-30896Y31538D01*
X-30905Y31492D01*
X-30923Y31441D01*
X-31288Y31399D01*
Y31404D01*
X-31284Y31422D01*
X-31279Y31446D01*
X-31270Y31473D01*
X-31256Y31547D01*
X-31251Y31621D01*
Y31644D01*
X-31256Y31667D01*
Y31695D01*
X-31270Y31764D01*
X-31284Y31797D01*
X-31297Y31829D01*
Y31834D01*
X-31307Y31843D01*
X-31316Y31857D01*
X-31330Y31875D01*
X-31367Y31917D01*
X-31418Y31954D01*
X-31422D01*
X-31431Y31963D01*
X-31450Y31972D01*
X-31478Y31982D01*
X-31515Y32000D01*
X-31570Y32019D01*
X-31635Y32046D01*
X-31713Y32074D01*
X-31718D01*
X-31736Y32083D01*
X-31769Y32092D01*
X-31810Y32111D01*
X-34130Y31233D01*
Y31649D01*
X-32785Y32134D01*
X-32780D01*
X-32776Y32139D01*
X-32762Y32143D01*
X-32739Y32148D01*
X-32716Y32157D01*
X-32688Y32166D01*
X-32623Y32189D01*
X-32545Y32217D01*
X-32452Y32245D01*
X-32355Y32273D01*
X-32249Y32300D01*
X-32254D01*
X-32263Y32305D01*
X-32277Y32309D01*
X-32295Y32314D01*
X-32318Y32319D01*
X-32346Y32328D01*
X-32415Y32346D01*
X-32494Y32370D01*
X-32586Y32402D01*
X-32679Y32430D01*
X-32776Y32467D01*
X-34130Y32966D01*
Y33358D01*
X-31773Y32476D01*
D02*
G37*
G36*
X-32905Y30970D02*
X-32854Y30965D01*
X-32799Y30961D01*
X-32734Y30951D01*
X-32665Y30937D01*
X-32517Y30900D01*
X-32438Y30877D01*
X-32365Y30850D01*
X-32286Y30817D01*
X-32217Y30776D01*
X-32147Y30729D01*
X-32083Y30679D01*
X-32078Y30674D01*
X-32069Y30665D01*
X-32055Y30651D01*
X-32032Y30628D01*
X-32009Y30595D01*
X-31981Y30563D01*
X-31953Y30526D01*
X-31921Y30480D01*
X-31893Y30429D01*
X-31861Y30378D01*
X-31810Y30254D01*
X-31787Y30189D01*
X-31773Y30120D01*
X-31764Y30046D01*
X-31759Y29972D01*
Y29953D01*
X-31764Y29930D01*
Y29902D01*
X-31769Y29870D01*
X-31778Y29829D01*
X-31801Y29736D01*
X-31819Y29685D01*
X-31843Y29635D01*
X-31870Y29579D01*
X-31903Y29528D01*
X-31944Y29473D01*
X-31990Y29422D01*
X-32041Y29376D01*
X-32101Y29330D01*
X-31810D01*
Y28965D01*
X-35007D01*
Y29357D01*
X-33866D01*
X-33871Y29362D01*
X-33880Y29367D01*
X-33894Y29381D01*
X-33917Y29404D01*
X-33940Y29427D01*
X-33968Y29454D01*
X-33996Y29491D01*
X-34023Y29528D01*
X-34083Y29621D01*
X-34130Y29727D01*
X-34153Y29787D01*
X-34166Y29852D01*
X-34176Y29921D01*
X-34180Y29990D01*
Y30027D01*
X-34176Y30069D01*
X-34171Y30120D01*
X-34157Y30180D01*
X-34143Y30249D01*
X-34120Y30323D01*
X-34093Y30392D01*
X-34088Y30402D01*
X-34079Y30425D01*
X-34056Y30461D01*
X-34028Y30503D01*
X-33996Y30554D01*
X-33954Y30605D01*
X-33903Y30660D01*
X-33848Y30706D01*
X-33843Y30711D01*
X-33820Y30725D01*
X-33788Y30748D01*
X-33746Y30776D01*
X-33691Y30808D01*
X-33626Y30840D01*
X-33552Y30873D01*
X-33473Y30900D01*
X-33469D01*
X-33464Y30905D01*
X-33450Y30910D01*
X-33437Y30914D01*
X-33390Y30924D01*
X-33330Y30937D01*
X-33261Y30951D01*
X-33182Y30965D01*
X-33095Y30970D01*
X-33002Y30974D01*
X-32998D01*
X-32974D01*
X-32947D01*
X-32905Y30970D01*
D02*
G37*
G36*
X-31810Y26742D02*
X-32101D01*
X-32097Y26738D01*
X-32087Y26733D01*
X-32069Y26719D01*
X-32046Y26701D01*
X-32023Y26678D01*
X-31995Y26650D01*
X-31963Y26618D01*
X-31930Y26576D01*
X-31898Y26535D01*
X-31866Y26488D01*
X-31838Y26433D01*
X-31815Y26373D01*
X-31792Y26313D01*
X-31773Y26243D01*
X-31764Y26170D01*
X-31759Y26091D01*
Y26063D01*
X-31764Y26045D01*
X-31769Y25989D01*
X-31778Y25925D01*
X-31796Y25846D01*
X-31824Y25758D01*
X-31861Y25671D01*
X-31912Y25583D01*
Y25578D01*
X-31921Y25574D01*
X-31940Y25546D01*
X-31977Y25504D01*
X-32023Y25453D01*
X-32083Y25393D01*
X-32157Y25333D01*
X-32240Y25273D01*
X-32337Y25223D01*
X-32342D01*
X-32351Y25218D01*
X-32365Y25213D01*
X-32383Y25204D01*
X-32411Y25195D01*
X-32443Y25181D01*
X-32476Y25172D01*
X-32517Y25162D01*
X-32610Y25139D01*
X-32716Y25116D01*
X-32836Y25102D01*
X-32965Y25098D01*
X-32970D01*
X-32979D01*
X-32998D01*
X-33025D01*
X-33053Y25102D01*
X-33090D01*
X-33173Y25112D01*
X-33270Y25125D01*
X-33376Y25148D01*
X-33487Y25176D01*
X-33593Y25213D01*
X-33598D01*
X-33607Y25218D01*
X-33621Y25227D01*
X-33640Y25236D01*
X-33691Y25264D01*
X-33755Y25301D01*
X-33825Y25347D01*
X-33894Y25407D01*
X-33968Y25477D01*
X-34028Y25560D01*
Y25564D01*
X-34032Y25569D01*
X-34042Y25583D01*
X-34051Y25601D01*
X-34074Y25648D01*
X-34106Y25712D01*
X-34134Y25786D01*
X-34157Y25874D01*
X-34176Y25971D01*
X-34180Y26072D01*
Y26109D01*
X-34176Y26147D01*
X-34171Y26197D01*
X-34157Y26257D01*
X-34143Y26322D01*
X-34120Y26387D01*
X-34088Y26447D01*
X-34083Y26456D01*
X-34074Y26474D01*
X-34051Y26502D01*
X-34028Y26539D01*
X-33996Y26585D01*
X-33954Y26627D01*
X-33912Y26673D01*
X-33862Y26715D01*
X-35007D01*
Y27107D01*
X-31810D01*
Y26742D01*
D02*
G37*
G36*
X-32868Y24760D02*
Y23028D01*
X-32864D01*
X-32850D01*
X-32831Y23033D01*
X-32803D01*
X-32771Y23037D01*
X-32734Y23046D01*
X-32651Y23060D01*
X-32559Y23088D01*
X-32457Y23125D01*
X-32365Y23176D01*
X-32282Y23241D01*
Y23245D01*
X-32272Y23250D01*
X-32249Y23277D01*
X-32217Y23319D01*
X-32184Y23374D01*
X-32147Y23448D01*
X-32115Y23531D01*
X-32092Y23624D01*
X-32087Y23675D01*
X-32083Y23730D01*
Y23767D01*
X-32087Y23809D01*
X-32097Y23860D01*
X-32111Y23915D01*
X-32129Y23980D01*
X-32157Y24040D01*
X-32194Y24100D01*
X-32198Y24104D01*
X-32217Y24127D01*
X-32245Y24155D01*
X-32282Y24188D01*
X-32332Y24225D01*
X-32397Y24266D01*
X-32471Y24308D01*
X-32559Y24345D01*
X-32508Y24751D01*
X-32503D01*
X-32494Y24747D01*
X-32476Y24742D01*
X-32448Y24733D01*
X-32420Y24719D01*
X-32383Y24705D01*
X-32305Y24668D01*
X-32217Y24622D01*
X-32124Y24557D01*
X-32037Y24483D01*
X-31953Y24391D01*
Y24386D01*
X-31944Y24377D01*
X-31935Y24363D01*
X-31921Y24345D01*
X-31907Y24317D01*
X-31893Y24289D01*
X-31875Y24252D01*
X-31856Y24211D01*
X-31838Y24164D01*
X-31819Y24118D01*
X-31792Y24003D01*
X-31769Y23873D01*
X-31759Y23730D01*
Y23679D01*
X-31764Y23647D01*
X-31769Y23606D01*
X-31778Y23555D01*
X-31787Y23499D01*
X-31796Y23439D01*
X-31833Y23310D01*
X-31861Y23241D01*
X-31889Y23176D01*
X-31926Y23107D01*
X-31967Y23042D01*
X-32013Y22982D01*
X-32069Y22922D01*
X-32074Y22917D01*
X-32083Y22908D01*
X-32101Y22894D01*
X-32129Y22875D01*
X-32161Y22852D01*
X-32198Y22829D01*
X-32245Y22802D01*
X-32295Y22774D01*
X-32355Y22746D01*
X-32420Y22718D01*
X-32494Y22695D01*
X-32572Y22672D01*
X-32656Y22654D01*
X-32748Y22640D01*
X-32845Y22631D01*
X-32947Y22626D01*
X-32951D01*
X-32974D01*
X-33002D01*
X-33044Y22631D01*
X-33095Y22635D01*
X-33150Y22640D01*
X-33215Y22649D01*
X-33279Y22663D01*
X-33427Y22700D01*
X-33501Y22723D01*
X-33580Y22751D01*
X-33654Y22788D01*
X-33723Y22829D01*
X-33792Y22875D01*
X-33857Y22926D01*
X-33862Y22931D01*
X-33871Y22940D01*
X-33885Y22959D01*
X-33908Y22982D01*
X-33931Y23009D01*
X-33959Y23046D01*
X-33991Y23088D01*
X-34019Y23139D01*
X-34051Y23190D01*
X-34079Y23250D01*
X-34106Y23314D01*
X-34130Y23384D01*
X-34153Y23458D01*
X-34166Y23536D01*
X-34176Y23619D01*
X-34180Y23707D01*
Y23753D01*
X-34176Y23786D01*
X-34171Y23823D01*
X-34162Y23869D01*
X-34153Y23920D01*
X-34139Y23980D01*
X-34125Y24035D01*
X-34102Y24100D01*
X-34079Y24160D01*
X-34046Y24225D01*
X-34009Y24289D01*
X-33968Y24354D01*
X-33917Y24414D01*
X-33862Y24469D01*
X-33857Y24474D01*
X-33848Y24483D01*
X-33829Y24497D01*
X-33801Y24516D01*
X-33769Y24539D01*
X-33732Y24562D01*
X-33686Y24589D01*
X-33630Y24617D01*
X-33570Y24645D01*
X-33506Y24673D01*
X-33432Y24696D01*
X-33353Y24719D01*
X-33266Y24737D01*
X-33173Y24751D01*
X-33076Y24760D01*
X-32970Y24765D01*
X-32965D01*
X-32947D01*
X-32914D01*
X-32868Y24760D01*
D02*
G37*
G36*
X-31810Y21762D02*
X-33215D01*
X-33219D01*
X-33224D01*
X-33256D01*
X-33298D01*
X-33349Y21757D01*
X-33409Y21753D01*
X-33469Y21744D01*
X-33524Y21730D01*
X-33575Y21716D01*
X-33580D01*
X-33593Y21707D01*
X-33617Y21693D01*
X-33644Y21679D01*
X-33672Y21656D01*
X-33704Y21628D01*
X-33737Y21591D01*
X-33764Y21550D01*
X-33769Y21545D01*
X-33778Y21531D01*
X-33788Y21503D01*
X-33801Y21471D01*
X-33815Y21434D01*
X-33829Y21388D01*
X-33834Y21332D01*
X-33838Y21277D01*
Y21254D01*
X-33834Y21235D01*
X-33829Y21189D01*
X-33820Y21129D01*
X-33797Y21065D01*
X-33769Y20990D01*
X-33732Y20917D01*
X-33677Y20847D01*
X-33667Y20838D01*
X-33644Y20820D01*
X-33626Y20806D01*
X-33603Y20792D01*
X-33575Y20773D01*
X-33543Y20760D01*
X-33506Y20741D01*
X-33460Y20723D01*
X-33409Y20709D01*
X-33353Y20695D01*
X-33293Y20686D01*
X-33229Y20676D01*
X-33150Y20667D01*
X-33072D01*
X-31810D01*
Y20274D01*
X-34130D01*
Y20626D01*
X-33797D01*
X-33801Y20630D01*
X-33815Y20639D01*
X-33834Y20653D01*
X-33857Y20672D01*
X-33885Y20699D01*
X-33917Y20732D01*
X-33954Y20769D01*
X-33991Y20815D01*
X-34023Y20861D01*
X-34060Y20917D01*
X-34093Y20977D01*
X-34120Y21041D01*
X-34143Y21115D01*
X-34162Y21189D01*
X-34176Y21272D01*
X-34180Y21360D01*
Y21397D01*
X-34176Y21434D01*
X-34171Y21485D01*
X-34162Y21545D01*
X-34148Y21610D01*
X-34130Y21679D01*
X-34102Y21744D01*
X-34097Y21753D01*
X-34088Y21771D01*
X-34074Y21804D01*
X-34051Y21841D01*
X-34023Y21887D01*
X-33986Y21928D01*
X-33949Y21970D01*
X-33903Y22007D01*
X-33898Y22012D01*
X-33880Y22021D01*
X-33857Y22035D01*
X-33825Y22058D01*
X-33778Y22076D01*
X-33732Y22095D01*
X-33677Y22118D01*
X-33617Y22132D01*
X-33612D01*
X-33593Y22136D01*
X-33566Y22141D01*
X-33529Y22145D01*
X-33473D01*
X-33409Y22150D01*
X-33330Y22155D01*
X-33233D01*
X-31810D01*
Y21762D01*
D02*
G37*
G36*
X-31995Y19674D02*
X-31944D01*
X-31889Y19669D01*
X-31829Y19665D01*
X-31704Y19651D01*
X-31575Y19632D01*
X-31515Y19618D01*
X-31459Y19604D01*
X-31408Y19586D01*
X-31362Y19568D01*
X-31357D01*
X-31353Y19563D01*
X-31325Y19545D01*
X-31284Y19521D01*
X-31233Y19484D01*
X-31177Y19434D01*
X-31117Y19374D01*
X-31057Y19300D01*
X-31006Y19217D01*
Y19212D01*
X-31002Y19207D01*
X-30992Y19193D01*
X-30988Y19175D01*
X-30974Y19152D01*
X-30965Y19124D01*
X-30942Y19055D01*
X-30914Y18972D01*
X-30896Y18870D01*
X-30877Y18755D01*
X-30872Y18630D01*
Y18588D01*
X-30877Y18560D01*
Y18523D01*
X-30882Y18486D01*
X-30886Y18440D01*
X-30896Y18390D01*
X-30919Y18283D01*
X-30951Y18172D01*
X-30997Y18061D01*
X-31062Y17960D01*
X-31066Y17955D01*
X-31071Y17951D01*
X-31099Y17918D01*
X-31140Y17881D01*
X-31200Y17835D01*
X-31279Y17789D01*
X-31376Y17747D01*
X-31431Y17733D01*
X-31491Y17724D01*
X-31552Y17715D01*
X-31621D01*
X-31570Y18098D01*
X-31561D01*
X-31542Y18103D01*
X-31510Y18112D01*
X-31468Y18122D01*
X-31427Y18140D01*
X-31385Y18163D01*
X-31344Y18191D01*
X-31311Y18228D01*
X-31307Y18237D01*
X-31293Y18256D01*
X-31274Y18288D01*
X-31256Y18334D01*
X-31233Y18390D01*
X-31214Y18459D01*
X-31200Y18542D01*
X-31196Y18630D01*
Y18676D01*
X-31200Y18722D01*
X-31210Y18787D01*
X-31223Y18851D01*
X-31242Y18921D01*
X-31270Y18990D01*
X-31307Y19050D01*
X-31311Y19055D01*
X-31325Y19073D01*
X-31353Y19101D01*
X-31385Y19133D01*
X-31431Y19166D01*
X-31482Y19198D01*
X-31542Y19230D01*
X-31612Y19253D01*
X-31616D01*
X-31635Y19258D01*
X-31672Y19263D01*
X-31718Y19267D01*
X-31750Y19272D01*
X-31787D01*
X-31829Y19276D01*
X-31875D01*
X-31926D01*
X-31986Y19281D01*
X-32046D01*
X-32115D01*
X-32111Y19276D01*
X-32101Y19267D01*
X-32087Y19253D01*
X-32069Y19235D01*
X-32046Y19212D01*
X-32018Y19180D01*
X-31990Y19142D01*
X-31963Y19106D01*
X-31907Y19009D01*
X-31856Y18902D01*
X-31838Y18842D01*
X-31824Y18778D01*
X-31815Y18708D01*
X-31810Y18639D01*
Y18616D01*
X-31815Y18593D01*
Y18560D01*
X-31819Y18519D01*
X-31829Y18473D01*
X-31838Y18422D01*
X-31852Y18366D01*
X-31870Y18306D01*
X-31893Y18246D01*
X-31921Y18186D01*
X-31953Y18122D01*
X-31995Y18061D01*
X-32041Y18001D01*
X-32092Y17946D01*
X-32152Y17895D01*
X-32157Y17890D01*
X-32166Y17886D01*
X-32189Y17872D01*
X-32212Y17854D01*
X-32249Y17835D01*
X-32286Y17812D01*
X-32332Y17789D01*
X-32388Y17766D01*
X-32443Y17743D01*
X-32508Y17720D01*
X-32572Y17696D01*
X-32646Y17678D01*
X-32803Y17646D01*
X-32891Y17641D01*
X-32979Y17636D01*
X-32984D01*
X-32993D01*
X-33011D01*
X-33035D01*
X-33067Y17641D01*
X-33099D01*
X-33182Y17650D01*
X-33275Y17664D01*
X-33376Y17687D01*
X-33483Y17715D01*
X-33589Y17756D01*
X-33593D01*
X-33603Y17761D01*
X-33617Y17770D01*
X-33635Y17780D01*
X-33686Y17807D01*
X-33751Y17844D01*
X-33820Y17895D01*
X-33889Y17955D01*
X-33963Y18024D01*
X-34023Y18103D01*
Y18108D01*
X-34028Y18112D01*
X-34037Y18126D01*
X-34046Y18145D01*
X-34074Y18191D01*
X-34102Y18256D01*
X-34130Y18334D01*
X-34157Y18426D01*
X-34176Y18528D01*
X-34180Y18639D01*
Y18680D01*
X-34176Y18708D01*
X-34171Y18741D01*
X-34162Y18782D01*
X-34153Y18828D01*
X-34139Y18879D01*
X-34120Y18930D01*
X-34097Y18985D01*
X-34069Y19041D01*
X-34037Y19101D01*
X-34000Y19156D01*
X-33954Y19212D01*
X-33903Y19267D01*
X-33843Y19318D01*
X-34130D01*
Y19679D01*
X-32124D01*
X-32120D01*
X-32101D01*
X-32074D01*
X-32037D01*
X-31995Y19674D01*
D02*
G37*
G36*
X-31810Y16796D02*
X-34130D01*
Y17188D01*
X-31810D01*
Y16796D01*
D02*
G37*
G36*
X-34559D02*
X-35007D01*
Y17188D01*
X-34559D01*
Y16796D01*
D02*
G37*
G36*
X-32420Y16324D02*
X-32369Y16315D01*
X-32314Y16301D01*
X-32254Y16278D01*
X-32184Y16250D01*
X-32120Y16214D01*
X-32111Y16209D01*
X-32092Y16190D01*
X-32060Y16167D01*
X-32023Y16130D01*
X-31981Y16080D01*
X-31935Y16024D01*
X-31893Y15959D01*
X-31852Y15881D01*
Y15876D01*
X-31847Y15872D01*
X-31838Y15844D01*
X-31824Y15798D01*
X-31806Y15738D01*
X-31787Y15664D01*
X-31773Y15581D01*
X-31764Y15493D01*
X-31759Y15391D01*
Y15349D01*
X-31764Y15317D01*
Y15280D01*
X-31769Y15234D01*
X-31773Y15188D01*
X-31782Y15137D01*
X-31806Y15026D01*
X-31838Y14911D01*
X-31884Y14800D01*
X-31912Y14749D01*
X-31944Y14703D01*
X-31949Y14698D01*
X-31953Y14694D01*
X-31981Y14666D01*
X-32023Y14624D01*
X-32087Y14578D01*
X-32166Y14527D01*
X-32258Y14476D01*
X-32374Y14435D01*
X-32503Y14402D01*
X-32563Y14791D01*
X-32559D01*
X-32554D01*
X-32526Y14800D01*
X-32480Y14809D01*
X-32429Y14828D01*
X-32374Y14851D01*
X-32314Y14878D01*
X-32254Y14920D01*
X-32203Y14971D01*
X-32198Y14980D01*
X-32184Y14998D01*
X-32166Y15035D01*
X-32143Y15082D01*
X-32120Y15142D01*
X-32101Y15211D01*
X-32087Y15294D01*
X-32083Y15391D01*
Y15437D01*
X-32087Y15484D01*
X-32097Y15544D01*
X-32111Y15608D01*
X-32129Y15677D01*
X-32152Y15738D01*
X-32189Y15793D01*
X-32194Y15798D01*
X-32208Y15816D01*
X-32231Y15835D01*
X-32263Y15862D01*
X-32300Y15885D01*
X-32346Y15909D01*
X-32392Y15922D01*
X-32448Y15927D01*
X-32452D01*
X-32471D01*
X-32494Y15922D01*
X-32526Y15913D01*
X-32559Y15899D01*
X-32591Y15876D01*
X-32628Y15848D01*
X-32656Y15807D01*
X-32660Y15802D01*
X-32665Y15788D01*
X-32679Y15765D01*
X-32693Y15728D01*
X-32711Y15673D01*
X-32725Y15641D01*
X-32734Y15604D01*
X-32748Y15562D01*
X-32762Y15516D01*
X-32776Y15465D01*
X-32790Y15405D01*
Y15400D01*
X-32794Y15386D01*
X-32799Y15363D01*
X-32808Y15336D01*
X-32817Y15299D01*
X-32831Y15257D01*
X-32854Y15169D01*
X-32887Y15068D01*
X-32914Y14971D01*
X-32947Y14878D01*
X-32965Y14837D01*
X-32979Y14804D01*
X-32984Y14795D01*
X-32993Y14777D01*
X-33011Y14749D01*
X-33035Y14712D01*
X-33067Y14670D01*
X-33104Y14629D01*
X-33145Y14587D01*
X-33196Y14550D01*
X-33201Y14546D01*
X-33219Y14536D01*
X-33252Y14523D01*
X-33289Y14509D01*
X-33335Y14495D01*
X-33390Y14481D01*
X-33446Y14472D01*
X-33510Y14467D01*
X-33520D01*
X-33538D01*
X-33566Y14472D01*
X-33607Y14476D01*
X-33649Y14486D01*
X-33700Y14495D01*
X-33746Y14513D01*
X-33797Y14536D01*
X-33801Y14541D01*
X-33820Y14550D01*
X-33843Y14564D01*
X-33875Y14587D01*
X-33908Y14615D01*
X-33949Y14647D01*
X-33986Y14684D01*
X-34019Y14730D01*
X-34023Y14735D01*
X-34028Y14749D01*
X-34042Y14767D01*
X-34056Y14795D01*
X-34074Y14832D01*
X-34093Y14874D01*
X-34111Y14924D01*
X-34130Y14980D01*
X-34134Y14989D01*
X-34139Y15008D01*
X-34148Y15040D01*
X-34157Y15082D01*
X-34166Y15132D01*
X-34171Y15188D01*
X-34180Y15252D01*
Y15363D01*
X-34176Y15414D01*
X-34171Y15484D01*
X-34162Y15557D01*
X-34143Y15636D01*
X-34125Y15719D01*
X-34097Y15798D01*
Y15802D01*
X-34093Y15807D01*
X-34083Y15830D01*
X-34065Y15867D01*
X-34042Y15913D01*
X-34009Y15964D01*
X-33972Y16015D01*
X-33931Y16061D01*
X-33885Y16103D01*
X-33880Y16107D01*
X-33862Y16116D01*
X-33829Y16135D01*
X-33792Y16158D01*
X-33737Y16181D01*
X-33677Y16204D01*
X-33607Y16223D01*
X-33529Y16241D01*
X-33478Y15858D01*
X-33487D01*
X-33506Y15853D01*
X-33538Y15844D01*
X-33580Y15830D01*
X-33621Y15807D01*
X-33667Y15779D01*
X-33714Y15747D01*
X-33755Y15701D01*
X-33760Y15696D01*
X-33769Y15677D01*
X-33788Y15650D01*
X-33806Y15608D01*
X-33825Y15562D01*
X-33843Y15502D01*
X-33852Y15428D01*
X-33857Y15349D01*
Y15303D01*
X-33852Y15257D01*
X-33848Y15197D01*
X-33834Y15137D01*
X-33820Y15072D01*
X-33797Y15012D01*
X-33764Y14961D01*
X-33760Y14957D01*
X-33751Y14943D01*
X-33732Y14924D01*
X-33704Y14906D01*
X-33677Y14883D01*
X-33640Y14864D01*
X-33598Y14851D01*
X-33557Y14846D01*
X-33552D01*
X-33543D01*
X-33529Y14851D01*
X-33510D01*
X-33464Y14864D01*
X-33418Y14892D01*
X-33413Y14897D01*
X-33409Y14901D01*
X-33395Y14911D01*
X-33381Y14929D01*
X-33367Y14948D01*
X-33349Y14975D01*
X-33335Y15008D01*
X-33316Y15045D01*
Y15049D01*
X-33312Y15058D01*
X-33307Y15077D01*
X-33293Y15109D01*
X-33279Y15156D01*
X-33266Y15215D01*
X-33252Y15252D01*
X-33242Y15294D01*
X-33229Y15340D01*
X-33215Y15391D01*
Y15396D01*
X-33210Y15410D01*
X-33206Y15433D01*
X-33196Y15460D01*
X-33187Y15493D01*
X-33178Y15534D01*
X-33150Y15622D01*
X-33122Y15719D01*
X-33090Y15816D01*
X-33058Y15904D01*
X-33044Y15941D01*
X-33030Y15973D01*
X-33025Y15982D01*
X-33016Y16001D01*
X-33002Y16029D01*
X-32979Y16070D01*
X-32951Y16112D01*
X-32914Y16153D01*
X-32873Y16195D01*
X-32827Y16232D01*
X-32822Y16237D01*
X-32803Y16246D01*
X-32776Y16264D01*
X-32734Y16283D01*
X-32683Y16297D01*
X-32628Y16315D01*
X-32563Y16324D01*
X-32489Y16329D01*
X-32480D01*
X-32457D01*
X-32420Y16324D01*
D02*
G37*
G36*
X-32868Y14074D02*
Y12342D01*
X-32864D01*
X-32850D01*
X-32831Y12347D01*
X-32803D01*
X-32771Y12351D01*
X-32734Y12360D01*
X-32651Y12374D01*
X-32559Y12402D01*
X-32457Y12439D01*
X-32365Y12490D01*
X-32282Y12554D01*
Y12559D01*
X-32272Y12564D01*
X-32249Y12591D01*
X-32217Y12633D01*
X-32184Y12688D01*
X-32147Y12762D01*
X-32115Y12845D01*
X-32092Y12938D01*
X-32087Y12989D01*
X-32083Y13044D01*
Y13081D01*
X-32087Y13123D01*
X-32097Y13173D01*
X-32111Y13229D01*
X-32129Y13294D01*
X-32157Y13354D01*
X-32194Y13414D01*
X-32198Y13418D01*
X-32217Y13442D01*
X-32245Y13469D01*
X-32282Y13501D01*
X-32332Y13539D01*
X-32397Y13580D01*
X-32471Y13622D01*
X-32559Y13659D01*
X-32508Y14065D01*
X-32503D01*
X-32494Y14061D01*
X-32476Y14056D01*
X-32448Y14047D01*
X-32420Y14033D01*
X-32383Y14019D01*
X-32305Y13982D01*
X-32217Y13936D01*
X-32124Y13871D01*
X-32037Y13797D01*
X-31953Y13705D01*
Y13700D01*
X-31944Y13691D01*
X-31935Y13677D01*
X-31921Y13659D01*
X-31907Y13631D01*
X-31893Y13603D01*
X-31875Y13566D01*
X-31856Y13525D01*
X-31838Y13478D01*
X-31819Y13432D01*
X-31792Y13317D01*
X-31769Y13187D01*
X-31759Y13044D01*
Y12993D01*
X-31764Y12961D01*
X-31769Y12919D01*
X-31778Y12869D01*
X-31787Y12813D01*
X-31796Y12753D01*
X-31833Y12624D01*
X-31861Y12554D01*
X-31889Y12490D01*
X-31926Y12420D01*
X-31967Y12356D01*
X-32013Y12296D01*
X-32069Y12236D01*
X-32074Y12231D01*
X-32083Y12222D01*
X-32101Y12208D01*
X-32129Y12189D01*
X-32161Y12166D01*
X-32198Y12143D01*
X-32245Y12116D01*
X-32295Y12088D01*
X-32355Y12060D01*
X-32420Y12032D01*
X-32494Y12009D01*
X-32572Y11986D01*
X-32656Y11968D01*
X-32748Y11954D01*
X-32845Y11945D01*
X-32947Y11940D01*
X-32951D01*
X-32974D01*
X-33002D01*
X-33044Y11945D01*
X-33095Y11949D01*
X-33150Y11954D01*
X-33215Y11963D01*
X-33279Y11977D01*
X-33427Y12014D01*
X-33501Y12037D01*
X-33580Y12065D01*
X-33654Y12102D01*
X-33723Y12143D01*
X-33792Y12189D01*
X-33857Y12240D01*
X-33862Y12245D01*
X-33871Y12254D01*
X-33885Y12273D01*
X-33908Y12296D01*
X-33931Y12323D01*
X-33959Y12360D01*
X-33991Y12402D01*
X-34019Y12453D01*
X-34051Y12504D01*
X-34079Y12564D01*
X-34106Y12628D01*
X-34130Y12698D01*
X-34153Y12772D01*
X-34166Y12850D01*
X-34176Y12933D01*
X-34180Y13021D01*
Y13067D01*
X-34176Y13100D01*
X-34171Y13137D01*
X-34162Y13183D01*
X-34153Y13234D01*
X-34139Y13294D01*
X-34125Y13349D01*
X-34102Y13414D01*
X-34079Y13474D01*
X-34046Y13539D01*
X-34009Y13603D01*
X-33968Y13668D01*
X-33917Y13728D01*
X-33862Y13783D01*
X-33857Y13788D01*
X-33848Y13797D01*
X-33829Y13811D01*
X-33801Y13829D01*
X-33769Y13853D01*
X-33732Y13876D01*
X-33686Y13904D01*
X-33630Y13931D01*
X-33570Y13959D01*
X-33506Y13987D01*
X-33432Y14010D01*
X-33353Y14033D01*
X-33266Y14051D01*
X-33173Y14065D01*
X-33076Y14074D01*
X-32970Y14079D01*
X-32965D01*
X-32947D01*
X-32914D01*
X-32868Y14074D01*
D02*
G37*
G36*
X-33330Y11538D02*
X-33293D01*
X-33206Y11533D01*
X-33104Y11519D01*
X-32998Y11506D01*
X-32887Y11483D01*
X-32776Y11455D01*
X-32771D01*
X-32762Y11450D01*
X-32748Y11446D01*
X-32730Y11441D01*
X-32679Y11423D01*
X-32614Y11395D01*
X-32540Y11367D01*
X-32466Y11330D01*
X-32388Y11284D01*
X-32314Y11238D01*
X-32305Y11233D01*
X-32282Y11215D01*
X-32249Y11187D01*
X-32208Y11150D01*
X-32161Y11108D01*
X-32115Y11057D01*
X-32064Y11007D01*
X-32023Y10947D01*
X-32018Y10937D01*
X-32004Y10919D01*
X-31986Y10887D01*
X-31963Y10840D01*
X-31935Y10785D01*
X-31912Y10720D01*
X-31884Y10646D01*
X-31861Y10563D01*
Y10554D01*
X-31856Y10540D01*
X-31852Y10526D01*
X-31847Y10480D01*
X-31838Y10415D01*
X-31829Y10341D01*
X-31819Y10254D01*
X-31815Y10157D01*
X-31810Y10050D01*
Y8900D01*
X-35007D01*
Y10129D01*
X-35003Y10212D01*
X-34998Y10305D01*
X-34989Y10397D01*
X-34975Y10489D01*
X-34961Y10568D01*
Y10572D01*
X-34956Y10582D01*
Y10595D01*
X-34947Y10614D01*
X-34933Y10665D01*
X-34910Y10729D01*
X-34878Y10803D01*
X-34836Y10882D01*
X-34790Y10960D01*
X-34730Y11034D01*
X-34725Y11039D01*
X-34721Y11044D01*
X-34707Y11057D01*
X-34693Y11076D01*
X-34647Y11122D01*
X-34582Y11178D01*
X-34504Y11238D01*
X-34411Y11302D01*
X-34305Y11362D01*
X-34185Y11413D01*
X-34180D01*
X-34171Y11418D01*
X-34153Y11427D01*
X-34125Y11432D01*
X-34093Y11446D01*
X-34056Y11455D01*
X-34014Y11464D01*
X-33963Y11478D01*
X-33912Y11492D01*
X-33852Y11501D01*
X-33723Y11524D01*
X-33580Y11538D01*
X-33423Y11543D01*
X-33418D01*
X-33409D01*
X-33386D01*
X-33362D01*
X-33330Y11538D01*
D02*
G37*
%LPC*%
G36*
X-46749Y-23844D02*
X-46804D01*
X-46808D01*
X-46819D01*
X-46834D01*
X-46852D01*
X-46878Y-23847D01*
X-46908D01*
X-46974Y-23855D01*
X-47045Y-23866D01*
X-47119Y-23884D01*
X-47189Y-23907D01*
X-47218Y-23921D01*
X-47248Y-23936D01*
X-47256Y-23940D01*
X-47270Y-23951D01*
X-47293Y-23973D01*
X-47318Y-24003D01*
X-47344Y-24040D01*
X-47366Y-24084D01*
X-47381Y-24140D01*
X-47389Y-24203D01*
Y-24210D01*
X-47385Y-24232D01*
X-47381Y-24265D01*
X-47370Y-24306D01*
X-47355Y-24351D01*
X-47330Y-24395D01*
X-47296Y-24439D01*
X-47248Y-24476D01*
X-47241Y-24480D01*
X-47222Y-24491D01*
X-47189Y-24506D01*
X-47141Y-24521D01*
X-47078Y-24536D01*
X-47041Y-24543D01*
X-47000Y-24550D01*
X-46956Y-24558D01*
X-46908Y-24562D01*
X-46856Y-24565D01*
X-46800D01*
X-46797D01*
X-46786D01*
X-46771D01*
X-46749D01*
X-46723Y-24562D01*
X-46693D01*
X-46626Y-24554D01*
X-46553Y-24543D01*
X-46475Y-24528D01*
X-46404Y-24506D01*
X-46375Y-24491D01*
X-46345Y-24476D01*
X-46338Y-24473D01*
X-46323Y-24458D01*
X-46301Y-24439D01*
X-46275Y-24406D01*
X-46249Y-24369D01*
X-46227Y-24325D01*
X-46212Y-24269D01*
X-46205Y-24206D01*
Y-24199D01*
X-46208Y-24177D01*
X-46212Y-24143D01*
X-46223Y-24103D01*
X-46238Y-24062D01*
X-46264Y-24014D01*
X-46297Y-23973D01*
X-46345Y-23936D01*
X-46353Y-23933D01*
X-46371Y-23921D01*
X-46408Y-23907D01*
X-46456Y-23888D01*
X-46486Y-23881D01*
X-46519Y-23873D01*
X-46560Y-23866D01*
X-46601Y-23858D01*
X-46645Y-23851D01*
X-46693Y-23847D01*
X-46749Y-23844D01*
D02*
G37*
G36*
X-47004Y-27788D02*
X-47078D01*
X-47082D01*
X-47100D01*
X-47122D01*
X-47152Y-27792D01*
X-47193D01*
X-47233Y-27795D01*
X-47281Y-27803D01*
X-47330Y-27806D01*
X-47437Y-27825D01*
X-47537Y-27854D01*
X-47585Y-27873D01*
X-47629Y-27895D01*
X-47670Y-27917D01*
X-47703Y-27947D01*
X-47707D01*
X-47711Y-27954D01*
X-47729Y-27977D01*
X-47755Y-28010D01*
X-47785Y-28058D01*
X-47814Y-28121D01*
X-47840Y-28191D01*
X-47859Y-28276D01*
X-47866Y-28321D01*
Y-28543D01*
X-46253D01*
Y-28339D01*
X-46260Y-28313D01*
X-46268Y-28276D01*
X-46279Y-28232D01*
X-46297Y-28184D01*
X-46323Y-28132D01*
X-46356Y-28076D01*
X-46401Y-28021D01*
X-46453Y-27969D01*
X-46519Y-27921D01*
X-46601Y-27877D01*
X-46645Y-27858D01*
X-46697Y-27840D01*
X-46749Y-27825D01*
X-46804Y-27814D01*
X-46867Y-27803D01*
X-46934Y-27795D01*
X-47004Y-27788D01*
D02*
G37*
G36*
X-46829Y-32491D02*
X-46928D01*
X-46882Y-32531D01*
X-46829Y-32491D01*
D02*
G37*
G36*
X-46427Y-39928D02*
X-47222D01*
X-47226D01*
X-47230Y-39931D01*
X-47248Y-39950D01*
X-47278Y-39976D01*
X-47307Y-40009D01*
X-47337Y-40053D01*
X-47366Y-40105D01*
X-47385Y-40168D01*
X-47392Y-40201D01*
Y-40242D01*
X-47389Y-40264D01*
X-47385Y-40294D01*
X-47374Y-40331D01*
X-47359Y-40375D01*
X-47333Y-40416D01*
X-47296Y-40460D01*
X-47248Y-40497D01*
X-47241Y-40501D01*
X-47222Y-40512D01*
X-47189Y-40527D01*
X-47141Y-40542D01*
X-47078Y-40560D01*
X-47041Y-40568D01*
X-47000Y-40575D01*
X-46956Y-40582D01*
X-46908Y-40586D01*
X-46856Y-40590D01*
X-46800D01*
X-46793D01*
X-46775D01*
X-46745Y-40586D01*
X-46708D01*
X-46660Y-40579D01*
X-46612Y-40571D01*
X-46556Y-40564D01*
X-46501Y-40549D01*
X-46445Y-40531D01*
X-46390Y-40508D01*
X-46342Y-40483D01*
X-46294Y-40453D01*
X-46257Y-40416D01*
X-46227Y-40372D01*
X-46208Y-40320D01*
X-46201Y-40264D01*
Y-40246D01*
X-46205Y-40231D01*
X-46212Y-40194D01*
X-46231Y-40150D01*
X-46257Y-40094D01*
X-46275Y-40068D01*
X-46297Y-40039D01*
X-46323Y-40009D01*
X-46353Y-39983D01*
X-46386Y-39954D01*
X-46427Y-39928D01*
D02*
G37*
G36*
X36894Y12541D02*
X36888D01*
X36881Y12535D01*
X36862D01*
X36836Y12528D01*
X36771Y12509D01*
X36680Y12496D01*
X36674D01*
X36654Y12489D01*
X36616D01*
X36577Y12483D01*
X36518Y12476D01*
X36460Y12463D01*
X36324Y12438D01*
X36182Y12405D01*
X36039Y12366D01*
X35974Y12340D01*
X35916Y12314D01*
X35864Y12288D01*
X35819Y12263D01*
X35812Y12256D01*
X35799Y12243D01*
X35773Y12217D01*
X35747Y12185D01*
X35721Y12139D01*
X35695Y12088D01*
X35682Y12029D01*
X35676Y11964D01*
Y11958D01*
Y11938D01*
X35682Y11913D01*
X35689Y11874D01*
X35702Y11835D01*
X35721Y11789D01*
X35747Y11744D01*
X35786Y11705D01*
X35793Y11699D01*
X35806Y11692D01*
X35832Y11673D01*
X35864Y11653D01*
X35903Y11634D01*
X35955Y11621D01*
X36013Y11608D01*
X36078Y11602D01*
X36110D01*
X36149Y11608D01*
X36194Y11614D01*
X36253Y11621D01*
X36318Y11640D01*
X36382Y11660D01*
X36447Y11692D01*
X36454Y11699D01*
X36480Y11712D01*
X36512Y11731D01*
X36551Y11764D01*
X36590Y11796D01*
X36635Y11841D01*
X36680Y11887D01*
X36713Y11945D01*
X36719Y11952D01*
X36726Y11977D01*
X36745Y12010D01*
X36765Y12062D01*
X36791Y12126D01*
X36816Y12211D01*
X36842Y12308D01*
X36868Y12418D01*
X36894Y12541D01*
D02*
G37*
G36*
X13320Y14770D02*
X12504D01*
X12231Y13487D01*
X12691D01*
X12763Y13494D01*
X12912Y13500D01*
X13074Y13507D01*
X13236Y13526D01*
X13307Y13539D01*
X13378Y13546D01*
X13437Y13565D01*
X13488Y13578D01*
X13501Y13584D01*
X13527Y13597D01*
X13573Y13617D01*
X13631Y13649D01*
X13689Y13688D01*
X13754Y13740D01*
X13819Y13798D01*
X13877Y13863D01*
X13884Y13870D01*
X13897Y13895D01*
X13923Y13941D01*
X13949Y13993D01*
X13974Y14058D01*
X14000Y14135D01*
X14013Y14213D01*
X14020Y14304D01*
Y14310D01*
Y14330D01*
X14013Y14362D01*
Y14401D01*
X13987Y14485D01*
X13968Y14530D01*
X13942Y14569D01*
Y14576D01*
X13929Y14589D01*
X13890Y14628D01*
X13826Y14673D01*
X13741Y14718D01*
X13735D01*
X13715Y14725D01*
X13676Y14738D01*
X13618Y14744D01*
X13547Y14757D01*
X13443Y14764D01*
X13385D01*
X13320Y14770D01*
D02*
G37*
G36*
X47457Y13721D02*
X47411D01*
X47359Y13708D01*
X47295Y13695D01*
X47217Y13669D01*
X47133Y13636D01*
X47048Y13584D01*
X46964Y13513D01*
X46958Y13507D01*
X46932Y13474D01*
X46893Y13429D01*
X46848Y13358D01*
X46802Y13273D01*
X46750Y13170D01*
X46705Y13053D01*
X46673Y12911D01*
X48053D01*
Y12917D01*
Y12943D01*
Y12969D01*
Y12995D01*
Y13001D01*
Y13008D01*
Y13027D01*
Y13053D01*
X48046Y13118D01*
X48033Y13202D01*
X48014Y13286D01*
X47982Y13377D01*
X47943Y13461D01*
X47891Y13539D01*
X47884Y13546D01*
X47858Y13565D01*
X47826Y13597D01*
X47774Y13630D01*
X47716Y13662D01*
X47638Y13695D01*
X47554Y13714D01*
X47457Y13721D01*
D02*
G37*
G36*
X24965Y13688D02*
X24919D01*
X24861Y13682D01*
X24796Y13669D01*
X24718Y13643D01*
X24634Y13610D01*
X24543Y13565D01*
X24459Y13507D01*
X24453Y13500D01*
X24420Y13474D01*
X24381Y13435D01*
X24336Y13377D01*
X24278Y13306D01*
X24219Y13215D01*
X24168Y13111D01*
X24116Y12995D01*
Y12988D01*
X24109Y12982D01*
X24103Y12962D01*
X24096Y12936D01*
X24077Y12872D01*
X24057Y12794D01*
X24038Y12697D01*
X24018Y12593D01*
X24006Y12483D01*
X23999Y12379D01*
Y12373D01*
Y12366D01*
Y12347D01*
Y12321D01*
X24012Y12256D01*
X24025Y12178D01*
X24044Y12088D01*
X24077Y11997D01*
X24122Y11906D01*
X24187Y11822D01*
X24193Y11815D01*
X24219Y11789D01*
X24265Y11757D01*
X24317Y11725D01*
X24388Y11686D01*
X24466Y11653D01*
X24556Y11627D01*
X24660Y11621D01*
X24692D01*
X24718Y11627D01*
X24790Y11640D01*
X24874Y11660D01*
X24971Y11699D01*
X25068Y11751D01*
X25172Y11828D01*
X25224Y11874D01*
X25269Y11926D01*
X25276Y11932D01*
X25282Y11945D01*
X25302Y11971D01*
X25321Y12003D01*
X25353Y12049D01*
X25379Y12100D01*
X25412Y12159D01*
X25444Y12224D01*
X25477Y12301D01*
X25509Y12379D01*
X25541Y12470D01*
X25567Y12561D01*
X25606Y12768D01*
X25613Y12878D01*
X25619Y12995D01*
Y13001D01*
Y13008D01*
Y13047D01*
X25613Y13105D01*
X25593Y13176D01*
X25574Y13254D01*
X25541Y13338D01*
X25496Y13416D01*
X25431Y13494D01*
X25425Y13500D01*
X25399Y13526D01*
X25360Y13558D01*
X25308Y13591D01*
X25237Y13630D01*
X25159Y13656D01*
X25068Y13682D01*
X24965Y13688D01*
D02*
G37*
G36*
X16806Y13721D02*
X16761D01*
X16709Y13708D01*
X16644Y13695D01*
X16567Y13669D01*
X16482Y13636D01*
X16398Y13584D01*
X16314Y13513D01*
X16307Y13507D01*
X16281Y13474D01*
X16242Y13429D01*
X16197Y13358D01*
X16152Y13273D01*
X16100Y13170D01*
X16055Y13053D01*
X16022Y12911D01*
X17402D01*
Y12917D01*
Y12943D01*
Y12969D01*
Y12995D01*
Y13001D01*
Y13008D01*
Y13027D01*
Y13053D01*
X17396Y13118D01*
X17383Y13202D01*
X17364Y13286D01*
X17331Y13377D01*
X17292Y13461D01*
X17240Y13539D01*
X17234Y13546D01*
X17208Y13565D01*
X17176Y13597D01*
X17124Y13630D01*
X17065Y13662D01*
X16988Y13695D01*
X16904Y13714D01*
X16806Y13721D01*
D02*
G37*
G36*
X3237D02*
X3198D01*
X3153Y13714D01*
X3095Y13695D01*
X3023Y13675D01*
X2952Y13643D01*
X2874Y13597D01*
X2796Y13533D01*
X2790Y13526D01*
X2764Y13500D01*
X2732Y13455D01*
X2686Y13390D01*
X2634Y13312D01*
X2583Y13209D01*
X2531Y13092D01*
X2479Y12956D01*
X2472Y12943D01*
X2466Y12904D01*
X2447Y12852D01*
X2434Y12774D01*
X2414Y12697D01*
X2395Y12606D01*
X2388Y12509D01*
X2382Y12418D01*
Y12411D01*
Y12405D01*
Y12386D01*
Y12360D01*
X2388Y12288D01*
X2401Y12211D01*
X2421Y12120D01*
X2453Y12023D01*
X2492Y11932D01*
X2544Y11854D01*
X2550Y11848D01*
X2576Y11828D01*
X2609Y11796D01*
X2660Y11763D01*
X2719Y11725D01*
X2790Y11699D01*
X2874Y11673D01*
X2965Y11666D01*
X3004D01*
X3049Y11673D01*
X3108Y11686D01*
X3179Y11705D01*
X3257Y11738D01*
X3334Y11777D01*
X3419Y11835D01*
X3432Y11841D01*
X3458Y11867D01*
X3496Y11906D01*
X3542Y11964D01*
X3600Y12029D01*
X3652Y12113D01*
X3710Y12217D01*
X3756Y12327D01*
Y12334D01*
X3762Y12340D01*
X3768Y12360D01*
X3775Y12386D01*
X3794Y12444D01*
X3814Y12528D01*
X3833Y12619D01*
X3853Y12729D01*
X3866Y12839D01*
X3872Y12949D01*
Y12956D01*
Y12962D01*
Y12982D01*
Y13008D01*
X3859Y13072D01*
X3846Y13150D01*
X3827Y13241D01*
X3788Y13332D01*
X3743Y13422D01*
X3678Y13507D01*
X3671Y13513D01*
X3645Y13539D01*
X3607Y13571D01*
X3555Y13617D01*
X3490Y13656D01*
X3412Y13688D01*
X3328Y13714D01*
X3237Y13721D01*
D02*
G37*
G36*
X7151Y6933D02*
X7106D01*
X7060Y6927D01*
X6996Y6914D01*
X6924Y6888D01*
X6847Y6856D01*
X6769Y6810D01*
X6684Y6752D01*
X6678Y6745D01*
X6652Y6719D01*
X6613Y6674D01*
X6568Y6616D01*
X6516Y6545D01*
X6458Y6454D01*
X6406Y6350D01*
X6361Y6227D01*
Y6221D01*
X6354Y6214D01*
X6348Y6195D01*
X6341Y6169D01*
X6322Y6104D01*
X6302Y6026D01*
X6283Y5929D01*
X6263Y5825D01*
X6250Y5728D01*
X6244Y5624D01*
Y5618D01*
Y5605D01*
Y5585D01*
Y5560D01*
X6257Y5488D01*
X6270Y5404D01*
X6289Y5307D01*
X6322Y5203D01*
X6367Y5113D01*
X6432Y5022D01*
X6438Y5015D01*
X6464Y4989D01*
X6503Y4957D01*
X6561Y4918D01*
X6626Y4879D01*
X6697Y4847D01*
X6788Y4821D01*
X6879Y4814D01*
X6918D01*
X6957Y4821D01*
X7015Y4834D01*
X7080Y4853D01*
X7151Y4879D01*
X7222Y4918D01*
X7300Y4970D01*
X7307Y4976D01*
X7333Y5002D01*
X7371Y5041D01*
X7423Y5093D01*
X7475Y5164D01*
X7533Y5255D01*
X7592Y5365D01*
X7644Y5495D01*
Y5501D01*
X7650Y5514D01*
X7656Y5534D01*
X7663Y5560D01*
X7689Y5631D01*
X7715Y5722D01*
X7734Y5825D01*
X7760Y5935D01*
X7773Y6059D01*
X7780Y6175D01*
Y6182D01*
Y6188D01*
Y6208D01*
Y6233D01*
X7773Y6298D01*
X7760Y6383D01*
X7734Y6473D01*
X7702Y6564D01*
X7656Y6655D01*
X7598Y6733D01*
X7592Y6739D01*
X7566Y6765D01*
X7527Y6797D01*
X7475Y6836D01*
X7410Y6869D01*
X7339Y6901D01*
X7248Y6927D01*
X7151Y6933D01*
D02*
G37*
G36*
X32553Y7983D02*
X31872D01*
X31237Y4957D01*
X31827D01*
X31879Y4964D01*
X31989D01*
X32112Y4970D01*
X32229Y4983D01*
X32345Y4996D01*
X32397Y5002D01*
X32443Y5015D01*
X32456Y5022D01*
X32481Y5028D01*
X32527Y5048D01*
X32585Y5067D01*
X32650Y5099D01*
X32721Y5138D01*
X32792Y5190D01*
X32864Y5249D01*
X32870D01*
X32877Y5262D01*
X32909Y5294D01*
X32961Y5352D01*
X33026Y5424D01*
X33103Y5521D01*
X33181Y5637D01*
X33259Y5767D01*
X33330Y5909D01*
Y5916D01*
X33337Y5929D01*
X33350Y5955D01*
X33363Y5981D01*
X33376Y6026D01*
X33389Y6072D01*
X33408Y6123D01*
X33428Y6188D01*
X33440Y6253D01*
X33460Y6331D01*
X33492Y6499D01*
X33512Y6687D01*
X33518Y6888D01*
Y6894D01*
Y6908D01*
Y6933D01*
Y6966D01*
X33512Y7005D01*
Y7050D01*
X33499Y7160D01*
X33479Y7277D01*
X33453Y7393D01*
X33415Y7510D01*
X33363Y7607D01*
X33356Y7620D01*
X33337Y7646D01*
X33304Y7685D01*
X33259Y7737D01*
X33201Y7789D01*
X33136Y7841D01*
X33058Y7886D01*
X32974Y7925D01*
X32967D01*
X32941Y7931D01*
X32903Y7944D01*
X32844Y7957D01*
X32767Y7964D01*
X32669Y7977D01*
X32553Y7983D01*
D02*
G37*
G36*
X44171Y6933D02*
X44126D01*
X44074Y6920D01*
X44009Y6908D01*
X43932Y6882D01*
X43847Y6849D01*
X43763Y6797D01*
X43679Y6726D01*
X43672Y6719D01*
X43646Y6687D01*
X43608Y6642D01*
X43562Y6571D01*
X43517Y6486D01*
X43465Y6383D01*
X43420Y6266D01*
X43387Y6123D01*
X44767D01*
Y6130D01*
Y6156D01*
Y6182D01*
Y6208D01*
Y6214D01*
Y6221D01*
Y6240D01*
Y6266D01*
X44761Y6331D01*
X44748Y6415D01*
X44729Y6499D01*
X44696Y6590D01*
X44657Y6674D01*
X44605Y6752D01*
X44599Y6758D01*
X44573Y6778D01*
X44541Y6810D01*
X44489Y6843D01*
X44431Y6875D01*
X44353Y6908D01*
X44269Y6927D01*
X44171Y6933D01*
D02*
G37*
G36*
X24122Y6901D02*
X24077D01*
X24018Y6894D01*
X23954Y6882D01*
X23876Y6856D01*
X23792Y6823D01*
X23701Y6778D01*
X23617Y6719D01*
X23610Y6713D01*
X23578Y6687D01*
X23539Y6648D01*
X23494Y6590D01*
X23435Y6519D01*
X23377Y6428D01*
X23325Y6324D01*
X23273Y6208D01*
Y6201D01*
X23267Y6195D01*
X23260Y6175D01*
X23254Y6149D01*
X23234Y6084D01*
X23215Y6007D01*
X23196Y5909D01*
X23176Y5806D01*
X23163Y5696D01*
X23157Y5592D01*
Y5585D01*
Y5579D01*
Y5560D01*
Y5534D01*
X23170Y5469D01*
X23183Y5391D01*
X23202Y5300D01*
X23234Y5210D01*
X23280Y5119D01*
X23345Y5035D01*
X23351Y5028D01*
X23377Y5002D01*
X23422Y4970D01*
X23474Y4938D01*
X23546Y4899D01*
X23623Y4866D01*
X23714Y4840D01*
X23818Y4834D01*
X23850D01*
X23876Y4840D01*
X23947Y4853D01*
X24032Y4873D01*
X24129Y4912D01*
X24226Y4964D01*
X24330Y5041D01*
X24381Y5087D01*
X24427Y5138D01*
X24433Y5145D01*
X24440Y5158D01*
X24459Y5184D01*
X24479Y5216D01*
X24511Y5262D01*
X24537Y5313D01*
X24569Y5372D01*
X24602Y5437D01*
X24634Y5514D01*
X24667Y5592D01*
X24699Y5683D01*
X24725Y5773D01*
X24764Y5981D01*
X24770Y6091D01*
X24777Y6208D01*
Y6214D01*
Y6221D01*
Y6259D01*
X24770Y6318D01*
X24751Y6389D01*
X24731Y6467D01*
X24699Y6551D01*
X24654Y6629D01*
X24589Y6707D01*
X24582Y6713D01*
X24556Y6739D01*
X24518Y6771D01*
X24466Y6804D01*
X24394Y6843D01*
X24317Y6869D01*
X24226Y6894D01*
X24122Y6901D01*
D02*
G37*
G36*
X18206Y6901D02*
X18161D01*
X18102Y6894D01*
X18037Y6882D01*
X17960Y6856D01*
X17876Y6823D01*
X17785Y6778D01*
X17700Y6719D01*
X17694Y6713D01*
X17662Y6687D01*
X17623Y6648D01*
X17577Y6590D01*
X17519Y6519D01*
X17461Y6428D01*
X17409Y6324D01*
X17357Y6208D01*
Y6201D01*
X17351Y6195D01*
X17344Y6175D01*
X17338Y6149D01*
X17318Y6084D01*
X17299Y6007D01*
X17279Y5909D01*
X17260Y5806D01*
X17247Y5696D01*
X17240Y5592D01*
Y5585D01*
Y5579D01*
Y5560D01*
Y5534D01*
X17253Y5469D01*
X17266Y5391D01*
X17286Y5300D01*
X17318Y5210D01*
X17364Y5119D01*
X17428Y5035D01*
X17435Y5028D01*
X17461Y5002D01*
X17506Y4970D01*
X17558Y4938D01*
X17629Y4899D01*
X17707Y4866D01*
X17798Y4840D01*
X17901Y4834D01*
X17934D01*
X17960Y4840D01*
X18031Y4853D01*
X18115Y4873D01*
X18212Y4912D01*
X18310Y4963D01*
X18413Y5041D01*
X18465Y5087D01*
X18510Y5138D01*
X18517Y5145D01*
X18523Y5158D01*
X18543Y5184D01*
X18562Y5216D01*
X18595Y5262D01*
X18621Y5313D01*
X18653Y5372D01*
X18686Y5437D01*
X18718Y5514D01*
X18750Y5592D01*
X18783Y5683D01*
X18809Y5773D01*
X18847Y5981D01*
X18854Y6091D01*
X18860Y6208D01*
Y6214D01*
Y6221D01*
Y6259D01*
X18854Y6318D01*
X18835Y6389D01*
X18815Y6467D01*
X18783Y6551D01*
X18737Y6629D01*
X18673Y6707D01*
X18666Y6713D01*
X18640Y6739D01*
X18601Y6771D01*
X18549Y6804D01*
X18478Y6843D01*
X18400Y6869D01*
X18310Y6894D01*
X18206Y6901D01*
D02*
G37*
G36*
X3432Y6933D02*
X3386D01*
X3334Y6920D01*
X3270Y6907D01*
X3192Y6882D01*
X3108Y6849D01*
X3023Y6797D01*
X2939Y6726D01*
X2933Y6719D01*
X2907Y6687D01*
X2868Y6642D01*
X2822Y6571D01*
X2777Y6486D01*
X2725Y6383D01*
X2680Y6266D01*
X2647Y6123D01*
X4028D01*
Y6130D01*
Y6156D01*
Y6182D01*
Y6208D01*
Y6214D01*
Y6221D01*
Y6240D01*
Y6266D01*
X4021Y6331D01*
X4008Y6415D01*
X3989Y6499D01*
X3956Y6590D01*
X3918Y6674D01*
X3866Y6752D01*
X3859Y6758D01*
X3833Y6778D01*
X3801Y6810D01*
X3749Y6843D01*
X3691Y6875D01*
X3613Y6907D01*
X3529Y6927D01*
X3432Y6933D01*
D02*
G37*
G36*
X25889Y-1773D02*
X25275D01*
Y-2341D01*
X25889D01*
Y-2600D01*
Y-1773D01*
D02*
G37*
G36*
X20682Y-2600D02*
X18566D01*
D01*
X19897D01*
X19814Y-2605D01*
X19731Y-2619D01*
X19657Y-2637D01*
X19583Y-2660D01*
X19513Y-2693D01*
X19453Y-2725D01*
X19393Y-2762D01*
X19342Y-2794D01*
X19296Y-2831D01*
X19255Y-2868D01*
X19218Y-2901D01*
X19190Y-2933D01*
X19167Y-2956D01*
X19149Y-2974D01*
X19139Y-2988D01*
X19135Y-2993D01*
Y-2651D01*
X18566D01*
Y-4970D01*
X19181D01*
Y-3926D01*
Y-3857D01*
Y-3792D01*
X19185Y-3732D01*
X19190Y-3681D01*
Y-3630D01*
X19195Y-3589D01*
X19199Y-3547D01*
X19204Y-3515D01*
X19213Y-3460D01*
X19218Y-3422D01*
X19227Y-3399D01*
Y-3395D01*
X19245Y-3344D01*
X19273Y-3293D01*
X19301Y-3256D01*
X19329Y-3219D01*
X19356Y-3196D01*
X19379Y-3173D01*
X19393Y-3164D01*
X19398Y-3159D01*
X19449Y-3131D01*
X19500Y-3108D01*
X19546Y-3094D01*
X19592Y-3081D01*
X19629Y-3076D01*
X19657Y-3071D01*
X19684D01*
X19731Y-3076D01*
X19772Y-3081D01*
X19805Y-3090D01*
X19837Y-3104D01*
X19865Y-3118D01*
X19883Y-3127D01*
X19892Y-3131D01*
X19897Y-3136D01*
X19929Y-3159D01*
X19952Y-3187D01*
X19994Y-3242D01*
X20008Y-3270D01*
X20017Y-3289D01*
X20026Y-3302D01*
Y-3307D01*
X20036Y-3330D01*
X20040Y-3358D01*
X20049Y-3427D01*
X20059Y-3510D01*
X20063Y-3589D01*
X20068Y-3667D01*
Y-3700D01*
Y-3732D01*
Y-3755D01*
Y-3774D01*
Y-3788D01*
Y-3792D01*
Y-4970D01*
X20682D01*
Y-3436D01*
X20678Y-3358D01*
X20673Y-3284D01*
X20664Y-3229D01*
X20659Y-3182D01*
X20650Y-3150D01*
X20645Y-3127D01*
Y-3122D01*
X20631Y-3067D01*
X20613Y-3021D01*
X20595Y-2974D01*
X20572Y-2937D01*
X20553Y-2905D01*
X20539Y-2882D01*
X20530Y-2868D01*
X20525Y-2864D01*
X20488Y-2822D01*
X20447Y-2785D01*
X20405Y-2753D01*
X20364Y-2725D01*
X20327Y-2702D01*
X20294Y-2688D01*
X20276Y-2679D01*
X20267Y-2674D01*
X20202Y-2651D01*
X20137Y-2633D01*
X20077Y-2619D01*
X20022Y-2609D01*
X19971Y-2605D01*
X19929Y-2600D01*
X20682D01*
D01*
D02*
G37*
G36*
X12708Y-1773D02*
X11117D01*
X11738D01*
X11170Y-3959D01*
X10597Y-1773D01*
X9631D01*
Y-4970D01*
X10227D01*
Y-2457D01*
X10856Y-4970D01*
X11479D01*
X12108Y-2457D01*
X12112Y-4970D01*
X12708D01*
Y-1773D01*
D02*
G37*
G36*
X28569Y-2600D02*
X26383D01*
D01*
X27501D01*
X27409Y-2605D01*
X27321Y-2614D01*
X27233Y-2628D01*
X27160Y-2651D01*
X27086Y-2674D01*
X27016Y-2702D01*
X26956Y-2730D01*
X26901Y-2762D01*
X26850Y-2790D01*
X26809Y-2822D01*
X26772Y-2850D01*
X26739Y-2873D01*
X26716Y-2896D01*
X26698Y-2910D01*
X26688Y-2919D01*
X26684Y-2924D01*
X26633Y-2988D01*
X26587Y-3053D01*
X26545Y-3122D01*
X26508Y-3196D01*
X26480Y-3270D01*
X26457Y-3344D01*
X26420Y-3487D01*
X26406Y-3557D01*
X26397Y-3617D01*
X26393Y-3672D01*
X26388Y-3723D01*
X26383Y-3760D01*
Y-3815D01*
X26388Y-3917D01*
X26397Y-4019D01*
X26411Y-4106D01*
X26430Y-4194D01*
X26453Y-4273D01*
X26480Y-4346D01*
X26504Y-4411D01*
X26536Y-4471D01*
X26564Y-4527D01*
X26587Y-4573D01*
X26614Y-4610D01*
X26638Y-4642D01*
X26656Y-4670D01*
X26670Y-4688D01*
X26679Y-4698D01*
X26684Y-4702D01*
X26744Y-4758D01*
X26804Y-4809D01*
X26869Y-4850D01*
X26938Y-4887D01*
X27003Y-4919D01*
X27072Y-4942D01*
X27136Y-4966D01*
X27201Y-4980D01*
X27261Y-4993D01*
X27317Y-5003D01*
X27367Y-5012D01*
X27409Y-5016D01*
X27441Y-5021D01*
X27492D01*
X27575Y-5016D01*
X27649Y-5012D01*
X27723Y-5003D01*
X27793Y-4989D01*
X27857Y-4975D01*
X27913Y-4956D01*
X27968Y-4938D01*
X28014Y-4915D01*
X28060Y-4896D01*
X28097Y-4878D01*
X28130Y-4859D01*
X28157Y-4845D01*
X28176Y-4832D01*
X28190Y-4822D01*
X28199Y-4813D01*
X28204D01*
X28250Y-4772D01*
X28296Y-4725D01*
X28375Y-4624D01*
X28439Y-4522D01*
X28486Y-4420D01*
X28523Y-4328D01*
X28536Y-4287D01*
X28550Y-4254D01*
X28559Y-4226D01*
X28564Y-4203D01*
X28569Y-4189D01*
Y-4975D01*
Y-4185D01*
X27968Y-4083D01*
X27950Y-4166D01*
X27922Y-4240D01*
X27899Y-4300D01*
X27871Y-4346D01*
X27843Y-4383D01*
X27825Y-4407D01*
X27811Y-4420D01*
X27806Y-4425D01*
X27760Y-4457D01*
X27714Y-4481D01*
X27668Y-4499D01*
X27622Y-4508D01*
X27580Y-4518D01*
X27548Y-4522D01*
X27520D01*
X27437Y-4513D01*
X27363Y-4494D01*
X27303Y-4471D01*
X27247Y-4439D01*
X27206Y-4407D01*
X27178Y-4383D01*
X27155Y-4365D01*
X27150Y-4356D01*
X27127Y-4319D01*
X27104Y-4282D01*
X27072Y-4194D01*
X27044Y-4097D01*
X27030Y-4000D01*
X27021Y-3908D01*
X27016Y-3871D01*
Y-3838D01*
X27012Y-3811D01*
Y-3788D01*
Y-3774D01*
Y-3769D01*
Y-3704D01*
X27016Y-3640D01*
X27026Y-3584D01*
X27035Y-3529D01*
X27044Y-3483D01*
X27053Y-3441D01*
X27081Y-3367D01*
X27104Y-3312D01*
X27127Y-3275D01*
X27141Y-3252D01*
X27146Y-3242D01*
X27201Y-3187D01*
X27261Y-3150D01*
X27321Y-3122D01*
X27377Y-3099D01*
X27432Y-3090D01*
X27474Y-3085D01*
X27501Y-3081D01*
X27511D01*
X27571Y-3085D01*
X27626Y-3094D01*
X27672Y-3108D01*
X27714Y-3127D01*
X27746Y-3145D01*
X27769Y-3159D01*
X27783Y-3168D01*
X27788Y-3173D01*
X27825Y-3210D01*
X27857Y-3252D01*
X27880Y-3298D01*
X27903Y-3339D01*
X27917Y-3381D01*
X27926Y-3413D01*
X27931Y-3432D01*
Y-3441D01*
X28536Y-3330D01*
X28490Y-3201D01*
X28435Y-3090D01*
X28375Y-2998D01*
X28315Y-2919D01*
X28259Y-2859D01*
X28218Y-2817D01*
X28199Y-2803D01*
X28185Y-2794D01*
X28181Y-2785D01*
X28176D01*
X28074Y-2725D01*
X27964Y-2679D01*
X27853Y-2646D01*
X27746Y-2623D01*
X27696Y-2614D01*
X27649Y-2609D01*
X27608Y-2605D01*
X27571D01*
X27543Y-2600D01*
X28569D01*
Y-4176D01*
Y-2600D01*
D02*
G37*
G36*
X23288D02*
X22184D01*
X22101Y-2605D01*
X22022Y-2614D01*
X21944Y-2633D01*
X21874Y-2651D01*
X21805Y-2674D01*
X21745Y-2702D01*
X21685Y-2734D01*
X21634Y-2762D01*
X21588Y-2794D01*
X21546Y-2827D01*
X21509Y-2854D01*
X21482Y-2877D01*
X21459Y-2896D01*
X21440Y-2914D01*
X21431Y-2924D01*
X21426Y-2928D01*
X21375Y-2993D01*
X21329Y-3062D01*
X21288Y-3131D01*
X21251Y-3205D01*
X21223Y-3284D01*
X21200Y-3358D01*
X21163Y-3501D01*
X21149Y-3570D01*
X21140Y-3630D01*
X21135Y-3686D01*
X21131Y-3732D01*
X21126Y-3774D01*
Y-3829D01*
X21131Y-3917D01*
X21135Y-4005D01*
X21149Y-4083D01*
X21163Y-4157D01*
X21177Y-4231D01*
X21200Y-4296D01*
X21218Y-4356D01*
X21241Y-4411D01*
X21260Y-4462D01*
X21283Y-4504D01*
X21301Y-4541D01*
X21315Y-4573D01*
X21334Y-4596D01*
X21343Y-4614D01*
X21348Y-4624D01*
X21352Y-4628D01*
X21412Y-4698D01*
X21472Y-4758D01*
X21542Y-4809D01*
X21616Y-4855D01*
X21689Y-4892D01*
X21763Y-4924D01*
X21837Y-4952D01*
X21911Y-4970D01*
X21976Y-4989D01*
X22041Y-4998D01*
X22101Y-5007D01*
X22151Y-5016D01*
X22193D01*
X22221Y-5021D01*
X23288D01*
Y-4836D01*
Y-5021D01*
X22249D01*
X22382Y-5012D01*
X22507Y-4993D01*
X22614Y-4966D01*
X22706Y-4933D01*
X22748Y-4915D01*
X22780Y-4901D01*
X22812Y-4887D01*
X22835Y-4873D01*
X22854Y-4859D01*
X22872Y-4855D01*
X22877Y-4845D01*
X22882D01*
X22969Y-4772D01*
X23048Y-4693D01*
X23112Y-4605D01*
X23163Y-4522D01*
X23205Y-4448D01*
X23219Y-4416D01*
X23233Y-4388D01*
X23242Y-4365D01*
X23251Y-4346D01*
X23256Y-4337D01*
Y-4333D01*
X22646Y-4231D01*
X22623Y-4291D01*
X22600Y-4346D01*
X22577Y-4388D01*
X22549Y-4425D01*
X22530Y-4453D01*
X22512Y-4471D01*
X22498Y-4481D01*
X22493Y-4485D01*
X22456Y-4513D01*
X22415Y-4531D01*
X22373Y-4545D01*
X22336Y-4554D01*
X22304Y-4559D01*
X22276Y-4564D01*
X22253D01*
X22179Y-4559D01*
X22110Y-4541D01*
X22045Y-4518D01*
X21994Y-4490D01*
X21953Y-4462D01*
X21925Y-4439D01*
X21902Y-4420D01*
X21897Y-4416D01*
X21851Y-4356D01*
X21819Y-4287D01*
X21791Y-4213D01*
X21773Y-4148D01*
X21763Y-4083D01*
X21759Y-4037D01*
X21754Y-4019D01*
Y-4005D01*
Y-3995D01*
Y-3991D01*
X23288D01*
Y-4836D01*
Y-3991D01*
Y-3861D01*
X23279Y-3746D01*
X23265Y-3635D01*
X23246Y-3533D01*
X23223Y-3436D01*
X23200Y-3353D01*
X23173Y-3275D01*
X23145Y-3205D01*
X23117Y-3145D01*
X23089Y-3090D01*
X23066Y-3048D01*
X23043Y-3011D01*
X23025Y-2984D01*
X23011Y-2960D01*
X23002Y-2951D01*
X22997Y-2947D01*
X22941Y-2887D01*
X22877Y-2831D01*
X22812Y-2785D01*
X22748Y-2748D01*
X22678Y-2711D01*
X22609Y-2683D01*
X22544Y-2660D01*
X22479Y-2642D01*
X22420Y-2628D01*
X22364Y-2619D01*
X22313Y-2609D01*
X22272Y-2605D01*
X22235Y-2600D01*
X23288D01*
D02*
G37*
G36*
X25889Y-2646D02*
Y-2651D01*
X25275D01*
Y-4970D01*
X25889D01*
Y-2646D01*
D02*
G37*
G36*
X15369Y-2600D02*
X13193D01*
D01*
X14177D01*
X14104Y-2609D01*
X14030Y-2614D01*
X13965Y-2628D01*
X13900Y-2637D01*
X13845Y-2651D01*
X13794Y-2670D01*
X13748Y-2683D01*
X13711Y-2697D01*
X13674Y-2716D01*
X13646Y-2730D01*
X13618Y-2739D01*
X13600Y-2753D01*
X13586Y-2757D01*
X13581Y-2767D01*
X13577D01*
X13498Y-2836D01*
X13434Y-2914D01*
X13378Y-2998D01*
X13332Y-3076D01*
X13300Y-3150D01*
X13286Y-3182D01*
X13276Y-3210D01*
X13267Y-3233D01*
X13263Y-3252D01*
X13258Y-3261D01*
Y-3266D01*
X13808Y-3367D01*
X13831Y-3312D01*
X13854Y-3266D01*
X13877Y-3224D01*
X13905Y-3192D01*
X13923Y-3168D01*
X13942Y-3155D01*
X13951Y-3145D01*
X13956Y-3141D01*
X13993Y-3118D01*
X14034Y-3099D01*
X14080Y-3090D01*
X14122Y-3081D01*
X14159Y-3076D01*
X14187Y-3071D01*
X14214D01*
X14298Y-3076D01*
X14367Y-3085D01*
X14422Y-3094D01*
X14469Y-3108D01*
X14501Y-3127D01*
X14524Y-3136D01*
X14538Y-3145D01*
X14542Y-3150D01*
X14575Y-3182D01*
X14598Y-3219D01*
X14612Y-3261D01*
X14626Y-3302D01*
X14630Y-3344D01*
X14635Y-3376D01*
Y-3395D01*
Y-3404D01*
Y-3464D01*
X14602Y-3478D01*
X14561Y-3492D01*
X14473Y-3520D01*
X14371Y-3543D01*
X14274Y-3566D01*
X14182Y-3589D01*
X14140Y-3598D01*
X14104Y-3603D01*
X14076Y-3607D01*
X14053Y-3612D01*
X14039Y-3617D01*
X14034D01*
X13923Y-3640D01*
X13822Y-3663D01*
X13738Y-3686D01*
X13669Y-3709D01*
X13614Y-3732D01*
X13577Y-3746D01*
X13554Y-3755D01*
X13544Y-3760D01*
X13484Y-3792D01*
X13434Y-3829D01*
X13387Y-3871D01*
X13355Y-3908D01*
X13323Y-3940D01*
X13304Y-3968D01*
X13290Y-3986D01*
X13286Y-3995D01*
X13253Y-4056D01*
X13230Y-4116D01*
X13216Y-4171D01*
X13207Y-4226D01*
X13198Y-4273D01*
X13193Y-4310D01*
Y-4342D01*
X13198Y-4397D01*
X13203Y-4448D01*
X13226Y-4545D01*
X13258Y-4628D01*
X13295Y-4698D01*
X13332Y-4753D01*
X13364Y-4795D01*
X13387Y-4822D01*
X13397Y-4827D01*
Y-4832D01*
X13480Y-4896D01*
X13572Y-4942D01*
X13665Y-4975D01*
X13757Y-4998D01*
X13836Y-5012D01*
X13872Y-5016D01*
X13900D01*
X13928Y-5021D01*
X13960D01*
X14034Y-5016D01*
X14108Y-5007D01*
X14173Y-4998D01*
X14228Y-4984D01*
X14274Y-4970D01*
X14311Y-4956D01*
X14334Y-4952D01*
X14344Y-4947D01*
X14408Y-4915D01*
X14473Y-4882D01*
X14528Y-4841D01*
X14579Y-4804D01*
X14621Y-4772D01*
X14653Y-4744D01*
X14672Y-4725D01*
X14681Y-4721D01*
X14686Y-4739D01*
X14695Y-4762D01*
X14699Y-4781D01*
X14704Y-4786D01*
Y-4790D01*
X14718Y-4832D01*
X14727Y-4869D01*
X14736Y-4901D01*
X14746Y-4924D01*
X14755Y-4942D01*
X14760Y-4961D01*
X14764Y-4966D01*
Y-4970D01*
X15369D01*
X15342Y-4910D01*
X15318Y-4855D01*
X15300Y-4804D01*
X15282Y-4758D01*
X15272Y-4721D01*
X15263Y-4688D01*
X15258Y-4670D01*
Y-4665D01*
X15249Y-4605D01*
X15245Y-4531D01*
X15235Y-4457D01*
Y-4383D01*
X15231Y-4319D01*
Y-4263D01*
Y-4240D01*
Y-4226D01*
Y-4217D01*
Y-4213D01*
X15240Y-3497D01*
Y-3422D01*
X15235Y-3358D01*
X15231Y-3298D01*
X15226Y-3242D01*
X15222Y-3192D01*
X15212Y-3145D01*
X15208Y-3104D01*
X15198Y-3071D01*
X15189Y-3039D01*
X15184Y-3016D01*
X15171Y-2974D01*
X15161Y-2956D01*
X15157Y-2947D01*
X15120Y-2896D01*
X15078Y-2845D01*
X15032Y-2803D01*
X14981Y-2767D01*
X14940Y-2739D01*
X14903Y-2720D01*
X14880Y-2706D01*
X14875Y-2702D01*
X14870D01*
X14829Y-2683D01*
X14787Y-2670D01*
X14690Y-2642D01*
X14589Y-2623D01*
X14492Y-2614D01*
X14399Y-2605D01*
X14362D01*
X14330Y-2600D01*
X15369D01*
D01*
D02*
G37*
G36*
X24905Y-1829D02*
X23538D01*
X24434D01*
X23819Y-2189D01*
Y-2651D01*
X23538D01*
Y-3141D01*
X23819D01*
Y-4152D01*
Y-4213D01*
Y-4263D01*
Y-4314D01*
X23824Y-4356D01*
Y-4430D01*
X23829Y-4490D01*
X23833Y-4536D01*
Y-4564D01*
X23838Y-4582D01*
Y-4587D01*
X23847Y-4638D01*
X23861Y-4684D01*
X23875Y-4725D01*
X23889Y-4758D01*
X23902Y-4786D01*
X23912Y-4804D01*
X23916Y-4818D01*
X23921Y-4822D01*
X23949Y-4855D01*
X23981Y-4882D01*
X24046Y-4929D01*
X24073Y-4942D01*
X24096Y-4956D01*
X24115Y-4961D01*
X24120Y-4966D01*
X24170Y-4984D01*
X24221Y-4998D01*
X24272Y-5007D01*
X24318Y-5012D01*
X24360Y-5016D01*
X24392Y-5021D01*
X24420D01*
X24517Y-5016D01*
X24609Y-5007D01*
X24692Y-4993D01*
X24762Y-4975D01*
X24822Y-4961D01*
X24868Y-4947D01*
X24896Y-4938D01*
X24900Y-4933D01*
X24905D01*
X24850Y-4457D01*
X24794Y-4476D01*
X24743Y-4490D01*
X24702Y-4499D01*
X24665Y-4504D01*
X24637Y-4508D01*
X24619Y-4513D01*
X24600D01*
X24558Y-4508D01*
X24526Y-4499D01*
X24508Y-4490D01*
X24498Y-4485D01*
X24471Y-4457D01*
X24457Y-4434D01*
X24448Y-4416D01*
X24443Y-4407D01*
Y-4397D01*
X24438Y-4379D01*
Y-4337D01*
Y-4282D01*
X24434Y-4226D01*
Y-4171D01*
Y-4125D01*
Y-4106D01*
Y-4092D01*
Y-4083D01*
Y-4079D01*
Y-3141D01*
X24854D01*
Y-2651D01*
X24434D01*
Y-1829D01*
X24905D01*
D01*
D02*
G37*
G36*
X23538Y-3141D02*
D01*
Y-5021D01*
Y-3141D01*
D02*
G37*
G36*
X17966Y-2600D02*
X15707D01*
X16681D01*
X16608Y-2605D01*
X16534Y-2614D01*
X16464Y-2628D01*
X16395Y-2646D01*
X16280Y-2697D01*
X16224Y-2725D01*
X16178Y-2753D01*
X16132Y-2785D01*
X16095Y-2813D01*
X16062Y-2836D01*
X16035Y-2859D01*
X16012Y-2882D01*
X15998Y-2896D01*
X15988Y-2905D01*
X15984Y-2910D01*
X15933Y-2970D01*
X15891Y-3035D01*
X15854Y-3108D01*
X15822Y-3178D01*
X15799Y-3252D01*
X15776Y-3325D01*
X15744Y-3473D01*
X15730Y-3538D01*
X15721Y-3603D01*
X15716Y-3658D01*
X15711Y-3704D01*
X15707Y-3746D01*
Y-3801D01*
X15711Y-3885D01*
X15716Y-3968D01*
X15739Y-4116D01*
X15757Y-4185D01*
X15776Y-4250D01*
X15794Y-4310D01*
X15813Y-4360D01*
X15831Y-4411D01*
X15850Y-4453D01*
X15868Y-4490D01*
X15887Y-4522D01*
X15901Y-4545D01*
X15910Y-4564D01*
X15919Y-4573D01*
Y-4578D01*
X15975Y-4647D01*
X16030Y-4707D01*
X16090Y-4758D01*
X16150Y-4804D01*
X16210Y-4841D01*
X16275Y-4873D01*
X16335Y-4901D01*
X16390Y-4919D01*
X16446Y-4938D01*
X16497Y-4947D01*
X16543Y-4956D01*
X16580Y-4966D01*
X16612D01*
X16640Y-4970D01*
X16658D01*
X16737Y-4966D01*
X16811Y-4952D01*
X16880Y-4933D01*
X16945Y-4910D01*
X17060Y-4850D01*
X17116Y-4818D01*
X17162Y-4781D01*
X17203Y-4749D01*
X17245Y-4716D01*
X17277Y-4684D01*
X17300Y-4656D01*
X17324Y-4628D01*
X17337Y-4610D01*
X17347Y-4601D01*
X17351Y-4596D01*
Y-4933D01*
Y-5003D01*
X17347Y-5063D01*
X17342Y-5109D01*
X17337Y-5146D01*
X17328Y-5178D01*
X17324Y-5197D01*
X17319Y-5206D01*
Y-5210D01*
X17300Y-5247D01*
X17282Y-5280D01*
X17264Y-5308D01*
X17245Y-5331D01*
X17227Y-5349D01*
X17213Y-5358D01*
X17203Y-5363D01*
X17199Y-5368D01*
X17148Y-5391D01*
X17093Y-5409D01*
X17033Y-5423D01*
X16973Y-5432D01*
X16922Y-5437D01*
X16880Y-5441D01*
X16838D01*
X16774Y-5437D01*
X16718Y-5432D01*
X16672Y-5418D01*
X16635Y-5404D01*
X16603Y-5395D01*
X16584Y-5381D01*
X16571Y-5377D01*
X16566Y-5372D01*
X16543Y-5354D01*
X16524Y-5326D01*
X16501Y-5271D01*
X16497Y-5247D01*
X16492Y-5224D01*
X16487Y-5210D01*
Y-5206D01*
X15785Y-5123D01*
X15780Y-5150D01*
Y-5173D01*
Y-5192D01*
Y-5197D01*
X15785Y-5252D01*
X15790Y-5308D01*
X15818Y-5409D01*
X15859Y-5497D01*
X15905Y-5571D01*
X15947Y-5631D01*
X15988Y-5672D01*
X16016Y-5700D01*
X16021Y-5705D01*
X16025Y-5709D01*
X16076Y-5746D01*
X16132Y-5774D01*
X16196Y-5802D01*
X16261Y-5825D01*
X16400Y-5862D01*
X16538Y-5885D01*
X16603Y-5894D01*
X16663Y-5903D01*
X16718Y-5908D01*
X16765D01*
X16806Y-5913D01*
X15707D01*
X17966D01*
X16862D01*
X16973Y-5908D01*
X17074Y-5903D01*
X17162Y-5890D01*
X17241Y-5876D01*
X17300Y-5866D01*
X17342Y-5853D01*
X17370Y-5848D01*
X17379Y-5843D01*
X17453Y-5816D01*
X17518Y-5788D01*
X17573Y-5756D01*
X17619Y-5728D01*
X17652Y-5705D01*
X17679Y-5682D01*
X17698Y-5668D01*
X17702Y-5663D01*
X17749Y-5617D01*
X17786Y-5566D01*
X17818Y-5511D01*
X17846Y-5460D01*
X17869Y-5414D01*
X17883Y-5377D01*
X17892Y-5354D01*
X17897Y-5345D01*
X17910Y-5303D01*
X17920Y-5261D01*
X17938Y-5164D01*
X17947Y-5063D01*
X17956Y-4961D01*
X17961Y-4873D01*
X17966Y-4836D01*
Y-2651D01*
D01*
X17393D01*
Y-2984D01*
X17337Y-2914D01*
X17282Y-2859D01*
X17222Y-2803D01*
X17162Y-2762D01*
X17102Y-2725D01*
X17042Y-2693D01*
X16986Y-2670D01*
X16931Y-2646D01*
X16880Y-2633D01*
X16834Y-2619D01*
X16788Y-2614D01*
X16755Y-2605D01*
X16723D01*
X16700Y-2600D01*
X17966D01*
D02*
G37*
G36*
X23344Y-6552D02*
X21080D01*
D01*
X22729D01*
Y-7702D01*
X22674Y-7647D01*
X22618Y-7596D01*
X22563Y-7555D01*
X22503Y-7513D01*
X22447Y-7485D01*
X22392Y-7458D01*
X22336Y-7435D01*
X22286Y-7421D01*
X22235Y-7407D01*
X22193Y-7398D01*
X22151Y-7388D01*
X22119Y-7384D01*
X22092Y-7379D01*
X22054D01*
X21976Y-7384D01*
X21902Y-7393D01*
X21833Y-7407D01*
X21763Y-7425D01*
X21648Y-7476D01*
X21592Y-7504D01*
X21546Y-7532D01*
X21500Y-7564D01*
X21463Y-7592D01*
X21431Y-7615D01*
X21403Y-7638D01*
X21380Y-7661D01*
X21366Y-7675D01*
X21357Y-7684D01*
X21352Y-7689D01*
X21306Y-7749D01*
X21264Y-7813D01*
X21227Y-7883D01*
X21195Y-7957D01*
X21167Y-8031D01*
X21144Y-8105D01*
X21112Y-8252D01*
X21103Y-8317D01*
X21093Y-8382D01*
X21089Y-8437D01*
X21084Y-8488D01*
X21080Y-8529D01*
Y-8511D01*
Y-8585D01*
X21084Y-8691D01*
X21093Y-8788D01*
X21107Y-8881D01*
X21126Y-8968D01*
X21144Y-9047D01*
X21167Y-9121D01*
X21195Y-9185D01*
X21223Y-9246D01*
X21246Y-9301D01*
X21274Y-9347D01*
X21297Y-9389D01*
X21320Y-9421D01*
X21334Y-9449D01*
X21348Y-9467D01*
X21357Y-9477D01*
X21362Y-9481D01*
X21417Y-9537D01*
X21472Y-9588D01*
X21532Y-9629D01*
X21588Y-9666D01*
X21648Y-9698D01*
X21703Y-9721D01*
X21759Y-9745D01*
X21810Y-9758D01*
X21860Y-9772D01*
X21907Y-9781D01*
X21944Y-9791D01*
X21981Y-9795D01*
X22008Y-9800D01*
X22045D01*
X22119Y-9795D01*
X22188Y-9786D01*
X22258Y-9772D01*
X22318Y-9754D01*
X22364Y-9735D01*
X22406Y-9721D01*
X22429Y-9712D01*
X22438Y-9708D01*
X22507Y-9666D01*
X22572Y-9620D01*
X22632Y-9569D01*
X22678Y-9523D01*
X22720Y-9481D01*
X22752Y-9444D01*
X22771Y-9421D01*
X22775Y-9412D01*
Y-9749D01*
X23344D01*
Y-9777D01*
Y-6552D01*
D02*
G37*
G36*
X27903Y-7379D02*
X26406D01*
D01*
X27497D01*
X27441Y-7384D01*
X27395Y-7388D01*
X27349Y-7402D01*
X27312Y-7416D01*
X27280Y-7430D01*
X27252Y-7439D01*
X27238Y-7448D01*
X27233Y-7453D01*
X27187Y-7485D01*
X27146Y-7532D01*
X27099Y-7582D01*
X27063Y-7633D01*
X27026Y-7684D01*
X26998Y-7726D01*
X26979Y-7753D01*
X26975Y-7758D01*
Y-7430D01*
X26406D01*
Y-9749D01*
X27021D01*
Y-9038D01*
Y-8931D01*
Y-8834D01*
X27026Y-8747D01*
X27030Y-8668D01*
Y-8594D01*
X27035Y-8534D01*
X27040Y-8474D01*
X27044Y-8428D01*
X27049Y-8386D01*
X27053Y-8349D01*
X27058Y-8322D01*
Y-8298D01*
X27063Y-8285D01*
X27067Y-8271D01*
Y-8262D01*
X27086Y-8197D01*
X27109Y-8141D01*
X27132Y-8095D01*
X27155Y-8063D01*
X27174Y-8035D01*
X27192Y-8017D01*
X27201Y-8007D01*
X27206Y-8003D01*
X27243Y-7980D01*
X27280Y-7961D01*
X27317Y-7947D01*
X27349Y-7938D01*
X27377Y-7933D01*
X27404Y-7929D01*
X27423D01*
X27474Y-7933D01*
X27525Y-7943D01*
X27571Y-7961D01*
X27617Y-7980D01*
X27654Y-7998D01*
X27682Y-8017D01*
X27705Y-8026D01*
X27709Y-8031D01*
X27903Y-7499D01*
X27830Y-7458D01*
X27760Y-7430D01*
X27691Y-7407D01*
X27626Y-7393D01*
X27575Y-7384D01*
X27534Y-7379D01*
X27903D01*
D01*
D02*
G37*
G36*
X15379D02*
X13263D01*
X14593D01*
X14510Y-7384D01*
X14427Y-7398D01*
X14353Y-7416D01*
X14279Y-7439D01*
X14210Y-7472D01*
X14150Y-7504D01*
X14090Y-7541D01*
X14039Y-7573D01*
X13993Y-7610D01*
X13951Y-7647D01*
X13914Y-7679D01*
X13886Y-7712D01*
X13863Y-7735D01*
X13845Y-7753D01*
X13836Y-7767D01*
X13831Y-7772D01*
Y-7430D01*
X13263D01*
Y-9749D01*
X13877D01*
Y-8705D01*
Y-8636D01*
Y-8571D01*
X13882Y-8511D01*
X13886Y-8460D01*
Y-8409D01*
X13891Y-8368D01*
X13896Y-8326D01*
X13900Y-8294D01*
X13909Y-8238D01*
X13914Y-8202D01*
X13923Y-8178D01*
Y-8174D01*
X13942Y-8123D01*
X13970Y-8072D01*
X13997Y-8035D01*
X14025Y-7998D01*
X14053Y-7975D01*
X14076Y-7952D01*
X14090Y-7943D01*
X14094Y-7938D01*
X14145Y-7910D01*
X14196Y-7887D01*
X14242Y-7874D01*
X14288Y-7860D01*
X14325Y-7855D01*
X14353Y-7850D01*
X14381D01*
X14427Y-7855D01*
X14469Y-7860D01*
X14501Y-7869D01*
X14533Y-7883D01*
X14561Y-7897D01*
X14579Y-7906D01*
X14589Y-7910D01*
X14593Y-7915D01*
X14626Y-7938D01*
X14649Y-7966D01*
X14690Y-8021D01*
X14704Y-8049D01*
X14713Y-8067D01*
X14723Y-8081D01*
Y-8086D01*
X14732Y-8109D01*
X14736Y-8137D01*
X14746Y-8206D01*
X14755Y-8289D01*
X14760Y-8368D01*
X14764Y-8446D01*
Y-8479D01*
Y-8511D01*
Y-8534D01*
Y-8553D01*
Y-8567D01*
Y-8571D01*
Y-9749D01*
X15379D01*
Y-8215D01*
X15374Y-8137D01*
X15369Y-8063D01*
X15360Y-8007D01*
X15356Y-7961D01*
X15346Y-7929D01*
X15342Y-7906D01*
Y-7901D01*
X15328Y-7846D01*
X15309Y-7800D01*
X15291Y-7753D01*
X15268Y-7716D01*
X15249Y-7684D01*
X15235Y-7661D01*
X15226Y-7647D01*
X15222Y-7643D01*
X15184Y-7601D01*
X15143Y-7564D01*
X15101Y-7532D01*
X15060Y-7504D01*
X15023Y-7481D01*
X14990Y-7467D01*
X14972Y-7458D01*
X14963Y-7453D01*
X14898Y-7430D01*
X14833Y-7412D01*
X14773Y-7398D01*
X14718Y-7388D01*
X14667Y-7384D01*
X14626Y-7379D01*
X15379D01*
D01*
D02*
G37*
G36*
X20738D02*
Y-8585D01*
X20733Y-8488D01*
X20724Y-8395D01*
X20705Y-8312D01*
X20687Y-8229D01*
X20659Y-8155D01*
X20631Y-8081D01*
X20599Y-8017D01*
X20572Y-7957D01*
X20539Y-7906D01*
X20507Y-7855D01*
X20479Y-7818D01*
X20451Y-7781D01*
X20433Y-7758D01*
X20414Y-7735D01*
X20405Y-7726D01*
X20401Y-7721D01*
X20336Y-7661D01*
X20267Y-7610D01*
X20197Y-7564D01*
X20123Y-7522D01*
X20049Y-7490D01*
X19980Y-7462D01*
X19911Y-7439D01*
X19841Y-7421D01*
X19782Y-7407D01*
X19721Y-7398D01*
X19671Y-7388D01*
X19624Y-7384D01*
X19587Y-7379D01*
X20738D01*
X18345D01*
X19537D01*
X19412Y-7384D01*
X19296Y-7402D01*
X19190Y-7425D01*
X19098Y-7453D01*
X19061Y-7472D01*
X19024Y-7485D01*
X18991Y-7495D01*
X18968Y-7508D01*
X18945Y-7518D01*
X18931Y-7527D01*
X18922Y-7532D01*
X18917D01*
X18821Y-7596D01*
X18737Y-7666D01*
X18663Y-7739D01*
X18603Y-7809D01*
X18557Y-7874D01*
X18520Y-7924D01*
X18506Y-7943D01*
X18502Y-7957D01*
X18493Y-7966D01*
Y-7970D01*
X18442Y-8077D01*
X18409Y-8183D01*
X18382Y-8280D01*
X18363Y-8368D01*
X18354Y-8446D01*
X18349Y-8479D01*
Y-8506D01*
X18345Y-8525D01*
D01*
Y-9800D01*
Y-8557D01*
X18349Y-8700D01*
X18368Y-8834D01*
X18391Y-8950D01*
X18405Y-9001D01*
X18418Y-9047D01*
X18432Y-9088D01*
X18446Y-9126D01*
X18460Y-9158D01*
X18469Y-9185D01*
X18479Y-9209D01*
X18488Y-9223D01*
X18493Y-9232D01*
Y-9236D01*
X18557Y-9333D01*
X18626Y-9416D01*
X18700Y-9490D01*
X18770Y-9550D01*
X18834Y-9597D01*
X18885Y-9629D01*
X18904Y-9643D01*
X18917Y-9652D01*
X18927Y-9657D01*
X18931D01*
X19042Y-9703D01*
X19149Y-9740D01*
X19250Y-9763D01*
X19347Y-9781D01*
X19426Y-9791D01*
X19458Y-9795D01*
X19486D01*
X19509Y-9800D01*
X18345D01*
X19541D01*
X19638Y-9795D01*
X19726Y-9786D01*
X19814Y-9768D01*
X19892Y-9745D01*
X19971Y-9721D01*
X20040Y-9694D01*
X20105Y-9661D01*
X20165Y-9629D01*
X20216Y-9597D01*
X20262Y-9564D01*
X20303Y-9537D01*
X20336Y-9514D01*
X20364Y-9490D01*
X20382Y-9472D01*
X20391Y-9463D01*
X20396Y-9458D01*
X20456Y-9389D01*
X20507Y-9319D01*
X20553Y-9250D01*
X20595Y-9176D01*
X20627Y-9102D01*
X20655Y-9029D01*
X20678Y-8959D01*
X20696Y-8890D01*
X20710Y-8830D01*
X20719Y-8770D01*
X20729Y-8719D01*
X20733Y-8673D01*
X20738Y-8636D01*
Y-9490D01*
Y-7379D01*
D02*
G37*
G36*
X25931D02*
X24826D01*
X24743Y-7384D01*
X24665Y-7393D01*
X24586Y-7412D01*
X24517Y-7430D01*
X24448Y-7453D01*
X24388Y-7481D01*
X24328Y-7513D01*
X24277Y-7541D01*
X24230Y-7573D01*
X24189Y-7605D01*
X24152Y-7633D01*
X24124Y-7656D01*
X24101Y-7675D01*
X24083Y-7693D01*
X24073Y-7702D01*
X24069Y-7707D01*
X24018Y-7772D01*
X23972Y-7841D01*
X23930Y-7910D01*
X23893Y-7984D01*
X23866Y-8063D01*
X23842Y-8137D01*
X23806Y-8280D01*
X23792Y-8349D01*
X23782Y-8409D01*
X23778Y-8465D01*
X23773Y-8511D01*
X23768Y-8553D01*
Y-8608D01*
X23773Y-8696D01*
X23778Y-8784D01*
X23792Y-8862D01*
X23806Y-8936D01*
X23819Y-9010D01*
X23842Y-9075D01*
X23861Y-9135D01*
X23884Y-9190D01*
X23902Y-9241D01*
X23926Y-9283D01*
X23944Y-9319D01*
X23958Y-9352D01*
X23976Y-9375D01*
X23986Y-9393D01*
X23990Y-9403D01*
X23995Y-9407D01*
X24055Y-9477D01*
X24115Y-9537D01*
X24184Y-9588D01*
X24258Y-9634D01*
X24332Y-9671D01*
X24406Y-9703D01*
X24480Y-9731D01*
X24554Y-9749D01*
X24619Y-9768D01*
X24683Y-9777D01*
X24743Y-9786D01*
X24794Y-9795D01*
X24836D01*
X24863Y-9800D01*
X25931D01*
Y-9121D01*
Y-9800D01*
X24891D01*
X25025Y-9791D01*
X25150Y-9772D01*
X25256Y-9745D01*
X25349Y-9712D01*
X25390Y-9694D01*
X25422Y-9680D01*
X25455Y-9666D01*
X25478Y-9652D01*
X25496Y-9638D01*
X25515Y-9634D01*
X25519Y-9624D01*
X25524D01*
X25612Y-9550D01*
X25690Y-9472D01*
X25755Y-9384D01*
X25806Y-9301D01*
X25848Y-9227D01*
X25861Y-9195D01*
X25875Y-9167D01*
X25885Y-9144D01*
X25894Y-9126D01*
X25898Y-9116D01*
Y-9112D01*
X25289Y-9010D01*
X25265Y-9070D01*
X25242Y-9126D01*
X25219Y-9167D01*
X25192Y-9204D01*
X25173Y-9232D01*
X25155Y-9250D01*
X25141Y-9260D01*
X25136Y-9264D01*
X25099Y-9292D01*
X25058Y-9310D01*
X25016Y-9324D01*
X24979Y-9333D01*
X24947Y-9338D01*
X24919Y-9343D01*
X24896D01*
X24822Y-9338D01*
X24753Y-9319D01*
X24688Y-9296D01*
X24637Y-9269D01*
X24596Y-9241D01*
X24568Y-9218D01*
X24545Y-9199D01*
X24540Y-9195D01*
X24494Y-9135D01*
X24462Y-9065D01*
X24434Y-8991D01*
X24415Y-8927D01*
X24406Y-8862D01*
X24401Y-8816D01*
X24397Y-8798D01*
Y-8784D01*
Y-8774D01*
Y-8770D01*
X25931D01*
Y-9121D01*
Y-8770D01*
Y-8640D01*
X25921Y-8525D01*
X25908Y-8414D01*
X25889Y-8312D01*
X25866Y-8215D01*
X25843Y-8132D01*
X25815Y-8054D01*
X25787Y-7984D01*
X25760Y-7924D01*
X25732Y-7869D01*
X25709Y-7827D01*
X25686Y-7790D01*
X25667Y-7763D01*
X25653Y-7739D01*
X25644Y-7730D01*
X25640Y-7726D01*
X25584Y-7666D01*
X25519Y-7610D01*
X25455Y-7564D01*
X25390Y-7527D01*
X25321Y-7490D01*
X25251Y-7462D01*
X25187Y-7439D01*
X25122Y-7421D01*
X25062Y-7407D01*
X25007Y-7398D01*
X24956Y-7388D01*
X24914Y-7384D01*
X24877Y-7379D01*
X25931D01*
D02*
G37*
G36*
X12727Y-6552D02*
X10297D01*
Y-9749D01*
X12727D01*
Y-6552D01*
D02*
G37*
G36*
X18049Y-7379D02*
X15864D01*
D01*
X16982D01*
X16889Y-7384D01*
X16802Y-7393D01*
X16714Y-7407D01*
X16640Y-7430D01*
X16566Y-7453D01*
X16497Y-7481D01*
X16437Y-7508D01*
X16381Y-7541D01*
X16330Y-7569D01*
X16289Y-7601D01*
X16252Y-7629D01*
X16219Y-7652D01*
X16196Y-7675D01*
X16178Y-7689D01*
X16169Y-7698D01*
X16164Y-7702D01*
X16113Y-7767D01*
X16067Y-7832D01*
X16025Y-7901D01*
X15988Y-7975D01*
X15961Y-8049D01*
X15938Y-8123D01*
X15901Y-8266D01*
X15887Y-8336D01*
X15878Y-8395D01*
X15873Y-8451D01*
X15868Y-8502D01*
X15864Y-8539D01*
Y-8594D01*
X15868Y-8696D01*
X15878Y-8798D01*
X15891Y-8885D01*
X15910Y-8973D01*
X15933Y-9052D01*
X15961Y-9126D01*
X15984Y-9190D01*
X16016Y-9250D01*
X16044Y-9306D01*
X16067Y-9352D01*
X16095Y-9389D01*
X16118Y-9421D01*
X16136Y-9449D01*
X16150Y-9467D01*
X16159Y-9477D01*
X16164Y-9481D01*
X16224Y-9537D01*
X16284Y-9588D01*
X16349Y-9629D01*
X16418Y-9666D01*
X16483Y-9698D01*
X16552Y-9721D01*
X16617Y-9745D01*
X16681Y-9758D01*
X16741Y-9772D01*
X16797Y-9781D01*
X16848Y-9791D01*
X16889Y-9795D01*
X16922Y-9800D01*
X16973D01*
X17056Y-9795D01*
X17130Y-9791D01*
X17203Y-9781D01*
X17273Y-9768D01*
X17337Y-9754D01*
X17393Y-9735D01*
X17448Y-9717D01*
X17495Y-9694D01*
X17541Y-9675D01*
X17578Y-9657D01*
X17610Y-9638D01*
X17638Y-9624D01*
X17656Y-9611D01*
X17670Y-9601D01*
X17679Y-9592D01*
X17684D01*
X17730Y-9550D01*
X17776Y-9504D01*
X17855Y-9403D01*
X17920Y-9301D01*
X17966Y-9199D01*
X18003Y-9107D01*
X18017Y-9065D01*
X18031Y-9033D01*
X18040Y-9005D01*
X18044Y-8982D01*
X18049Y-8968D01*
Y-9758D01*
Y-7379D01*
D02*
G37*
%LPD*%
G36*
X22290Y-3076D02*
X22350Y-3094D01*
X22406Y-3118D01*
X22452Y-3141D01*
X22489Y-3168D01*
X22516Y-3192D01*
X22535Y-3210D01*
X22540Y-3215D01*
X22581Y-3270D01*
X22618Y-3335D01*
X22641Y-3404D01*
X22660Y-3469D01*
X22669Y-3524D01*
X22674Y-3575D01*
X22678Y-3593D01*
Y-3603D01*
Y-3612D01*
Y-3617D01*
X21763D01*
X21768Y-3529D01*
X21782Y-3450D01*
X21800Y-3381D01*
X21828Y-3325D01*
X21851Y-3279D01*
X21874Y-3247D01*
X21888Y-3224D01*
X21893Y-3219D01*
X21944Y-3168D01*
X21999Y-3131D01*
X22054Y-3108D01*
X22105Y-3090D01*
X22151Y-3081D01*
X22188Y-3071D01*
X22221D01*
X22290Y-3076D01*
D02*
G37*
G36*
X14635Y-3986D02*
Y-4060D01*
X14630Y-4125D01*
X14626Y-4176D01*
X14621Y-4217D01*
X14616Y-4245D01*
X14612Y-4268D01*
X14607Y-4277D01*
Y-4282D01*
X14593Y-4323D01*
X14570Y-4365D01*
X14547Y-4397D01*
X14524Y-4430D01*
X14501Y-4453D01*
X14482Y-4471D01*
X14469Y-4481D01*
X14464Y-4485D01*
X14408Y-4522D01*
X14348Y-4545D01*
X14298Y-4564D01*
X14247Y-4578D01*
X14205Y-4587D01*
X14173Y-4591D01*
X14145D01*
X14094Y-4587D01*
X14043Y-4578D01*
X14002Y-4564D01*
X13970Y-4545D01*
X13937Y-4527D01*
X13919Y-4513D01*
X13905Y-4504D01*
X13900Y-4499D01*
X13868Y-4462D01*
X13845Y-4425D01*
X13831Y-4388D01*
X13822Y-4351D01*
X13812Y-4323D01*
X13808Y-4300D01*
Y-4282D01*
Y-4277D01*
X13812Y-4231D01*
X13826Y-4189D01*
X13845Y-4152D01*
X13868Y-4120D01*
X13886Y-4097D01*
X13905Y-4079D01*
X13919Y-4069D01*
X13923Y-4065D01*
X13960Y-4046D01*
X14006Y-4023D01*
X14062Y-4005D01*
X14117Y-3991D01*
X14173Y-3977D01*
X14214Y-3968D01*
X14233Y-3963D01*
X14247Y-3959D01*
X14256D01*
X14348Y-3940D01*
X14422Y-3921D01*
X14492Y-3903D01*
X14542Y-3889D01*
X14584Y-3875D01*
X14612Y-3871D01*
X14630Y-3861D01*
X14635D01*
Y-3986D01*
D02*
G37*
G36*
X16922Y-3081D02*
X16991Y-3099D01*
X17056Y-3127D01*
X17111Y-3159D01*
X17153Y-3192D01*
X17185Y-3219D01*
X17208Y-3238D01*
X17213Y-3247D01*
X17264Y-3321D01*
X17300Y-3404D01*
X17324Y-3492D01*
X17342Y-3580D01*
X17351Y-3658D01*
X17356Y-3695D01*
X17361Y-3723D01*
Y-3751D01*
Y-3769D01*
Y-3778D01*
Y-3783D01*
X17356Y-3903D01*
X17337Y-4009D01*
X17310Y-4097D01*
X17282Y-4171D01*
X17254Y-4226D01*
X17227Y-4268D01*
X17208Y-4291D01*
X17203Y-4300D01*
X17143Y-4360D01*
X17079Y-4402D01*
X17019Y-4434D01*
X16959Y-4453D01*
X16903Y-4467D01*
X16862Y-4471D01*
X16834Y-4476D01*
X16825D01*
X16751Y-4467D01*
X16681Y-4448D01*
X16621Y-4420D01*
X16571Y-4388D01*
X16529Y-4360D01*
X16501Y-4333D01*
X16478Y-4314D01*
X16474Y-4305D01*
X16427Y-4231D01*
X16395Y-4148D01*
X16367Y-4060D01*
X16353Y-3972D01*
X16344Y-3894D01*
X16340Y-3857D01*
Y-3829D01*
X16335Y-3806D01*
Y-3783D01*
Y-3774D01*
Y-3769D01*
X16340Y-3644D01*
X16358Y-3538D01*
X16381Y-3450D01*
X16404Y-3376D01*
X16432Y-3321D01*
X16450Y-3279D01*
X16469Y-3256D01*
X16474Y-3247D01*
X16529Y-3187D01*
X16589Y-3145D01*
X16654Y-3113D01*
X16709Y-3094D01*
X16760Y-3081D01*
X16802Y-3076D01*
X16829Y-3071D01*
X16838D01*
X16922Y-3081D01*
D02*
G37*
G36*
X22295Y-7860D02*
X22369Y-7878D01*
X22429Y-7906D01*
X22484Y-7938D01*
X22526Y-7970D01*
X22554Y-7998D01*
X22577Y-8017D01*
X22581Y-8026D01*
X22609Y-8063D01*
X22632Y-8100D01*
X22669Y-8192D01*
X22692Y-8285D01*
X22711Y-8382D01*
X22720Y-8465D01*
X22724Y-8506D01*
X22729Y-8539D01*
Y-8567D01*
Y-8585D01*
Y-8599D01*
Y-8603D01*
X22724Y-8728D01*
X22706Y-8839D01*
X22683Y-8931D01*
X22655Y-9005D01*
X22627Y-9065D01*
X22604Y-9107D01*
X22586Y-9130D01*
X22581Y-9139D01*
X22521Y-9199D01*
X22461Y-9241D01*
X22401Y-9273D01*
X22346Y-9292D01*
X22295Y-9306D01*
X22258Y-9310D01*
X22230Y-9315D01*
X22221D01*
X22175Y-9310D01*
X22128Y-9306D01*
X22045Y-9278D01*
X21976Y-9241D01*
X21916Y-9195D01*
X21870Y-9153D01*
X21837Y-9116D01*
X21819Y-9088D01*
X21810Y-9084D01*
Y-9079D01*
X21791Y-9047D01*
X21777Y-9010D01*
X21750Y-8927D01*
X21731Y-8834D01*
X21722Y-8747D01*
X21713Y-8668D01*
Y-8636D01*
X21708Y-8603D01*
Y-8580D01*
Y-8557D01*
Y-8548D01*
Y-8543D01*
X21713Y-8423D01*
X21731Y-8317D01*
X21754Y-8229D01*
X21782Y-8155D01*
X21805Y-8100D01*
X21828Y-8058D01*
X21847Y-8035D01*
X21851Y-8026D01*
X21911Y-7966D01*
X21971Y-7924D01*
X22031Y-7892D01*
X22092Y-7874D01*
X22138Y-7860D01*
X22179Y-7855D01*
X22207Y-7850D01*
X22216D01*
X22295Y-7860D01*
D02*
G37*
G36*
X19629Y-7887D02*
X19707Y-7906D01*
X19772Y-7938D01*
X19832Y-7970D01*
X19879Y-8003D01*
X19915Y-8035D01*
X19934Y-8054D01*
X19943Y-8063D01*
X19999Y-8137D01*
X20040Y-8225D01*
X20068Y-8312D01*
X20091Y-8395D01*
X20100Y-8469D01*
X20105Y-8506D01*
Y-8534D01*
X20109Y-8557D01*
Y-8576D01*
Y-8585D01*
Y-8590D01*
X20100Y-8710D01*
X20082Y-8821D01*
X20059Y-8908D01*
X20026Y-8987D01*
X19994Y-9042D01*
X19971Y-9088D01*
X19952Y-9112D01*
X19943Y-9121D01*
X19879Y-9181D01*
X19814Y-9227D01*
X19745Y-9255D01*
X19680Y-9278D01*
X19624Y-9292D01*
X19583Y-9296D01*
X19564Y-9301D01*
X19541D01*
X19453Y-9292D01*
X19375Y-9273D01*
X19306Y-9246D01*
X19250Y-9209D01*
X19199Y-9176D01*
X19162Y-9149D01*
X19144Y-9130D01*
X19135Y-9121D01*
X19079Y-9047D01*
X19042Y-8959D01*
X19015Y-8871D01*
X18991Y-8784D01*
X18982Y-8710D01*
X18978Y-8677D01*
Y-8645D01*
X18973Y-8622D01*
Y-8603D01*
Y-8594D01*
Y-8590D01*
X18982Y-8469D01*
X19001Y-8363D01*
X19024Y-8271D01*
X19056Y-8197D01*
X19084Y-8141D01*
X19112Y-8095D01*
X19130Y-8072D01*
X19135Y-8063D01*
X19199Y-8003D01*
X19269Y-7957D01*
X19338Y-7924D01*
X19403Y-7901D01*
X19458Y-7887D01*
X19500Y-7883D01*
X19518Y-7878D01*
X19541D01*
X19629Y-7887D01*
D02*
G37*
G36*
X24933Y-7855D02*
X24993Y-7874D01*
X25048Y-7897D01*
X25095Y-7920D01*
X25131Y-7947D01*
X25159Y-7970D01*
X25178Y-7989D01*
X25182Y-7994D01*
X25224Y-8049D01*
X25261Y-8114D01*
X25284Y-8183D01*
X25302Y-8248D01*
X25312Y-8303D01*
X25316Y-8354D01*
X25321Y-8372D01*
Y-8382D01*
Y-8391D01*
Y-8395D01*
X24406D01*
X24411Y-8308D01*
X24424Y-8229D01*
X24443Y-8160D01*
X24471Y-8105D01*
X24494Y-8058D01*
X24517Y-8026D01*
X24531Y-8003D01*
X24535Y-7998D01*
X24586Y-7947D01*
X24642Y-7910D01*
X24697Y-7887D01*
X24748Y-7869D01*
X24794Y-7860D01*
X24831Y-7850D01*
X24863D01*
X24933Y-7855D01*
D02*
G37*
G36*
X12727Y-9209D02*
X10943D01*
Y-8340D01*
X12547D01*
Y-7800D01*
X10943D01*
Y-7093D01*
X12667D01*
Y-6552D01*
X12727D01*
Y-9209D01*
D02*
G37*
G36*
X18049Y-8964D02*
X17448Y-8862D01*
X17430Y-8945D01*
X17402Y-9019D01*
X17379Y-9079D01*
X17351Y-9126D01*
X17324Y-9162D01*
X17305Y-9185D01*
X17291Y-9199D01*
X17287Y-9204D01*
X17241Y-9236D01*
X17194Y-9260D01*
X17148Y-9278D01*
X17102Y-9287D01*
X17060Y-9296D01*
X17028Y-9301D01*
X17000D01*
X16917Y-9292D01*
X16843Y-9273D01*
X16783Y-9250D01*
X16728Y-9218D01*
X16686Y-9185D01*
X16658Y-9162D01*
X16635Y-9144D01*
X16631Y-9135D01*
X16608Y-9098D01*
X16584Y-9061D01*
X16552Y-8973D01*
X16524Y-8876D01*
X16511Y-8779D01*
X16501Y-8687D01*
X16497Y-8650D01*
Y-8617D01*
X16492Y-8590D01*
Y-8567D01*
Y-8553D01*
Y-8548D01*
Y-8483D01*
X16497Y-8419D01*
X16506Y-8363D01*
X16515Y-8308D01*
X16524Y-8262D01*
X16534Y-8220D01*
X16561Y-8146D01*
X16584Y-8091D01*
X16608Y-8054D01*
X16621Y-8031D01*
X16626Y-8021D01*
X16681Y-7966D01*
X16741Y-7929D01*
X16802Y-7901D01*
X16857Y-7878D01*
X16912Y-7869D01*
X16954Y-7864D01*
X16982Y-7860D01*
X16991D01*
X17051Y-7864D01*
X17107Y-7874D01*
X17153Y-7887D01*
X17194Y-7906D01*
X17227Y-7924D01*
X17250Y-7938D01*
X17264Y-7947D01*
X17268Y-7952D01*
X17305Y-7989D01*
X17337Y-8031D01*
X17361Y-8077D01*
X17384Y-8118D01*
X17398Y-8160D01*
X17407Y-8192D01*
X17411Y-8211D01*
Y-8220D01*
X18017Y-8109D01*
X17970Y-7980D01*
X17915Y-7869D01*
X17855Y-7776D01*
X17795Y-7698D01*
X17739Y-7638D01*
X17698Y-7596D01*
X17679Y-7582D01*
X17665Y-7573D01*
X17661Y-7564D01*
X17656D01*
X17555Y-7504D01*
X17444Y-7458D01*
X17333Y-7425D01*
X17227Y-7402D01*
X17176Y-7393D01*
X17130Y-7388D01*
X17088Y-7384D01*
X17051D01*
X17023Y-7379D01*
X18049D01*
Y-8964D01*
D02*
G37*
%LPC*%
G36*
X-47490Y9845D02*
X-47494D01*
X-47498D01*
X-47520D01*
X-47553Y9841D01*
X-47590Y9834D01*
X-47635Y9819D01*
X-47675Y9800D01*
X-47716Y9775D01*
X-47749Y9741D01*
X-47753Y9737D01*
X-47760Y9723D01*
X-47775Y9697D01*
X-47790Y9663D01*
X-47805Y9619D01*
X-47820Y9564D01*
X-47827Y9493D01*
X-47831Y9416D01*
Y9179D01*
X-47124D01*
Y9460D01*
X-47128Y9497D01*
X-47135Y9545D01*
X-47146Y9593D01*
X-47161Y9645D01*
X-47180Y9693D01*
X-47209Y9737D01*
X-47213Y9741D01*
X-47228Y9756D01*
X-47246Y9771D01*
X-47280Y9793D01*
X-47317Y9811D01*
X-47365Y9830D01*
X-47424Y9841D01*
X-47490Y9845D01*
D02*
G37*
G36*
X-46380Y-249D02*
X-47176D01*
X-47180D01*
X-47183Y-252D01*
X-47202Y-271D01*
X-47231Y-297D01*
X-47261Y-330D01*
X-47291Y-375D01*
X-47320Y-426D01*
X-47339Y-489D01*
X-47346Y-523D01*
Y-563D01*
X-47342Y-586D01*
X-47339Y-615D01*
X-47328Y-652D01*
X-47313Y-697D01*
X-47287Y-737D01*
X-47250Y-782D01*
X-47202Y-819D01*
X-47194Y-822D01*
X-47176Y-833D01*
X-47143Y-848D01*
X-47095Y-863D01*
X-47032Y-881D01*
X-46995Y-889D01*
X-46954Y-896D01*
X-46909Y-904D01*
X-46861Y-907D01*
X-46810Y-911D01*
X-46754D01*
X-46747D01*
X-46728D01*
X-46699Y-907D01*
X-46662D01*
X-46613Y-900D01*
X-46565Y-893D01*
X-46510Y-885D01*
X-46454Y-870D01*
X-46399Y-852D01*
X-46343Y-830D01*
X-46295Y-804D01*
X-46247Y-774D01*
X-46210Y-737D01*
X-46181Y-693D01*
X-46162Y-641D01*
X-46155Y-586D01*
Y-567D01*
X-46158Y-552D01*
X-46166Y-515D01*
X-46184Y-471D01*
X-46210Y-415D01*
X-46229Y-389D01*
X-46251Y-360D01*
X-46277Y-330D01*
X-46306Y-304D01*
X-46340Y-275D01*
X-46380Y-249D01*
D02*
G37*
G36*
X-46958Y-18135D02*
X-47032D01*
X-47035D01*
X-47054D01*
X-47076D01*
X-47106Y-18138D01*
X-47146D01*
X-47187Y-18142D01*
X-47235Y-18149D01*
X-47283Y-18153D01*
X-47390Y-18172D01*
X-47490Y-18201D01*
X-47539Y-18220D01*
X-47583Y-18242D01*
X-47624Y-18264D01*
X-47657Y-18294D01*
X-47661D01*
X-47664Y-18301D01*
X-47683Y-18323D01*
X-47709Y-18357D01*
X-47738Y-18405D01*
X-47768Y-18468D01*
X-47794Y-18538D01*
X-47812Y-18623D01*
X-47820Y-18667D01*
Y-18889D01*
X-46207D01*
Y-18686D01*
X-46214Y-18660D01*
X-46221Y-18623D01*
X-46232Y-18579D01*
X-46251Y-18530D01*
X-46277Y-18479D01*
X-46310Y-18423D01*
X-46354Y-18368D01*
X-46406Y-18316D01*
X-46473Y-18268D01*
X-46554Y-18223D01*
X-46599Y-18205D01*
X-46650Y-18186D01*
X-46702Y-18172D01*
X-46758Y-18160D01*
X-46821Y-18149D01*
X-46887Y-18142D01*
X-46958Y-18135D01*
D02*
G37*
G36*
X-46758Y-20273D02*
X-47816Y-20562D01*
X-46758Y-20854D01*
Y-20273D01*
D02*
G37*
G36*
X-13816Y56270D02*
X-13856D01*
X-13879Y56266D01*
X-13908Y56262D01*
X-13945Y56251D01*
X-13990Y56237D01*
X-14030Y56211D01*
X-14075Y56174D01*
X-14112Y56126D01*
X-14115Y56118D01*
X-14127Y56100D01*
X-14141Y56066D01*
X-14156Y56018D01*
X-14175Y55955D01*
X-14182Y55918D01*
X-14189Y55878D01*
X-14197Y55833D01*
X-14200Y55785D01*
X-14204Y55733D01*
Y55678D01*
Y55670D01*
Y55652D01*
X-14200Y55622D01*
Y55585D01*
X-14193Y55537D01*
X-14186Y55489D01*
X-14178Y55434D01*
X-14164Y55378D01*
X-14145Y55323D01*
X-14123Y55267D01*
X-14097Y55219D01*
X-14067Y55171D01*
X-14030Y55134D01*
X-13986Y55104D01*
X-13934Y55086D01*
X-13879Y55079D01*
X-13860D01*
X-13845Y55082D01*
X-13808Y55090D01*
X-13764Y55108D01*
X-13708Y55134D01*
X-13682Y55152D01*
X-13653Y55175D01*
X-13623Y55201D01*
X-13597Y55230D01*
X-13568Y55264D01*
X-13542Y55304D01*
Y56100D01*
Y56103D01*
X-13546Y56107D01*
X-13564Y56126D01*
X-13590Y56155D01*
X-13623Y56185D01*
X-13668Y56214D01*
X-13720Y56244D01*
X-13782Y56262D01*
X-13816Y56270D01*
D02*
G37*
G36*
X4177Y56740D02*
X3885Y55682D01*
X4466D01*
X4177Y56740D01*
D02*
G37*
G36*
X-7833D02*
X-8125Y55682D01*
X-7544D01*
X-7833Y56740D01*
D02*
G37*
G36*
X-50474Y-28578D02*
X-55898D01*
D01*
X-55180D01*
X-55898Y-28792D01*
X-55831Y-28955D01*
X-55772Y-29103D01*
X-55720Y-29229D01*
X-55683Y-29340D01*
X-55654Y-29436D01*
X-55631Y-29503D01*
X-55624Y-29547D01*
X-55617Y-29555D01*
Y-29562D01*
X-55587Y-29695D01*
X-55572Y-29843D01*
X-55557Y-29999D01*
X-55550Y-30147D01*
X-55543Y-30280D01*
Y-30494D01*
X-55535Y-30628D01*
X-55520Y-30761D01*
X-55491Y-30887D01*
X-55461Y-30990D01*
X-55432Y-31079D01*
X-55402Y-31153D01*
X-55387Y-31197D01*
X-55380Y-31205D01*
Y-31212D01*
X-55313Y-31331D01*
X-55239Y-31442D01*
X-55165Y-31530D01*
X-55091Y-31604D01*
X-55032Y-31664D01*
X-54973Y-31708D01*
X-54943Y-31738D01*
X-54928Y-31745D01*
X-54817Y-31812D01*
X-54706Y-31856D01*
X-54588Y-31893D01*
X-54484Y-31915D01*
X-54396Y-31930D01*
X-54329Y-31937D01*
X-54299D01*
X-54277D01*
X-54270D01*
X-54262D01*
X-54129Y-31930D01*
X-54011Y-31915D01*
X-53907Y-31893D01*
X-53818Y-31863D01*
X-53744Y-31834D01*
X-53693Y-31812D01*
X-53663Y-31797D01*
X-53648Y-31789D01*
X-53559Y-31723D01*
X-53485Y-31656D01*
X-53426Y-31582D01*
X-53374Y-31508D01*
X-53337Y-31442D01*
X-53308Y-31390D01*
X-53293Y-31360D01*
X-53286Y-31345D01*
X-53256Y-31405D01*
X-53219Y-31456D01*
X-53182Y-31508D01*
X-53138Y-31545D01*
X-53101Y-31575D01*
X-53071Y-31597D01*
X-53049Y-31612D01*
X-53041Y-31619D01*
X-52975Y-31656D01*
X-52908Y-31678D01*
X-52849Y-31701D01*
X-52790Y-31708D01*
X-52745Y-31715D01*
X-52701Y-31723D01*
X-52679D01*
X-52671D01*
X-52560Y-31708D01*
X-52457Y-31678D01*
X-52368Y-31641D01*
X-52287Y-31590D01*
X-52227Y-31545D01*
X-52183Y-31501D01*
X-52153Y-31471D01*
X-52146Y-31464D01*
X-52079Y-31360D01*
X-52028Y-31234D01*
X-51991Y-31116D01*
X-51968Y-30990D01*
X-51954Y-30887D01*
X-51939Y-30798D01*
Y-30124D01*
X-51931Y-30021D01*
X-51924Y-29932D01*
X-51909Y-29858D01*
X-51894Y-29791D01*
X-51872Y-29747D01*
X-51857Y-29710D01*
X-51850Y-29688D01*
X-51843Y-29680D01*
X-51806Y-29629D01*
X-51761Y-29592D01*
X-51717Y-29562D01*
X-51672Y-29547D01*
X-51635Y-29532D01*
X-51606Y-29525D01*
X-51584D01*
X-51576D01*
X-51502Y-29532D01*
X-51436Y-29555D01*
X-51376Y-29592D01*
X-51332Y-29629D01*
X-51295Y-29666D01*
X-51273Y-29703D01*
X-51258Y-29725D01*
X-51251Y-29732D01*
X-51214Y-29821D01*
X-51184Y-29925D01*
X-51162Y-30043D01*
X-51147Y-30161D01*
X-51140Y-30265D01*
X-51132Y-30354D01*
Y-30561D01*
X-51140Y-30665D01*
X-51147Y-30761D01*
X-51162Y-30827D01*
X-51169Y-30887D01*
X-51177Y-30931D01*
X-51184Y-30953D01*
Y-30961D01*
X-51206Y-31020D01*
X-51228Y-31072D01*
X-51251Y-31109D01*
X-51280Y-31146D01*
X-51302Y-31168D01*
X-51317Y-31183D01*
X-51325Y-31197D01*
X-51332D01*
X-51376Y-31220D01*
X-51428Y-31234D01*
X-51539Y-31249D01*
X-51591Y-31257D01*
X-51635D01*
X-51665D01*
X-51672D01*
Y-32048D01*
D01*
X-51510Y-32041D01*
X-51376Y-32026D01*
X-51251Y-32004D01*
X-51154Y-31974D01*
X-51080Y-31945D01*
X-51021Y-31923D01*
X-50992Y-31908D01*
X-50977Y-31900D01*
X-50888Y-31834D01*
X-50814Y-31752D01*
X-50747Y-31671D01*
X-50696Y-31590D01*
X-50651Y-31516D01*
X-50622Y-31456D01*
X-50607Y-31412D01*
X-50599Y-31405D01*
Y-31397D01*
X-50555Y-31257D01*
X-50525Y-31101D01*
X-50503Y-30938D01*
X-50488Y-30783D01*
X-50481Y-30650D01*
Y-30591D01*
X-50474Y-30539D01*
Y-30287D01*
X-50488Y-30139D01*
X-50503Y-30006D01*
X-50518Y-29880D01*
X-50548Y-29762D01*
X-50570Y-29651D01*
X-50599Y-29555D01*
X-50629Y-29466D01*
X-50651Y-29384D01*
X-50681Y-29318D01*
X-50710Y-29259D01*
X-50733Y-29214D01*
X-50747Y-29177D01*
X-50762Y-29148D01*
X-50777Y-29133D01*
Y-29125D01*
X-50836Y-29044D01*
X-50895Y-28970D01*
X-50962Y-28903D01*
X-51036Y-28852D01*
X-51103Y-28807D01*
X-51177Y-28770D01*
X-51310Y-28711D01*
X-51436Y-28674D01*
X-51487Y-28667D01*
X-51532Y-28659D01*
X-51569Y-28652D01*
X-51598D01*
X-51613D01*
X-51621D01*
X-51724Y-28659D01*
X-51820Y-28681D01*
X-51909Y-28704D01*
X-51991Y-28733D01*
X-52050Y-28770D01*
X-52102Y-28792D01*
X-52131Y-28815D01*
X-52139Y-28822D01*
X-52220Y-28889D01*
X-52294Y-28970D01*
X-52361Y-29044D01*
X-52412Y-29125D01*
X-52449Y-29192D01*
X-52479Y-29244D01*
X-52494Y-29281D01*
X-52501Y-29296D01*
X-52546Y-29414D01*
X-52575Y-29532D01*
X-52605Y-29643D01*
X-52620Y-29747D01*
X-52627Y-29843D01*
X-52634Y-29910D01*
Y-30642D01*
X-52642Y-30702D01*
X-52664Y-30790D01*
X-52701Y-30850D01*
X-52738Y-30894D01*
X-52768Y-30916D01*
X-52805Y-30931D01*
X-52827Y-30938D01*
X-52834D01*
X-52886Y-30931D01*
X-52930Y-30924D01*
X-52960Y-30916D01*
X-52967Y-30909D01*
X-53004Y-30887D01*
X-53034Y-30864D01*
X-53049Y-30850D01*
X-53056Y-30842D01*
X-53034Y-30783D01*
X-53019Y-30709D01*
X-53004Y-30554D01*
X-52997Y-30487D01*
Y-30383D01*
X-53004Y-30228D01*
X-53019Y-30087D01*
X-53049Y-29962D01*
X-53078Y-29851D01*
X-53101Y-29762D01*
X-53130Y-29695D01*
X-53145Y-29651D01*
X-53152Y-29636D01*
X-53219Y-29518D01*
X-53293Y-29421D01*
X-53360Y-29333D01*
X-53434Y-29259D01*
X-53493Y-29207D01*
X-53545Y-29162D01*
X-53574Y-29140D01*
X-53589Y-29133D01*
X-53700Y-29074D01*
X-53811Y-29029D01*
X-53915Y-29000D01*
X-54018Y-28977D01*
X-54107Y-28963D01*
X-54174Y-28955D01*
X-54218D01*
X-54225D01*
X-54233D01*
X-54351Y-28963D01*
X-54455Y-28985D01*
X-54544Y-29007D01*
X-54625Y-29037D01*
X-54692Y-29074D01*
X-54743Y-29096D01*
X-54773Y-29118D01*
X-54780Y-29125D01*
X-54854Y-29192D01*
X-54921Y-29266D01*
X-54965Y-29340D01*
X-55002Y-29414D01*
X-55025Y-29473D01*
X-55039Y-29532D01*
X-55047Y-29562D01*
Y-29577D01*
X-55054Y-29384D01*
Y-29296D01*
X-55062Y-29222D01*
Y-29155D01*
X-55069Y-29111D01*
Y-29066D01*
X-55099Y-28889D01*
X-55113Y-28807D01*
X-55136Y-28733D01*
X-55150Y-28667D01*
X-55165Y-28622D01*
X-55180Y-28585D01*
Y-28578D01*
X-50474D01*
D01*
D02*
G37*
G36*
X-51798Y-32714D02*
X-56926D01*
X-53833D01*
X-53989Y-32729D01*
X-54122Y-32744D01*
X-54255Y-32766D01*
X-54381Y-32788D01*
X-54492Y-32818D01*
X-54588Y-32848D01*
X-54684Y-32877D01*
X-54766Y-32914D01*
X-54840Y-32944D01*
X-54899Y-32973D01*
X-54951Y-32996D01*
X-54988Y-33018D01*
X-55017Y-33033D01*
X-55032Y-33040D01*
X-55039Y-33047D01*
X-55128Y-33114D01*
X-55202Y-33188D01*
X-55276Y-33262D01*
X-55328Y-33343D01*
X-55380Y-33425D01*
X-55417Y-33514D01*
X-55483Y-33676D01*
X-55513Y-33832D01*
X-55528Y-33898D01*
X-55535Y-33958D01*
X-55543Y-34002D01*
Y-34069D01*
X-55535Y-34180D01*
X-55520Y-34283D01*
X-55498Y-34379D01*
X-55476Y-34461D01*
X-55446Y-34527D01*
X-55424Y-34587D01*
X-55409Y-34616D01*
X-55402Y-34631D01*
X-55350Y-34720D01*
X-55291Y-34786D01*
X-55232Y-34846D01*
X-55173Y-34890D01*
X-55121Y-34920D01*
X-55084Y-34934D01*
X-55054Y-34949D01*
X-56926D01*
X-56830Y-35815D01*
X-51880D01*
Y-35045D01*
X-52213Y-35016D01*
X-52139Y-34964D01*
X-52079Y-34912D01*
X-52020Y-34846D01*
X-51976Y-34779D01*
X-51902Y-34638D01*
X-51850Y-34498D01*
X-51820Y-34365D01*
X-51813Y-34305D01*
X-51806Y-34254D01*
X-51798Y-34217D01*
Y-32714D01*
D02*
G37*
G36*
X-51880Y-36599D02*
X-56512D01*
X-54225D01*
X-54462Y-36607D01*
X-54677Y-36629D01*
X-54877Y-36659D01*
X-55054Y-36696D01*
X-55217Y-36740D01*
X-55365Y-36799D01*
X-55498Y-36851D01*
X-55609Y-36910D01*
X-55705Y-36969D01*
X-55794Y-37021D01*
X-55861Y-37073D01*
X-55920Y-37125D01*
X-55964Y-37162D01*
X-55994Y-37191D01*
X-56009Y-37214D01*
X-56016Y-37221D01*
X-56105Y-37339D01*
X-56179Y-37465D01*
X-56246Y-37598D01*
X-56305Y-37732D01*
X-56349Y-37865D01*
X-56394Y-37998D01*
X-56453Y-38257D01*
X-56468Y-38375D01*
X-56482Y-38486D01*
X-56497Y-38583D01*
X-56505Y-38671D01*
X-56512Y-38738D01*
Y-39937D01*
X-51880D01*
Y-38768D01*
X-51887Y-38597D01*
X-51902Y-38435D01*
X-51924Y-38279D01*
X-51961Y-38131D01*
X-51998Y-37998D01*
X-52042Y-37865D01*
X-52087Y-37754D01*
X-52139Y-37643D01*
X-52183Y-37547D01*
X-52227Y-37465D01*
X-52272Y-37391D01*
X-52309Y-37332D01*
X-52346Y-37280D01*
X-52368Y-37251D01*
X-52383Y-37228D01*
X-52390Y-37221D01*
X-52494Y-37110D01*
X-52620Y-37014D01*
X-52753Y-36932D01*
X-52893Y-36858D01*
X-53049Y-36799D01*
X-53197Y-36747D01*
X-53352Y-36710D01*
X-53500Y-36673D01*
X-53648Y-36651D01*
X-53781Y-36629D01*
X-53907Y-36622D01*
X-54011Y-36607D01*
X-54100D01*
X-54166Y-36599D01*
X-51880D01*
D01*
D02*
G37*
%LPD*%
G36*
X-54159Y-29828D02*
X-54055Y-29843D01*
X-53974Y-29873D01*
X-53900Y-29895D01*
X-53848Y-29925D01*
X-53804Y-29954D01*
X-53781Y-29969D01*
X-53774Y-29976D01*
X-53715Y-30036D01*
X-53678Y-30110D01*
X-53648Y-30184D01*
X-53626Y-30250D01*
X-53611Y-30317D01*
X-53604Y-30369D01*
Y-30420D01*
X-53611Y-30531D01*
X-53633Y-30628D01*
X-53656Y-30709D01*
X-53693Y-30776D01*
X-53722Y-30827D01*
X-53744Y-30864D01*
X-53767Y-30887D01*
X-53774Y-30894D01*
X-53848Y-30946D01*
X-53922Y-30990D01*
X-54003Y-31020D01*
X-54085Y-31035D01*
X-54151Y-31049D01*
X-54211Y-31057D01*
X-54248D01*
X-54262D01*
X-54373Y-31049D01*
X-54462Y-31035D01*
X-54544Y-31005D01*
X-54610Y-30975D01*
X-54669Y-30953D01*
X-54706Y-30924D01*
X-54729Y-30909D01*
X-54736Y-30901D01*
X-54795Y-30835D01*
X-54832Y-30761D01*
X-54862Y-30679D01*
X-54884Y-30605D01*
X-54899Y-30531D01*
X-54906Y-30480D01*
Y-30428D01*
X-54899Y-30324D01*
X-54877Y-30228D01*
X-54847Y-30147D01*
X-54810Y-30080D01*
X-54758Y-30021D01*
X-54706Y-29969D01*
X-54647Y-29932D01*
X-54595Y-29895D01*
X-54477Y-29851D01*
X-54373Y-29828D01*
X-54336D01*
X-54307Y-29821D01*
X-54285D01*
X-54277D01*
X-54159Y-29828D01*
D02*
G37*
G36*
X-51798Y-34157D02*
X-51806Y-34032D01*
X-51820Y-33913D01*
X-51843Y-33810D01*
X-51880Y-33706D01*
X-51917Y-33610D01*
X-51961Y-33521D01*
X-52013Y-33447D01*
X-52057Y-33373D01*
X-52109Y-33306D01*
X-52153Y-33255D01*
X-52198Y-33210D01*
X-52235Y-33166D01*
X-52272Y-33136D01*
X-52294Y-33114D01*
X-52309Y-33107D01*
X-52316Y-33099D01*
X-52420Y-33033D01*
X-52523Y-32973D01*
X-52634Y-32922D01*
X-52753Y-32877D01*
X-52975Y-32811D01*
X-53197Y-32759D01*
X-53293Y-32744D01*
X-53389Y-32737D01*
X-53471Y-32729D01*
X-53537Y-32722D01*
X-53596Y-32714D01*
X-51798D01*
Y-34157D01*
D02*
G37*
G36*
X-53456Y-33632D02*
X-53352Y-33639D01*
X-53263Y-33654D01*
X-53182Y-33669D01*
X-53108Y-33684D01*
X-53041Y-33699D01*
X-52982Y-33713D01*
X-52886Y-33750D01*
X-52812Y-33780D01*
X-52775Y-33802D01*
X-52760Y-33810D01*
X-52664Y-33884D01*
X-52590Y-33972D01*
X-52546Y-34054D01*
X-52509Y-34143D01*
X-52486Y-34217D01*
X-52479Y-34276D01*
X-52472Y-34320D01*
Y-34335D01*
X-52479Y-34402D01*
X-52486Y-34468D01*
X-52531Y-34594D01*
X-52583Y-34698D01*
X-52649Y-34786D01*
X-52716Y-34853D01*
X-52775Y-34905D01*
X-52812Y-34942D01*
X-52819Y-34949D01*
X-52827D01*
X-54410D01*
X-54477Y-34905D01*
X-54544Y-34853D01*
X-54595Y-34801D01*
X-54640Y-34757D01*
X-54677Y-34712D01*
X-54706Y-34683D01*
X-54721Y-34661D01*
X-54729Y-34653D01*
X-54773Y-34587D01*
X-54803Y-34513D01*
X-54825Y-34453D01*
X-54840Y-34394D01*
X-54847Y-34342D01*
X-54854Y-34305D01*
Y-34268D01*
X-54840Y-34157D01*
X-54810Y-34061D01*
X-54766Y-33980D01*
X-54714Y-33913D01*
X-54662Y-33861D01*
X-54618Y-33824D01*
X-54588Y-33802D01*
X-54573Y-33795D01*
X-54521Y-33765D01*
X-54455Y-33736D01*
X-54314Y-33699D01*
X-54166Y-33669D01*
X-54018Y-33647D01*
X-53885Y-33632D01*
X-53826D01*
X-53774Y-33625D01*
X-53730D01*
X-53700D01*
X-53678D01*
X-53670D01*
X-53559D01*
X-53456Y-33632D01*
D02*
G37*
G36*
X-53937Y-37547D02*
X-53804Y-37561D01*
X-53678Y-37584D01*
X-53567Y-37606D01*
X-53463Y-37635D01*
X-53360Y-37672D01*
X-53271Y-37709D01*
X-53108Y-37798D01*
X-52975Y-37894D01*
X-52871Y-37998D01*
X-52782Y-38109D01*
X-52716Y-38220D01*
X-52664Y-38324D01*
X-52627Y-38420D01*
X-52605Y-38509D01*
X-52590Y-38583D01*
X-52575Y-38634D01*
Y-39041D01*
X-55802D01*
Y-38597D01*
X-55787Y-38509D01*
X-55750Y-38338D01*
X-55698Y-38198D01*
X-55639Y-38072D01*
X-55580Y-37976D01*
X-55528Y-37909D01*
X-55491Y-37865D01*
X-55483Y-37850D01*
X-55476D01*
X-55409Y-37791D01*
X-55328Y-37746D01*
X-55239Y-37702D01*
X-55143Y-37665D01*
X-54943Y-37606D01*
X-54729Y-37569D01*
X-54632Y-37561D01*
X-54536Y-37547D01*
X-54455Y-37539D01*
X-54373D01*
X-54314Y-37532D01*
X-54270D01*
X-54233D01*
X-54225D01*
X-54077D01*
X-53937Y-37547D01*
D02*
G37*
%LPC*%
G36*
X63237Y-2870D02*
X62715D01*
Y-3541D01*
X59763D01*
Y-2870D01*
Y-4096D01*
X60434Y-5167D01*
X60878Y-4901D01*
X60423Y-4185D01*
X62715D01*
Y-5012D01*
X63237D01*
Y-5167D01*
X59763D01*
D01*
X63237D01*
Y-2870D01*
D02*
G37*
G36*
X59763Y-5578D02*
D01*
Y-8514D01*
X63237D01*
X59763D01*
X61916Y-7382D01*
X63237D01*
Y-6710D01*
X61911D01*
X59763Y-5578D01*
D02*
G37*
G36*
X63237Y-8852D02*
X62715D01*
Y-10345D01*
X61733D01*
Y-9124D01*
X61217D01*
Y-10345D01*
X60290D01*
Y-8952D01*
X59763Y-8880D01*
Y-8852D01*
Y-11017D01*
X63237D01*
Y-8852D01*
D02*
G37*
G36*
Y-11555D02*
D01*
X61350Y-12832D01*
X59763Y-11650D01*
Y-12354D01*
X61278Y-13470D01*
X61500D01*
X63237Y-12316D01*
Y-13470D01*
X61500D01*
X61383Y-13548D01*
X61278Y-13470D01*
X59763D01*
Y-14142D01*
X63237D01*
Y-11555D01*
D02*
G37*
%LPD*%
G36*
X61361Y-7038D02*
X59763Y-7803D01*
Y-6261D01*
X61361Y-7038D01*
D02*
G37*
%LPC*%
G36*
X-18545Y27074D02*
X-18549D01*
X-18556D01*
X-18571D01*
X-18590Y27070D01*
X-18612D01*
X-18641Y27067D01*
X-18701Y27059D01*
X-18767Y27041D01*
X-18837Y27019D01*
X-18908Y26985D01*
X-18967Y26941D01*
X-18974Y26934D01*
X-18989Y26919D01*
X-19015Y26889D01*
X-19041Y26852D01*
X-19067Y26804D01*
X-19093Y26752D01*
X-19108Y26689D01*
X-19115Y26619D01*
Y26601D01*
X-19111Y26586D01*
X-19108Y26552D01*
X-19096Y26508D01*
X-19078Y26456D01*
X-19052Y26401D01*
X-19015Y26345D01*
X-18967Y26293D01*
X-18960Y26290D01*
X-18941Y26275D01*
X-18904Y26253D01*
X-18860Y26230D01*
X-18801Y26205D01*
X-18726Y26186D01*
X-18641Y26171D01*
X-18545Y26164D01*
X-18541D01*
X-18534D01*
X-18519D01*
X-18501Y26168D01*
X-18475D01*
X-18449Y26171D01*
X-18390Y26179D01*
X-18319Y26197D01*
X-18249Y26219D01*
X-18179Y26249D01*
X-18120Y26293D01*
X-18112Y26301D01*
X-18098Y26316D01*
X-18075Y26345D01*
X-18049Y26386D01*
X-18020Y26430D01*
X-17998Y26486D01*
X-17983Y26549D01*
X-17975Y26619D01*
Y26638D01*
X-17979Y26652D01*
X-17983Y26686D01*
X-17994Y26730D01*
X-18012Y26782D01*
X-18035Y26837D01*
X-18072Y26889D01*
X-18120Y26941D01*
X-18127Y26948D01*
X-18146Y26963D01*
X-18183Y26982D01*
X-18227Y27007D01*
X-18290Y27033D01*
X-18360Y27052D01*
X-18449Y27067D01*
X-18545Y27074D01*
D02*
G37*
G36*
Y20118D02*
X-18549D01*
X-18556D01*
X-18571D01*
X-18590Y20114D01*
X-18612D01*
X-18641Y20111D01*
X-18701Y20103D01*
X-18767Y20085D01*
X-18837Y20063D01*
X-18908Y20029D01*
X-18967Y19985D01*
X-18974Y19977D01*
X-18989Y19963D01*
X-19015Y19933D01*
X-19041Y19896D01*
X-19067Y19848D01*
X-19093Y19796D01*
X-19108Y19733D01*
X-19115Y19663D01*
Y19645D01*
X-19111Y19630D01*
X-19108Y19596D01*
X-19096Y19552D01*
X-19078Y19500D01*
X-19052Y19445D01*
X-19015Y19389D01*
X-18967Y19337D01*
X-18960Y19334D01*
X-18941Y19319D01*
X-18904Y19297D01*
X-18860Y19275D01*
X-18801Y19249D01*
X-18726Y19230D01*
X-18641Y19215D01*
X-18545Y19208D01*
X-18541D01*
X-18534D01*
X-18519D01*
X-18501Y19212D01*
X-18475D01*
X-18449Y19215D01*
X-18390Y19223D01*
X-18319Y19241D01*
X-18249Y19263D01*
X-18179Y19293D01*
X-18120Y19337D01*
X-18112Y19345D01*
X-18098Y19360D01*
X-18075Y19389D01*
X-18049Y19430D01*
X-18020Y19474D01*
X-17998Y19530D01*
X-17983Y19593D01*
X-17975Y19663D01*
Y19681D01*
X-17979Y19696D01*
X-17983Y19730D01*
X-17994Y19774D01*
X-18012Y19826D01*
X-18035Y19881D01*
X-18072Y19933D01*
X-18120Y19985D01*
X-18127Y19992D01*
X-18146Y20007D01*
X-18183Y20026D01*
X-18227Y20052D01*
X-18290Y20077D01*
X-18360Y20096D01*
X-18449Y20111D01*
X-18545Y20118D01*
D02*
G37*
G36*
X-18534Y14265D02*
X-18538D01*
X-18549D01*
X-18564D01*
X-18586D01*
X-18612Y14261D01*
X-18645Y14257D01*
X-18712Y14250D01*
X-18789Y14235D01*
X-18863Y14217D01*
X-18937Y14187D01*
X-18967Y14168D01*
X-18997Y14146D01*
X-19004Y14143D01*
X-19019Y14124D01*
X-19041Y14102D01*
X-19067Y14069D01*
X-19093Y14024D01*
X-19115Y13976D01*
X-19130Y13917D01*
X-19137Y13854D01*
Y13847D01*
X-19133Y13824D01*
X-19130Y13791D01*
X-19119Y13754D01*
X-19104Y13706D01*
X-19078Y13658D01*
X-19045Y13610D01*
X-18997Y13562D01*
X-18989Y13558D01*
X-18971Y13543D01*
X-18937Y13525D01*
X-18893Y13506D01*
X-18834Y13484D01*
X-18764Y13465D01*
X-18678Y13451D01*
X-18582Y13447D01*
X-18578D01*
X-18571D01*
X-18553D01*
X-18534D01*
X-18508Y13451D01*
X-18482D01*
X-18419Y13458D01*
X-18349Y13465D01*
X-18275Y13480D01*
X-18209Y13502D01*
X-18179Y13514D01*
X-18153Y13528D01*
X-18149D01*
X-18146Y13536D01*
X-18123Y13551D01*
X-18094Y13577D01*
X-18060Y13613D01*
X-18023Y13662D01*
X-17994Y13717D01*
X-17972Y13784D01*
X-17968Y13821D01*
X-17964Y13858D01*
Y13865D01*
X-17968Y13887D01*
X-17972Y13917D01*
X-17983Y13958D01*
X-17998Y14002D01*
X-18023Y14050D01*
X-18057Y14098D01*
X-18105Y14146D01*
X-18112Y14150D01*
X-18131Y14165D01*
X-18164Y14183D01*
X-18212Y14206D01*
X-18271Y14228D01*
X-18345Y14246D01*
X-18434Y14261D01*
X-18534Y14265D01*
D02*
G37*
G36*
X-18701Y12163D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y12159D01*
X-18775Y12156D01*
X-18819Y12148D01*
X-18871Y12133D01*
X-18926Y12115D01*
X-18978Y12085D01*
X-19023Y12052D01*
X-19026Y12048D01*
X-19041Y12034D01*
X-19060Y12011D01*
X-19082Y11982D01*
X-19100Y11945D01*
X-19119Y11900D01*
X-19133Y11852D01*
X-19137Y11797D01*
Y11771D01*
X-19130Y11741D01*
X-19122Y11704D01*
X-19108Y11664D01*
X-19089Y11619D01*
X-19060Y11575D01*
X-19019Y11534D01*
X-19015Y11530D01*
X-18997Y11519D01*
X-18971Y11501D01*
X-18934Y11482D01*
X-18889Y11460D01*
X-18834Y11445D01*
X-18771Y11434D01*
X-18701Y11430D01*
Y12163D01*
D02*
G37*
G36*
Y6794D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y6791D01*
X-18775Y6787D01*
X-18819Y6780D01*
X-18871Y6765D01*
X-18926Y6746D01*
X-18978Y6717D01*
X-19023Y6683D01*
X-19026Y6680D01*
X-19041Y6665D01*
X-19060Y6643D01*
X-19082Y6613D01*
X-19100Y6576D01*
X-19119Y6532D01*
X-19133Y6484D01*
X-19137Y6428D01*
Y6402D01*
X-19130Y6373D01*
X-19122Y6336D01*
X-19108Y6295D01*
X-19089Y6250D01*
X-19060Y6206D01*
X-19019Y6165D01*
X-19015Y6162D01*
X-18997Y6151D01*
X-18971Y6132D01*
X-18934Y6114D01*
X-18889Y6091D01*
X-18834Y6077D01*
X-18771Y6066D01*
X-18701Y6062D01*
Y6794D01*
D02*
G37*
G36*
X-18904Y2373D02*
X-18908D01*
X-18923D01*
X-18945D01*
X-18978Y2369D01*
X-19015Y2365D01*
X-19056Y2362D01*
X-19104Y2358D01*
X-19152Y2347D01*
X-19259Y2325D01*
X-19370Y2292D01*
X-19426Y2269D01*
X-19474Y2243D01*
X-19522Y2210D01*
X-19566Y2177D01*
X-19570Y2173D01*
X-19578Y2169D01*
X-19585Y2158D01*
X-19600Y2144D01*
X-19618Y2121D01*
X-19637Y2099D01*
X-19655Y2073D01*
X-19677Y2040D01*
X-19696Y2007D01*
X-19714Y1966D01*
X-19751Y1881D01*
X-19766Y1833D01*
X-19774Y1781D01*
X-19781Y1725D01*
X-19785Y1666D01*
Y1637D01*
X-19781Y1614D01*
X-19777Y1585D01*
X-19774Y1555D01*
X-19759Y1481D01*
X-19729Y1400D01*
X-19714Y1355D01*
X-19692Y1311D01*
X-19666Y1270D01*
X-19637Y1226D01*
X-19603Y1185D01*
X-19563Y1148D01*
X-19559Y1144D01*
X-19552Y1141D01*
X-19541Y1130D01*
X-19522Y1119D01*
X-19496Y1104D01*
X-19470Y1089D01*
X-19437Y1070D01*
X-19396Y1052D01*
X-19352Y1034D01*
X-19304Y1015D01*
X-19248Y1000D01*
X-19189Y985D01*
X-19122Y974D01*
X-19052Y963D01*
X-18978Y960D01*
X-18897Y956D01*
X-18893D01*
X-18878D01*
X-18856D01*
X-18826Y960D01*
X-18789Y963D01*
X-18745Y967D01*
X-18701Y974D01*
X-18649Y982D01*
X-18541Y1004D01*
X-18434Y1041D01*
X-18379Y1063D01*
X-18327Y1089D01*
X-18279Y1122D01*
X-18234Y1156D01*
X-18231Y1159D01*
X-18223Y1167D01*
X-18212Y1178D01*
X-18201Y1193D01*
X-18183Y1211D01*
X-18164Y1237D01*
X-18142Y1263D01*
X-18123Y1296D01*
X-18079Y1366D01*
X-18046Y1455D01*
X-18031Y1503D01*
X-18020Y1555D01*
X-18012Y1611D01*
X-18009Y1666D01*
Y1696D01*
X-18012Y1718D01*
X-18016Y1744D01*
X-18020Y1774D01*
X-18038Y1844D01*
X-18064Y1925D01*
X-18083Y1966D01*
X-18101Y2010D01*
X-18127Y2051D01*
X-18157Y2095D01*
X-18190Y2136D01*
X-18231Y2173D01*
X-18234Y2177D01*
X-18242Y2180D01*
X-18253Y2192D01*
X-18271Y2203D01*
X-18297Y2221D01*
X-18327Y2236D01*
X-18360Y2255D01*
X-18401Y2273D01*
X-18445Y2292D01*
X-18493Y2310D01*
X-18549Y2328D01*
X-18612Y2343D01*
X-18675Y2354D01*
X-18745Y2365D01*
X-18823Y2369D01*
X-18904Y2373D01*
D02*
G37*
G36*
X-18534Y-1642D02*
X-18538D01*
X-18549D01*
X-18564D01*
X-18586D01*
X-18612Y-1645D01*
X-18645Y-1649D01*
X-18712Y-1656D01*
X-18789Y-1671D01*
X-18863Y-1690D01*
X-18937Y-1719D01*
X-18967Y-1738D01*
X-18997Y-1760D01*
X-19004Y-1764D01*
X-19019Y-1782D01*
X-19041Y-1804D01*
X-19067Y-1838D01*
X-19093Y-1882D01*
X-19115Y-1930D01*
X-19130Y-1989D01*
X-19137Y-2052D01*
Y-2060D01*
X-19133Y-2082D01*
X-19130Y-2115D01*
X-19119Y-2152D01*
X-19104Y-2200D01*
X-19078Y-2248D01*
X-19045Y-2296D01*
X-18997Y-2345D01*
X-18989Y-2348D01*
X-18971Y-2363D01*
X-18937Y-2382D01*
X-18893Y-2400D01*
X-18834Y-2422D01*
X-18764Y-2441D01*
X-18678Y-2456D01*
X-18582Y-2459D01*
X-18578D01*
X-18571D01*
X-18553D01*
X-18534D01*
X-18508Y-2456D01*
X-18482D01*
X-18419Y-2448D01*
X-18349Y-2441D01*
X-18275Y-2426D01*
X-18209Y-2404D01*
X-18179Y-2393D01*
X-18153Y-2378D01*
X-18149D01*
X-18146Y-2371D01*
X-18123Y-2356D01*
X-18094Y-2330D01*
X-18060Y-2293D01*
X-18023Y-2245D01*
X-17994Y-2189D01*
X-17972Y-2123D01*
X-17968Y-2086D01*
X-17964Y-2049D01*
Y-2041D01*
X-17968Y-2019D01*
X-17972Y-1989D01*
X-17983Y-1949D01*
X-17998Y-1904D01*
X-18023Y-1856D01*
X-18057Y-1808D01*
X-18105Y-1760D01*
X-18112Y-1756D01*
X-18131Y-1742D01*
X-18164Y-1723D01*
X-18212Y-1701D01*
X-18271Y-1679D01*
X-18345Y-1660D01*
X-18434Y-1645D01*
X-18534Y-1642D01*
D02*
G37*
G36*
X-18701Y-4738D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y-4742D01*
X-18775Y-4746D01*
X-18819Y-4753D01*
X-18871Y-4768D01*
X-18926Y-4787D01*
X-18978Y-4816D01*
X-19023Y-4849D01*
X-19026Y-4853D01*
X-19041Y-4868D01*
X-19060Y-4890D01*
X-19082Y-4920D01*
X-19100Y-4957D01*
X-19119Y-5001D01*
X-19133Y-5049D01*
X-19137Y-5105D01*
Y-5131D01*
X-19130Y-5160D01*
X-19122Y-5197D01*
X-19108Y-5238D01*
X-19089Y-5282D01*
X-19060Y-5327D01*
X-19019Y-5367D01*
X-19015Y-5371D01*
X-18997Y-5382D01*
X-18971Y-5401D01*
X-18934Y-5419D01*
X-18889Y-5441D01*
X-18834Y-5456D01*
X-18771Y-5467D01*
X-18701Y-5471D01*
Y-4738D01*
D02*
G37*
G36*
X-51380Y11223D02*
X-55043D01*
Y10476D01*
X-55036Y10379D01*
X-55021Y10298D01*
X-55006Y10217D01*
X-54984Y10150D01*
X-54954Y10091D01*
X-54940Y10054D01*
X-54925Y10024D01*
X-54917Y10017D01*
X-54873Y9950D01*
X-54821Y9891D01*
X-54769Y9847D01*
X-54725Y9810D01*
X-54681Y9780D01*
X-54643Y9758D01*
X-54621Y9750D01*
X-54614Y9743D01*
X-54688Y9721D01*
X-54755Y9684D01*
X-54814Y9647D01*
X-54865Y9602D01*
X-54902Y9551D01*
X-54940Y9499D01*
X-54991Y9395D01*
X-55021Y9292D01*
X-55036Y9210D01*
X-55043Y9173D01*
Y7723D01*
Y9129D01*
X-55036Y9033D01*
X-55021Y8951D01*
X-55006Y8877D01*
X-54984Y8811D01*
X-54954Y8759D01*
X-54940Y8714D01*
X-54925Y8692D01*
X-54917Y8685D01*
X-54865Y8618D01*
X-54814Y8566D01*
X-54755Y8522D01*
X-54703Y8492D01*
X-54658Y8463D01*
X-54621Y8448D01*
X-54592Y8433D01*
X-54584D01*
X-54954Y8396D01*
Y7723D01*
X-51380D01*
Y8685D01*
Y8507D01*
X-54052D01*
X-54148Y8581D01*
X-54222Y8663D01*
X-54273Y8737D01*
X-54311Y8803D01*
X-54333Y8862D01*
X-54340Y8907D01*
X-54347Y8944D01*
Y8981D01*
X-54333Y9010D01*
X-54303Y9047D01*
X-54273Y9070D01*
X-54266Y9077D01*
X-54259D01*
X-54222Y9092D01*
X-54170Y9099D01*
X-54052Y9107D01*
X-53992Y9114D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y10017D01*
Y9839D01*
X-54052D01*
X-54148Y9913D01*
X-54222Y9995D01*
X-54273Y10069D01*
X-54311Y10135D01*
X-54333Y10194D01*
X-54340Y10239D01*
X-54347Y10276D01*
Y10313D01*
X-54333Y10342D01*
X-54303Y10379D01*
X-54273Y10402D01*
X-54266Y10409D01*
X-54259D01*
X-54222Y10424D01*
X-54170Y10431D01*
X-54052Y10439D01*
X-53992Y10446D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y11223D01*
D02*
G37*
G36*
Y7220D02*
X-54111D01*
X-54199Y7212D01*
X-54362Y7190D01*
X-54503Y7153D01*
X-54614Y7123D01*
X-54695Y7086D01*
X-54755Y7049D01*
X-54791Y7027D01*
X-54799Y7020D01*
X-54880Y6938D01*
X-54940Y6850D01*
X-54984Y6761D01*
X-55014Y6672D01*
X-55028Y6591D01*
X-55043Y6531D01*
Y7220D01*
Y6472D01*
X-55036Y6376D01*
X-55021Y6295D01*
X-55006Y6213D01*
X-54984Y6147D01*
X-54954Y6087D01*
X-54940Y6050D01*
X-54925Y6021D01*
X-54917Y6013D01*
X-54873Y5947D01*
X-54821Y5888D01*
X-54769Y5843D01*
X-54725Y5806D01*
X-54681Y5777D01*
X-54643Y5754D01*
X-54621Y5747D01*
X-54614Y5740D01*
X-54688Y5717D01*
X-54755Y5680D01*
X-54814Y5643D01*
X-54865Y5599D01*
X-54902Y5547D01*
X-54940Y5495D01*
X-54991Y5392D01*
X-55021Y5288D01*
X-55036Y5207D01*
X-55043Y5170D01*
Y3719D01*
Y5125D01*
X-55036Y5029D01*
X-55021Y4948D01*
X-55006Y4874D01*
X-54984Y4807D01*
X-54954Y4755D01*
X-54940Y4711D01*
X-54925Y4689D01*
X-54917Y4681D01*
X-54865Y4615D01*
X-54814Y4563D01*
X-54755Y4519D01*
X-54703Y4489D01*
X-54658Y4459D01*
X-54621Y4445D01*
X-54592Y4430D01*
X-54584D01*
X-54954Y4393D01*
Y3719D01*
X-55043D01*
X-51380D01*
Y4681D01*
Y4504D01*
X-54052D01*
X-54148Y4578D01*
X-54222Y4659D01*
X-54273Y4733D01*
X-54311Y4800D01*
X-54333Y4859D01*
X-54340Y4903D01*
X-54347Y4940D01*
Y4977D01*
X-54333Y5007D01*
X-54303Y5044D01*
X-54273Y5066D01*
X-54266Y5074D01*
X-54259D01*
X-54222Y5088D01*
X-54170Y5096D01*
X-54052Y5103D01*
X-53992Y5111D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y6013D01*
Y5836D01*
X-54052D01*
X-54148Y5910D01*
X-54222Y5991D01*
X-54273Y6065D01*
X-54311Y6132D01*
X-54333Y6191D01*
X-54340Y6235D01*
X-54347Y6272D01*
Y6309D01*
X-54333Y6339D01*
X-54303Y6376D01*
X-54273Y6398D01*
X-54266Y6406D01*
X-54259D01*
X-54222Y6420D01*
X-54170Y6428D01*
X-54052Y6435D01*
X-53992Y6443D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y7220D01*
D02*
G37*
G36*
X-51299Y3090D02*
X-55043D01*
X-53178D01*
X-53334Y3083D01*
X-53482Y3076D01*
X-53622Y3053D01*
X-53748Y3024D01*
X-53866Y2994D01*
X-53978Y2957D01*
X-54081Y2920D01*
X-54177Y2883D01*
X-54259Y2839D01*
X-54325Y2802D01*
X-54392Y2765D01*
X-54444Y2735D01*
X-54481Y2706D01*
X-54510Y2683D01*
X-54525Y2676D01*
X-54532Y2669D01*
X-54621Y2587D01*
X-54703Y2498D01*
X-54769Y2402D01*
X-54829Y2306D01*
X-54880Y2202D01*
X-54917Y2106D01*
X-54954Y2003D01*
X-54976Y1914D01*
X-54999Y1825D01*
X-55014Y1736D01*
X-55028Y1662D01*
X-55036Y1596D01*
X-55043Y1544D01*
Y-166D01*
Y1470D01*
X-55036Y1329D01*
X-55021Y1196D01*
X-54999Y1070D01*
X-54962Y959D01*
X-54925Y848D01*
X-54880Y752D01*
X-54836Y663D01*
X-54784Y582D01*
X-54740Y508D01*
X-54688Y441D01*
X-54643Y389D01*
X-54606Y345D01*
X-54570Y308D01*
X-54547Y286D01*
X-54532Y271D01*
X-54525Y264D01*
X-54429Y190D01*
X-54318Y123D01*
X-54214Y64D01*
X-54096Y19D01*
X-53985Y-25D01*
X-53874Y-62D01*
X-53659Y-114D01*
X-53556Y-129D01*
X-53467Y-143D01*
X-53386Y-151D01*
X-53312Y-158D01*
X-53252Y-166D01*
X-55043D01*
X-51299D01*
X-53171D01*
X-53008Y-158D01*
X-52860Y-151D01*
X-52719Y-129D01*
X-52586Y-99D01*
X-52460Y-69D01*
X-52350Y-32D01*
X-52246Y5D01*
X-52150Y49D01*
X-52068Y86D01*
X-52002Y123D01*
X-51935Y160D01*
X-51883Y190D01*
X-51846Y219D01*
X-51817Y241D01*
X-51802Y249D01*
X-51794Y256D01*
X-51706Y338D01*
X-51632Y434D01*
X-51565Y530D01*
X-51506Y626D01*
X-51461Y730D01*
X-51417Y826D01*
X-51358Y1018D01*
X-51343Y1107D01*
X-51328Y1196D01*
X-51314Y1270D01*
X-51306Y1337D01*
X-51299Y1388D01*
Y1462D01*
X-51306Y1603D01*
X-51321Y1736D01*
X-51343Y1862D01*
X-51380Y1973D01*
X-51417Y2084D01*
X-51461Y2180D01*
X-51506Y2269D01*
X-51550Y2350D01*
X-51595Y2424D01*
X-51647Y2484D01*
X-51683Y2535D01*
X-51720Y2580D01*
X-51758Y2617D01*
X-51780Y2639D01*
X-51794Y2654D01*
X-51802Y2661D01*
X-51898Y2735D01*
X-52009Y2802D01*
X-52120Y2861D01*
X-52231Y2913D01*
X-52350Y2950D01*
X-52460Y2987D01*
X-52683Y3039D01*
X-52786Y3053D01*
X-52875Y3068D01*
X-52964Y3076D01*
X-53038Y3083D01*
X-53097Y3090D01*
X-51299D01*
D02*
G37*
G36*
X-51883Y-669D02*
X-52424Y-1091D01*
X-52357Y-1187D01*
X-52290Y-1283D01*
X-52246Y-1364D01*
X-52201Y-1438D01*
X-52172Y-1505D01*
X-52142Y-1549D01*
X-52135Y-1579D01*
X-52127Y-1586D01*
X-52098Y-1675D01*
X-52076Y-1764D01*
X-52053Y-1853D01*
X-52046Y-1934D01*
X-52039Y-2008D01*
X-52031Y-2067D01*
Y-2119D01*
X-52039Y-2215D01*
X-52046Y-2312D01*
X-52091Y-2474D01*
X-52157Y-2622D01*
X-52231Y-2748D01*
X-52305Y-2844D01*
X-52372Y-2918D01*
X-52416Y-2963D01*
X-52424Y-2970D01*
X-52431Y-2978D01*
X-52512Y-3037D01*
X-52601Y-3081D01*
X-52801Y-3163D01*
X-53008Y-3222D01*
X-53215Y-3259D01*
X-53319Y-3274D01*
X-53408Y-3288D01*
X-53489Y-3296D01*
X-53563D01*
X-53622Y-3303D01*
X-53667D01*
X-53696D01*
X-53704D01*
X-53866Y-3296D01*
X-54014Y-3288D01*
X-54148Y-3274D01*
X-54273Y-3251D01*
X-54392Y-3229D01*
X-54496Y-3200D01*
X-54592Y-3170D01*
X-54673Y-3140D01*
X-54747Y-3111D01*
X-54814Y-3081D01*
X-54865Y-3052D01*
X-54910Y-3029D01*
X-54940Y-3007D01*
X-54962Y-2992D01*
X-54976Y-2978D01*
X-54984D01*
X-55058Y-2911D01*
X-55117Y-2844D01*
X-55169Y-2778D01*
X-55213Y-2704D01*
X-55287Y-2563D01*
X-55332Y-2430D01*
X-55361Y-2304D01*
X-55369Y-2260D01*
X-55376Y-2215D01*
X-55383Y-2178D01*
Y-2038D01*
X-55369Y-1942D01*
X-55332Y-1771D01*
X-55280Y-1609D01*
X-55221Y-1468D01*
X-55154Y-1350D01*
X-55124Y-1305D01*
X-55102Y-1261D01*
X-55080Y-1231D01*
X-55065Y-1209D01*
X-55058Y-1194D01*
X-55050Y-1187D01*
X-55591Y-735D01*
X-55687Y-854D01*
X-55768Y-972D01*
X-55842Y-1076D01*
X-55894Y-1179D01*
X-55931Y-1261D01*
X-55961Y-1320D01*
X-55976Y-1364D01*
X-55983Y-1372D01*
Y-1379D01*
X-56020Y-1505D01*
X-56050Y-1638D01*
X-56072Y-1771D01*
X-56086Y-1890D01*
X-56094Y-1993D01*
X-56101Y-2082D01*
Y-2156D01*
X-56086Y-2363D01*
X-56057Y-2563D01*
X-56012Y-2741D01*
X-55961Y-2896D01*
X-55931Y-2963D01*
X-55901Y-3029D01*
X-55879Y-3081D01*
X-55857Y-3126D01*
X-55842Y-3163D01*
X-55827Y-3185D01*
X-55813Y-3200D01*
Y-3207D01*
X-55694Y-3377D01*
X-55568Y-3525D01*
X-55428Y-3651D01*
X-55295Y-3755D01*
X-55176Y-3843D01*
X-55124Y-3873D01*
X-55080Y-3903D01*
X-55043Y-3925D01*
X-55014Y-3940D01*
X-54999Y-3954D01*
X-54991D01*
X-54784Y-4043D01*
X-54562Y-4110D01*
X-54347Y-4162D01*
X-54148Y-4191D01*
X-54052Y-4206D01*
X-53970Y-4213D01*
X-53896Y-4221D01*
X-53829D01*
X-53778Y-4228D01*
X-56101D01*
D01*
X-51299D01*
Y-1942D01*
Y-2149D01*
X-51306Y-1986D01*
X-51321Y-1831D01*
X-51350Y-1683D01*
X-51388Y-1542D01*
X-51432Y-1409D01*
X-51484Y-1290D01*
X-51535Y-1172D01*
X-51595Y-1076D01*
X-51647Y-980D01*
X-51698Y-898D01*
X-51750Y-832D01*
X-51794Y-772D01*
X-51832Y-728D01*
X-51861Y-698D01*
X-51876Y-676D01*
X-51883Y-669D01*
D02*
G37*
G36*
Y-8676D02*
X-52424Y-9097D01*
X-52357Y-9194D01*
X-52290Y-9290D01*
X-52246Y-9371D01*
X-52201Y-9445D01*
X-52172Y-9512D01*
X-52142Y-9556D01*
X-52135Y-9586D01*
X-52127Y-9593D01*
X-52098Y-9682D01*
X-52076Y-9771D01*
X-52053Y-9860D01*
X-52046Y-9941D01*
X-52039Y-10015D01*
X-52031Y-10074D01*
Y-10126D01*
X-52039Y-10222D01*
X-52046Y-10318D01*
X-52091Y-10481D01*
X-52157Y-10629D01*
X-52231Y-10755D01*
X-52305Y-10851D01*
X-52372Y-10925D01*
X-52416Y-10970D01*
X-52424Y-10977D01*
X-52431Y-10984D01*
X-52512Y-11044D01*
X-52601Y-11088D01*
X-52801Y-11169D01*
X-53008Y-11229D01*
X-53215Y-11266D01*
X-53319Y-11280D01*
X-53408Y-11295D01*
X-53489Y-11303D01*
X-53563D01*
X-53622Y-11310D01*
X-53667D01*
X-53696D01*
X-53704D01*
X-53866Y-11303D01*
X-54014Y-11295D01*
X-54148Y-11280D01*
X-54273Y-11258D01*
X-54392Y-11236D01*
X-54496Y-11206D01*
X-54592Y-11177D01*
X-54673Y-11147D01*
X-54747Y-11118D01*
X-54814Y-11088D01*
X-54865Y-11058D01*
X-54910Y-11036D01*
X-54940Y-11014D01*
X-54962Y-10999D01*
X-54976Y-10984D01*
X-54984D01*
X-55058Y-10918D01*
X-55117Y-10851D01*
X-55169Y-10785D01*
X-55213Y-10711D01*
X-55287Y-10570D01*
X-55332Y-10437D01*
X-55361Y-10311D01*
X-55369Y-10267D01*
X-55376Y-10222D01*
X-55383Y-10185D01*
Y-10045D01*
X-55369Y-9948D01*
X-55332Y-9778D01*
X-55280Y-9615D01*
X-55221Y-9475D01*
X-55154Y-9356D01*
X-55124Y-9312D01*
X-55102Y-9268D01*
X-55080Y-9238D01*
X-55065Y-9216D01*
X-55058Y-9201D01*
X-55050Y-9194D01*
X-55591Y-8742D01*
X-55687Y-8861D01*
X-55768Y-8979D01*
X-55842Y-9083D01*
X-55894Y-9186D01*
X-55931Y-9268D01*
X-55961Y-9327D01*
X-55976Y-9371D01*
X-55983Y-9379D01*
Y-9386D01*
X-56020Y-9512D01*
X-56050Y-9645D01*
X-56072Y-9778D01*
X-56086Y-9897D01*
X-56094Y-10000D01*
X-56101Y-10089D01*
Y-10163D01*
X-56086Y-10370D01*
X-56057Y-10570D01*
X-56012Y-10748D01*
X-55961Y-10903D01*
X-55931Y-10970D01*
X-55901Y-11036D01*
X-55879Y-11088D01*
X-55857Y-11132D01*
X-55842Y-11169D01*
X-55827Y-11192D01*
X-55813Y-11206D01*
Y-11214D01*
X-55694Y-11384D01*
X-55568Y-11532D01*
X-55428Y-11658D01*
X-55295Y-11761D01*
X-55176Y-11850D01*
X-55124Y-11880D01*
X-55080Y-11909D01*
X-55043Y-11932D01*
X-55014Y-11946D01*
X-54999Y-11961D01*
X-54991D01*
X-54784Y-12050D01*
X-54562Y-12117D01*
X-54347Y-12168D01*
X-54148Y-12198D01*
X-54052Y-12213D01*
X-53970Y-12220D01*
X-53896Y-12228D01*
X-53829D01*
X-53778Y-12235D01*
X-56101D01*
D01*
X-51299D01*
Y-9948D01*
Y-10156D01*
X-51306Y-9993D01*
X-51321Y-9837D01*
X-51350Y-9689D01*
X-51388Y-9549D01*
X-51432Y-9416D01*
X-51484Y-9297D01*
X-51535Y-9179D01*
X-51595Y-9083D01*
X-51647Y-8986D01*
X-51698Y-8905D01*
X-51750Y-8838D01*
X-51794Y-8779D01*
X-51832Y-8735D01*
X-51861Y-8705D01*
X-51876Y-8683D01*
X-51883Y-8676D01*
D02*
G37*
G36*
X-53667Y-12775D02*
X-53726D01*
X-53963Y-12783D01*
X-54177Y-12805D01*
X-54377Y-12834D01*
X-54555Y-12871D01*
X-54717Y-12916D01*
X-54865Y-12975D01*
X-54999Y-13027D01*
X-55110Y-13086D01*
X-55206Y-13145D01*
X-55295Y-13197D01*
X-55361Y-13249D01*
X-55421Y-13301D01*
X-55465Y-13338D01*
X-55494Y-13367D01*
X-55509Y-13389D01*
X-55517Y-13397D01*
X-55606Y-13515D01*
X-55680Y-13641D01*
X-55746Y-13774D01*
X-55805Y-13907D01*
X-55850Y-14041D01*
X-55894Y-14174D01*
X-55953Y-14433D01*
X-55968Y-14551D01*
X-55983Y-14662D01*
X-55998Y-14758D01*
X-56005Y-14847D01*
X-56012Y-14914D01*
Y-16113D01*
X-51380D01*
Y-14847D01*
Y-14943D01*
X-51388Y-14773D01*
X-51402Y-14610D01*
X-51424Y-14455D01*
X-51461Y-14307D01*
X-51499Y-14174D01*
X-51543Y-14041D01*
X-51587Y-13930D01*
X-51639Y-13819D01*
X-51683Y-13722D01*
X-51728Y-13641D01*
X-51772Y-13567D01*
X-51809Y-13508D01*
X-51846Y-13456D01*
X-51868Y-13426D01*
X-51883Y-13404D01*
X-51891Y-13397D01*
X-51994Y-13286D01*
X-52120Y-13190D01*
X-52253Y-13108D01*
X-52394Y-13034D01*
X-52549Y-12975D01*
X-52697Y-12923D01*
X-52853Y-12886D01*
X-53001Y-12849D01*
X-53149Y-12827D01*
X-53282Y-12805D01*
X-53408Y-12797D01*
X-53511Y-12783D01*
X-53600D01*
X-53667Y-12775D01*
D02*
G37*
G36*
X-51380Y-16579D02*
D01*
X-56012Y-18029D01*
Y-20523D01*
X-51380D01*
Y-19635D01*
X-52460Y-19317D01*
Y-17815D01*
X-51380Y-17496D01*
Y-16579D01*
D02*
G37*
%LPD*%
G36*
X-54199Y11216D02*
X-54362Y11193D01*
X-54503Y11156D01*
X-54614Y11127D01*
X-54695Y11090D01*
X-54755Y11053D01*
X-54791Y11031D01*
X-54799Y11023D01*
X-54880Y10942D01*
X-54940Y10853D01*
X-54984Y10764D01*
X-55014Y10675D01*
X-55028Y10594D01*
X-55043Y10535D01*
Y11223D01*
X-54111D01*
X-54199Y11216D01*
D02*
G37*
G36*
X-52956Y2180D02*
X-52860Y2173D01*
X-52771Y2158D01*
X-52690Y2143D01*
X-52609Y2128D01*
X-52542Y2114D01*
X-52483Y2099D01*
X-52386Y2062D01*
X-52312Y2032D01*
X-52276Y2010D01*
X-52261Y2003D01*
X-52165Y1929D01*
X-52098Y1847D01*
X-52046Y1751D01*
X-52017Y1670D01*
X-51994Y1588D01*
X-51987Y1522D01*
X-51980Y1477D01*
Y1462D01*
X-51994Y1337D01*
X-52024Y1226D01*
X-52068Y1137D01*
X-52120Y1063D01*
X-52172Y996D01*
X-52216Y959D01*
X-52246Y930D01*
X-52261Y922D01*
X-52320Y893D01*
X-52379Y863D01*
X-52520Y819D01*
X-52675Y789D01*
X-52823Y767D01*
X-52956Y752D01*
X-53016D01*
X-53067Y745D01*
X-53112D01*
X-53141D01*
X-53163D01*
X-53171D01*
X-53282D01*
X-53386Y752D01*
X-53482Y759D01*
X-53570Y774D01*
X-53652Y789D01*
X-53726Y804D01*
X-53852Y833D01*
X-53948Y863D01*
X-54014Y893D01*
X-54052Y915D01*
X-54066Y922D01*
X-54163Y996D01*
X-54229Y1085D01*
X-54281Y1174D01*
X-54311Y1263D01*
X-54333Y1344D01*
X-54340Y1411D01*
X-54347Y1455D01*
Y1470D01*
X-54333Y1596D01*
X-54303Y1707D01*
X-54259Y1795D01*
X-54207Y1869D01*
X-54155Y1929D01*
X-54111Y1973D01*
X-54081Y1995D01*
X-54066Y2003D01*
X-54007Y2032D01*
X-53948Y2062D01*
X-53807Y2106D01*
X-53659Y2143D01*
X-53519Y2165D01*
X-53386Y2180D01*
X-53326D01*
X-53275Y2188D01*
X-53237D01*
X-53208D01*
X-53186D01*
X-53178D01*
X-53067D01*
X-52956Y2180D01*
D02*
G37*
G36*
X-51299Y-4228D02*
X-53704D01*
X-53430Y-4213D01*
X-53178Y-4184D01*
X-53060Y-4169D01*
X-52956Y-4147D01*
X-52853Y-4117D01*
X-52764Y-4095D01*
X-52683Y-4073D01*
X-52609Y-4043D01*
X-52542Y-4021D01*
X-52490Y-4006D01*
X-52453Y-3984D01*
X-52416Y-3977D01*
X-52401Y-3962D01*
X-52394D01*
X-52201Y-3851D01*
X-52039Y-3732D01*
X-51898Y-3614D01*
X-51780Y-3488D01*
X-51691Y-3385D01*
X-51624Y-3303D01*
X-51602Y-3266D01*
X-51587Y-3244D01*
X-51573Y-3229D01*
Y-3222D01*
X-51484Y-3037D01*
X-51417Y-2852D01*
X-51365Y-2674D01*
X-51336Y-2504D01*
X-51321Y-2430D01*
X-51314Y-2363D01*
X-51306Y-2304D01*
Y-2252D01*
X-51299Y-2208D01*
Y-4228D01*
D02*
G37*
G36*
Y-12235D02*
X-53704D01*
X-53430Y-12220D01*
X-53178Y-12191D01*
X-53060Y-12176D01*
X-52956Y-12154D01*
X-52853Y-12124D01*
X-52764Y-12102D01*
X-52683Y-12080D01*
X-52609Y-12050D01*
X-52542Y-12028D01*
X-52490Y-12013D01*
X-52453Y-11991D01*
X-52416Y-11983D01*
X-52401Y-11969D01*
X-52394D01*
X-52201Y-11858D01*
X-52039Y-11739D01*
X-51898Y-11621D01*
X-51780Y-11495D01*
X-51691Y-11391D01*
X-51624Y-11310D01*
X-51602Y-11273D01*
X-51587Y-11251D01*
X-51573Y-11236D01*
Y-11229D01*
X-51484Y-11044D01*
X-51417Y-10859D01*
X-51365Y-10681D01*
X-51336Y-10511D01*
X-51321Y-10437D01*
X-51314Y-10370D01*
X-51306Y-10311D01*
Y-10259D01*
X-51299Y-10215D01*
Y-12235D01*
D02*
G37*
G36*
X-53437Y-13722D02*
X-53304Y-13737D01*
X-53178Y-13759D01*
X-53067Y-13782D01*
X-52964Y-13811D01*
X-52860Y-13848D01*
X-52771Y-13885D01*
X-52609Y-13974D01*
X-52475Y-14070D01*
X-52372Y-14174D01*
X-52283Y-14285D01*
X-52216Y-14396D01*
X-52165Y-14499D01*
X-52127Y-14596D01*
X-52105Y-14684D01*
X-52091Y-14758D01*
X-52076Y-14810D01*
Y-15217D01*
X-55302D01*
Y-14773D01*
X-55287Y-14684D01*
X-55250Y-14514D01*
X-55199Y-14374D01*
X-55139Y-14248D01*
X-55080Y-14152D01*
X-55028Y-14085D01*
X-54991Y-14041D01*
X-54984Y-14026D01*
X-54976D01*
X-54910Y-13967D01*
X-54829Y-13922D01*
X-54740Y-13878D01*
X-54643Y-13841D01*
X-54444Y-13782D01*
X-54229Y-13745D01*
X-54133Y-13737D01*
X-54037Y-13722D01*
X-53955Y-13715D01*
X-53874D01*
X-53815Y-13708D01*
X-53770D01*
X-53733D01*
X-53726D01*
X-53578D01*
X-53437Y-13722D01*
D02*
G37*
G36*
X-53178Y-19147D02*
X-55295Y-18562D01*
X-53178Y-17985D01*
Y-19147D01*
D02*
G37*
G36*
X-51380Y-20523D02*
X-56012D01*
Y-19073D01*
X-51380Y-20523D01*
D02*
G37*
%LPC*%
G36*
X36754Y-5170D02*
X35562Y-6932D01*
X36754D01*
Y-5170D01*
D02*
G37*
G36*
X40772Y-5777D02*
X40757D01*
X40713Y-5785D01*
X40646Y-5792D01*
X40565Y-5814D01*
X40468Y-5844D01*
X40365Y-5896D01*
X40269Y-5962D01*
X40172Y-6051D01*
X40165Y-6066D01*
X40135Y-6103D01*
X40098Y-6169D01*
X40061Y-6258D01*
X40017Y-6377D01*
X39980Y-6517D01*
X39950Y-6687D01*
X39943Y-6887D01*
Y-6895D01*
Y-6909D01*
Y-6939D01*
Y-6983D01*
X39950Y-7028D01*
Y-7087D01*
X39965Y-7213D01*
X39987Y-7346D01*
X40017Y-7487D01*
X40061Y-7620D01*
X40121Y-7738D01*
Y-7746D01*
X40135Y-7753D01*
X40165Y-7797D01*
X40224Y-7857D01*
X40306Y-7931D01*
X40402Y-8005D01*
X40520Y-8064D01*
X40653Y-8108D01*
X40727Y-8116D01*
X40809Y-8123D01*
X40824D01*
X40861Y-8116D01*
X40927Y-8108D01*
X41001Y-8086D01*
X41090Y-8056D01*
X41179Y-8005D01*
X41275Y-7938D01*
X41364Y-7849D01*
X41371Y-7834D01*
X41401Y-7797D01*
X41438Y-7731D01*
X41482Y-7635D01*
X41527Y-7516D01*
X41564Y-7368D01*
X41578Y-7279D01*
X41593Y-7183D01*
X41601Y-7087D01*
Y-6976D01*
Y-6969D01*
Y-6946D01*
Y-6917D01*
Y-6872D01*
X41593Y-6821D01*
X41586Y-6761D01*
X41571Y-6621D01*
X41541Y-6473D01*
X41504Y-6317D01*
X41445Y-6177D01*
X41408Y-6118D01*
X41364Y-6058D01*
X41356Y-6044D01*
X41319Y-6014D01*
X41275Y-5970D01*
X41201Y-5918D01*
X41120Y-5866D01*
X41016Y-5822D01*
X40905Y-5792D01*
X40772Y-5777D01*
D02*
G37*
G36*
X-53526Y44535D02*
X-54958Y43608D01*
X-56206Y44413D01*
Y44535D01*
Y43731D01*
X-55296Y43231D01*
X-56206Y42731D01*
Y41916D01*
X-53526D01*
Y42604D01*
X-54580Y43209D01*
X-53526Y43819D01*
Y44535D01*
D02*
G37*
G36*
Y41311D02*
X-56206D01*
Y39141D01*
X-53465D01*
X-54286D01*
X-54147Y39152D01*
X-54025Y39174D01*
X-53920Y39202D01*
X-53831Y39241D01*
X-53764Y39279D01*
X-53714Y39307D01*
X-53687Y39329D01*
X-53676Y39340D01*
X-53603Y39424D01*
X-53553Y39518D01*
X-53515Y39618D01*
X-53492Y39712D01*
X-53476Y39801D01*
X-53470Y39834D01*
Y39868D01*
X-53465Y39895D01*
Y39934D01*
X-53470Y40029D01*
X-53481Y40112D01*
X-53498Y40195D01*
X-53520Y40267D01*
X-53537Y40328D01*
X-53553Y40373D01*
X-53565Y40400D01*
X-53570Y40412D01*
X-53614Y40489D01*
X-53659Y40556D01*
X-53709Y40611D01*
X-53753Y40650D01*
X-53798Y40678D01*
X-53831Y40700D01*
X-53853Y40706D01*
X-53859Y40711D01*
X-53526Y40739D01*
Y41311D01*
D02*
G37*
G36*
Y38702D02*
X-57000Y37614D01*
Y38702D01*
Y35744D01*
X-53526D01*
Y36410D01*
X-54336Y36649D01*
Y37775D01*
X-53526Y38014D01*
Y38702D01*
D02*
G37*
G36*
X-54830Y35278D02*
X-55379D01*
Y33163D01*
X-54830D01*
Y35278D01*
D02*
G37*
G36*
X-53820Y32370D02*
X-54231Y32081D01*
X-54153Y31953D01*
X-54097Y31831D01*
X-54058Y31720D01*
X-54031Y31626D01*
X-54014Y31543D01*
X-54009Y31482D01*
X-54003Y31460D01*
Y31432D01*
X-54014Y31326D01*
X-54036Y31232D01*
X-54064Y31149D01*
X-54103Y31082D01*
X-54142Y31032D01*
X-54169Y30993D01*
X-54192Y30966D01*
X-54203Y30960D01*
X-54242Y30932D01*
X-54286Y30904D01*
X-54391Y30860D01*
X-54497Y30832D01*
X-54602Y30810D01*
X-54702Y30799D01*
X-54741Y30793D01*
X-54780D01*
X-54808Y30788D01*
X-54830D01*
X-54847D01*
X-54852D01*
X-54935D01*
X-55013Y30793D01*
X-55152Y30816D01*
X-55263Y30843D01*
X-55357Y30877D01*
X-55429Y30904D01*
X-55485Y30932D01*
X-55513Y30954D01*
X-55524Y30960D01*
X-55596Y31032D01*
X-55651Y31104D01*
X-55690Y31187D01*
X-55712Y31260D01*
X-55729Y31326D01*
X-55735Y31382D01*
X-55740Y31404D01*
Y31432D01*
X-55729Y31548D01*
X-55707Y31659D01*
X-55674Y31770D01*
X-55635Y31870D01*
X-55590Y31953D01*
X-55574Y31987D01*
X-55557Y32020D01*
X-55546Y32042D01*
X-55535Y32059D01*
X-55524Y32070D01*
Y32076D01*
X-55923Y32370D01*
D01*
X-55984Y32292D01*
X-56040Y32209D01*
X-56084Y32131D01*
X-56123Y32048D01*
X-56162Y31970D01*
X-56190Y31887D01*
X-56229Y31743D01*
X-56245Y31676D01*
X-56256Y31615D01*
X-56262Y31559D01*
X-56267Y31509D01*
X-56273Y31471D01*
Y32370D01*
X-55923D01*
X-56273D01*
Y30105D01*
D01*
Y31421D01*
X-56267Y31276D01*
X-56245Y31138D01*
X-56212Y31021D01*
X-56179Y30916D01*
X-56145Y30832D01*
X-56129Y30799D01*
X-56112Y30771D01*
X-56101Y30744D01*
X-56090Y30727D01*
X-56084Y30721D01*
Y30716D01*
X-56012Y30610D01*
X-55929Y30516D01*
X-55846Y30438D01*
X-55762Y30377D01*
X-55690Y30327D01*
X-55635Y30288D01*
X-55612Y30277D01*
X-55596Y30266D01*
X-55585Y30261D01*
X-55579D01*
X-55457Y30211D01*
X-55330Y30172D01*
X-55207Y30144D01*
X-55096Y30128D01*
X-54997Y30116D01*
X-54958Y30111D01*
X-54919Y30105D01*
X-53465D01*
X-54852D01*
X-54736Y30111D01*
X-54625Y30122D01*
X-54525Y30139D01*
X-54430Y30161D01*
X-54336Y30183D01*
X-54253Y30216D01*
X-54181Y30244D01*
X-54109Y30277D01*
X-54047Y30311D01*
X-53997Y30338D01*
X-53948Y30372D01*
X-53909Y30394D01*
X-53881Y30416D01*
X-53859Y30433D01*
X-53848Y30444D01*
X-53842Y30449D01*
X-53776Y30516D01*
X-53720Y30594D01*
X-53670Y30666D01*
X-53626Y30749D01*
X-53587Y30827D01*
X-53559Y30910D01*
X-53515Y31065D01*
X-53498Y31138D01*
X-53487Y31204D01*
X-53476Y31260D01*
X-53470Y31315D01*
X-53465Y31354D01*
Y31415D01*
X-53470Y31509D01*
X-53476Y31604D01*
X-53492Y31693D01*
X-53509Y31770D01*
X-53520Y31831D01*
X-53537Y31881D01*
X-53542Y31915D01*
X-53548Y31926D01*
X-53587Y32015D01*
X-53626Y32103D01*
X-53676Y32175D01*
X-53720Y32242D01*
X-53759Y32298D01*
X-53792Y32336D01*
X-53814Y32359D01*
X-53820Y32370D01*
D02*
G37*
G36*
X-53526Y29306D02*
X-55457D01*
X-55590Y29295D01*
X-55712Y29273D01*
X-55818Y29245D01*
X-55901Y29206D01*
X-55968Y29167D01*
X-56018Y29140D01*
X-56045Y29117D01*
X-56056Y29106D01*
X-56129Y29029D01*
X-56184Y28934D01*
X-56223Y28840D01*
X-56245Y28745D01*
X-56262Y28662D01*
X-56267Y28629D01*
Y28596D01*
X-56273Y28574D01*
Y29306D01*
D01*
Y27130D01*
Y28535D01*
X-56267Y28440D01*
X-56256Y28352D01*
X-56240Y28268D01*
X-56217Y28196D01*
X-56195Y28135D01*
X-56179Y28091D01*
X-56168Y28063D01*
X-56162Y28052D01*
X-56118Y27974D01*
X-56068Y27907D01*
X-56023Y27852D01*
X-55979Y27808D01*
X-55934Y27774D01*
X-55901Y27746D01*
X-55879Y27735D01*
X-55873Y27730D01*
X-56206Y27702D01*
Y27130D01*
X-56273D01*
X-53526D01*
Y27780D01*
X-55413D01*
X-55513Y27863D01*
X-55551Y27902D01*
X-55590Y27941D01*
X-55618Y27974D01*
X-55640Y28002D01*
X-55651Y28019D01*
X-55657Y28024D01*
X-55690Y28080D01*
X-55712Y28135D01*
X-55735Y28190D01*
X-55746Y28235D01*
X-55751Y28274D01*
X-55757Y28307D01*
Y28385D01*
X-55751Y28424D01*
X-55740Y28462D01*
X-55735Y28490D01*
X-55724Y28512D01*
X-55712Y28529D01*
X-55707Y28535D01*
Y28540D01*
X-55685Y28562D01*
X-55657Y28585D01*
X-55601Y28612D01*
X-55574Y28618D01*
X-55557Y28623D01*
X-55540Y28629D01*
X-55535D01*
X-55485Y28640D01*
X-55429Y28646D01*
X-55318Y28651D01*
X-55263Y28657D01*
X-55224D01*
X-55196D01*
X-55185D01*
X-53526D01*
Y29306D01*
D02*
G37*
G36*
Y26409D02*
X-54047D01*
Y24916D01*
X-55030D01*
Y26137D01*
X-55546D01*
Y24916D01*
X-56473D01*
Y26309D01*
X-57000Y26381D01*
Y26409D01*
Y24245D01*
X-53526D01*
Y26409D01*
D02*
G37*
%LPD*%
G36*
Y41916D02*
X-56206D01*
Y42021D01*
X-54935Y42848D01*
X-53526Y41916D01*
D02*
G37*
G36*
X-54253Y40628D02*
X-54208Y40584D01*
X-54164Y40545D01*
X-54131Y40506D01*
X-54103Y40473D01*
X-54081Y40445D01*
X-54070Y40423D01*
X-54064Y40417D01*
X-54031Y40362D01*
X-54009Y40306D01*
X-53992Y40251D01*
X-53981Y40206D01*
X-53975Y40167D01*
X-53970Y40134D01*
Y40106D01*
X-53975Y40051D01*
X-53981Y40001D01*
X-53997Y39962D01*
X-54014Y39929D01*
X-54025Y39901D01*
X-54042Y39884D01*
X-54047Y39873D01*
X-54053Y39868D01*
X-54092Y39840D01*
X-54136Y39823D01*
X-54236Y39801D01*
X-54281Y39796D01*
X-54319Y39790D01*
X-54342D01*
X-54353D01*
X-56206D01*
Y40661D01*
X-54303D01*
X-54253Y40628D01*
D02*
G37*
G36*
X-54874Y36776D02*
X-56462Y37215D01*
X-54874Y37648D01*
Y36776D01*
D02*
G37*
G36*
X-53526Y35744D02*
X-57000D01*
Y36832D01*
X-53526Y35744D01*
D02*
G37*
%LPC*%
G36*
X37459Y-32386D02*
X37454D01*
X37432D01*
X37404Y-32392D01*
X37365Y-32397D01*
X37321Y-32408D01*
X37271Y-32419D01*
X37221Y-32441D01*
X37165Y-32469D01*
X37110Y-32508D01*
X37060Y-32552D01*
X37010Y-32608D01*
X36965Y-32669D01*
X36926Y-32747D01*
X36899Y-32841D01*
X36877Y-32941D01*
X36871Y-33063D01*
Y-33424D01*
X38098D01*
Y-33002D01*
X38092Y-32947D01*
X38081Y-32874D01*
X38064Y-32797D01*
X38037Y-32713D01*
X38003Y-32636D01*
X37953Y-32563D01*
X37948Y-32558D01*
X37925Y-32536D01*
X37887Y-32508D01*
X37837Y-32475D01*
X37770Y-32441D01*
X37681Y-32414D01*
X37581Y-32392D01*
X37459Y-32386D01*
D02*
G37*
G36*
X38475Y-44624D02*
X36888Y-45057D01*
X38475Y-45495D01*
Y-44624D01*
D02*
G37*
G36*
X-12230Y26532D02*
X-13621D01*
X-12360D01*
X-12475Y26523D01*
X-12586Y26509D01*
X-12688Y26491D01*
X-12785Y26468D01*
X-12868Y26445D01*
X-12946Y26417D01*
X-13016Y26389D01*
X-13076Y26362D01*
X-13131Y26334D01*
X-13173Y26311D01*
X-13210Y26287D01*
X-13237Y26269D01*
X-13261Y26255D01*
X-13270Y26246D01*
X-13274Y26241D01*
X-13334Y26186D01*
X-13390Y26121D01*
X-13436Y26057D01*
X-13473Y25992D01*
X-13510Y25923D01*
X-13538Y25853D01*
X-13561Y25789D01*
X-13579Y25724D01*
X-13593Y25664D01*
X-13602Y25608D01*
X-13612Y25558D01*
X-13616Y25516D01*
X-13621Y25479D01*
D01*
Y25428D01*
X-13616Y25345D01*
X-13607Y25267D01*
X-13589Y25188D01*
X-13570Y25119D01*
X-13547Y25049D01*
X-13519Y24989D01*
X-13487Y24929D01*
X-13459Y24879D01*
X-13427Y24832D01*
X-13395Y24791D01*
X-13367Y24754D01*
X-13344Y24726D01*
X-13325Y24703D01*
X-13307Y24684D01*
X-13297Y24675D01*
X-13293Y24671D01*
X-13228Y24620D01*
X-13159Y24574D01*
X-13090Y24532D01*
X-13016Y24495D01*
X-12937Y24467D01*
X-12863Y24444D01*
X-12720Y24407D01*
X-12651Y24393D01*
X-12591Y24384D01*
X-12535Y24379D01*
X-12489Y24375D01*
X-12447Y24370D01*
X-11200D01*
Y25493D01*
X-11209Y25627D01*
X-11228Y25752D01*
X-11255Y25858D01*
X-11288Y25950D01*
X-11306Y25992D01*
X-11320Y26024D01*
X-11334Y26057D01*
X-11348Y26080D01*
X-11362Y26098D01*
X-11366Y26117D01*
X-11376Y26121D01*
Y26126D01*
X-11450Y26214D01*
X-11528Y26292D01*
X-11616Y26357D01*
X-11699Y26408D01*
X-11773Y26449D01*
X-11805Y26463D01*
X-11833Y26477D01*
X-11856Y26486D01*
X-11874Y26495D01*
X-11884Y26500D01*
X-11888D01*
X-11990Y25890D01*
X-11930Y25867D01*
X-11874Y25844D01*
X-11833Y25821D01*
X-11796Y25793D01*
X-11768Y25775D01*
X-11750Y25756D01*
X-11740Y25742D01*
X-11736Y25738D01*
X-11708Y25701D01*
X-11690Y25659D01*
X-11676Y25618D01*
X-11667Y25581D01*
X-11662Y25548D01*
X-11657Y25521D01*
Y25497D01*
X-11662Y25424D01*
X-11681Y25354D01*
X-11704Y25290D01*
X-11731Y25239D01*
X-11759Y25197D01*
X-11782Y25170D01*
X-11801Y25146D01*
X-11805Y25142D01*
X-11865Y25096D01*
X-11935Y25063D01*
X-12009Y25036D01*
X-12073Y25017D01*
X-12138Y25008D01*
X-12184Y25003D01*
X-12202Y24999D01*
X-12216D01*
X-12226D01*
X-12230D01*
Y26532D01*
D02*
G37*
G36*
X-11251Y23945D02*
X-14448D01*
Y23331D01*
X-13297D01*
X-13353Y23275D01*
X-13404Y23220D01*
X-13445Y23164D01*
X-13487Y23104D01*
X-13515Y23049D01*
X-13542Y22994D01*
X-13565Y22938D01*
X-13579Y22887D01*
X-13593Y22836D01*
X-13602Y22795D01*
X-13612Y22753D01*
X-13616Y22721D01*
X-13621Y22693D01*
Y22656D01*
X-13616Y22578D01*
X-13607Y22504D01*
X-13593Y22434D01*
X-13575Y22365D01*
X-13524Y22250D01*
X-13496Y22194D01*
X-13468Y22148D01*
X-13436Y22102D01*
X-13408Y22065D01*
X-13385Y22032D01*
X-13362Y22005D01*
X-13339Y21982D01*
X-13325Y21968D01*
X-13316Y21959D01*
X-13311Y21954D01*
X-13251Y21908D01*
X-13187Y21866D01*
X-13117Y21829D01*
X-13043Y21797D01*
X-12969Y21769D01*
X-12896Y21746D01*
X-12748Y21714D01*
X-12683Y21704D01*
X-12618Y21695D01*
X-12563Y21691D01*
X-12512Y21686D01*
X-12471Y21681D01*
X-14448D01*
D01*
X-11200D01*
X-12415D01*
X-12309Y21686D01*
X-12212Y21695D01*
X-12119Y21709D01*
X-12032Y21728D01*
X-11953Y21746D01*
X-11879Y21769D01*
X-11814Y21797D01*
X-11754Y21825D01*
X-11699Y21848D01*
X-11653Y21876D01*
X-11611Y21899D01*
X-11579Y21922D01*
X-11551Y21936D01*
X-11533Y21949D01*
X-11523Y21959D01*
X-11519Y21963D01*
X-11463Y22019D01*
X-11412Y22074D01*
X-11371Y22134D01*
X-11334Y22190D01*
X-11302Y22250D01*
X-11278Y22305D01*
X-11255Y22361D01*
X-11242Y22411D01*
X-11228Y22462D01*
X-11219Y22508D01*
X-11209Y22545D01*
X-11205Y22582D01*
X-11200Y22610D01*
Y22647D01*
X-11205Y22721D01*
X-11214Y22790D01*
X-11228Y22860D01*
X-11246Y22920D01*
X-11265Y22966D01*
X-11278Y23007D01*
X-11288Y23030D01*
X-11292Y23040D01*
X-11334Y23109D01*
X-11380Y23174D01*
X-11431Y23234D01*
X-11477Y23280D01*
X-11519Y23322D01*
X-11556Y23354D01*
X-11579Y23372D01*
X-11588Y23377D01*
X-11251D01*
Y23945D01*
D02*
G37*
G36*
Y21187D02*
X-13570D01*
Y20573D01*
X-13880D01*
Y21187D01*
X-14448D01*
Y20573D01*
X-11251D01*
Y21187D01*
D02*
G37*
G36*
X-11944Y20037D02*
X-13621D01*
Y17875D01*
Y18840D01*
X-13612Y18757D01*
X-13602Y18678D01*
X-13589Y18605D01*
X-13575Y18540D01*
X-13556Y18480D01*
X-13538Y18424D01*
X-13519Y18373D01*
X-13496Y18332D01*
X-13478Y18295D01*
X-13459Y18263D01*
X-13445Y18239D01*
X-13431Y18216D01*
X-13422Y18203D01*
X-13418Y18198D01*
X-13413Y18193D01*
X-13376Y18152D01*
X-13334Y18115D01*
X-13293Y18082D01*
X-13247Y18059D01*
X-13163Y18013D01*
X-13085Y17985D01*
X-13016Y17971D01*
X-12983Y17967D01*
X-12960Y17962D01*
X-12937Y17958D01*
X-12923D01*
X-12914D01*
X-12909D01*
X-12849Y17962D01*
X-12794Y17971D01*
X-12739Y17981D01*
X-12688Y17999D01*
X-12600Y18045D01*
X-12526Y18096D01*
X-12466Y18143D01*
X-12424Y18189D01*
X-12406Y18207D01*
X-12397Y18216D01*
X-12392Y18226D01*
X-12387Y18230D01*
X-12364Y18272D01*
X-12336Y18327D01*
X-12309Y18392D01*
X-12286Y18461D01*
X-12258Y18535D01*
X-12235Y18614D01*
X-12189Y18775D01*
X-12166Y18854D01*
X-12147Y18928D01*
X-12129Y18993D01*
X-12115Y19053D01*
X-12105Y19104D01*
X-12096Y19140D01*
X-12087Y19163D01*
Y19173D01*
X-12073Y19228D01*
X-12059Y19270D01*
X-12045Y19307D01*
X-12036Y19334D01*
X-12022Y19353D01*
X-12018Y19367D01*
X-12009Y19376D01*
X-11971Y19404D01*
X-11935Y19418D01*
X-11907Y19422D01*
X-11898D01*
X-11893D01*
X-11856Y19418D01*
X-11824Y19408D01*
X-11796Y19395D01*
X-11773Y19381D01*
X-11754Y19367D01*
X-11740Y19353D01*
X-11731Y19344D01*
X-11727Y19339D01*
X-11699Y19288D01*
X-11681Y19233D01*
X-11662Y19173D01*
X-11653Y19117D01*
X-11648Y19067D01*
X-11643Y19020D01*
Y18983D01*
X-11648Y18905D01*
X-11657Y18840D01*
X-11671Y18780D01*
X-11690Y18734D01*
X-11704Y18697D01*
X-11717Y18669D01*
X-11727Y18651D01*
X-11731Y18646D01*
X-11768Y18605D01*
X-11814Y18572D01*
X-11856Y18544D01*
X-11902Y18521D01*
X-11944Y18507D01*
X-11976Y18498D01*
X-11995Y18489D01*
X-12004D01*
X-11912Y17875D01*
X-11796Y17916D01*
X-11690Y17967D01*
X-11602Y18022D01*
X-11528Y18082D01*
X-11468Y18138D01*
X-11426Y18189D01*
X-11408Y18203D01*
X-11399Y18216D01*
X-11394Y18226D01*
X-11389Y18230D01*
X-11357Y18286D01*
X-11325Y18341D01*
X-11278Y18466D01*
X-11246Y18591D01*
X-11223Y18711D01*
X-11214Y18766D01*
X-11209Y18817D01*
X-11205Y18863D01*
Y18905D01*
X-11200Y18937D01*
Y18983D01*
X-11205Y19076D01*
X-11209Y19163D01*
X-11223Y19247D01*
X-11237Y19325D01*
X-11251Y19395D01*
X-11274Y19459D01*
X-11292Y19519D01*
X-11315Y19570D01*
X-11334Y19616D01*
X-11357Y19658D01*
X-11376Y19690D01*
X-11389Y19718D01*
X-11408Y19741D01*
X-11417Y19755D01*
X-11422Y19764D01*
X-11426Y19769D01*
X-11473Y19815D01*
X-11519Y19857D01*
X-11565Y19894D01*
X-11611Y19926D01*
X-11657Y19949D01*
X-11704Y19972D01*
X-11787Y20004D01*
X-11865Y20023D01*
X-11898Y20027D01*
X-11921Y20032D01*
X-11944Y20037D01*
D02*
G37*
G36*
X-11251Y17468D02*
X-13621D01*
X-12785D01*
X-12863Y17463D01*
X-12937Y17459D01*
X-12992Y17449D01*
X-13039Y17445D01*
X-13071Y17436D01*
X-13094Y17431D01*
X-13099D01*
X-13154Y17417D01*
X-13201Y17399D01*
X-13247Y17380D01*
X-13284Y17357D01*
X-13316Y17339D01*
X-13339Y17325D01*
X-13353Y17315D01*
X-13358Y17311D01*
X-13399Y17274D01*
X-13436Y17232D01*
X-13468Y17191D01*
X-13496Y17149D01*
X-13519Y17112D01*
X-13533Y17080D01*
X-13542Y17061D01*
X-13547Y17052D01*
X-13570Y16987D01*
X-13589Y16923D01*
X-13602Y16863D01*
X-13612Y16807D01*
X-13616Y16757D01*
X-13621Y16715D01*
Y16683D01*
X-13616Y16599D01*
X-13602Y16516D01*
X-13584Y16442D01*
X-13561Y16368D01*
X-13529Y16299D01*
X-13496Y16239D01*
X-13459Y16179D01*
X-13427Y16128D01*
X-13390Y16082D01*
X-13353Y16040D01*
X-13321Y16003D01*
X-13288Y15976D01*
X-13265Y15953D01*
X-13247Y15934D01*
X-13233Y15925D01*
X-13228Y15920D01*
X-13570D01*
Y15352D01*
X-11251D01*
Y15971D01*
Y15967D01*
X-12295D01*
X-12364D01*
X-12429D01*
X-12489Y15971D01*
X-12540Y15976D01*
X-12591D01*
X-12632Y15980D01*
X-12674Y15985D01*
X-12706Y15990D01*
X-12762Y15999D01*
X-12799Y16003D01*
X-12822Y16013D01*
X-12826D01*
X-12877Y16031D01*
X-12928Y16059D01*
X-12965Y16087D01*
X-13002Y16114D01*
X-13025Y16142D01*
X-13048Y16165D01*
X-13057Y16179D01*
X-13062Y16184D01*
X-13090Y16234D01*
X-13113Y16285D01*
X-13126Y16331D01*
X-13140Y16378D01*
X-13145Y16415D01*
X-13150Y16442D01*
Y16470D01*
X-13145Y16516D01*
X-13140Y16558D01*
X-13131Y16590D01*
X-13117Y16623D01*
X-13103Y16650D01*
X-13094Y16669D01*
X-13090Y16678D01*
X-13085Y16683D01*
X-13062Y16715D01*
X-13034Y16738D01*
X-12979Y16780D01*
X-12951Y16793D01*
X-12933Y16803D01*
X-12919Y16812D01*
X-12914D01*
X-12891Y16821D01*
X-12863Y16826D01*
X-12794Y16835D01*
X-12711Y16844D01*
X-12632Y16849D01*
X-12554Y16853D01*
X-12521D01*
X-12489D01*
X-12466D01*
X-12447D01*
X-12433D01*
X-12429D01*
X-11251D01*
Y16590D01*
Y17468D01*
D02*
G37*
G36*
Y14747D02*
X-14448D01*
Y14100D01*
X-11251D01*
Y14747D01*
D02*
G37*
%LPD*%
G36*
X-12605Y25008D02*
X-12692Y25012D01*
X-12771Y25026D01*
X-12840Y25045D01*
X-12896Y25073D01*
X-12942Y25096D01*
X-12974Y25119D01*
X-12997Y25133D01*
X-13002Y25137D01*
X-13053Y25188D01*
X-13090Y25243D01*
X-13113Y25299D01*
X-13131Y25350D01*
X-13140Y25396D01*
X-13150Y25433D01*
Y25465D01*
X-13145Y25534D01*
X-13126Y25595D01*
X-13103Y25650D01*
X-13080Y25696D01*
X-13053Y25733D01*
X-13029Y25761D01*
X-13011Y25779D01*
X-13006Y25784D01*
X-12951Y25826D01*
X-12886Y25863D01*
X-12817Y25886D01*
X-12752Y25904D01*
X-12697Y25913D01*
X-12646Y25918D01*
X-12628Y25923D01*
X-12618D01*
X-12609D01*
X-12605D01*
Y25008D01*
D02*
G37*
G36*
X-11200Y24370D02*
X-12392D01*
X-12304Y24375D01*
X-12216Y24379D01*
X-12138Y24393D01*
X-12064Y24407D01*
X-11990Y24421D01*
X-11925Y24444D01*
X-11865Y24463D01*
X-11810Y24486D01*
X-11759Y24504D01*
X-11717Y24527D01*
X-11681Y24546D01*
X-11648Y24560D01*
X-11625Y24578D01*
X-11607Y24587D01*
X-11597Y24592D01*
X-11593Y24597D01*
X-11523Y24657D01*
X-11463Y24717D01*
X-11412Y24786D01*
X-11366Y24860D01*
X-11329Y24934D01*
X-11297Y25008D01*
X-11269Y25082D01*
X-11251Y25156D01*
X-11232Y25220D01*
X-11223Y25285D01*
X-11214Y25345D01*
X-11205Y25396D01*
Y25438D01*
X-11200Y25465D01*
Y24370D01*
D02*
G37*
G36*
X-12272Y23326D02*
X-12161Y23308D01*
X-12069Y23284D01*
X-11995Y23257D01*
X-11935Y23229D01*
X-11893Y23206D01*
X-11870Y23188D01*
X-11861Y23183D01*
X-11801Y23123D01*
X-11759Y23063D01*
X-11727Y23003D01*
X-11708Y22947D01*
X-11694Y22896D01*
X-11690Y22860D01*
X-11685Y22832D01*
Y22823D01*
X-11690Y22776D01*
X-11694Y22730D01*
X-11722Y22647D01*
X-11759Y22578D01*
X-11805Y22518D01*
X-11847Y22471D01*
X-11884Y22439D01*
X-11912Y22421D01*
X-11916Y22411D01*
X-11921D01*
X-11953Y22393D01*
X-11990Y22379D01*
X-12073Y22351D01*
X-12166Y22333D01*
X-12253Y22324D01*
X-12332Y22314D01*
X-12364D01*
X-12397Y22310D01*
X-12420D01*
X-12443D01*
X-12452D01*
X-12457D01*
X-12577Y22314D01*
X-12683Y22333D01*
X-12771Y22356D01*
X-12845Y22384D01*
X-12900Y22407D01*
X-12942Y22430D01*
X-12965Y22448D01*
X-12974Y22453D01*
X-13034Y22513D01*
X-13076Y22573D01*
X-13108Y22633D01*
X-13126Y22693D01*
X-13140Y22739D01*
X-13145Y22781D01*
X-13150Y22809D01*
Y22818D01*
X-13140Y22896D01*
X-13122Y22970D01*
X-13094Y23030D01*
X-13062Y23086D01*
X-13029Y23128D01*
X-13002Y23155D01*
X-12983Y23178D01*
X-12974Y23183D01*
X-12937Y23211D01*
X-12900Y23234D01*
X-12808Y23271D01*
X-12715Y23294D01*
X-12618Y23312D01*
X-12535Y23322D01*
X-12494Y23326D01*
X-12461Y23331D01*
X-12433D01*
X-12415D01*
X-12401D01*
X-12397D01*
X-12272Y23326D01*
D02*
G37*
G36*
X-12078Y20027D02*
X-12170Y20004D01*
X-12249Y19977D01*
X-12313Y19940D01*
X-12364Y19903D01*
X-12401Y19875D01*
X-12420Y19852D01*
X-12429Y19843D01*
X-12457Y19801D01*
X-12489Y19760D01*
X-12512Y19709D01*
X-12540Y19653D01*
X-12586Y19542D01*
X-12628Y19427D01*
X-12660Y19325D01*
X-12669Y19279D01*
X-12683Y19237D01*
X-12692Y19205D01*
X-12697Y19182D01*
X-12701Y19163D01*
Y19159D01*
X-12725Y19071D01*
X-12743Y18993D01*
X-12762Y18923D01*
X-12780Y18863D01*
X-12794Y18808D01*
X-12808Y18762D01*
X-12822Y18725D01*
X-12831Y18688D01*
X-12845Y18660D01*
X-12854Y18637D01*
X-12859Y18618D01*
X-12868Y18609D01*
X-12872Y18591D01*
X-12877Y18586D01*
X-12896Y18567D01*
X-12914Y18554D01*
X-12951Y18535D01*
X-12979Y18526D01*
X-12983D01*
X-12988D01*
X-13016Y18531D01*
X-13039Y18535D01*
X-13080Y18563D01*
X-13103Y18586D01*
X-13113Y18591D01*
Y18595D01*
X-13136Y18642D01*
X-13154Y18692D01*
X-13163Y18748D01*
X-13173Y18808D01*
X-13177Y18859D01*
X-13182Y18900D01*
Y18942D01*
X-13177Y19011D01*
X-13173Y19071D01*
X-13159Y19122D01*
X-13145Y19163D01*
X-13131Y19196D01*
X-13122Y19219D01*
X-13113Y19233D01*
X-13108Y19237D01*
X-13080Y19274D01*
X-13048Y19302D01*
X-13016Y19330D01*
X-12979Y19348D01*
X-12951Y19362D01*
X-12928Y19371D01*
X-12909Y19381D01*
X-12905D01*
X-13011Y19958D01*
X-13117Y19921D01*
X-13210Y19870D01*
X-13288Y19820D01*
X-13348Y19764D01*
X-13399Y19718D01*
X-13436Y19676D01*
X-13455Y19649D01*
X-13464Y19644D01*
Y19639D01*
X-13491Y19593D01*
X-13515Y19542D01*
X-13556Y19432D01*
X-13584Y19316D01*
X-13602Y19200D01*
X-13607Y19145D01*
X-13612Y19094D01*
X-13616Y19048D01*
X-13621Y19011D01*
Y20037D01*
X-11976D01*
X-12078Y20027D01*
D02*
G37*
%LPC*%
G36*
X63270Y14075D02*
Y14008D01*
X62738Y14075D01*
D01*
Y12543D01*
X62660Y12643D01*
X62582Y12737D01*
X62510Y12826D01*
X62438Y12910D01*
X62371Y12987D01*
X62305Y13059D01*
X62244Y13120D01*
X62194Y13181D01*
X62144Y13231D01*
X62099Y13276D01*
X62061Y13315D01*
X62027Y13348D01*
X61999Y13370D01*
X61983Y13387D01*
X61972Y13398D01*
X61966Y13403D01*
X61839Y13514D01*
X61716Y13603D01*
X61611Y13681D01*
X61517Y13747D01*
X61439Y13792D01*
X61378Y13825D01*
X61356Y13836D01*
X61339Y13847D01*
X61334Y13853D01*
X61328D01*
X61217Y13903D01*
X61111Y13936D01*
X61012Y13964D01*
X60917Y13981D01*
X60839Y13992D01*
X60784Y13997D01*
X60756D01*
X60740D01*
X60734D01*
X60729D01*
X60629Y13992D01*
X60534Y13975D01*
X60445Y13953D01*
X60373Y13931D01*
X60312Y13908D01*
X60262Y13886D01*
X60235Y13870D01*
X60224Y13864D01*
X60140Y13809D01*
X60074Y13747D01*
X60007Y13681D01*
X59957Y13620D01*
X59918Y13564D01*
X59885Y13520D01*
X59868Y13487D01*
X59863Y13481D01*
Y13476D01*
X59818Y13376D01*
X59785Y13276D01*
X59763Y13176D01*
X59746Y13081D01*
X59735Y12998D01*
X59729Y12932D01*
Y11744D01*
D01*
Y12876D01*
X59735Y12743D01*
X59752Y12621D01*
X59774Y12510D01*
X59796Y12415D01*
X59824Y12338D01*
X59846Y12282D01*
X59857Y12260D01*
X59863Y12244D01*
X59868Y12238D01*
Y12232D01*
X59924Y12133D01*
X59990Y12044D01*
X60062Y11960D01*
X60135Y11888D01*
X60201Y11827D01*
X60251Y11783D01*
X60273Y11766D01*
X60290Y11755D01*
X60296Y11744D01*
X63270D01*
X60301D01*
X60618Y12155D01*
X60545Y12221D01*
X60490Y12282D01*
X60440Y12338D01*
X60401Y12388D01*
X60373Y12427D01*
X60357Y12454D01*
X60346Y12477D01*
X60340Y12482D01*
X60312Y12538D01*
X60296Y12599D01*
X60279Y12660D01*
X60273Y12715D01*
X60268Y12765D01*
X60262Y12804D01*
Y12837D01*
X60268Y12921D01*
X60285Y12993D01*
X60307Y13054D01*
X60329Y13109D01*
X60351Y13148D01*
X60373Y13181D01*
X60390Y13198D01*
X60396Y13204D01*
X60451Y13248D01*
X60507Y13281D01*
X60568Y13304D01*
X60629Y13320D01*
X60679Y13331D01*
X60723Y13337D01*
X60751D01*
X60762D01*
X60851Y13331D01*
X60939Y13315D01*
X61023Y13298D01*
X61095Y13276D01*
X61156Y13248D01*
X61206Y13231D01*
X61234Y13215D01*
X61239Y13209D01*
X61245D01*
X61334Y13154D01*
X61433Y13093D01*
X61528Y13021D01*
X61622Y12948D01*
X61700Y12882D01*
X61766Y12826D01*
X61789Y12804D01*
X61805Y12787D01*
X61816Y12782D01*
X61822Y12776D01*
X61888Y12715D01*
X61961Y12649D01*
X62116Y12493D01*
X62277Y12338D01*
X62432Y12182D01*
X62505Y12105D01*
X62571Y12038D01*
X62632Y11977D01*
X62682Y11922D01*
X62726Y11877D01*
X62760Y11844D01*
X62782Y11822D01*
X62788Y11816D01*
X63270D01*
Y14075D01*
D02*
G37*
G36*
X59796Y11478D02*
D01*
Y8542D01*
X63270D01*
X59796D01*
X61949Y9674D01*
X63270D01*
Y10345D01*
X61944D01*
X59796Y11478D01*
D02*
G37*
G36*
X63270Y8203D02*
X62749D01*
Y6710D01*
X61766D01*
Y7931D01*
X61250D01*
Y6710D01*
X60323D01*
Y8103D01*
X59796Y8175D01*
Y8203D01*
Y6039D01*
X63270D01*
Y8203D01*
D02*
G37*
G36*
Y5500D02*
X61383Y4224D01*
X59796Y5406D01*
Y5500D01*
Y4701D01*
X61311Y3585D01*
X61534D01*
X63270Y4740D01*
Y3585D01*
X61534D01*
X61417Y3508D01*
X61311Y3585D01*
X59796D01*
Y2914D01*
X63270D01*
Y5500D01*
D02*
G37*
%LPD*%
G36*
X61395Y10018D02*
X59796Y9252D01*
Y10795D01*
X61395Y10018D01*
D02*
G37*
%LPC*%
G36*
X-25951Y8401D02*
X-25959D01*
X-25976D01*
X-26009D01*
X-26059D01*
X-26109Y8393D01*
X-26176Y8385D01*
X-26318Y8368D01*
X-26476Y8335D01*
X-26634Y8293D01*
X-26784Y8226D01*
X-26917Y8135D01*
X-26934Y8126D01*
X-26967Y8085D01*
X-27017Y8027D01*
X-27076Y7952D01*
X-27134Y7852D01*
X-27184Y7735D01*
X-27217Y7610D01*
X-27234Y7460D01*
Y7443D01*
X-27226Y7393D01*
X-27217Y7318D01*
X-27192Y7227D01*
X-27159Y7127D01*
X-27101Y7010D01*
X-27026Y6902D01*
X-26917Y6802D01*
X-26901Y6794D01*
X-26859Y6760D01*
X-26784Y6727D01*
X-26684Y6677D01*
X-26551Y6635D01*
X-26392Y6594D01*
X-26201Y6560D01*
X-25976Y6552D01*
X-25968D01*
X-25951D01*
X-25909D01*
X-25868Y6560D01*
X-25818D01*
X-25751Y6569D01*
X-25609Y6585D01*
X-25451Y6610D01*
X-25293Y6660D01*
X-25143Y6719D01*
X-25010Y6802D01*
X-24993Y6810D01*
X-24960Y6852D01*
X-24910Y6902D01*
X-24860Y6977D01*
X-24802Y7068D01*
X-24751Y7177D01*
X-24718Y7302D01*
X-24701Y7435D01*
Y7452D01*
X-24710Y7502D01*
X-24718Y7577D01*
X-24743Y7677D01*
X-24777Y7785D01*
X-24835Y7893D01*
X-24910Y8010D01*
X-25018Y8118D01*
X-25035Y8126D01*
X-25076Y8160D01*
X-25151Y8210D01*
X-25251Y8260D01*
X-25385Y8310D01*
X-25543Y8360D01*
X-25734Y8393D01*
X-25951Y8401D01*
D02*
G37*
G36*
X-26251Y-1261D02*
X-26259D01*
X-26276D01*
X-26293D01*
X-26326Y-1270D01*
X-26417Y-1278D01*
X-26518Y-1295D01*
X-26634Y-1328D01*
X-26759Y-1370D01*
X-26876Y-1436D01*
X-26976Y-1511D01*
X-26984Y-1520D01*
X-27017Y-1553D01*
X-27059Y-1603D01*
X-27109Y-1670D01*
X-27151Y-1753D01*
X-27192Y-1853D01*
X-27226Y-1961D01*
X-27234Y-2086D01*
Y-2145D01*
X-27217Y-2211D01*
X-27200Y-2294D01*
X-27167Y-2386D01*
X-27126Y-2486D01*
X-27059Y-2586D01*
X-26967Y-2678D01*
X-26959Y-2686D01*
X-26917Y-2711D01*
X-26859Y-2753D01*
X-26776Y-2794D01*
X-26676Y-2844D01*
X-26551Y-2877D01*
X-26409Y-2902D01*
X-26251Y-2911D01*
Y-1261D01*
D02*
G37*
G36*
X-27775Y-5885D02*
X-27792D01*
X-27825D01*
X-27884Y-5893D01*
X-27959Y-5910D01*
X-28042Y-5935D01*
X-28133Y-5968D01*
X-28217Y-6010D01*
X-28300Y-6076D01*
X-28308Y-6084D01*
X-28333Y-6109D01*
X-28367Y-6151D01*
X-28408Y-6201D01*
X-28458Y-6268D01*
X-28500Y-6351D01*
X-28533Y-6443D01*
X-28558Y-6543D01*
Y-6551D01*
X-28567Y-6584D01*
X-28575Y-6643D01*
X-28583Y-6726D01*
Y-6834D01*
X-28592Y-6909D01*
Y-6984D01*
X-28600Y-7068D01*
Y-7934D01*
X-26959D01*
Y-7134D01*
X-26967Y-7076D01*
Y-6926D01*
X-26976Y-6776D01*
X-26992Y-6626D01*
X-27017Y-6493D01*
X-27026Y-6434D01*
X-27042Y-6384D01*
X-27051Y-6376D01*
X-27059Y-6343D01*
X-27084Y-6301D01*
X-27109Y-6251D01*
X-27151Y-6193D01*
X-27200Y-6134D01*
X-27259Y-6068D01*
X-27325Y-6018D01*
X-27334Y-6010D01*
X-27359Y-5993D01*
X-27400Y-5976D01*
X-27459Y-5951D01*
X-27525Y-5926D01*
X-27600Y-5901D01*
X-27684Y-5893D01*
X-27775Y-5885D01*
D02*
G37*
G36*
X-33434Y5594D02*
X-33546D01*
X-33551D01*
X-33571D01*
X-33607D01*
X-33648D01*
X-33699D01*
X-33755Y5589D01*
X-33821D01*
X-33887Y5584D01*
X-34029Y5578D01*
X-34167Y5568D01*
X-34233Y5558D01*
X-34299Y5548D01*
X-34355Y5538D01*
X-34401Y5528D01*
X-34406D01*
X-34411Y5522D01*
X-34437Y5517D01*
X-34477Y5502D01*
X-34528Y5487D01*
X-34579Y5461D01*
X-34630Y5436D01*
X-34676Y5405D01*
X-34712Y5375D01*
X-34717Y5370D01*
X-34727Y5359D01*
X-34737Y5339D01*
X-34752Y5314D01*
X-34767Y5283D01*
X-34783Y5248D01*
X-34788Y5207D01*
X-34793Y5161D01*
Y5141D01*
X-34788Y5115D01*
X-34783Y5090D01*
X-34773Y5054D01*
X-34757Y5018D01*
X-34737Y4978D01*
X-34712Y4942D01*
X-34706Y4937D01*
X-34696Y4927D01*
X-34676Y4912D01*
X-34650Y4891D01*
X-34610Y4866D01*
X-34564Y4845D01*
X-34503Y4820D01*
X-34432Y4800D01*
X-34427D01*
X-34421Y4795D01*
X-34401D01*
X-34381Y4789D01*
X-34350Y4784D01*
X-34315Y4779D01*
X-34274Y4774D01*
X-34223Y4769D01*
X-34162Y4759D01*
X-34101Y4754D01*
X-34024Y4749D01*
X-33948Y4744D01*
X-33856Y4738D01*
X-33765D01*
X-33658Y4733D01*
X-33546D01*
X-33541D01*
X-33520D01*
X-33485D01*
X-33444D01*
X-33393D01*
X-33337Y4738D01*
X-33271D01*
X-33205Y4744D01*
X-33062Y4749D01*
X-32920Y4759D01*
X-32854Y4764D01*
X-32793Y4774D01*
X-32737Y4784D01*
X-32686Y4795D01*
X-32675Y4800D01*
X-32650Y4805D01*
X-32609Y4820D01*
X-32563Y4835D01*
X-32513Y4861D01*
X-32462Y4886D01*
X-32416Y4917D01*
X-32380Y4947D01*
X-32375Y4952D01*
X-32370Y4963D01*
X-32355Y4983D01*
X-32345Y5008D01*
X-32329Y5039D01*
X-32314Y5074D01*
X-32309Y5115D01*
X-32304Y5161D01*
Y5181D01*
X-32309Y5207D01*
X-32314Y5232D01*
X-32324Y5268D01*
X-32335Y5303D01*
X-32355Y5339D01*
X-32380Y5375D01*
X-32385Y5380D01*
X-32396Y5390D01*
X-32416Y5410D01*
X-32447Y5431D01*
X-32482Y5451D01*
X-32533Y5477D01*
X-32589Y5502D01*
X-32660Y5522D01*
X-32665D01*
X-32670Y5528D01*
X-32691D01*
X-32711Y5533D01*
X-32742Y5538D01*
X-32777Y5543D01*
X-32818Y5553D01*
X-32869Y5558D01*
X-32925Y5563D01*
X-32991Y5573D01*
X-33062Y5578D01*
X-33144Y5584D01*
X-33230Y5589D01*
X-33327D01*
X-33434Y5594D01*
D02*
G37*
G36*
X-33302Y-4449D02*
X-33307D01*
X-33317D01*
X-33327D01*
X-33347Y-4454D01*
X-33403Y-4459D01*
X-33465Y-4469D01*
X-33536Y-4490D01*
X-33612Y-4515D01*
X-33683Y-4556D01*
X-33744Y-4602D01*
X-33749Y-4607D01*
X-33770Y-4627D01*
X-33795Y-4658D01*
X-33826Y-4698D01*
X-33851Y-4749D01*
X-33877Y-4810D01*
X-33897Y-4876D01*
X-33902Y-4953D01*
Y-4989D01*
X-33892Y-5029D01*
X-33882Y-5080D01*
X-33862Y-5136D01*
X-33836Y-5197D01*
X-33795Y-5258D01*
X-33739Y-5314D01*
X-33734Y-5319D01*
X-33709Y-5335D01*
X-33673Y-5360D01*
X-33622Y-5385D01*
X-33561Y-5416D01*
X-33485Y-5436D01*
X-33398Y-5452D01*
X-33302Y-5457D01*
Y-4449D01*
D02*
G37*
G36*
X-12360Y-257D02*
X-12364D01*
X-12374D01*
X-12392D01*
X-12415Y-262D01*
X-12443D01*
X-12480Y-266D01*
X-12554Y-276D01*
X-12637Y-299D01*
X-12725Y-326D01*
X-12812Y-368D01*
X-12886Y-423D01*
X-12896Y-433D01*
X-12914Y-451D01*
X-12946Y-488D01*
X-12979Y-534D01*
X-13011Y-594D01*
X-13043Y-659D01*
X-13062Y-738D01*
X-13071Y-825D01*
Y-848D01*
X-13067Y-867D01*
X-13062Y-908D01*
X-13048Y-964D01*
X-13025Y-1029D01*
X-12993Y-1098D01*
X-12946Y-1167D01*
X-12886Y-1232D01*
X-12877Y-1237D01*
X-12854Y-1255D01*
X-12808Y-1283D01*
X-12752Y-1310D01*
X-12678Y-1343D01*
X-12586Y-1366D01*
X-12480Y-1384D01*
X-12360Y-1393D01*
X-12355D01*
X-12346D01*
X-12327D01*
X-12304Y-1389D01*
X-12272D01*
X-12240Y-1384D01*
X-12166Y-1375D01*
X-12078Y-1352D01*
X-11990Y-1324D01*
X-11902Y-1287D01*
X-11828Y-1232D01*
X-11819Y-1223D01*
X-11801Y-1204D01*
X-11773Y-1167D01*
X-11740Y-1116D01*
X-11704Y-1061D01*
X-11676Y-992D01*
X-11657Y-913D01*
X-11648Y-825D01*
Y-802D01*
X-11653Y-784D01*
X-11657Y-742D01*
X-11671Y-687D01*
X-11694Y-622D01*
X-11722Y-553D01*
X-11768Y-488D01*
X-11828Y-423D01*
X-11838Y-414D01*
X-11861Y-396D01*
X-11907Y-372D01*
X-11962Y-340D01*
X-12041Y-308D01*
X-12129Y-285D01*
X-12240Y-266D01*
X-12360Y-257D01*
D02*
G37*
G36*
X-12387Y-3094D02*
X-12392D01*
X-12401D01*
X-12420D01*
X-12447D01*
X-12475Y-3098D01*
X-12512Y-3103D01*
X-12591Y-3112D01*
X-12678Y-3131D01*
X-12766Y-3154D01*
X-12849Y-3191D01*
X-12923Y-3241D01*
X-12933Y-3246D01*
X-12951Y-3269D01*
X-12979Y-3302D01*
X-13011Y-3343D01*
X-13043Y-3399D01*
X-13071Y-3463D01*
X-13090Y-3533D01*
X-13099Y-3616D01*
Y-3625D01*
X-13094Y-3653D01*
X-13090Y-3694D01*
X-13076Y-3745D01*
X-13057Y-3801D01*
X-13025Y-3865D01*
X-12983Y-3925D01*
X-12923Y-3981D01*
X-12914Y-3985D01*
X-12891Y-4004D01*
X-12849Y-4022D01*
X-12794Y-4050D01*
X-12720Y-4073D01*
X-12632Y-4096D01*
X-12526Y-4115D01*
X-12401Y-4119D01*
X-12397D01*
X-12387D01*
X-12364D01*
X-12341Y-4115D01*
X-12313D01*
X-12276Y-4110D01*
X-12198Y-4101D01*
X-12110Y-4087D01*
X-12022Y-4059D01*
X-11939Y-4027D01*
X-11865Y-3981D01*
X-11856Y-3976D01*
X-11838Y-3953D01*
X-11810Y-3925D01*
X-11782Y-3884D01*
X-11750Y-3833D01*
X-11722Y-3773D01*
X-11704Y-3703D01*
X-11694Y-3630D01*
Y-3620D01*
X-11699Y-3593D01*
X-11704Y-3551D01*
X-11717Y-3496D01*
X-11736Y-3436D01*
X-11768Y-3376D01*
X-11810Y-3311D01*
X-11870Y-3251D01*
X-11879Y-3246D01*
X-11902Y-3228D01*
X-11944Y-3200D01*
X-11999Y-3172D01*
X-12073Y-3145D01*
X-12161Y-3117D01*
X-12267Y-3098D01*
X-12387Y-3094D01*
D02*
G37*
G36*
X-12466Y-7376D02*
X-13653Y-7825D01*
X-12466Y-8259D01*
Y-7376D01*
D02*
G37*
G36*
X-32891Y30572D02*
X-32970D01*
X-32974D01*
X-32988D01*
X-33011D01*
X-33044Y30568D01*
X-33081D01*
X-33127Y30563D01*
X-33224Y30549D01*
X-33330Y30531D01*
X-33446Y30498D01*
X-33547Y30452D01*
X-33598Y30425D01*
X-33640Y30392D01*
X-33644D01*
X-33649Y30383D01*
X-33672Y30360D01*
X-33709Y30323D01*
X-33751Y30272D01*
X-33788Y30207D01*
X-33825Y30134D01*
X-33848Y30046D01*
X-33857Y30000D01*
Y29930D01*
X-33852Y29912D01*
X-33843Y29861D01*
X-33829Y29801D01*
X-33801Y29732D01*
X-33760Y29658D01*
X-33737Y29621D01*
X-33704Y29584D01*
X-33672Y29547D01*
X-33630Y29510D01*
X-33626D01*
X-33621Y29501D01*
X-33607Y29491D01*
X-33589Y29482D01*
X-33566Y29468D01*
X-33538Y29450D01*
X-33506Y29436D01*
X-33469Y29417D01*
X-33423Y29399D01*
X-33376Y29385D01*
X-33321Y29367D01*
X-33266Y29353D01*
X-33201Y29344D01*
X-33132Y29334D01*
X-33062Y29325D01*
X-32984D01*
X-32979D01*
X-32965D01*
X-32942D01*
X-32914D01*
X-32882Y29330D01*
X-32840D01*
X-32753Y29339D01*
X-32656Y29353D01*
X-32554Y29371D01*
X-32462Y29399D01*
X-32420Y29417D01*
X-32383Y29436D01*
X-32379D01*
X-32369Y29445D01*
X-32355Y29454D01*
X-32337Y29468D01*
X-32286Y29510D01*
X-32235Y29570D01*
X-32180Y29639D01*
X-32129Y29727D01*
X-32111Y29773D01*
X-32097Y29829D01*
X-32087Y29879D01*
X-32083Y29939D01*
Y29963D01*
X-32087Y29981D01*
X-32097Y30032D01*
X-32111Y30092D01*
X-32138Y30161D01*
X-32175Y30235D01*
X-32231Y30309D01*
X-32268Y30346D01*
X-32305Y30383D01*
X-32309D01*
X-32314Y30392D01*
X-32328Y30402D01*
X-32346Y30411D01*
X-32369Y30429D01*
X-32397Y30443D01*
X-32434Y30461D01*
X-32471Y30480D01*
X-32517Y30494D01*
X-32563Y30512D01*
X-32619Y30531D01*
X-32679Y30545D01*
X-32743Y30554D01*
X-32813Y30563D01*
X-32891Y30572D01*
D02*
G37*
G36*
X-32854Y26752D02*
X-32933D01*
X-32937D01*
X-32956D01*
X-32979D01*
X-33011Y26747D01*
X-33048D01*
X-33095Y26742D01*
X-33145Y26738D01*
X-33201Y26729D01*
X-33312Y26706D01*
X-33427Y26673D01*
X-33538Y26627D01*
X-33584Y26599D01*
X-33630Y26567D01*
X-33635D01*
X-33640Y26558D01*
X-33667Y26535D01*
X-33704Y26493D01*
X-33746Y26442D01*
X-33788Y26377D01*
X-33820Y26299D01*
X-33848Y26211D01*
X-33852Y26165D01*
X-33857Y26114D01*
Y26091D01*
X-33852Y26072D01*
X-33848Y26022D01*
X-33829Y25962D01*
X-33806Y25892D01*
X-33764Y25818D01*
X-33714Y25745D01*
X-33677Y25708D01*
X-33640Y25675D01*
X-33635D01*
X-33630Y25666D01*
X-33617Y25661D01*
X-33598Y25648D01*
X-33575Y25634D01*
X-33547Y25620D01*
X-33515Y25606D01*
X-33478Y25587D01*
X-33432Y25569D01*
X-33381Y25555D01*
X-33326Y25541D01*
X-33266Y25527D01*
X-33201Y25518D01*
X-33127Y25509D01*
X-33048Y25500D01*
X-32965D01*
X-32961D01*
X-32947D01*
X-32924D01*
X-32891Y25504D01*
X-32854D01*
X-32813Y25509D01*
X-32716Y25523D01*
X-32610Y25546D01*
X-32499Y25578D01*
X-32392Y25624D01*
X-32346Y25652D01*
X-32300Y25684D01*
Y25689D01*
X-32291Y25694D01*
X-32268Y25717D01*
X-32231Y25758D01*
X-32194Y25809D01*
X-32152Y25874D01*
X-32115Y25952D01*
X-32092Y26036D01*
X-32087Y26082D01*
X-32083Y26128D01*
Y26151D01*
X-32087Y26170D01*
X-32092Y26220D01*
X-32111Y26280D01*
X-32134Y26350D01*
X-32171Y26424D01*
X-32221Y26498D01*
X-32254Y26535D01*
X-32291Y26567D01*
X-32295D01*
X-32300Y26576D01*
X-32314Y26585D01*
X-32332Y26595D01*
X-32355Y26608D01*
X-32379Y26627D01*
X-32415Y26641D01*
X-32452Y26659D01*
X-32494Y26678D01*
X-32540Y26692D01*
X-32596Y26710D01*
X-32651Y26724D01*
X-32716Y26733D01*
X-32780Y26742D01*
X-32854Y26752D01*
D02*
G37*
G36*
X-33192Y24349D02*
X-33196D01*
X-33206D01*
X-33219Y24345D01*
X-33238D01*
X-33293Y24335D01*
X-33353Y24322D01*
X-33427Y24298D01*
X-33496Y24275D01*
X-33566Y24238D01*
X-33626Y24197D01*
X-33630D01*
X-33635Y24188D01*
X-33663Y24164D01*
X-33700Y24123D01*
X-33741Y24068D01*
X-33783Y23998D01*
X-33820Y23915D01*
X-33848Y23818D01*
X-33852Y23767D01*
X-33857Y23712D01*
Y23684D01*
X-33852Y23665D01*
X-33848Y23615D01*
X-33834Y23555D01*
X-33811Y23481D01*
X-33778Y23402D01*
X-33732Y23328D01*
X-33672Y23254D01*
X-33663Y23245D01*
X-33640Y23227D01*
X-33598Y23194D01*
X-33543Y23162D01*
X-33478Y23125D01*
X-33395Y23093D01*
X-33298Y23065D01*
X-33192Y23051D01*
Y24349D01*
D02*
G37*
G36*
X-32914Y19313D02*
X-32993D01*
X-32998D01*
X-33011D01*
X-33035D01*
X-33062Y19309D01*
X-33099D01*
X-33141Y19304D01*
X-33233Y19290D01*
X-33339Y19267D01*
X-33446Y19235D01*
X-33552Y19189D01*
X-33598Y19156D01*
X-33640Y19124D01*
X-33644D01*
X-33649Y19115D01*
X-33672Y19092D01*
X-33709Y19050D01*
X-33751Y18995D01*
X-33788Y18930D01*
X-33825Y18851D01*
X-33848Y18764D01*
X-33857Y18718D01*
Y18644D01*
X-33852Y18625D01*
X-33848Y18574D01*
X-33829Y18514D01*
X-33806Y18440D01*
X-33764Y18366D01*
X-33714Y18293D01*
X-33677Y18256D01*
X-33640Y18218D01*
X-33635D01*
X-33630Y18209D01*
X-33617Y18200D01*
X-33598Y18191D01*
X-33580Y18177D01*
X-33552Y18163D01*
X-33520Y18145D01*
X-33483Y18131D01*
X-33441Y18112D01*
X-33390Y18094D01*
X-33339Y18080D01*
X-33284Y18066D01*
X-33219Y18057D01*
X-33155Y18048D01*
X-33085Y18038D01*
X-33007D01*
X-33002D01*
X-32988D01*
X-32965D01*
X-32933Y18043D01*
X-32896D01*
X-32850Y18048D01*
X-32753Y18061D01*
X-32642Y18085D01*
X-32536Y18112D01*
X-32429Y18158D01*
X-32383Y18186D01*
X-32342Y18218D01*
X-32332Y18228D01*
X-32309Y18251D01*
X-32277Y18288D01*
X-32240Y18343D01*
X-32198Y18408D01*
X-32166Y18486D01*
X-32143Y18574D01*
X-32138Y18620D01*
X-32134Y18671D01*
Y18699D01*
X-32138Y18718D01*
X-32143Y18768D01*
X-32161Y18833D01*
X-32184Y18902D01*
X-32221Y18981D01*
X-32272Y19055D01*
X-32305Y19092D01*
X-32342Y19129D01*
X-32346D01*
X-32351Y19138D01*
X-32365Y19147D01*
X-32383Y19156D01*
X-32402Y19170D01*
X-32429Y19189D01*
X-32462Y19203D01*
X-32503Y19221D01*
X-32545Y19240D01*
X-32591Y19253D01*
X-32646Y19272D01*
X-32706Y19286D01*
X-32767Y19295D01*
X-32836Y19304D01*
X-32914Y19313D01*
D02*
G37*
G36*
X-33192Y13663D02*
X-33196D01*
X-33206D01*
X-33219Y13659D01*
X-33238D01*
X-33293Y13649D01*
X-33353Y13635D01*
X-33427Y13612D01*
X-33496Y13589D01*
X-33566Y13552D01*
X-33626Y13511D01*
X-33630D01*
X-33635Y13501D01*
X-33663Y13478D01*
X-33700Y13437D01*
X-33741Y13381D01*
X-33783Y13312D01*
X-33820Y13229D01*
X-33848Y13132D01*
X-33852Y13081D01*
X-33857Y13026D01*
Y12998D01*
X-33852Y12979D01*
X-33848Y12929D01*
X-33834Y12869D01*
X-33811Y12795D01*
X-33778Y12716D01*
X-33732Y12642D01*
X-33672Y12568D01*
X-33663Y12559D01*
X-33640Y12541D01*
X-33598Y12508D01*
X-33543Y12476D01*
X-33478Y12439D01*
X-33395Y12407D01*
X-33298Y12379D01*
X-33192Y12365D01*
Y13663D01*
D02*
G37*
G36*
X-33432Y11108D02*
X-33437D01*
X-33455D01*
X-33478D01*
X-33515Y11104D01*
X-33557D01*
X-33603Y11099D01*
X-33658Y11095D01*
X-33714Y11090D01*
X-33838Y11067D01*
X-33968Y11039D01*
X-34088Y10998D01*
X-34148Y10970D01*
X-34199Y10942D01*
X-34203D01*
X-34213Y10933D01*
X-34227Y10924D01*
X-34245Y10914D01*
X-34291Y10877D01*
X-34347Y10831D01*
X-34407Y10771D01*
X-34467Y10702D01*
X-34517Y10623D01*
X-34559Y10540D01*
X-34564Y10531D01*
X-34568Y10508D01*
X-34582Y10466D01*
X-34596Y10406D01*
X-34605Y10332D01*
X-34619Y10240D01*
X-34624Y10184D01*
Y10124D01*
X-34628Y10064D01*
Y9325D01*
X-32189D01*
Y10083D01*
X-32194Y10115D01*
X-32198Y10184D01*
X-32203Y10263D01*
X-32212Y10346D01*
X-32226Y10429D01*
X-32245Y10498D01*
X-32249Y10508D01*
X-32254Y10531D01*
X-32268Y10563D01*
X-32286Y10605D01*
X-32314Y10651D01*
X-32342Y10697D01*
X-32374Y10743D01*
X-32411Y10790D01*
X-32420Y10794D01*
X-32438Y10813D01*
X-32471Y10840D01*
X-32517Y10873D01*
X-32577Y10910D01*
X-32646Y10951D01*
X-32725Y10988D01*
X-32813Y11021D01*
X-32817D01*
X-32827Y11025D01*
X-32840Y11030D01*
X-32859Y11034D01*
X-32882Y11039D01*
X-32914Y11048D01*
X-32947Y11057D01*
X-32984Y11067D01*
X-33076Y11081D01*
X-33182Y11095D01*
X-33303Y11104D01*
X-33432Y11108D01*
D02*
G37*
%LPD*%
D10*
X34000Y-58100D02*
G03*
X37832Y-52114I-2000J5500D01*
G01*
X900Y-1500D02*
G03*
X6886Y-5332I5500J2000D01*
G01*
D11*
X27700Y-55700D02*
G03*
X27200Y-56200I0J-500D01*
G01*
Y-61800D02*
G03*
X27700Y-62300I500J0D01*
G01*
X30300D02*
G03*
X30800Y-61800I0J500D01*
G01*
Y-56200D02*
G03*
X30300Y-55700I-500J0D01*
G01*
X27200Y-61800D02*
Y-56200D01*
X30800Y-61800D02*
Y-56200D01*
D12*
X-53050Y17050D02*
Y18350D01*
X-53400Y17050D02*
X-53050D01*
X-53400D02*
Y18350D01*
X-53050D01*
X-54950Y17050D02*
X-54600Y17050D01*
Y18350D01*
X-54950Y18350D02*
X-54600Y18350D01*
X-54950Y17050D02*
Y18350D01*
X-25100Y-57700D02*
Y-57200D01*
X-29900Y-57700D02*
Y-57200D01*
X-25100D01*
X-29900Y-57700D02*
X-25100D01*
X-29900Y-55300D02*
X-25100D01*
X-29900Y-55800D02*
X-25100D01*
X-29900D02*
Y-55300D01*
X-25100Y-55800D02*
Y-55300D01*
X-31600Y-57700D02*
Y-57200D01*
X-36400Y-57700D02*
Y-57200D01*
X-31600D01*
X-36400Y-57700D02*
X-31600D01*
X-36400Y-55300D02*
X-31600D01*
X-36400Y-55800D02*
X-31600D01*
X-36400D02*
Y-55300D01*
X-31600Y-55800D02*
Y-55300D01*
X-36400Y-41300D02*
Y-40800D01*
X-31600Y-41300D02*
Y-40800D01*
X-36400Y-41300D02*
X-31600D01*
X-36400Y-40800D02*
X-31600D01*
X-36400Y-43200D02*
X-31600D01*
X-36400Y-42700D02*
X-31600D01*
Y-43200D02*
Y-42700D01*
X-36400Y-43200D02*
Y-42700D01*
X-29900Y-41300D02*
Y-40800D01*
X-25100Y-41300D02*
Y-40800D01*
X-29900Y-41300D02*
X-25100D01*
X-29900Y-40800D02*
X-25100D01*
X-29900Y-43200D02*
X-25100D01*
X-29900Y-42700D02*
X-25100D01*
Y-43200D02*
Y-42700D01*
X-29900Y-43200D02*
Y-42700D01*
D13*
X-50402Y20413D02*
Y24743D01*
X-47056D01*
X-38198Y20413D02*
Y24743D01*
X-41544D02*
X-38198D01*
X-34350Y-18244D02*
X-15650D01*
Y-33756D02*
Y-31925D01*
Y-20075D02*
Y-18244D01*
X-34350Y-33756D02*
X-15650D01*
X-34350D02*
Y-31925D01*
Y-20075D02*
Y-18244D01*
X21169Y-18055D02*
Y-17957D01*
Y-25043D02*
Y-24945D01*
Y-25043D02*
X29831D01*
Y-18055D02*
Y-17957D01*
Y-25043D02*
Y-24945D01*
X21169Y-17957D02*
X29831D01*
D14*
X-12500Y-54000D02*
Y-38000D01*
X-14000D02*
X-12500D01*
X-14000Y-41000D02*
X-12500D01*
X-14000D02*
Y-38000D01*
Y-54000D02*
X-12500D01*
X-23500D02*
X-22000D01*
Y-41000D02*
Y-38000D01*
X-23500Y-54000D02*
Y-38000D01*
X-22000D01*
X-23500Y-41000D02*
X-22000D01*
D15*
X-10000Y-18500D02*
X4000D01*
Y-23500D02*
Y-18500D01*
X-10000Y-23500D02*
X4000D01*
X-10000D02*
Y-18500D01*
X0Y-23500D02*
Y-18500D01*
X4500D02*
X18500D01*
Y-23500D02*
Y-18500D01*
X4500Y-23500D02*
X18500D01*
X4500D02*
Y-18500D01*
X14500Y-23500D02*
Y-18500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GTP
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8421504*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.03937,0.03937,0,0,270.0*
21,1,0.01968,0.05906,0,0,270.0*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
D16*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D17*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D18*
X-77000Y45063D02*
D03*
Y16000D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D19*
X-62500Y24626D02*
D03*
Y32500D02*
D03*
Y28563D02*
D03*
Y36437D02*
D03*
Y40374D02*
D03*
Y20689D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.GTS
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,B24A499B-10B0-4348-9313-877DE5855C24*
G04*
G04*
G04 #@! TF.FilePolarity,Negative*
G04*
G01*
G75*
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
G04:AMPARAMS|DCode=31|XSize=65mil|YSize=120mil|CornerRadius=16.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD31*
21,1,0.06500,0.08750,0,0,180.0*
21,1,0.03250,0.12000,0,0,180.0*
1,1,0.03250,-0.01625,0.04375*
1,1,0.03250,0.01625,0.04375*
1,1,0.03250,0.01625,-0.04375*
1,1,0.03250,-0.01625,-0.04375*
%
%ADD31ROUNDEDRECTD31*%
%ADD32R,0.06500X0.06000*%
%ADD33R,0.07700X0.02500*%
%ADD34R,0.08900X0.21100*%
%ADD35R,0.10000X0.10000*%
G04:AMPARAMS|DCode=36|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD36*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
%ADD36ROUNDEDRECTD36*%
G04:AMPARAMS|DCode=37|XSize=29.62mil|YSize=45.37mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD37*
21,1,0.02962,0.02756,0,0,180.0*
21,1,0.01181,0.04537,0,0,180.0*
1,1,0.01781,-0.00591,0.01378*
1,1,0.01781,0.00591,0.01378*
1,1,0.01781,0.00591,-0.01378*
1,1,0.01781,-0.00591,-0.01378*
%
%ADD37ROUNDEDRECTD37*%
G04:AMPARAMS|DCode=38|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD38*
21,1,0.04537,0.03937,0,0,270.0*
21,1,0.01968,0.06506,0,0,270.0*
1,1,0.02568,-0.01968,-0.00984*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
%
%ADD38ROUNDEDRECTD38*%
G04:AMPARAMS|DCode=39|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD39*
21,1,0.02175,0.05118,0,0,90.0*
21,1,0.00787,0.06506,0,0,90.0*
1,1,0.01387,0.02559,0.00394*
1,1,0.01387,0.02559,-0.00394*
1,1,0.01387,-0.02559,-0.00394*
1,1,0.01387,-0.02559,0.00394*
%
%ADD39ROUNDEDRECTD39*%
G04:AMPARAMS|DCode=40|XSize=46mil|YSize=66mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD40*
21,1,0.04600,0.04000,0,0,180.0*
21,1,0.02000,0.06600,0,0,180.0*
1,1,0.02600,-0.01000,0.02000*
1,1,0.02600,0.01000,0.02000*
1,1,0.02600,0.01000,-0.02000*
1,1,0.02600,-0.01000,-0.02000*
%
%ADD40ROUNDEDRECTD40*%
G04:AMPARAMS|DCode=41|XSize=22mil|YSize=22mil|CornerRadius=11mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD41*
21,1,0.02200,0.00000,0,0,270.0*
21,1,0.00000,0.02200,0,0,270.0*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
%
%ADD41ROUNDEDRECTD41*%
G04:AMPARAMS|DCode=42|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD42*
21,1,0.04537,0.03937,0,0,0.0*
21,1,0.01968,0.06506,0,0,0.0*
1,1,0.02568,0.00984,-0.01968*
1,1,0.02568,-0.00984,-0.01968*
1,1,0.02568,-0.00984,0.01968*
1,1,0.02568,0.00984,0.01968*
%
%ADD42ROUNDEDRECTD42*%
G04:AMPARAMS|DCode=43|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD43*
21,1,0.02175,0.05118,0,0,180.0*
21,1,0.00787,0.06506,0,0,180.0*
1,1,0.01387,-0.00394,0.02559*
1,1,0.01387,0.00394,0.02559*
1,1,0.01387,0.00394,-0.02559*
1,1,0.01387,-0.00394,-0.02559*
%
%ADD43ROUNDEDRECTD43*%
%ADD44R,0.02568X0.02568*%
G04:AMPARAMS|DCode=45|XSize=46mil|YSize=80mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD45*
21,1,0.04600,0.05400,0,0,90.0*
21,1,0.02000,0.08000,0,0,90.0*
1,1,0.02600,0.02700,0.01000*
1,1,0.02600,0.02700,-0.01000*
1,1,0.02600,-0.02700,-0.01000*
1,1,0.02600,-0.02700,0.01000*
%
%ADD45ROUNDEDRECTD45*%
G04:AMPARAMS|DCode=46|XSize=65.06mil|YSize=45.37mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD46*
21,1,0.06506,0.01968,0,0,180.0*
21,1,0.03937,0.04537,0,0,180.0*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
%
%ADD46ROUNDEDRECTD46*%
G04:AMPARAMS|DCode=47|XSize=61mil|YSize=71mil|CornerRadius=16.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD47*
21,1,0.06100,0.03750,0,0,90.0*
21,1,0.02750,0.07100,0,0,90.0*
1,1,0.03350,0.01875,0.01375*
1,1,0.03350,0.01875,-0.01375*
1,1,0.03350,-0.01875,-0.01375*
1,1,0.03350,-0.01875,0.01375*
%
%ADD47ROUNDEDRECTD47*%
G04:AMPARAMS|DCode=48|XSize=25.68mil|YSize=29.62mil|CornerRadius=7.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD48*
21,1,0.02568,0.01378,0,0,90.0*
21,1,0.00984,0.02962,0,0,90.0*
1,1,0.01584,0.00689,0.00492*
1,1,0.01584,0.00689,-0.00492*
1,1,0.01584,-0.00689,-0.00492*
1,1,0.01584,-0.00689,0.00492*
%
%ADD48ROUNDEDRECTD48*%
%ADD49C,0.20600*%
G36*
X65500Y16983D02*
X49854D01*
Y48156D01*
X65500D01*
Y16983D01*
D02*
G37*
G36*
X72378Y44332D02*
X70267Y43110D01*
X72378Y41899D01*
Y40521D01*
X69556Y42388D01*
X67012Y40732D01*
Y42154D01*
X68834Y43154D01*
X67012Y44154D01*
Y45520D01*
X69511Y43910D01*
X72378Y45765D01*
Y44332D01*
D02*
G37*
G36*
X72500Y39232D02*
Y39221D01*
X72489Y39188D01*
Y39143D01*
X72478Y39077D01*
X72456Y39010D01*
X72433Y38921D01*
X72378Y38732D01*
X72289Y38532D01*
X72167Y38332D01*
X72089Y38255D01*
X72000Y38177D01*
X71911Y38110D01*
X71800Y38066D01*
X71811Y38055D01*
X71856Y38032D01*
X71911Y37977D01*
X71989Y37910D01*
X72078Y37821D01*
X72156Y37710D01*
X72245Y37577D01*
X72322Y37421D01*
X72333Y37399D01*
X72344Y37343D01*
X72378Y37255D01*
X72411Y37132D01*
X72444Y36988D01*
X72467Y36821D01*
X72489Y36644D01*
X72500Y36455D01*
Y36377D01*
X72489Y36321D01*
Y36244D01*
X72478Y36166D01*
X72444Y35977D01*
X72389Y35766D01*
X72311Y35544D01*
X72200Y35333D01*
X72044Y35133D01*
X72033D01*
X72022Y35110D01*
X71956Y35055D01*
X71856Y34977D01*
X71711Y34888D01*
X71533Y34799D01*
X71322Y34722D01*
X71078Y34666D01*
X70945Y34655D01*
X70800Y34644D01*
X70789D01*
X70767D01*
X70722D01*
X70656Y34655D01*
X70589Y34666D01*
X70500Y34677D01*
X70311Y34733D01*
X70100Y34811D01*
X69989Y34866D01*
X69878Y34933D01*
X69778Y35010D01*
X69667Y35099D01*
X69567Y35199D01*
X69478Y35322D01*
X69467Y35333D01*
X69456Y35355D01*
X69434Y35388D01*
X69400Y35444D01*
X69367Y35522D01*
X69334Y35599D01*
X69289Y35699D01*
X69245Y35810D01*
X69200Y35944D01*
X69156Y36077D01*
X69123Y36233D01*
X69089Y36399D01*
X69056Y36588D01*
X69034Y36777D01*
X69011Y36988D01*
Y37843D01*
X68767D01*
X68745D01*
X68700D01*
X68623Y37832D01*
X68523Y37810D01*
X68423Y37777D01*
X68312Y37732D01*
X68223Y37666D01*
X68134Y37577D01*
X68123Y37566D01*
X68100Y37532D01*
X68067Y37466D01*
X68034Y37388D01*
X68001Y37277D01*
X67967Y37144D01*
X67945Y36988D01*
X67934Y36799D01*
Y36699D01*
X67945Y36621D01*
Y36533D01*
X67956Y36421D01*
X67978Y36310D01*
X68001Y36177D01*
Y36166D01*
X68012Y36110D01*
X68023Y36044D01*
X68045Y35944D01*
X68078Y35822D01*
X68111Y35677D01*
X68145Y35522D01*
X68189Y35355D01*
X67267Y35044D01*
Y35055D01*
X67245Y35088D01*
X67234Y35144D01*
X67200Y35221D01*
X67178Y35310D01*
X67145Y35410D01*
X67112Y35533D01*
X67067Y35666D01*
X67001Y35955D01*
X66934Y36277D01*
X66889Y36621D01*
X66878Y36966D01*
Y37066D01*
X66889Y37144D01*
Y37232D01*
X66901Y37332D01*
X66934Y37566D01*
X66989Y37832D01*
X67078Y38099D01*
X67200Y38355D01*
X67267Y38466D01*
X67356Y38577D01*
Y38588D01*
X67378Y38599D01*
X67445Y38666D01*
X67556Y38754D01*
X67700Y38855D01*
X67889Y38954D01*
X68123Y39043D01*
X68389Y39110D01*
X68545Y39121D01*
X68700Y39132D01*
X71022D01*
X71034D01*
X71067D01*
X71111D01*
X71167Y39143D01*
X71300Y39166D01*
X71356Y39177D01*
X71411Y39199D01*
X71433Y39210D01*
X71456Y39232D01*
X71478Y39266D01*
X71511Y39310D01*
X71544Y39366D01*
X71578Y39432D01*
X71611Y39521D01*
X72500Y39232D01*
D02*
G37*
G36*
X72378Y32588D02*
X68589D01*
X68567D01*
X68523D01*
X68456D01*
X68367Y32577D01*
X68189Y32566D01*
X68111Y32555D01*
X68056Y32533D01*
X68045D01*
X68034Y32522D01*
X67989Y32489D01*
X67945Y32433D01*
X67923Y32388D01*
Y32333D01*
X67934Y32277D01*
X67945Y32211D01*
X67978Y32122D01*
X68034Y32022D01*
X68111Y31911D01*
X68223Y31789D01*
X68367Y31677D01*
X72378D01*
Y30589D01*
X68589D01*
X68567D01*
X68523D01*
X68456D01*
X68367Y30578D01*
X68189Y30566D01*
X68111Y30555D01*
X68056Y30533D01*
X68045D01*
X68034Y30522D01*
X67989Y30489D01*
X67945Y30433D01*
X67923Y30389D01*
Y30333D01*
X67934Y30278D01*
X67945Y30211D01*
X67978Y30122D01*
X68034Y30022D01*
X68111Y29911D01*
X68223Y29789D01*
X68367Y29678D01*
X72378D01*
Y28500D01*
X67012D01*
Y29511D01*
X67567Y29566D01*
X67556D01*
X67512Y29589D01*
X67456Y29611D01*
X67389Y29655D01*
X67312Y29700D01*
X67223Y29766D01*
X67145Y29844D01*
X67067Y29944D01*
X67056Y29955D01*
X67034Y29989D01*
X67012Y30055D01*
X66967Y30133D01*
X66934Y30233D01*
X66912Y30344D01*
X66889Y30466D01*
X66878Y30611D01*
Y30678D01*
X66889Y30733D01*
X66912Y30855D01*
X66956Y31011D01*
X67034Y31166D01*
X67089Y31244D01*
X67145Y31322D01*
X67223Y31389D01*
X67312Y31444D01*
X67412Y31500D01*
X67523Y31533D01*
X67512Y31544D01*
X67478Y31555D01*
X67423Y31589D01*
X67356Y31633D01*
X67289Y31688D01*
X67212Y31755D01*
X67134Y31844D01*
X67067Y31944D01*
X67056Y31955D01*
X67034Y32000D01*
X67012Y32055D01*
X66967Y32144D01*
X66934Y32244D01*
X66912Y32366D01*
X66889Y32489D01*
X66878Y32633D01*
Y32722D01*
X66901Y32811D01*
X66923Y32933D01*
X66967Y33066D01*
X67034Y33200D01*
X67123Y33333D01*
X67245Y33455D01*
X67256Y33466D01*
X67312Y33500D01*
X67400Y33555D01*
X67523Y33611D01*
X67689Y33655D01*
X67901Y33711D01*
X68145Y33744D01*
X68278Y33755D01*
X68434D01*
X72378D01*
Y32588D01*
D02*
G37*
G36*
X28336Y75590D02*
X31649D01*
Y73350D01*
X28336D01*
Y70000D01*
X26041D01*
Y73350D01*
X22727D01*
Y75590D01*
X26041D01*
Y78959D01*
X28336D01*
Y75590D01*
D02*
G37*
G36*
X74828Y-30331D02*
X74902D01*
X74983Y-30346D01*
X75072Y-30353D01*
X75175Y-30368D01*
X75390Y-30413D01*
X75619Y-30479D01*
X75730Y-30516D01*
X75841Y-30568D01*
X75945Y-30620D01*
X76049Y-30686D01*
X76056Y-30694D01*
X76071Y-30701D01*
X76093Y-30723D01*
X76130Y-30753D01*
X76167Y-30790D01*
X76211Y-30834D01*
X76256Y-30886D01*
X76308Y-30945D01*
X76352Y-31019D01*
X76404Y-31093D01*
X76448Y-31182D01*
X76485Y-31271D01*
X76522Y-31375D01*
X76544Y-31486D01*
X76559Y-31597D01*
X76567Y-31722D01*
Y-31774D01*
X76559Y-31811D01*
X76552Y-31863D01*
X76544Y-31915D01*
X76522Y-32033D01*
X76478Y-32166D01*
X76411Y-32300D01*
X76367Y-32366D01*
X76315Y-32425D01*
X76263Y-32477D01*
X76197Y-32529D01*
X77802D01*
X77891Y-33395D01*
X72911D01*
Y-32633D01*
X73348Y-32603D01*
X73340Y-32596D01*
X73311Y-32581D01*
X73266Y-32559D01*
X73214Y-32514D01*
X73148Y-32462D01*
X73089Y-32403D01*
X73029Y-32322D01*
X72970Y-32226D01*
X72963Y-32211D01*
X72948Y-32181D01*
X72926Y-32122D01*
X72896Y-32048D01*
X72867Y-31959D01*
X72844Y-31863D01*
X72830Y-31752D01*
X72822Y-31641D01*
Y-31582D01*
X72837Y-31523D01*
X72852Y-31434D01*
X72881Y-31338D01*
X72918Y-31227D01*
X72978Y-31108D01*
X73052Y-30982D01*
X73155Y-30857D01*
X73274Y-30738D01*
X73348Y-30686D01*
X73429Y-30627D01*
X73518Y-30575D01*
X73607Y-30531D01*
X73710Y-30487D01*
X73821Y-30442D01*
X73940Y-30413D01*
X74073Y-30383D01*
X74213Y-30353D01*
X74361Y-30339D01*
X74517Y-30324D01*
X74687D01*
X74694D01*
X74724D01*
X74768D01*
X74828Y-30331D01*
D02*
G37*
G36*
X74791Y-34357D02*
X74857Y-34364D01*
X74998Y-34379D01*
Y-36658D01*
X75005D01*
X75013D01*
X75035Y-36651D01*
X75064D01*
X75138Y-36636D01*
X75235Y-36614D01*
X75338Y-36577D01*
X75449Y-36532D01*
X75553Y-36473D01*
X75649Y-36392D01*
X75656Y-36377D01*
X75686Y-36347D01*
X75723Y-36296D01*
X75760Y-36222D01*
X75804Y-36133D01*
X75841Y-36029D01*
X75871Y-35918D01*
X75878Y-35785D01*
Y-35748D01*
X75871Y-35696D01*
Y-35637D01*
X75864Y-35570D01*
X75849Y-35496D01*
X75812Y-35341D01*
X75804Y-35334D01*
X75797Y-35304D01*
X75782Y-35260D01*
X75753Y-35200D01*
X75723Y-35134D01*
X75679Y-35052D01*
X75634Y-34956D01*
X75575Y-34860D01*
X76100Y-34497D01*
X76108Y-34512D01*
X76137Y-34542D01*
X76182Y-34601D01*
X76234Y-34675D01*
X76293Y-34764D01*
X76352Y-34875D01*
X76411Y-34986D01*
X76456Y-35112D01*
X76463Y-35126D01*
X76470Y-35171D01*
X76493Y-35237D01*
X76507Y-35326D01*
X76530Y-35430D01*
X76552Y-35548D01*
X76559Y-35681D01*
X76567Y-35815D01*
Y-35896D01*
X76559Y-35948D01*
X76552Y-36022D01*
X76537Y-36096D01*
X76522Y-36185D01*
X76500Y-36281D01*
X76478Y-36384D01*
X76441Y-36488D01*
X76404Y-36592D01*
X76352Y-36703D01*
X76293Y-36806D01*
X76226Y-36910D01*
X76145Y-37006D01*
X76056Y-37095D01*
X76049Y-37102D01*
X76034Y-37117D01*
X76004Y-37139D01*
X75960Y-37161D01*
X75908Y-37198D01*
X75849Y-37235D01*
X75775Y-37280D01*
X75693Y-37317D01*
X75605Y-37361D01*
X75501Y-37406D01*
X75390Y-37443D01*
X75264Y-37472D01*
X75138Y-37502D01*
X74998Y-37524D01*
X74850Y-37539D01*
X74694Y-37546D01*
X74687D01*
X74672D01*
X74643D01*
X74606D01*
X74561Y-37539D01*
X74502D01*
X74376Y-37524D01*
X74228Y-37502D01*
X74073Y-37465D01*
X73903Y-37420D01*
X73740Y-37354D01*
X73732D01*
X73718Y-37346D01*
X73695Y-37332D01*
X73666Y-37317D01*
X73592Y-37272D01*
X73496Y-37206D01*
X73385Y-37124D01*
X73274Y-37028D01*
X73163Y-36917D01*
X73066Y-36784D01*
Y-36777D01*
X73059Y-36769D01*
X73044Y-36747D01*
X73029Y-36717D01*
X72992Y-36636D01*
X72941Y-36532D01*
X72896Y-36407D01*
X72859Y-36251D01*
X72830Y-36088D01*
X72822Y-35903D01*
Y-35837D01*
X72830Y-35785D01*
X72837Y-35726D01*
X72844Y-35652D01*
X72859Y-35578D01*
X72881Y-35489D01*
X72941Y-35311D01*
X72978Y-35215D01*
X73022Y-35119D01*
X73081Y-35030D01*
X73148Y-34941D01*
X73222Y-34853D01*
X73303Y-34771D01*
X73311Y-34764D01*
X73325Y-34756D01*
X73355Y-34734D01*
X73392Y-34705D01*
X73436Y-34675D01*
X73496Y-34638D01*
X73570Y-34601D01*
X73644Y-34557D01*
X73732Y-34520D01*
X73836Y-34483D01*
X73940Y-34446D01*
X74058Y-34416D01*
X74184Y-34386D01*
X74317Y-34364D01*
X74458Y-34357D01*
X74606Y-34349D01*
X74613D01*
X74643D01*
X74680D01*
X74731D01*
X74791Y-34357D01*
D02*
G37*
G36*
X76271Y-38397D02*
X76293Y-38427D01*
X76315Y-38479D01*
X76352Y-38538D01*
X76389Y-38612D01*
X76426Y-38701D01*
X76463Y-38789D01*
X76493Y-38893D01*
Y-38908D01*
X76507Y-38937D01*
X76515Y-38989D01*
X76530Y-39063D01*
X76544Y-39145D01*
X76552Y-39241D01*
X76567Y-39344D01*
Y-39515D01*
X76559Y-39559D01*
Y-39611D01*
X76552Y-39670D01*
X76530Y-39811D01*
X76485Y-39966D01*
X76433Y-40121D01*
X76352Y-40277D01*
X76308Y-40351D01*
X76248Y-40417D01*
X76241D01*
X76234Y-40432D01*
X76189Y-40469D01*
X76115Y-40521D01*
X76019Y-40580D01*
X75893Y-40647D01*
X75745Y-40699D01*
X75575Y-40736D01*
X75479Y-40743D01*
X75375Y-40750D01*
X73577D01*
Y-41520D01*
X72911D01*
Y-40750D01*
X72149D01*
X72053Y-39892D01*
X72911D01*
Y-38723D01*
X73577Y-38812D01*
Y-39892D01*
X75368D01*
X75383D01*
X75412D01*
X75457Y-39885D01*
X75508Y-39877D01*
X75575Y-39862D01*
X75634Y-39840D01*
X75693Y-39811D01*
X75745Y-39766D01*
X75753Y-39759D01*
X75760Y-39744D01*
X75782Y-39714D01*
X75804Y-39670D01*
X75827Y-39611D01*
X75841Y-39537D01*
X75856Y-39455D01*
X75864Y-39352D01*
Y-39293D01*
X75856Y-39233D01*
X75841Y-39145D01*
X75819Y-39048D01*
X75790Y-38930D01*
X75745Y-38812D01*
X75686Y-38686D01*
X76263Y-38390D01*
X76271Y-38397D01*
D02*
G37*
G36*
X75301Y-42275D02*
X75397Y-42297D01*
X75516Y-42319D01*
X75642Y-42356D01*
X75775Y-42408D01*
X75901Y-42482D01*
X75915Y-42489D01*
X75952Y-42519D01*
X76012Y-42571D01*
X76078Y-42637D01*
X76160Y-42726D01*
X76241Y-42837D01*
X76322Y-42963D01*
X76396Y-43104D01*
Y-43111D01*
X76404Y-43118D01*
X76411Y-43148D01*
X76426Y-43178D01*
X76433Y-43215D01*
X76448Y-43259D01*
X76478Y-43377D01*
X76515Y-43518D01*
X76537Y-43681D01*
X76559Y-43858D01*
X76567Y-44058D01*
Y-44103D01*
X76559Y-44162D01*
Y-44236D01*
X76544Y-44325D01*
X76530Y-44428D01*
X76515Y-44547D01*
X76485Y-44672D01*
X76448Y-44813D01*
X76404Y-44954D01*
X76352Y-45094D01*
X76293Y-45235D01*
X76219Y-45383D01*
X76130Y-45523D01*
X76026Y-45657D01*
X75915Y-45782D01*
X75375Y-45301D01*
X75383Y-45294D01*
X75397Y-45279D01*
X75420Y-45250D01*
X75449Y-45205D01*
X75486Y-45153D01*
X75531Y-45094D01*
X75568Y-45020D01*
X75612Y-44946D01*
X75664Y-44857D01*
X75701Y-44761D01*
X75782Y-44547D01*
X75812Y-44436D01*
X75834Y-44310D01*
X75849Y-44191D01*
X75856Y-44058D01*
Y-43992D01*
X75849Y-43925D01*
X75834Y-43836D01*
X75812Y-43740D01*
X75782Y-43636D01*
X75745Y-43533D01*
X75686Y-43437D01*
X75679Y-43429D01*
X75656Y-43400D01*
X75612Y-43363D01*
X75560Y-43311D01*
X75486Y-43266D01*
X75405Y-43229D01*
X75301Y-43200D01*
X75190Y-43192D01*
X75183D01*
X75161D01*
X75124D01*
X75079Y-43200D01*
X74983Y-43222D01*
X74887Y-43266D01*
X74879D01*
X74865Y-43281D01*
X74842Y-43296D01*
X74813Y-43326D01*
X74776Y-43355D01*
X74739Y-43400D01*
X74694Y-43451D01*
X74657Y-43518D01*
X74650Y-43525D01*
X74643Y-43555D01*
X74620Y-43592D01*
X74591Y-43659D01*
X74561Y-43733D01*
X74524Y-43829D01*
X74487Y-43940D01*
X74450Y-44066D01*
Y-44073D01*
X74443Y-44095D01*
X74428Y-44140D01*
X74406Y-44191D01*
X74384Y-44251D01*
X74361Y-44325D01*
X74332Y-44406D01*
X74295Y-44495D01*
X74213Y-44680D01*
X74125Y-44865D01*
X74014Y-45042D01*
X73962Y-45124D01*
X73903Y-45198D01*
X73895Y-45205D01*
X73888Y-45213D01*
X73843Y-45257D01*
X73769Y-45316D01*
X73673Y-45383D01*
X73547Y-45449D01*
X73399Y-45509D01*
X73237Y-45553D01*
X73140Y-45560D01*
X73044Y-45568D01*
X73037D01*
X73029D01*
X73007D01*
X72978D01*
X72911Y-45553D01*
X72822Y-45538D01*
X72719Y-45516D01*
X72600Y-45479D01*
X72489Y-45427D01*
X72378Y-45361D01*
X72363Y-45353D01*
X72326Y-45324D01*
X72275Y-45272D01*
X72208Y-45205D01*
X72134Y-45124D01*
X72060Y-45028D01*
X71993Y-44909D01*
X71927Y-44783D01*
Y-44776D01*
X71919Y-44769D01*
X71912Y-44746D01*
X71905Y-44717D01*
X71875Y-44643D01*
X71845Y-44539D01*
X71816Y-44421D01*
X71786Y-44280D01*
X71771Y-44125D01*
X71764Y-43955D01*
Y-43910D01*
X71771Y-43866D01*
Y-43799D01*
X71779Y-43718D01*
X71794Y-43622D01*
X71816Y-43518D01*
X71838Y-43407D01*
X71868Y-43281D01*
X71912Y-43155D01*
X71956Y-43022D01*
X72016Y-42896D01*
X72082Y-42763D01*
X72164Y-42630D01*
X72260Y-42504D01*
X72363Y-42378D01*
X72881Y-42837D01*
X72874Y-42845D01*
X72867Y-42859D01*
X72844Y-42889D01*
X72822Y-42926D01*
X72785Y-42970D01*
X72756Y-43022D01*
X72719Y-43089D01*
X72682Y-43155D01*
X72608Y-43318D01*
X72541Y-43496D01*
X72497Y-43696D01*
X72489Y-43799D01*
X72482Y-43910D01*
Y-43969D01*
X72489Y-44029D01*
X72497Y-44103D01*
X72519Y-44191D01*
X72541Y-44288D01*
X72578Y-44376D01*
X72622Y-44458D01*
X72630Y-44465D01*
X72645Y-44487D01*
X72674Y-44524D01*
X72719Y-44554D01*
X72770Y-44591D01*
X72837Y-44628D01*
X72911Y-44650D01*
X73000Y-44658D01*
X73007D01*
X73022D01*
X73052Y-44650D01*
X73089D01*
X73177Y-44621D01*
X73222Y-44606D01*
X73266Y-44576D01*
X73274Y-44569D01*
X73288Y-44561D01*
X73303Y-44539D01*
X73333Y-44502D01*
X73362Y-44465D01*
X73399Y-44413D01*
X73436Y-44347D01*
X73473Y-44273D01*
X73481Y-44265D01*
X73488Y-44236D01*
X73510Y-44184D01*
X73540Y-44117D01*
X73570Y-44029D01*
X73607Y-43918D01*
X73651Y-43792D01*
X73695Y-43651D01*
Y-43644D01*
X73703Y-43622D01*
X73718Y-43585D01*
X73732Y-43540D01*
X73755Y-43488D01*
X73777Y-43422D01*
X73836Y-43274D01*
X73910Y-43111D01*
X73999Y-42941D01*
X74102Y-42778D01*
X74221Y-42630D01*
Y-42623D01*
X74236Y-42615D01*
X74280Y-42571D01*
X74354Y-42512D01*
X74458Y-42445D01*
X74583Y-42378D01*
X74746Y-42327D01*
X74931Y-42282D01*
X75035Y-42275D01*
X75146Y-42267D01*
X75153D01*
X75168D01*
X75190D01*
X75220D01*
X75301Y-42275D01*
D02*
G37*
G36*
X77390Y45422D02*
X77429D01*
X77512Y45405D01*
X77612Y45389D01*
X77717Y45361D01*
X77828Y45322D01*
X77934Y45267D01*
X77939D01*
X77945Y45261D01*
X77978Y45239D01*
X78028Y45200D01*
X78089Y45156D01*
X78156Y45089D01*
X78228Y45011D01*
X78295Y44923D01*
X78356Y44823D01*
Y44817D01*
X78361Y44811D01*
X78367Y44795D01*
X78378Y44773D01*
X78400Y44712D01*
X78428Y44634D01*
X78456Y44540D01*
X78478Y44423D01*
X78494Y44301D01*
X78500Y44162D01*
Y44134D01*
X78494Y44101D01*
Y44057D01*
X78483Y44001D01*
X78472Y43935D01*
X78461Y43863D01*
X78439Y43785D01*
X78411Y43701D01*
X78383Y43613D01*
X78345Y43524D01*
X78295Y43435D01*
X78239Y43341D01*
X78178Y43252D01*
X78100Y43163D01*
X78017Y43080D01*
X77656Y43457D01*
X77662Y43463D01*
X77667Y43474D01*
X77684Y43491D01*
X77706Y43513D01*
X77728Y43541D01*
X77756Y43574D01*
X77817Y43657D01*
X77878Y43762D01*
X77928Y43879D01*
X77951Y43940D01*
X77961Y44007D01*
X77973Y44073D01*
X77978Y44140D01*
Y44151D01*
X77973Y44190D01*
X77967Y44240D01*
X77956Y44306D01*
X77934Y44379D01*
X77906Y44451D01*
X77862Y44523D01*
X77806Y44589D01*
X77795Y44595D01*
X77773Y44617D01*
X77734Y44645D01*
X77679Y44673D01*
X77606Y44706D01*
X77518Y44728D01*
X77418Y44750D01*
X77301Y44756D01*
X77296D01*
X77284D01*
X77268D01*
X77246D01*
X77190Y44750D01*
X77118Y44739D01*
X77040Y44723D01*
X76963Y44695D01*
X76890Y44662D01*
X76829Y44617D01*
X76824Y44612D01*
X76807Y44595D01*
X76779Y44562D01*
X76752Y44523D01*
X76729Y44467D01*
X76702Y44406D01*
X76685Y44334D01*
X76679Y44251D01*
Y44212D01*
X76685Y44184D01*
X76691Y44118D01*
X76707Y44034D01*
Y44029D01*
X76713Y44018D01*
X76718Y43996D01*
X76729Y43962D01*
X76740Y43929D01*
X76757Y43885D01*
X76796Y43785D01*
Y43319D01*
X74964D01*
Y45311D01*
X75470Y45233D01*
Y43940D01*
X76313D01*
X76308Y43951D01*
X76291Y43973D01*
X76274Y44018D01*
X76247Y44079D01*
X76224Y44151D01*
X76208Y44234D01*
X76191Y44334D01*
X76186Y44445D01*
Y44495D01*
X76191Y44545D01*
X76202Y44617D01*
X76219Y44695D01*
X76247Y44778D01*
X76280Y44867D01*
X76324Y44950D01*
X76330Y44961D01*
X76346Y44989D01*
X76380Y45028D01*
X76424Y45078D01*
X76480Y45133D01*
X76546Y45195D01*
X76624Y45250D01*
X76713Y45300D01*
X76724Y45305D01*
X76757Y45322D01*
X76807Y45339D01*
X76879Y45366D01*
X76968Y45389D01*
X77068Y45405D01*
X77179Y45422D01*
X77301Y45428D01*
X77307D01*
X77318D01*
X77334D01*
X77362D01*
X77390Y45422D01*
D02*
G37*
G36*
X78056Y41803D02*
X78106Y41792D01*
X78167Y41770D01*
X78228Y41748D01*
X78289Y41709D01*
X78350Y41659D01*
X78356Y41654D01*
X78372Y41631D01*
X78400Y41598D01*
X78422Y41559D01*
X78450Y41504D01*
X78478Y41437D01*
X78494Y41365D01*
X78500Y41287D01*
Y41248D01*
X78494Y41210D01*
X78483Y41160D01*
X78461Y41099D01*
X78439Y41037D01*
X78400Y40976D01*
X78350Y40915D01*
X78345Y40910D01*
X78322Y40893D01*
X78289Y40865D01*
X78245Y40843D01*
X78195Y40815D01*
X78128Y40788D01*
X78056Y40771D01*
X77978Y40766D01*
X77967D01*
X77945D01*
X77906Y40771D01*
X77856Y40782D01*
X77795Y40804D01*
X77740Y40827D01*
X77679Y40865D01*
X77617Y40915D01*
X77612Y40921D01*
X77595Y40943D01*
X77567Y40976D01*
X77540Y41021D01*
X77518Y41071D01*
X77490Y41137D01*
X77473Y41210D01*
X77468Y41287D01*
Y41326D01*
X77473Y41365D01*
X77484Y41415D01*
X77506Y41476D01*
X77529Y41537D01*
X77567Y41598D01*
X77617Y41659D01*
X77623Y41665D01*
X77645Y41681D01*
X77679Y41709D01*
X77717Y41737D01*
X77773Y41759D01*
X77834Y41787D01*
X77900Y41803D01*
X77978Y41809D01*
X77989D01*
X78017D01*
X78056Y41803D01*
D02*
G37*
G36*
X78439Y37319D02*
X77917D01*
Y38146D01*
X75625D01*
X76080Y37430D01*
X75636Y37164D01*
X74964Y38235D01*
Y38790D01*
X77917D01*
Y39461D01*
X78439D01*
Y37319D01*
D02*
G37*
G36*
Y35637D02*
Y34933D01*
X75758Y34000D01*
Y34683D01*
X77884Y35293D01*
X75758Y35915D01*
Y36570D01*
X78439Y35637D01*
D02*
G37*
G36*
X-26041Y-73350D02*
X-22727D01*
Y-75590D01*
X-26041D01*
Y-78959D01*
X-28336D01*
Y-75590D01*
X-31649D01*
Y-73350D01*
X-28336D01*
Y-70000D01*
X-26041D01*
Y-73350D01*
D02*
G37*
%LPC*%
G36*
X63000Y45656D02*
Y42391D01*
X52571Y45656D01*
D01*
Y36976D01*
X63000Y40242D01*
Y36976D01*
X52571D01*
X63000D01*
Y45656D01*
D02*
G37*
G36*
Y35960D02*
Y34744D01*
X60668D01*
Y35960D01*
X59102D01*
Y34744D01*
X56403D01*
Y33045D01*
X59102Y32878D01*
Y30679D01*
X52971Y33244D01*
X52354Y31629D01*
X59351Y28646D01*
X52354D01*
Y31629D01*
Y28646D01*
X63000D01*
D01*
X60668D01*
Y32861D01*
X63000D01*
Y35960D01*
D02*
G37*
G36*
Y26480D02*
Y26281D01*
X61401Y26480D01*
D01*
Y21882D01*
X61167Y22182D01*
X60934Y22466D01*
X60718Y22732D01*
X60501Y22982D01*
X60301Y23215D01*
X60101Y23432D01*
X59918Y23615D01*
X59768Y23798D01*
X59618Y23948D01*
X59485Y24081D01*
X59368Y24198D01*
X59268Y24298D01*
X59185Y24365D01*
X59135Y24415D01*
X59102Y24448D01*
X59085Y24465D01*
X58702Y24798D01*
X58335Y25064D01*
X58019Y25298D01*
X57735Y25498D01*
X57502Y25631D01*
X57319Y25731D01*
X57252Y25764D01*
X57202Y25798D01*
X57186Y25814D01*
X57169D01*
X56836Y25964D01*
X56519Y26064D01*
X56219Y26147D01*
X55936Y26197D01*
X55703Y26231D01*
X55536Y26247D01*
X55453D01*
X55403D01*
X55386D01*
X55370D01*
X55070Y26231D01*
X54787Y26181D01*
X54520Y26114D01*
X54303Y26047D01*
X54120Y25981D01*
X53970Y25914D01*
X53887Y25864D01*
X53854Y25847D01*
X53604Y25681D01*
X53404Y25498D01*
X53204Y25298D01*
X53054Y25114D01*
X52937Y24948D01*
X52837Y24814D01*
X52787Y24715D01*
X52771Y24698D01*
Y24681D01*
X52637Y24381D01*
X52538Y24081D01*
X52471Y23782D01*
X52421Y23498D01*
X52388Y23248D01*
X52371Y23049D01*
Y22882D01*
X52388Y22482D01*
X52438Y22116D01*
X52504Y21782D01*
X52571Y21499D01*
X52654Y21266D01*
X52721Y21099D01*
X52754Y21033D01*
X52771Y20983D01*
X52787Y20966D01*
Y20949D01*
X52954Y20650D01*
X53154Y20383D01*
X53370Y20133D01*
X53587Y19917D01*
X53787Y19733D01*
X53937Y19600D01*
X54004Y19550D01*
X54054Y19517D01*
X54070Y19483D01*
X52371D01*
X63000D01*
Y26480D01*
D02*
G37*
%LPD*%
G36*
X61084Y41341D02*
X52571Y39059D01*
Y43657D01*
X61084Y41341D01*
D02*
G37*
G36*
X55736Y24248D02*
X56003Y24198D01*
X56253Y24148D01*
X56469Y24081D01*
X56652Y23998D01*
X56802Y23948D01*
X56886Y23898D01*
X56902Y23882D01*
X56919D01*
X57186Y23715D01*
X57486Y23532D01*
X57769Y23315D01*
X58052Y23099D01*
X58285Y22899D01*
X58485Y22732D01*
X58552Y22665D01*
X58602Y22615D01*
X58635Y22599D01*
X58652Y22582D01*
X58852Y22399D01*
X59068Y22199D01*
X59535Y21732D01*
X60018Y21266D01*
X60484Y20799D01*
X60701Y20566D01*
X60901Y20366D01*
X61084Y20183D01*
X61234Y20016D01*
X61367Y19883D01*
X61467Y19783D01*
X61534Y19717D01*
X61551Y19700D01*
X63000D01*
Y19483D01*
X54087D01*
X55036Y20716D01*
X54820Y20916D01*
X54653Y21099D01*
X54503Y21266D01*
X54387Y21416D01*
X54303Y21532D01*
X54254Y21616D01*
X54220Y21682D01*
X54203Y21699D01*
X54120Y21866D01*
X54070Y22049D01*
X54020Y22232D01*
X54004Y22399D01*
X53987Y22549D01*
X53970Y22665D01*
Y22765D01*
X53987Y23015D01*
X54037Y23232D01*
X54104Y23415D01*
X54170Y23582D01*
X54237Y23698D01*
X54303Y23798D01*
X54353Y23848D01*
X54370Y23865D01*
X54537Y23998D01*
X54703Y24098D01*
X54887Y24165D01*
X55070Y24215D01*
X55220Y24248D01*
X55353Y24265D01*
X55436D01*
X55470D01*
X55736Y24248D01*
D02*
G37*
%LPC*%
G36*
X70911Y37843D02*
X69889D01*
Y37221D01*
X69900Y37088D01*
X69923Y36944D01*
X69945Y36766D01*
X69989Y36599D01*
X70045Y36444D01*
X70122Y36310D01*
X70134Y36299D01*
X70167Y36266D01*
X70211Y36210D01*
X70289Y36155D01*
X70378Y36099D01*
X70489Y36044D01*
X70622Y36010D01*
X70767Y35999D01*
X70778D01*
X70833D01*
X70900Y36010D01*
X70978Y36021D01*
X71067Y36044D01*
X71167Y36077D01*
X71256Y36121D01*
X71333Y36188D01*
X71345Y36199D01*
X71367Y36221D01*
X71389Y36277D01*
X71422Y36332D01*
X71467Y36421D01*
X71489Y36521D01*
X71511Y36644D01*
X71522Y36777D01*
Y36832D01*
X71511Y36888D01*
X71500Y36966D01*
X71478Y37066D01*
X71456Y37166D01*
X71411Y37266D01*
X71356Y37377D01*
X71345Y37388D01*
X71322Y37421D01*
X71289Y37477D01*
X71233Y37543D01*
X71178Y37621D01*
X71100Y37699D01*
X71011Y37777D01*
X70911Y37843D01*
D02*
G37*
G36*
X74805Y-31227D02*
X74694D01*
X74687D01*
X74665D01*
X74635D01*
X74591D01*
X74539Y-31234D01*
X74480D01*
X74339Y-31249D01*
X74191Y-31264D01*
X74043Y-31293D01*
X73903Y-31330D01*
X73836Y-31352D01*
X73784Y-31382D01*
X73769Y-31389D01*
X73740Y-31412D01*
X73695Y-31449D01*
X73644Y-31500D01*
X73599Y-31560D01*
X73555Y-31641D01*
X73525Y-31737D01*
X73510Y-31841D01*
Y-31878D01*
X73518Y-31915D01*
X73525Y-31967D01*
X73540Y-32026D01*
X73562Y-32092D01*
X73592Y-32159D01*
X73636Y-32226D01*
X73644Y-32233D01*
X73658Y-32255D01*
X73688Y-32285D01*
X73725Y-32329D01*
X73769Y-32381D01*
X73821Y-32425D01*
X73888Y-32477D01*
X73954Y-32529D01*
X75538D01*
X75553Y-32522D01*
X75590Y-32485D01*
X75649Y-32440D01*
X75708Y-32366D01*
X75767Y-32285D01*
X75827Y-32174D01*
X75864Y-32055D01*
X75871Y-31989D01*
X75878Y-31915D01*
Y-31900D01*
X75871Y-31856D01*
X75864Y-31796D01*
X75841Y-31722D01*
X75812Y-31641D01*
X75760Y-31552D01*
X75693Y-31478D01*
X75605Y-31404D01*
X75590Y-31397D01*
X75553Y-31375D01*
X75479Y-31345D01*
X75383Y-31315D01*
X75323Y-31301D01*
X75257Y-31286D01*
X75183Y-31271D01*
X75101Y-31256D01*
X75013Y-31241D01*
X74916Y-31234D01*
X74805Y-31227D01*
D02*
G37*
G36*
X74376Y-35193D02*
X74369D01*
X74361D01*
X74339D01*
X74310Y-35200D01*
X74236Y-35208D01*
X74139Y-35223D01*
X74043Y-35245D01*
X73932Y-35282D01*
X73829Y-35334D01*
X73732Y-35393D01*
X73725Y-35400D01*
X73695Y-35422D01*
X73658Y-35467D01*
X73607Y-35526D01*
X73562Y-35593D01*
X73525Y-35681D01*
X73496Y-35785D01*
X73488Y-35903D01*
Y-35955D01*
X73503Y-36014D01*
X73518Y-36088D01*
X73547Y-36170D01*
X73584Y-36259D01*
X73644Y-36347D01*
X73725Y-36429D01*
X73732Y-36436D01*
X73769Y-36458D01*
X73821Y-36495D01*
X73895Y-36532D01*
X73991Y-36577D01*
X74102Y-36614D01*
X74228Y-36643D01*
X74376Y-36666D01*
Y-35193D01*
D02*
G37*
%LPD*%
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D31*
X14000Y-65000D02*
D03*
X-14000D02*
D03*
X14000Y65000D02*
D03*
X-14000D02*
D03*
D32*
X-9250Y-62500D02*
D03*
X9250D02*
D03*
Y62500D02*
D03*
X-9250D02*
D03*
D33*
X26350Y-74250D02*
D03*
X-26350Y74250D02*
D03*
D34*
X66141Y-38033D02*
D03*
D35*
X12000Y43000D02*
D03*
X-12000D02*
D03*
D36*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D37*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D38*
X-77000Y45063D02*
D03*
Y16000D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D39*
X-62500Y24626D02*
D03*
Y32500D02*
D03*
Y28563D02*
D03*
Y36437D02*
D03*
Y40374D02*
D03*
Y20689D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D40*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D41*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D42*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D43*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D44*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D45*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D46*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D47*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D48*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D49*
X-61024Y-61024D02*
D03*
X61024D02*
D03*
Y61024D02*
D03*
X-61024D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.LDP
================================================
Layer Pairs Export File for PCB: I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-42\Motor-42.PcbDoc
LayersSetName=Top_Bot_Thru_Holes|DrillFile=motor-42.txt|DrillLayers=gtl,g1,g2,gbl
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.REP
================================================
*************************************************************
FileName = Motor-42.GBR
AutoAperture = True
*************************************************************
Generating : Mechanical 15
File : Motor-42.GM15
Adding Layer : Mechanical 15
Used DCodes :
D13
D85
*************************************************************
*************************************************************
Generating : Mechanical 14
File : Motor-42.GM14
Adding Layer : Mechanical 14
Used DCodes :
D86
*************************************************************
*************************************************************
Generating : Mechanical 13
File : Motor-42.GM13
Adding Layer : Mechanical 13
Used DCodes :
D85
D86
*************************************************************
*************************************************************
Generating : Mechanical 12
File : Motor-42.GM12
Adding Layer : Mechanical 12
Used DCodes :
D13
*************************************************************
*************************************************************
Generating : Mechanical 10
File : Motor-42.GM10
Adding Layer : Mechanical 10
Used DCodes :
D13
*************************************************************
*************************************************************
Generating : Mechanical 1
File : Motor-42.GM1
Adding Layer : Mechanical 1
Used DCodes :
D10
*************************************************************
*************************************************************
Generating : Keep-Out Layer
File : Motor-42.GKO
Adding Layer : Keep-Out Layer
Used DCodes :
D10
*************************************************************
*************************************************************
Generating : Bottom Overlay
File : Motor-42.GBO
Adding Layer : Bottom Overlay
Used DCodes :
D12
D13
D14
D84
*************************************************************
*************************************************************
Generating : Bottom Paste
File : Motor-42.GBP
Adding Layer : Bottom Paste
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D16
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
*************************************************************
*************************************************************
Generating : Bottom Solder
File : Motor-42.GBS
Adding Layer : Bottom Solder
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D36
D49
D61
D73
D74
D75
D76
D77
D78
D79
D80
D81
D82
D83
*************************************************************
*************************************************************
Generating : Top Solder
File : Motor-42.GTS
Adding Layer : Top Solder
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D28
D30
D31
D32
D33
D34
D35
D36
D37
D38
D39
D40
D41
D42
D43
D44
D45
D46
D47
D48
D49
*************************************************************
*************************************************************
Generating : Top Paste
File : Motor-42.GTP
Adding Layer : Top Paste
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
*************************************************************
*************************************************************
Generating : Top Overlay
File : Motor-42.GTO
Adding Layer : Top Overlay
Used DCodes :
D10
D11
D12
D13
D14
D15
*************************************************************
*************************************************************
Generating : Top Pad Master
File : Motor-42.GPT
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
D54
*************************************************************
*************************************************************
Generating : Bottom Pad Master
File : Motor-42.GPB
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D16
D54
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
*************************************************************
*************************************************************
Generating : Bottom4
File : Motor-42.GBL
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D16
D50
D54
D55
D56
D57
D58
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
D71
D72
*************************************************************
*************************************************************
Generating : Gnd3
File : Motor-42.G2
Adding Layer : Gnd3
Adding Layer : Multi-Layer
Used DCodes :
D54
D55
D56
*************************************************************
*************************************************************
Generating : Signal2
File : Motor-42.G1
Adding Layer : Signal2
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D50
D54
D55
D56
D57
D58
*************************************************************
*************************************************************
Generating : Top1
File : Motor-42.GTL
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
D50
D51
D52
D53
D54
D55
D56
*************************************************************
*************************************************************
Generating : Drill Drawing
File : Motor-42.GD1
Adding Drill Pair : Top1-Bottom4
Adding Layer : Drill Drawing
Used DCodes :
D86
D87
*************************************************************
*************************************************************
Generating : Drill Guide
File : Motor-42.GG1
Adding Drill Pair : Top1-Bottom4
Adding Layer : Drill Guide
Used DCodes :
D86
*************************************************************
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.RUL
================================================
DRC Rules Export File for PCB: I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-42\Motor-42.PcbDoc
RuleKind=Width|RuleName=VCC|Scope=Board|Minimum=4.00
RuleKind=Width|RuleName=GND|Scope=Board|Minimum=4.00
RuleKind=SolderMaskExpansion|RuleName=SolderMaskExpansion|Scope=Board|Minimum=3.00
RuleKind=Width|RuleName=Width|Scope=Board|Minimum=4.00
RuleKind=Clearance|RuleName=Clearance|Scope=Board|Minimum=4.00
RuleKind=ShortCircuit|RuleName=ShortCircuit|Scope=Board|Allowed=0
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.TXT
================================================
M48
;Layer_Color=9474304
;FILE_FORMAT=2:5
INCH,TZ
;TYPE=PLATED
T1F00S00C0.01000
T2F00S00C0.01575
T3F00S00C0.12205
%
T01
X-78400Y-53500
X-73500Y-55000
Y-52000
X-71366Y-45734
X-77000Y-37500
Y-34000
Y-30500
Y-21000
X-70800Y-3100
X-77000Y13000
Y24000
Y30000
Y36000
X-60000Y36400
X-59900Y40300
Y32500
X-53700Y30300
X-56600Y26900
X-57000Y23500
X-53800
X-59000Y17500
X-56300Y12500
X-57500Y5000
X-54300Y4800
X-50400
X-45000Y5000
X-41000
Y2500
X-33500Y2000
Y5500
X-35300Y-8400
X-31800Y-12300
X-35000Y-16500
X-38000Y-17000
X-40500
X-42700Y-10600
X-51900Y-11100
X-51400Y-14500
X-56300Y-13100
X-55784Y-19016
X-55500Y-23000
Y-25500
Y-28000
X-51500Y-31600
X-51000Y-22000
X-66000
X-66500Y-15500
X-66600Y-2500
X-67500Y100
X-60500Y3000
X-56500Y700
X-52358Y658
X-44300Y26900
X-44100Y31200
X-14500Y31000
X-9500
X0Y37000
Y43500
X9500Y31000
X14500
X10800Y7500
X15800Y300
X15500Y-13000
X18000
X20500
X23000
X25500
Y-15500
X23000
X19900Y-17400
X18000Y-16300
X15800
X19800Y-22100
X22454Y-21500
X28500Y-21200
Y-18700
Y-16400
X32500Y-16500
Y-19500
Y-22500
Y-25500
Y-28500
Y-31500
Y-34500
Y-37500
X27000Y-49500
X27300Y-52900
X29500Y-52300
X24000Y-57500
X8500Y-51100
X2500Y-47500
X-2000Y-41500
X-5000
X-3500Y-38000
Y-35000
X300Y-36200
Y-38700
X240Y-33540
X-11500Y-31900
X-10800Y-44100
X-12500Y-45800
X-28500Y-43000
X-27000Y-40500
Y-38000
X-23500
X-34620Y-41200
X-39700Y-41600
X-37700Y-43700
X-36600Y-33400
X-38600Y-31800
X-40547Y-33553
X-57000Y-37000
X-58500Y-41000
X-56500Y-42500
X-54300Y-41000
X-52100Y-42400
X-62100Y-42600
X-37500Y-59000
X-34500
X-28000Y-63000
X-2000Y-65500
X1969Y-62500
X5500Y-24100
X8500
Y-21000
X5500
X-5000Y-20000
Y-23000
X-22500Y-19300
X-18300Y-4200
X-11400Y-7500
X-10600Y2500
X-11000Y5500
X-13500
Y9500
X-11000
X29300Y-4100
Y-7200
X50000
Y-4000
X73000Y-4700
Y3500
X32100Y53700
X28100Y54000
X17000Y-32500
Y-35000
T02
X-20000Y-72000
X-17000
X-14000
Y-69000
X-17000
X-20000
Y-66000
X-17000
X-14000
X19000Y-75500
Y-78500
X22000
X25000
X28000
X31000
X34000
X37000
X40000Y-73000
Y-70000
Y-67000
X43000
X46000
Y-70000
X43000
Y-73000
X46000
X70000Y-18000
Y-15000
X73000
X76000
Y-12000
X73000
X70000
X73000Y-18000
X76000
Y12000
X73000
Y15000
Y18000
X76000
Y15000
X70000
Y12000
Y18000
X32000Y16000
X29000
X26000
X23000
X20000
X17000
X14000
X11000
X8000
X5000
X2000
X-1000
X-4000
X-7000
X-10000
X-13000
X-16000
X-19000
X-19500Y38000
Y41000
Y44000
X-15000Y43000
Y46000
X-12000
X-9000
Y43000
Y40000
X-12000
X-15000
X-12000Y43000
X-4200Y42100
Y45100
Y39100
X4300
Y42100
Y45100
X9000Y46000
Y43000
X12000
X15000
Y40000
X12000
X9000
X12000Y46000
X15000
X19300Y44700
Y41700
Y38700
X33100Y38400
Y41400
Y44400
Y35400
Y32400
Y29400
X4500Y52100
Y55100
X1500
Y52100
X-19500
X-22500
Y55100
X-19500
X-27500Y60000
X-30500
Y63000
Y66000
X-27500
Y63000
X-33500
Y60000
X-36500
X-39500
Y63000
Y66000
X-36500
X-33500
X-36500Y63000
X-42500
Y60000
Y66000
X-34200Y52000
Y49000
Y46000
Y43000
Y40000
Y37000
X-33500Y-21500
Y-24500
Y-27500
X-36546
Y-24500
Y-21500
X-39592
Y-24566
Y-27500
T03
X-61024Y-61024
X61024
Y61024
X-61024
M30
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Motor-42.apr
================================================
D10 ROUNDED 10.000 10.000 0.000 LINE 0.000
D11 ROUNDED 4.000 4.000 0.000 LINE 0.000
D12 ROUNDED 1.000 1.000 0.000 LINE 0.000
D13 ROUNDED 7.874 7.874 0.000 LINE 0.000
D14 ROUNDED 6.000 6.000 0.000 LINE 0.000
D15 ROUNDED 5.000 5.000 0.000 LINE 0.000
D24 RECTANGULAR 19.685 19.685 0.000 FLASH 270.000
D32 RECTANGULAR 65.000 60.000 0.000 FLASH 0.000
D33 RECTANGULAR 77.000 25.000 0.000 FLASH 0.000
D34 RECTANGULAR 89.000 211.000 0.000 FLASH 0.000
D35 RECTANGULAR 100.000 100.000 0.000 FLASH 0.000
D44 RECTANGULAR 25.685 25.685 0.000 FLASH 270.000
D49 ROUNDED 206.000 206.000 0.000 FLASH 0.000
D50 ROUNDED 20.000 20.000 0.000 LINE 0.000
D51 ROUNDED 80.000 80.000 0.000 LINE 0.000
D52 ROUNDED 40.000 40.000 0.000 LINE 0.000
D53 ROUNDED 30.000 30.000 0.000 LINE 0.000
D54 ROUNDED 200.000 200.000 0.000 FLASH 0.000
D55 ROUNDED 18.000 18.000 0.000 FLASH 0.000
D56 ROUNDED 23.622 23.622 0.000 FLASH 0.000
D57 ROUNDED 70.000 70.000 0.000 LINE 0.000
D58 ROUNDED 7.000 7.000 0.000 LINE 0.000
D59 ROUNDED 19.685 51.181 0.000 FLASH 0.000
D68 ROUNDED 19.685 51.181 0.000 FLASH 270.000
D69 ROUNDED 12.000 54.000 0.000 FLASH 0.000
D70 ROUNDED 12.000 54.000 0.000 FLASH 270.000
D71 ROUNDED 25.000 25.000 0.000 LINE 0.000
D72 ROUNDED 45.000 45.000 0.000 LINE 0.000
D73 ROUNDED 25.685 57.181 0.000 FLASH 0.000
D81 ROUNDED 25.685 57.181 0.000 FLASH 270.000
D82 ROUNDED 18.000 60.000 0.000 FLASH 0.000
D83 ROUNDED 18.000 60.000 0.000 FLASH 270.000
D84 ROUNDED 9.842 9.842 0.000 LINE 0.000
D85 ROUNDED 3.937 3.937 0.000 LINE 0.000
D86 ROUNDED 2.000 2.000 0.000 LINE 0.000
D87 ROUNDED 2.667 2.667 0.000 LINE 0.000
================================================
FILE: 1.Hardware/MotorDriver-42/Gerber/Status Report.Txt
================================================
Output: NC Drill Files
Type : NC Drill
From : Project [Motor-42.PrjPCB]
Generated File[Motor-42.TXT]
Generated File[Motor-42.LDP]
Generated File[Motor-42.DRR]
Files Generated : 3
Documents Printed : 0
Finished Output Generation At 19:21:46 On ܶ 01-18
================================================
FILE: 1.Hardware/MotorDriver-42/Motor-42.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
CrossRefSheetStyle=1
CrossRefLocationStyle=1
CrossRefPorts=3
CrossRefCrossSheets=1
CrossRefSheetEntries=0
CrossRefFollowFromMainSettings=1
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Drive.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=OTRBEYFQ
[Document2]
DocumentPath=MCU.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=MMRIIHEF
[Document3]
DocumentPath=Port.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=2
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=ZMLSMFEG
[Document4]
DocumentPath=Power.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=3
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RMXANKZL
[Document5]
DocumentPath=Interface.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=4
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=DXHCOWHD
[Document6]
DocumentPath=Motor-42.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RPGXAMXA
[GeneratedDocument1]
DocumentPath=Project Outputs for Motor-42\Design Rule Check - Motor-42.html
DItemRevisionGUID=
[GeneratedDocument2]
DocumentPath=Project Outputs for Motor-42\Motor-42.DRR
DItemRevisionGUID=
[GeneratedDocument3]
DocumentPath=Project Outputs for Motor-42\Motor-42.EXTREP
DItemRevisionGUID=
[GeneratedDocument4]
DocumentPath=Project Outputs for Motor-42\Motor-42.G1
DItemRevisionGUID=
[GeneratedDocument5]
DocumentPath=Project Outputs for Motor-42\Motor-42.G2
DItemRevisionGUID=
[GeneratedDocument6]
DocumentPath=Project Outputs for Motor-42\Motor-42.GBL
DItemRevisionGUID=
[GeneratedDocument7]
DocumentPath=Project Outputs for Motor-42\Motor-42.GBO
DItemRevisionGUID=
[GeneratedDocument8]
DocumentPath=Project Outputs for Motor-42\Motor-42.GBP
DItemRevisionGUID=
[GeneratedDocument9]
DocumentPath=Project Outputs for Motor-42\Motor-42.GBS
DItemRevisionGUID=
[GeneratedDocument10]
DocumentPath=Project Outputs for Motor-42\Motor-42.GD1
DItemRevisionGUID=
[GeneratedDocument11]
DocumentPath=Project Outputs for Motor-42\Motor-42.GG1
DItemRevisionGUID=
[GeneratedDocument12]
DocumentPath=Project Outputs for Motor-42\Motor-42.GKO
DItemRevisionGUID=
[GeneratedDocument13]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM1
DItemRevisionGUID=
[GeneratedDocument14]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM10
DItemRevisionGUID=
[GeneratedDocument15]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM12
DItemRevisionGUID=
[GeneratedDocument16]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM13
DItemRevisionGUID=
[GeneratedDocument17]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM14
DItemRevisionGUID=
[GeneratedDocument18]
DocumentPath=Project Outputs for Motor-42\Motor-42.GM15
DItemRevisionGUID=
[GeneratedDocument19]
DocumentPath=Project Outputs for Motor-42\Motor-42.GPB
DItemRevisionGUID=
[GeneratedDocument20]
DocumentPath=Project Outputs for Motor-42\Motor-42.GPT
DItemRevisionGUID=
[GeneratedDocument21]
DocumentPath=Project Outputs for Motor-42\Motor-42.GTL
DItemRevisionGUID=
[GeneratedDocument22]
DocumentPath=Project Outputs for Motor-42\Motor-42.GTO
DItemRevisionGUID=
[GeneratedDocument23]
DocumentPath=Project Outputs for Motor-42\Motor-42.GTP
DItemRevisionGUID=
[GeneratedDocument24]
DocumentPath=Project Outputs for Motor-42\Motor-42.GTS
DItemRevisionGUID=
[GeneratedDocument25]
DocumentPath=Project Outputs for Motor-42\Motor-42.LDP
DItemRevisionGUID=
[GeneratedDocument26]
DocumentPath=Project Outputs for Motor-42\Motor-42.REP
DItemRevisionGUID=
[GeneratedDocument27]
DocumentPath=Project Outputs for Motor-42\Motor-42.RUL
DItemRevisionGUID=
[GeneratedDocument28]
DocumentPath=Project Outputs for Motor-42\Motor-42.TXT
DItemRevisionGUID=
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Mask
OutputName1=Solder/Paste Mask Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Drill
OutputName2=Drill Drawing/Guides
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=CompositeDrill
OutputName3=Composite Drill Drawing
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=IPC2581
OutputName4=IPC-2581 Files
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Gerber X2
OutputName5=Gerber X2 Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Board Stack Report
OutputName7=Report Board Stack
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Plane
OutputName8=Power-Plane Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=ODB
OutputName9=ODB++ Files
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
OutputType10=NC Drill
OutputName10=NC Drill Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
Configuration10_Name1=ForceUpdateSettings
Configuration10_Item1=False
Configuration10_Name2=OutputConfigurationParameter1
Configuration10_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|GenerateSeparateViaTypeFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-42\Motor-42.PcbDoc
OutputType11=Test Points
OutputName11=Test Point Report
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GenerateReports=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16777218~1,16777219~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-42\Motor-42.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=BOM_ReportCompare
OutputName7=BOM Compare
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Export Comments
OutputName8=Export Comments
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/MotorDriver-42/Motor-42.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Drive.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Interface.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=MCU.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Port.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Power.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/MotorDriver-57-unused/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57-macro.APR_LIB
================================================
G04:AMPARAMS|DCode=16|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
G04:AMPARAMS|DCode=17|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.03937,0.03937,0,0,90.0*
21,1,0.01968,0.05906,0,0,90.0*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
%
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
G04:AMPARAMS|DCode=19|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
G04:AMPARAMS|DCode=31|XSize=65mil|YSize=120mil|CornerRadius=16.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD31*
21,1,0.06500,0.08750,0,0,180.0*
21,1,0.03250,0.12000,0,0,180.0*
1,1,0.03250,-0.01625,0.04375*
1,1,0.03250,0.01625,0.04375*
1,1,0.03250,0.01625,-0.04375*
1,1,0.03250,-0.01625,-0.04375*
%
G04:AMPARAMS|DCode=36|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD36*
21,1,0.02175,0.05118,0,0,90.0*
21,1,0.00787,0.06506,0,0,90.0*
1,1,0.01387,0.02559,0.00394*
1,1,0.01387,0.02559,-0.00394*
1,1,0.01387,-0.02559,-0.00394*
1,1,0.01387,-0.02559,0.00394*
%
G04:AMPARAMS|DCode=37|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD37*
21,1,0.04537,0.03937,0,0,90.0*
21,1,0.01968,0.06506,0,0,90.0*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
1,1,0.02568,-0.01968,0.00984*
%
G04:AMPARAMS|DCode=38|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD38*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
G04:AMPARAMS|DCode=39|XSize=29.62mil|YSize=45.37mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD39*
21,1,0.02962,0.02756,0,0,180.0*
21,1,0.01181,0.04537,0,0,180.0*
1,1,0.01781,-0.00591,0.01378*
1,1,0.01781,0.00591,0.01378*
1,1,0.01781,0.00591,-0.01378*
1,1,0.01781,-0.00591,-0.01378*
%
G04:AMPARAMS|DCode=40|XSize=46mil|YSize=66mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD40*
21,1,0.04600,0.04000,0,0,180.0*
21,1,0.02000,0.06600,0,0,180.0*
1,1,0.02600,-0.01000,0.02000*
1,1,0.02600,0.01000,0.02000*
1,1,0.02600,0.01000,-0.02000*
1,1,0.02600,-0.01000,-0.02000*
%
G04:AMPARAMS|DCode=41|XSize=22mil|YSize=22mil|CornerRadius=11mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD41*
21,1,0.02200,0.00000,0,0,270.0*
21,1,0.00000,0.02200,0,0,270.0*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
%
G04:AMPARAMS|DCode=42|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD42*
21,1,0.04537,0.03937,0,0,0.0*
21,1,0.01968,0.06506,0,0,0.0*
1,1,0.02568,0.00984,-0.01968*
1,1,0.02568,-0.00984,-0.01968*
1,1,0.02568,-0.00984,0.01968*
1,1,0.02568,0.00984,0.01968*
%
G04:AMPARAMS|DCode=43|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD43*
21,1,0.02175,0.05118,0,0,180.0*
21,1,0.00787,0.06506,0,0,180.0*
1,1,0.01387,-0.00394,0.02559*
1,1,0.01387,0.00394,0.02559*
1,1,0.01387,0.00394,-0.02559*
1,1,0.01387,-0.00394,-0.02559*
%
G04:AMPARAMS|DCode=45|XSize=46mil|YSize=80mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD45*
21,1,0.04600,0.05400,0,0,90.0*
21,1,0.02000,0.08000,0,0,90.0*
1,1,0.02600,0.02700,0.01000*
1,1,0.02600,0.02700,-0.01000*
1,1,0.02600,-0.02700,-0.01000*
1,1,0.02600,-0.02700,0.01000*
%
G04:AMPARAMS|DCode=46|XSize=65.06mil|YSize=45.37mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD46*
21,1,0.06506,0.01968,0,0,180.0*
21,1,0.03937,0.04537,0,0,180.0*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
%
G04:AMPARAMS|DCode=47|XSize=61mil|YSize=71mil|CornerRadius=16.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD47*
21,1,0.06100,0.03750,0,0,90.0*
21,1,0.02750,0.07100,0,0,90.0*
1,1,0.03350,0.01875,0.01375*
1,1,0.03350,0.01875,-0.01375*
1,1,0.03350,-0.01875,-0.01375*
1,1,0.03350,-0.01875,0.01375*
%
G04:AMPARAMS|DCode=48|XSize=25.68mil|YSize=29.62mil|CornerRadius=7.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD48*
21,1,0.02568,0.01378,0,0,90.0*
21,1,0.00984,0.02962,0,0,90.0*
1,1,0.01584,0.00689,0.00492*
1,1,0.01584,0.00689,-0.00492*
1,1,0.01584,-0.00689,-0.00492*
1,1,0.01584,-0.00689,0.00492*
%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
G04:AMPARAMS|DCode=74|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD74*
21,1,0.02600,0.01000,0,0,270.0*
21,1,0.01000,0.02600,0,0,270.0*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
1,1,0.01600,0.00500,-0.00500*
%
G04:AMPARAMS|DCode=75|XSize=96.55mil|YSize=96.55mil|CornerRadius=25.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD75*
21,1,0.09655,0.04528,0,0,0.0*
21,1,0.04528,0.09655,0,0,0.0*
1,1,0.05128,0.02264,-0.02264*
1,1,0.05128,-0.02264,-0.02264*
1,1,0.05128,-0.02264,0.02264*
1,1,0.05128,0.02264,0.02264*
%
G04:AMPARAMS|DCode=76|XSize=206mil|YSize=86mil|CornerRadius=23mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD76*
21,1,0.20600,0.04000,0,0,270.0*
21,1,0.16000,0.08600,0,0,270.0*
1,1,0.04600,-0.02000,-0.08000*
1,1,0.04600,-0.02000,0.08000*
1,1,0.04600,0.02000,0.08000*
1,1,0.04600,0.02000,-0.08000*
%
G04:AMPARAMS|DCode=77|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD77*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=78|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD78*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
G04:AMPARAMS|DCode=79|XSize=29.62mil|YSize=41mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD79*
21,1,0.02962,0.02319,0,0,0.0*
21,1,0.01181,0.04100,0,0,0.0*
1,1,0.01781,0.00591,-0.01159*
1,1,0.01781,-0.00591,-0.01159*
1,1,0.01781,-0.00591,0.01159*
1,1,0.01781,0.00591,0.01159*
%
G04:AMPARAMS|DCode=80|XSize=33.56mil|YSize=57.18mil|CornerRadius=9.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD80*
21,1,0.03356,0.03740,0,0,0.0*
21,1,0.01378,0.05718,0,0,0.0*
1,1,0.01978,0.00689,-0.01870*
1,1,0.01978,-0.00689,-0.01870*
1,1,0.01978,-0.00689,0.01870*
1,1,0.01978,0.00689,0.01870*
%
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.DRR
================================================
----------------------------------------------------------------------------------------------------------------------------------
NCDrill File Report For: Motor-57.PcbDoc ܶ 01-18 19:39:57
----------------------------------------------------------------------------------------------------------------------------------
Layer Pair : Top1 to Bottom4
ASCII RoundHoles File : Motor-57.TXT
Tool Hole Size Hole Tolerance Hole Type Hole Count Plated Tool Travel
----------------------------------------------------------------------------------------------------------------------------------
T1 10mil (0.254mm) Round 146 PTH 12.15inch (308.67mm)
T2 16mil (0.4mm) Round 139 PTH 7.73inch (196.44mm)
T3 122mil (3.1mm) Round 4 PTH 4.08inch (103.55mm)
----------------------------------------------------------------------------------------------------------------------------------
Totals 289
Total Processing Time (hh:mm:ss) : 00:00:00
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.EXTREP
================================================
------------------------------------------------------------------------------------------
Gerber File Extension Report For: Motor-57.GBR ܶ 01-18 19:39:48
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Layer Extension Layer Description
------------------------------------------------------------------------------------------
.GTO Top Overlay
.GTP Top Paste
.GTS Top Solder
.GTL Top1
.G1 Signal2
.G2 Gnd3
.GBL Bottom4
.GBS Bottom Solder
.GBP Bottom Paste
.GBO Bottom Overlay
.GM1 Mechanical 1
.GM10 Mechanical 10
.GM12 Mechanical 12
.GM13 Mechanical 13
.GM14 Mechanical 14
.GM15 Mechanical 15
.GKO Keep-Out Layer
.GPT Top Pad Master
.GPB Bottom Pad Master
.GD1 Drill Drawing
.GG1 Drill Guide
------------------------------------------------------------------------------------------
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.G1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=2*
G04 Layer_Color=14461039*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
%ADD50C,0.02000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
%ADD57C,0.07000*%
%ADD58C,0.00700*%
G36*
X65948Y109336D02*
X66997Y107625D01*
X67765Y105771D01*
X68233Y103819D01*
X68378Y101985D01*
X68378Y101985D01*
X68378D01*
X68382Y101980D01*
Y92863D01*
X68362D01*
X68516Y90120D01*
X68976Y87411D01*
X69736Y84771D01*
X70788Y82232D01*
X72117Y79827D01*
X73707Y77587D01*
X75538Y75538D01*
X77587Y73707D01*
X79827Y72117D01*
X82232Y70788D01*
X84771Y69736D01*
X87411Y68976D01*
X90120Y68516D01*
X92863Y68362D01*
Y68382D01*
X101980D01*
X101985Y68378D01*
X101985Y68378D01*
X101985Y68378D01*
X103819Y68233D01*
X105771Y67765D01*
X107625Y66997D01*
X109336Y65948D01*
X110106Y65290D01*
Y-65290D01*
X109336Y-65948D01*
X107625Y-66997D01*
X105771Y-67765D01*
X103819Y-68233D01*
X101985Y-68378D01*
X101985Y-68378D01*
Y-68378D01*
X101980Y-68382D01*
X92863D01*
Y-68362D01*
X90120Y-68516D01*
X87411Y-68976D01*
X84771Y-69736D01*
X82232Y-70788D01*
X79827Y-72117D01*
X77587Y-73707D01*
X75538Y-75538D01*
X73707Y-77587D01*
X72117Y-79827D01*
X70788Y-82232D01*
X69736Y-84771D01*
X68976Y-87411D01*
X68516Y-90120D01*
X68362Y-92863D01*
X68382D01*
Y-101980D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68233Y-103819D01*
X67765Y-105771D01*
X66997Y-107625D01*
X65948Y-109336D01*
X65290Y-110106D01*
X-65290D01*
X-65948Y-109336D01*
X-66997Y-107625D01*
X-67765Y-105771D01*
X-68233Y-103819D01*
X-68378Y-101985D01*
X-68378Y-101985D01*
X-68378D01*
X-68382Y-101980D01*
Y-92863D01*
X-68362D01*
X-68516Y-90120D01*
X-68976Y-87411D01*
X-69736Y-84771D01*
X-70788Y-82232D01*
X-72117Y-79827D01*
X-73707Y-77587D01*
X-75538Y-75538D01*
X-77587Y-73707D01*
X-79827Y-72117D01*
X-82232Y-70788D01*
X-84771Y-69736D01*
X-87411Y-68976D01*
X-90120Y-68516D01*
X-92863Y-68362D01*
Y-68382D01*
X-101980D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-103819Y-68233D01*
X-105771Y-67765D01*
X-107625Y-66997D01*
X-109336Y-65948D01*
X-110106Y-65290D01*
Y65290D01*
X-109336Y65948D01*
X-107625Y66997D01*
X-105771Y67765D01*
X-103819Y68233D01*
X-101985Y68378D01*
X-101985Y68378D01*
Y68378D01*
X-101980Y68382D01*
X-92863D01*
Y68362D01*
X-90120Y68516D01*
X-87411Y68976D01*
X-84771Y69736D01*
X-82232Y70788D01*
X-79827Y72117D01*
X-77587Y73707D01*
X-75538Y75538D01*
X-73707Y77587D01*
X-72117Y79827D01*
X-70788Y82232D01*
X-69736Y84771D01*
X-68976Y87411D01*
X-68516Y90120D01*
X-68362Y92863D01*
X-68382D01*
Y101980D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68233Y103819D01*
X-67765Y105771D01*
X-66997Y107625D01*
X-65948Y109336D01*
X-65290Y110106D01*
X65290D01*
X65948Y109336D01*
D02*
G37*
%LPC*%
G36*
X4814Y56681D02*
X4185D01*
X3604Y56440D01*
X3317Y56153D01*
X3000Y56048D01*
X2683Y56153D01*
X2396Y56440D01*
X1815Y56681D01*
X1185D01*
X604Y56440D01*
X160Y55996D01*
X-81Y55414D01*
Y54786D01*
X160Y54204D01*
X447Y53917D01*
X552Y53600D01*
X447Y53283D01*
X160Y52996D01*
X-81Y52415D01*
Y51785D01*
X160Y51204D01*
X604Y50760D01*
X1185Y50519D01*
X1815D01*
X2396Y50760D01*
X2683Y51047D01*
X3000Y51152D01*
X3317Y51047D01*
X3604Y50760D01*
X4185Y50519D01*
X4814D01*
X5396Y50760D01*
X5840Y51204D01*
X6081Y51785D01*
Y52415D01*
X5840Y52996D01*
X5553Y53283D01*
X5448Y53600D01*
X5553Y53917D01*
X5840Y54204D01*
X6081Y54786D01*
Y55414D01*
X5840Y55996D01*
X5396Y56440D01*
X4814Y56681D01*
D02*
G37*
G36*
X-19185D02*
X-19815D01*
X-20396Y56440D01*
X-20683Y56153D01*
X-21000Y56048D01*
X-21317Y56153D01*
X-21604Y56440D01*
X-22185Y56681D01*
X-22815D01*
X-23396Y56440D01*
X-23840Y55996D01*
X-24081Y55414D01*
Y54786D01*
X-23840Y54204D01*
X-23553Y53917D01*
X-23448Y53600D01*
X-23553Y53283D01*
X-23840Y52996D01*
X-24081Y52415D01*
Y51785D01*
X-23840Y51204D01*
X-23396Y50760D01*
X-22815Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21317Y51047D01*
X-21000Y51152D01*
X-20683Y51047D01*
X-20396Y50760D01*
X-19815Y50519D01*
X-19185D01*
X-18604Y50760D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y52415D01*
X-18160Y52996D01*
X-18447Y53283D01*
X-18552Y53600D01*
X-18447Y53917D01*
X-18160Y54204D01*
X-17919Y54786D01*
Y55414D01*
X-18160Y55996D01*
X-18604Y56440D01*
X-19185Y56681D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X19614Y46281D02*
X18985D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17960Y43804D01*
X18247Y43517D01*
X18352Y43200D01*
X18247Y42883D01*
X17960Y42596D01*
X17719Y42015D01*
Y41385D01*
X17960Y40804D01*
X18247Y40517D01*
X18352Y40200D01*
X18247Y39883D01*
X17960Y39596D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18404Y37360D01*
X18985Y37119D01*
X19614D01*
X20196Y37360D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20640Y39596D01*
X20353Y39883D01*
X20248Y40200D01*
X20353Y40517D01*
X20640Y40804D01*
X20881Y41385D01*
Y42015D01*
X20640Y42596D01*
X20353Y42883D01*
X20248Y43200D01*
X20353Y43517D01*
X20640Y43804D01*
X20881Y44385D01*
Y45015D01*
X20640Y45596D01*
X20196Y46040D01*
X19614Y46281D01*
D02*
G37*
G36*
X-19185Y45581D02*
X-19815D01*
X-20396Y45340D01*
X-20840Y44896D01*
X-21081Y44315D01*
Y43685D01*
X-20840Y43104D01*
X-20553Y42817D01*
X-20448Y42500D01*
X-20553Y42183D01*
X-20840Y41896D01*
X-21081Y41315D01*
Y40685D01*
X-20840Y40104D01*
X-20553Y39817D01*
X-20448Y39500D01*
X-20553Y39183D01*
X-20840Y38896D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18160Y38896D01*
X-18447Y39183D01*
X-18552Y39500D01*
X-18447Y39817D01*
X-18160Y40104D01*
X-17919Y40685D01*
Y41315D01*
X-18160Y41896D01*
X-18447Y42183D01*
X-18552Y42500D01*
X-18447Y42817D01*
X-18160Y43104D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
D02*
G37*
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28243D01*
X28305Y52683D01*
X28373Y52692D01*
X28418Y52694D01*
X28458Y52692D01*
X28494Y52686D01*
X28527Y52678D01*
X28558Y52666D01*
X28589Y52651D01*
X28621Y52631D01*
X28655Y52605D01*
X28703Y52561D01*
X28730Y52551D01*
X28745Y52527D01*
X28770Y52521D01*
X36386Y44904D01*
Y23939D01*
X35886Y23732D01*
X30749Y28869D01*
Y31900D01*
X30559Y32359D01*
X27359Y35559D01*
X26900Y35749D01*
X18769D01*
X17059Y37459D01*
X16600Y37649D01*
X5793D01*
X5585Y38149D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5640Y39996D01*
X5353Y40283D01*
X5248Y40600D01*
X5353Y40917D01*
X5640Y41204D01*
X5881Y41785D01*
Y42415D01*
X5640Y42996D01*
X5353Y43283D01*
X5248Y43600D01*
X5353Y43917D01*
X5640Y44204D01*
X5881Y44785D01*
Y45415D01*
X5640Y45996D01*
X5196Y46440D01*
X4614Y46681D01*
X3985D01*
X3404Y46440D01*
X2960Y45996D01*
X2719Y45415D01*
Y44785D01*
X2960Y44204D01*
X3247Y43917D01*
X3352Y43600D01*
X3247Y43283D01*
X2960Y42996D01*
X2719Y42415D01*
Y41785D01*
X2960Y41204D01*
X3247Y40917D01*
X3352Y40600D01*
X3247Y40283D01*
X2960Y39996D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3015Y38149D01*
X2807Y37649D01*
X1338D01*
X1302Y37664D01*
X1257Y37687D01*
X1206Y37718D01*
X1154Y37754D01*
X1018Y37869D01*
X945Y37940D01*
X868Y37971D01*
X736Y38102D01*
X259Y38300D01*
X117D01*
X-91Y38800D01*
X505Y39395D01*
X659Y39627D01*
X714Y39900D01*
Y42053D01*
X733Y42094D01*
X735Y42160D01*
X741Y42206D01*
X750Y42250D01*
X763Y42292D01*
X779Y42334D01*
X799Y42375D01*
X824Y42417D01*
X855Y42460D01*
X891Y42504D01*
X943Y42558D01*
X972Y42634D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-972Y42634D01*
X-943Y42558D01*
X-891Y42504D01*
X-855Y42460D01*
X-824Y42417D01*
X-799Y42375D01*
X-779Y42334D01*
X-763Y42292D01*
X-750Y42250D01*
X-741Y42206D01*
X-735Y42160D01*
X-733Y42094D01*
X-714Y42053D01*
Y40196D01*
X-2119Y38790D01*
X-2619Y38998D01*
Y39415D01*
X-2860Y39996D01*
X-3147Y40283D01*
X-3252Y40600D01*
X-3147Y40917D01*
X-2860Y41204D01*
X-2619Y41785D01*
Y42415D01*
X-2860Y42996D01*
X-3147Y43283D01*
X-3252Y43600D01*
X-3147Y43917D01*
X-2860Y44204D01*
X-2619Y44785D01*
Y45415D01*
X-2860Y45996D01*
X-3304Y46440D01*
X-3886Y46681D01*
X-4515D01*
X-5096Y46440D01*
X-5540Y45996D01*
X-5781Y45415D01*
Y44785D01*
X-5540Y44204D01*
X-5253Y43917D01*
X-5148Y43600D01*
X-5253Y43283D01*
X-5540Y42996D01*
X-5781Y42415D01*
Y41785D01*
X-5540Y41204D01*
X-5253Y40917D01*
X-5148Y40600D01*
X-5253Y40283D01*
X-5540Y39996D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-4098D01*
X-3890Y37019D01*
X-6796Y34114D01*
X-14700D01*
X-14973Y34059D01*
X-15205Y33905D01*
X-21596Y27514D01*
X-35700D01*
X-35973Y27459D01*
X-36205Y27305D01*
X-54096Y9414D01*
X-61600D01*
X-61873Y9359D01*
X-62105Y9205D01*
X-65205Y6105D01*
X-65359Y5873D01*
X-65414Y5600D01*
Y-304D01*
X-66082Y-972D01*
X-66124Y-988D01*
X-66172Y-1033D01*
X-66209Y-1061D01*
X-66246Y-1086D01*
X-66285Y-1107D01*
X-66326Y-1125D01*
X-66370Y-1139D01*
X-66417Y-1151D01*
X-66469Y-1160D01*
X-66526Y-1166D01*
X-66601Y-1167D01*
X-66675Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67406Y-1467D01*
X-67941Y-1550D01*
X-68047Y-1455D01*
X-70282Y780D01*
Y5420D01*
X-61551Y14151D01*
X-61352Y14449D01*
X-61282Y14800D01*
Y22820D01*
X-58120Y25982D01*
X-57930D01*
X-57894Y25967D01*
X-57801Y25966D01*
X-57727Y25963D01*
X-57594Y25950D01*
X-57554Y25943D01*
X-57523Y25936D01*
X-57507Y25931D01*
X-57493Y25922D01*
X-57486Y25921D01*
X-57481Y25919D01*
X-57472Y25919D01*
X-57455Y25917D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
X-56859D01*
X-57336Y28002D01*
X-57455Y27883D01*
X-57472Y27881D01*
X-57481Y27880D01*
X-57486Y27879D01*
X-57493Y27878D01*
X-57507Y27869D01*
X-57523Y27864D01*
X-57554Y27857D01*
X-57590Y27851D01*
X-57808Y27834D01*
X-57894Y27833D01*
X-57930Y27818D01*
X-58500D01*
X-58597Y27798D01*
X-58843Y28259D01*
X-56751Y30351D01*
X-56552Y30649D01*
X-56482Y31000D01*
Y33800D01*
X-56552Y34151D01*
X-56751Y34449D01*
X-58411Y36109D01*
X-58425Y36145D01*
X-58491Y36212D01*
X-58540Y36266D01*
X-58625Y36369D01*
X-58649Y36402D01*
X-58665Y36429D01*
X-58673Y36444D01*
X-58677Y36460D01*
X-58682Y36466D01*
X-58683Y36470D01*
X-58690Y36477D01*
X-58700Y36490D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-60090D01*
X-60077Y35090D01*
X-60070Y35083D01*
X-60066Y35082D01*
X-60060Y35077D01*
X-60044Y35073D01*
X-60029Y35065D01*
X-60002Y35049D01*
X-59973Y35028D01*
X-59806Y34885D01*
X-59745Y34825D01*
X-59709Y34811D01*
X-58884Y33986D01*
X-59164Y33602D01*
X-59641Y33800D01*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32590D01*
X-61210Y32577D01*
X-61217Y32570D01*
X-61218Y32566D01*
X-61223Y32560D01*
X-61227Y32544D01*
X-61235Y32529D01*
X-61251Y32502D01*
X-61272Y32473D01*
X-61415Y32306D01*
X-61475Y32245D01*
X-61489Y32209D01*
X-65649Y28049D01*
X-65848Y27751D01*
X-65918Y27400D01*
Y16340D01*
X-75349Y6909D01*
X-75548Y6611D01*
X-75618Y6260D01*
Y-5700D01*
X-75548Y-6051D01*
X-75349Y-6349D01*
X-69449Y-12249D01*
X-69151Y-12448D01*
X-68800Y-12518D01*
X-66360D01*
X-61429Y-17449D01*
X-61131Y-17648D01*
X-60780Y-17718D01*
X-57032D01*
X-56825Y-18218D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56886Y-19752D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55857D01*
X-55780Y-20349D01*
X-55674Y-20350D01*
X-55585Y-20355D01*
X-55507Y-20364D01*
X-55439Y-20376D01*
X-55381Y-20390D01*
X-55333Y-20406D01*
X-55297Y-20421D01*
X-54149Y-21569D01*
Y-28731D01*
X-55859Y-30441D01*
X-56049Y-30900D01*
Y-35131D01*
X-56513Y-35594D01*
X-56549Y-35610D01*
X-56597Y-35626D01*
X-56655Y-35640D01*
X-56717Y-35651D01*
X-56895Y-35666D01*
X-56996Y-35667D01*
X-57073Y-35700D01*
X-57259D01*
X-57736Y-35898D01*
X-58102Y-36264D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-37073D01*
X-55667Y-36996D01*
X-55666Y-36889D01*
X-55661Y-36801D01*
X-55652Y-36723D01*
X-55640Y-36655D01*
X-55626Y-36597D01*
X-55610Y-36549D01*
X-55594Y-36513D01*
X-54941Y-35859D01*
X-54751Y-35400D01*
Y-31169D01*
X-53041Y-29459D01*
X-52851Y-29000D01*
Y-21300D01*
X-53041Y-20841D01*
X-54184Y-19698D01*
X-54173Y-19532D01*
X-53974Y-19399D01*
X-53657Y-19310D01*
X-53451Y-19448D01*
X-53100Y-19518D01*
X-49580D01*
X-45918Y-23180D01*
Y-29100D01*
X-45848Y-29451D01*
X-45649Y-29749D01*
X-42136Y-33261D01*
X-42122Y-33297D01*
X-42057Y-33364D01*
X-42007Y-33419D01*
X-41922Y-33522D01*
X-41899Y-33555D01*
X-41882Y-33582D01*
X-41874Y-33597D01*
X-41870Y-33612D01*
X-41866Y-33619D01*
X-41864Y-33623D01*
X-41857Y-33630D01*
X-41847Y-33643D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40637D01*
X-40624Y-34863D01*
X-40617Y-34869D01*
X-40613Y-34871D01*
X-40607Y-34876D01*
X-40592Y-34879D01*
X-40576Y-34887D01*
X-40549Y-34904D01*
X-40520Y-34925D01*
X-40354Y-35067D01*
X-40292Y-35127D01*
X-40256Y-35142D01*
X-38649Y-36749D01*
X-38351Y-36948D01*
X-38000Y-37018D01*
X-35500D01*
X-35403Y-36998D01*
X-35157Y-37459D01*
X-35269Y-37572D01*
X-35468Y-37869D01*
X-35538Y-38221D01*
Y-39870D01*
X-35554Y-39906D01*
X-35555Y-39999D01*
X-35558Y-40073D01*
X-35571Y-40206D01*
X-35577Y-40246D01*
X-35585Y-40277D01*
X-35590Y-40293D01*
X-35598Y-40307D01*
X-35599Y-40314D01*
X-35601Y-40319D01*
X-35601Y-40328D01*
X-35603Y-40345D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33637Y-40345D01*
X-33640Y-40328D01*
X-33640Y-40319D01*
X-33642Y-40314D01*
X-33643Y-40307D01*
X-33651Y-40293D01*
X-33656Y-40277D01*
X-33664Y-40246D01*
X-33670Y-40210D01*
X-33687Y-39992D01*
X-33688Y-39906D01*
X-33703Y-39870D01*
Y-38601D01*
X-30620Y-35518D01*
X-21660D01*
X-21309Y-35448D01*
X-21012Y-35249D01*
X-13451Y-27689D01*
X-13252Y-27391D01*
X-13182Y-27040D01*
Y-16480D01*
X-10420Y-13718D01*
X10200D01*
X10551Y-13648D01*
X10849Y-13449D01*
X13349Y-10949D01*
X13548Y-10651D01*
X13618Y-10300D01*
Y5600D01*
X13548Y5951D01*
X13349Y6249D01*
X12389Y7209D01*
X12375Y7245D01*
X12309Y7312D01*
X12260Y7366D01*
X12175Y7469D01*
X12151Y7502D01*
X12135Y7529D01*
X12127Y7544D01*
X12123Y7560D01*
X12118Y7566D01*
X12117Y7570D01*
X12110Y7577D01*
X12100Y7590D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X10710D01*
X10723Y6190D01*
X10730Y6183D01*
X10734Y6182D01*
X10740Y6177D01*
X10756Y6173D01*
X10771Y6165D01*
X10798Y6149D01*
X10827Y6128D01*
X10994Y5985D01*
X11055Y5925D01*
X11091Y5911D01*
X11782Y5220D01*
Y-9920D01*
X9820Y-11882D01*
X-10800D01*
X-11151Y-11952D01*
X-11449Y-12151D01*
X-11720Y-12423D01*
X-12182Y-12231D01*
Y-9580D01*
X-11691Y-9089D01*
X-11655Y-9075D01*
X-11588Y-9009D01*
X-11534Y-8960D01*
X-11431Y-8875D01*
X-11398Y-8851D01*
X-11371Y-8835D01*
X-11356Y-8827D01*
X-11340Y-8823D01*
X-11334Y-8818D01*
X-11330Y-8817D01*
X-11323Y-8810D01*
X-11310Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7410D01*
X-12710Y-7423D01*
X-12717Y-7430D01*
X-12718Y-7434D01*
X-12723Y-7440D01*
X-12727Y-7456D01*
X-12735Y-7471D01*
X-12751Y-7498D01*
X-12772Y-7527D01*
X-12915Y-7694D01*
X-12975Y-7755D01*
X-13095Y-7763D01*
X-13582Y-7336D01*
Y-2656D01*
X-13567Y-2623D01*
X-13561Y-2442D01*
X-13543Y-2283D01*
X-13514Y-2132D01*
X-13474Y-1986D01*
X-13423Y-1846D01*
X-13360Y-1711D01*
X-13286Y-1579D01*
X-13199Y-1452D01*
X-13099Y-1328D01*
X-12976Y-1195D01*
X-12963Y-1161D01*
X-10891Y911D01*
X-10855Y925D01*
X-10788Y991D01*
X-10734Y1040D01*
X-10631Y1125D01*
X-10598Y1149D01*
X-10571Y1166D01*
X-10556Y1173D01*
X-10540Y1177D01*
X-10534Y1182D01*
X-10530Y1183D01*
X-10523Y1190D01*
X-10510Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2590D01*
X-11910Y2577D01*
X-11917Y2570D01*
X-11918Y2566D01*
X-11923Y2560D01*
X-11927Y2544D01*
X-11935Y2529D01*
X-11951Y2502D01*
X-11972Y2473D01*
X-12115Y2306D01*
X-12175Y2245D01*
X-12189Y2209D01*
X-14261Y137D01*
X-14295Y124D01*
X-14427Y1D01*
X-14552Y-99D01*
X-14680Y-186D01*
X-14811Y-260D01*
X-14946Y-323D01*
X-15086Y-374D01*
X-15232Y-414D01*
X-15383Y-443D01*
X-15542Y-461D01*
X-15723Y-467D01*
X-15756Y-482D01*
X-24557D01*
X-24764Y18D01*
X-13731Y11051D01*
X10131D01*
X27894Y-6713D01*
X27910Y-6749D01*
X27926Y-6797D01*
X27940Y-6855D01*
X27951Y-6917D01*
X27966Y-7095D01*
X27967Y-7196D01*
X28000Y-7273D01*
Y-7459D01*
X28198Y-7936D01*
X28312Y-8051D01*
X28105Y-8551D01*
X25569D01*
X17206Y-187D01*
X17190Y-151D01*
X17174Y-103D01*
X17160Y-45D01*
X17149Y17D01*
X17134Y195D01*
X17133Y296D01*
X17100Y373D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X15727D01*
X15804Y-1033D01*
X15911Y-1034D01*
X15999Y-1039D01*
X16077Y-1048D01*
X16145Y-1060D01*
X16203Y-1074D01*
X16251Y-1090D01*
X16287Y-1106D01*
X24841Y-9659D01*
X25300Y-9849D01*
X34600D01*
X35059Y-9659D01*
X35886Y-8832D01*
X36386Y-9039D01*
Y-55490D01*
X29090Y-62786D01*
X7296D01*
X6605Y-62095D01*
X6373Y-61941D01*
X6100Y-61886D01*
X3466D01*
X3437Y-61870D01*
X3420Y-61875D01*
X3404Y-61867D01*
X3339Y-61865D01*
X3295Y-61859D01*
X3257Y-61850D01*
X3221Y-61839D01*
X3187Y-61824D01*
X3154Y-61805D01*
X3121Y-61782D01*
X3088Y-61754D01*
X3053Y-61719D01*
X3008Y-61666D01*
X2935Y-61628D01*
X2705Y-61398D01*
X2227Y-61200D01*
X1710D01*
X1232Y-61398D01*
X866Y-61764D01*
X668Y-62241D01*
Y-62759D01*
X866Y-63236D01*
X916Y-63286D01*
X709Y-63786D01*
X-1000D01*
X-1273Y-63841D01*
X-1458Y-63964D01*
X-1526Y-63990D01*
X-1579Y-64039D01*
X-1620Y-64072D01*
X-1659Y-64099D01*
X-1697Y-64121D01*
X-1733Y-64138D01*
X-1770Y-64151D01*
X-1806Y-64160D01*
X-1843Y-64166D01*
X-1883Y-64169D01*
X-1944Y-64169D01*
X-1947Y-64170D01*
X-1950Y-64168D01*
X-2026Y-64200D01*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65526D01*
X-668Y-65450D01*
X-450Y-65326D01*
X-239Y-65214D01*
X3101D01*
X3182Y-65700D01*
X2233Y-66093D01*
X1419Y-66719D01*
X-1929Y-70066D01*
X-12189D01*
X-12523Y-69566D01*
X-12419Y-69314D01*
Y-68686D01*
X-12660Y-68104D01*
X-13066Y-67698D01*
Y-67302D01*
X-12660Y-66896D01*
X-12419Y-66315D01*
Y-65685D01*
X-12660Y-65104D01*
X-13104Y-64660D01*
X-13381Y-64545D01*
X-13593Y-64033D01*
X-14219Y-63218D01*
X-15033Y-62593D01*
X-15982Y-62200D01*
X-17000Y-62066D01*
X-18018Y-62200D01*
X-18967Y-62593D01*
X-19782Y-63218D01*
X-20407Y-64033D01*
X-20619Y-64545D01*
X-20896Y-64660D01*
X-21340Y-65104D01*
X-21581Y-65685D01*
Y-66315D01*
X-21340Y-66896D01*
X-20934Y-67302D01*
Y-67698D01*
X-21340Y-68104D01*
X-21581Y-68686D01*
Y-69314D01*
X-21340Y-69896D01*
X-20934Y-70302D01*
Y-70698D01*
X-21340Y-71104D01*
X-21581Y-71685D01*
Y-72315D01*
X-21340Y-72896D01*
X-20934Y-73302D01*
Y-74000D01*
X-20800Y-75018D01*
X-20407Y-75967D01*
X-19782Y-76781D01*
X-18967Y-77407D01*
X-18018Y-77800D01*
X-17000Y-77934D01*
X-300D01*
X718Y-77800D01*
X1667Y-77407D01*
X2482Y-76781D01*
X5829Y-73434D01*
X38468D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39381Y-74455D01*
X39593Y-74967D01*
X40218Y-75782D01*
X41033Y-76407D01*
X41982Y-76800D01*
X43000Y-76934D01*
X44018Y-76800D01*
X44967Y-76407D01*
X45781Y-75782D01*
X46407Y-74967D01*
X46619Y-74455D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72819D01*
X48281Y-72281D01*
X48907Y-71467D01*
X49300Y-70518D01*
X49434Y-69500D01*
X49300Y-68482D01*
X48907Y-67533D01*
X48281Y-66719D01*
X47467Y-66093D01*
X47232Y-65996D01*
X46896Y-65660D01*
X46619Y-65545D01*
X46407Y-65033D01*
X45781Y-64218D01*
X44967Y-63593D01*
X44018Y-63200D01*
X43000Y-63066D01*
X41982Y-63200D01*
X41033Y-63593D01*
X40218Y-64218D01*
X39593Y-65033D01*
X39381Y-65545D01*
X39329Y-65566D01*
X30364D01*
X30212Y-65066D01*
X30305Y-65005D01*
X38605Y-56705D01*
X38759Y-56473D01*
X38814Y-56200D01*
Y47700D01*
X38759Y47973D01*
X38605Y48205D01*
X33628Y53182D01*
X33612Y53224D01*
X33567Y53272D01*
X33539Y53309D01*
X33514Y53346D01*
X33493Y53385D01*
X33475Y53426D01*
X33461Y53470D01*
X33448Y53517D01*
X33440Y53569D01*
X33435Y53626D01*
X33433Y53701D01*
X33400Y53775D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30959Y53057D01*
X30535Y52774D01*
X29681Y53628D01*
X29665Y53671D01*
X29620Y53720D01*
X29588Y53759D01*
X29558Y53802D01*
X29531Y53847D01*
X29506Y53895D01*
X29484Y53947D01*
X29463Y54002D01*
X29446Y54063D01*
X29431Y54127D01*
X29417Y54207D01*
X29400Y54234D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72029Y2632D01*
X72060Y2555D01*
X72135Y2478D01*
X72193Y2412D01*
X72243Y2351D01*
X72282Y2294D01*
X72313Y2243D01*
X72336Y2198D01*
X72351Y2162D01*
Y-431D01*
X69431Y-3351D01*
X51338D01*
X51302Y-3336D01*
X51257Y-3313D01*
X51206Y-3283D01*
X51154Y-3246D01*
X51018Y-3131D01*
X50945Y-3060D01*
X50868Y-3029D01*
X50736Y-2898D01*
X50259Y-2700D01*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X50868Y-4971D01*
X50945Y-4940D01*
X51022Y-4865D01*
X51088Y-4806D01*
X51149Y-4757D01*
X51206Y-4718D01*
X51257Y-4687D01*
X51302Y-4664D01*
X51338Y-4649D01*
X69700D01*
X70159Y-4459D01*
X73459Y-1159D01*
X73649Y-700D01*
Y2162D01*
X73664Y2198D01*
X73687Y2243D01*
X73717Y2294D01*
X73754Y2346D01*
X73869Y2482D01*
X73940Y2555D01*
X73971Y2632D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4627D01*
X71667Y-4704D01*
X71666Y-4811D01*
X71661Y-4899D01*
X71652Y-4977D01*
X71640Y-5045D01*
X71626Y-5103D01*
X71610Y-5151D01*
X71595Y-5187D01*
X70231Y-6551D01*
X51338D01*
X51302Y-6536D01*
X51257Y-6513D01*
X51206Y-6482D01*
X51154Y-6446D01*
X51018Y-6331D01*
X50945Y-6260D01*
X50868Y-6229D01*
X50736Y-6098D01*
X50259Y-5900D01*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X50868Y-8171D01*
X50945Y-8140D01*
X51022Y-8065D01*
X51088Y-8006D01*
X51149Y-7957D01*
X51206Y-7918D01*
X51257Y-7887D01*
X51302Y-7864D01*
X51338Y-7849D01*
X70500D01*
X70959Y-7659D01*
X72513Y-6106D01*
X72549Y-6090D01*
X72597Y-6074D01*
X72655Y-6060D01*
X72717Y-6049D01*
X72895Y-6034D01*
X72996Y-6033D01*
X73073Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X18259Y-15000D02*
X17741D01*
X17264Y-15198D01*
X16900Y-15562D01*
X16536Y-15198D01*
X16059Y-15000D01*
X15541D01*
X15064Y-15198D01*
X14698Y-15564D01*
X14500Y-16041D01*
Y-16559D01*
X14698Y-17036D01*
X15064Y-17402D01*
X15541Y-17600D01*
X16059D01*
X16536Y-17402D01*
X16900Y-17039D01*
X17264Y-17402D01*
X17741Y-17600D01*
X18259D01*
X18415Y-17535D01*
X18600Y-17659D01*
X18798Y-18136D01*
X19164Y-18502D01*
X19641Y-18700D01*
X20159D01*
X20636Y-18502D01*
X21002Y-18136D01*
X21200Y-17659D01*
Y-17141D01*
X21002Y-16664D01*
X20636Y-16298D01*
X20159Y-16100D01*
X19641D01*
X19485Y-16165D01*
X19300Y-16041D01*
X19102Y-15564D01*
X18736Y-15198D01*
X18259Y-15000D01*
D02*
G37*
G36*
X22712Y-20200D02*
X22195D01*
X21717Y-20398D01*
X21351Y-20764D01*
X21251Y-21006D01*
X20694Y-21153D01*
X20691Y-21152D01*
X20536Y-20998D01*
X20059Y-20800D01*
X19541D01*
X19064Y-20998D01*
X18698Y-21364D01*
X18500Y-21841D01*
Y-22359D01*
X18698Y-22836D01*
X19064Y-23202D01*
X19541Y-23400D01*
X20059D01*
X20536Y-23202D01*
X20902Y-22836D01*
X21002Y-22594D01*
X21560Y-22447D01*
X21563Y-22448D01*
X21717Y-22602D01*
X22195Y-22800D01*
X22712D01*
X23190Y-22602D01*
X23556Y-22236D01*
X23753Y-21759D01*
Y-21241D01*
X23556Y-20764D01*
X23190Y-20398D01*
X22712Y-20200D01*
D02*
G37*
G36*
X28500Y-14973D02*
X27954Y-15081D01*
X27491Y-15391D01*
X27181Y-15854D01*
X27073Y-16400D01*
Y-21200D01*
Y-24309D01*
X25509Y-25873D01*
X4200D01*
X4200Y-25873D01*
X3654Y-25981D01*
X3191Y-26291D01*
X-769Y-30250D01*
X-1079Y-30714D01*
X-1187Y-31260D01*
X-1187Y-31260D01*
Y-33540D01*
Y-38640D01*
X-1079Y-39186D01*
X-769Y-39650D01*
X-306Y-39959D01*
X240Y-40068D01*
X786Y-39959D01*
X996Y-39819D01*
X1036Y-39802D01*
X1067Y-39771D01*
X1249Y-39650D01*
X1371Y-39467D01*
X1402Y-39436D01*
X1419Y-39396D01*
X1559Y-39186D01*
X1668Y-38640D01*
Y-33540D01*
Y-31851D01*
X4791Y-28727D01*
X26100D01*
X26100Y-28727D01*
X26646Y-28619D01*
X27109Y-28309D01*
X29509Y-25909D01*
X29509Y-25909D01*
X29819Y-25446D01*
X29927Y-24900D01*
Y-21200D01*
Y-16400D01*
X29819Y-15854D01*
X29509Y-15391D01*
X29046Y-15081D01*
X28500Y-14973D01*
D02*
G37*
G36*
X-50741Y-20700D02*
X-51259D01*
X-51736Y-20898D01*
X-52102Y-21264D01*
X-52300Y-21741D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-51073D01*
X-50996Y-23333D01*
X-50889Y-23334D01*
X-50801Y-23339D01*
X-50723Y-23348D01*
X-50655Y-23360D01*
X-50597Y-23374D01*
X-50549Y-23390D01*
X-50513Y-23405D01*
X-50349Y-23569D01*
Y-30205D01*
X-50529Y-30332D01*
X-50849Y-30462D01*
X-51241Y-30300D01*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31527D01*
X-52833Y-31604D01*
X-52834Y-31711D01*
X-52839Y-31799D01*
X-52848Y-31877D01*
X-52860Y-31945D01*
X-52874Y-32003D01*
X-52890Y-32051D01*
X-52905Y-32087D01*
X-53959Y-33141D01*
X-54149Y-33600D01*
Y-36831D01*
X-57490Y-40172D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57354Y-41630D01*
X-56941Y-41459D01*
X-53041Y-37559D01*
X-52851Y-37100D01*
Y-33869D01*
X-51987Y-33005D01*
X-51951Y-32990D01*
X-51903Y-32974D01*
X-51845Y-32960D01*
X-51783Y-32949D01*
X-51605Y-32934D01*
X-51504Y-32933D01*
X-51427Y-32900D01*
X-51241D01*
X-50849Y-32738D01*
X-50529Y-32868D01*
X-50349Y-32995D01*
Y-67831D01*
X-55169Y-72651D01*
X-67431D01*
X-74551Y-65531D01*
Y-56700D01*
X-74695Y-56350D01*
X-74272Y-56067D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-52073D01*
X-72167Y-51996D01*
X-72166Y-51889D01*
X-72161Y-51801D01*
X-72152Y-51723D01*
X-72140Y-51655D01*
X-72126Y-51597D01*
X-72110Y-51549D01*
X-72095Y-51513D01*
X-63831Y-43249D01*
X-63438D01*
X-63402Y-43264D01*
X-63357Y-43287D01*
X-63306Y-43317D01*
X-63254Y-43354D01*
X-63118Y-43469D01*
X-63045Y-43540D01*
X-62968Y-43571D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
X-62359D01*
X-62836Y-41498D01*
X-62968Y-41629D01*
X-63045Y-41660D01*
X-63122Y-41735D01*
X-63188Y-41794D01*
X-63249Y-41843D01*
X-63306Y-41883D01*
X-63357Y-41913D01*
X-63402Y-41936D01*
X-63438Y-41951D01*
X-64100D01*
X-64559Y-42141D01*
X-72906Y-50488D01*
X-73186Y-50512D01*
X-73231Y-50468D01*
X-73324Y-49943D01*
X-70907Y-47526D01*
X-70717Y-47066D01*
Y-46957D01*
X-70714Y-46948D01*
X-70705Y-46929D01*
X-70695Y-46911D01*
X-70682Y-46894D01*
X-70666Y-46876D01*
X-70645Y-46857D01*
X-70603Y-46826D01*
X-70586Y-46797D01*
X-70555Y-46785D01*
X-70539Y-46744D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72194Y-46744D01*
X-72177Y-46785D01*
X-72406Y-47180D01*
X-72435Y-47216D01*
X-75959Y-50741D01*
X-76149Y-51200D01*
Y-53000D01*
X-75959Y-53459D01*
X-74906Y-54513D01*
X-74890Y-54549D01*
X-74874Y-54597D01*
X-74860Y-54655D01*
X-74849Y-54717D01*
X-74834Y-54895D01*
X-74833Y-54996D01*
X-74800Y-55073D01*
Y-55259D01*
X-74647Y-55627D01*
X-75071Y-55910D01*
X-76995Y-53987D01*
X-77010Y-53951D01*
X-77026Y-53903D01*
X-77040Y-53845D01*
X-77051Y-53783D01*
X-77066Y-53605D01*
X-77067Y-53504D01*
X-77100Y-53427D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
X-78659D01*
X-79136Y-52398D01*
X-79502Y-52764D01*
X-79700Y-53241D01*
Y-53759D01*
X-79502Y-54236D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78473D01*
X-78396Y-54833D01*
X-78289Y-54834D01*
X-78201Y-54839D01*
X-78123Y-54848D01*
X-78055Y-54860D01*
X-77997Y-54874D01*
X-77949Y-54890D01*
X-77913Y-54905D01*
X-75849Y-56969D01*
Y-65800D01*
X-75659Y-66259D01*
X-68159Y-73759D01*
X-67700Y-73949D01*
X-54900D01*
X-54441Y-73759D01*
X-49241Y-68559D01*
X-49051Y-68100D01*
Y-23300D01*
X-49241Y-22841D01*
X-49595Y-22487D01*
X-49610Y-22451D01*
X-49626Y-22403D01*
X-49640Y-22345D01*
X-49651Y-22283D01*
X-49666Y-22105D01*
X-49667Y-22004D01*
X-49700Y-21927D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
D02*
G37*
G36*
X-11241Y-30600D02*
X-11759D01*
X-12236Y-30798D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-11759Y-33200D01*
X-11241D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-11241Y-30600D01*
D02*
G37*
G36*
X-39441Y-40300D02*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41859D01*
X-40802Y-42336D01*
X-40436Y-42702D01*
X-39959Y-42900D01*
X-39441D01*
X-39291Y-42838D01*
X-38908Y-43220D01*
X-39000Y-43441D01*
Y-43959D01*
X-38802Y-44436D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37441D01*
X-36964Y-44802D01*
X-36598Y-44436D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47759D01*
X1398Y-48236D01*
X1764Y-48602D01*
X2241Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
G36*
X29759Y-51000D02*
X29241D01*
X28764Y-51198D01*
X28398Y-51564D01*
X27863Y-51726D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28402Y-53636D01*
X28937Y-53474D01*
X29241Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44010D01*
X-12110Y-44023D01*
X-12117Y-44030D01*
X-12118Y-44034D01*
X-12123Y-44040D01*
X-12127Y-44056D01*
X-12135Y-44071D01*
X-12151Y-44098D01*
X-12172Y-44127D01*
X-12313Y-44292D01*
X-12366Y-44340D01*
X-12469Y-44425D01*
X-12502Y-44449D01*
X-12529Y-44465D01*
X-12544Y-44473D01*
X-12560Y-44477D01*
X-12566Y-44482D01*
X-12570Y-44483D01*
X-12577Y-44490D01*
X-12590Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45890D01*
X-11190Y-45877D01*
X-11183Y-45870D01*
X-11182Y-45866D01*
X-11177Y-45860D01*
X-11173Y-45844D01*
X-11165Y-45829D01*
X-11149Y-45802D01*
X-11134Y-45781D01*
X-11042Y-45704D01*
X-10545Y-45675D01*
X-10509Y-45689D01*
X-8849Y-47349D01*
X-8551Y-47548D01*
X-8200Y-47618D01*
X-3180D01*
X951Y-51749D01*
X1249Y-51948D01*
X1600Y-52018D01*
X7170D01*
X7206Y-52033D01*
X7299Y-52034D01*
X7373Y-52037D01*
X7506Y-52050D01*
X7546Y-52057D01*
X7577Y-52064D01*
X7593Y-52069D01*
X7607Y-52078D01*
X7614Y-52079D01*
X7619Y-52081D01*
X7628Y-52081D01*
X7644Y-52083D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
X8241D01*
X7764Y-49998D01*
X7644Y-50117D01*
X7628Y-50119D01*
X7619Y-50120D01*
X7614Y-50121D01*
X7607Y-50122D01*
X7593Y-50130D01*
X7577Y-50136D01*
X7546Y-50143D01*
X7510Y-50149D01*
X7292Y-50166D01*
X7206Y-50167D01*
X7170Y-50182D01*
X1980D01*
X-2151Y-46051D01*
X-2449Y-45852D01*
X-2800Y-45782D01*
X-7820D01*
X-9211Y-44391D01*
X-9225Y-44355D01*
X-9290Y-44288D01*
X-9340Y-44234D01*
X-9425Y-44131D01*
X-9449Y-44098D01*
X-9465Y-44071D01*
X-9473Y-44056D01*
X-9477Y-44040D01*
X-9482Y-44034D01*
X-9483Y-44030D01*
X-9490Y-44023D01*
X-9500Y-44010D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X24259Y-56200D02*
X23741D01*
X23264Y-56398D01*
X22898Y-56764D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57241D01*
X25102Y-56764D01*
X24736Y-56398D01*
X24259Y-56200D01*
D02*
G37*
%LPD*%
G36*
X29006Y54041D02*
X29027Y53952D01*
X29052Y53868D01*
X29081Y53787D01*
X29115Y53709D01*
X29153Y53635D01*
X29195Y53565D01*
X29242Y53498D01*
X29293Y53435D01*
X29349Y53376D01*
X28996Y52880D01*
X28933Y52937D01*
X28868Y52987D01*
X28800Y53030D01*
X28729Y53064D01*
X28656Y53092D01*
X28580Y53111D01*
X28502Y53123D01*
X28420Y53127D01*
X28337Y53124D01*
X28250Y53113D01*
X28990Y54132D01*
X29006Y54041D01*
D02*
G37*
G36*
X33002Y53600D02*
X33010Y53513D01*
X33024Y53429D01*
X33045Y53347D01*
X33071Y53270D01*
X33104Y53195D01*
X33142Y53124D01*
X33187Y53056D01*
X33237Y52992D01*
X33294Y52930D01*
X32870Y52506D01*
X32808Y52563D01*
X32744Y52613D01*
X32676Y52658D01*
X32605Y52696D01*
X32530Y52729D01*
X32452Y52755D01*
X32372Y52776D01*
X32287Y52790D01*
X32200Y52798D01*
X32109Y52800D01*
X33000Y53691D01*
X33002Y53600D01*
D02*
G37*
G36*
X567Y42792D02*
X511Y42724D01*
X462Y42654D01*
X419Y42583D01*
X383Y42509D01*
X353Y42434D01*
X330Y42356D01*
X313Y42276D01*
X303Y42195D01*
X300Y42112D01*
X-300D01*
X-303Y42195D01*
X-313Y42276D01*
X-330Y42356D01*
X-353Y42434D01*
X-383Y42509D01*
X-419Y42583D01*
X-462Y42654D01*
X-511Y42724D01*
X-567Y42792D01*
X-630Y42857D01*
X630D01*
X567Y42792D01*
D02*
G37*
G36*
X726Y37548D02*
X890Y37411D01*
X969Y37355D01*
X1047Y37308D01*
X1124Y37269D01*
X1199Y37239D01*
X1273Y37217D01*
X1346Y37204D01*
X1417Y37200D01*
Y36800D01*
X1346Y36796D01*
X1273Y36783D01*
X1199Y36761D01*
X1124Y36731D01*
X1047Y36693D01*
X969Y36645D01*
X890Y36589D01*
X809Y36525D01*
X726Y36452D01*
X643Y36370D01*
Y37630D01*
X726Y37548D01*
D02*
G37*
G36*
X-59097Y36353D02*
X-59086Y36311D01*
X-59068Y36265D01*
X-59043Y36216D01*
X-59010Y36163D01*
X-58970Y36106D01*
X-58867Y35982D01*
X-58805Y35914D01*
X-58736Y35843D01*
X-59443Y35135D01*
X-59514Y35205D01*
X-59706Y35370D01*
X-59763Y35410D01*
X-59816Y35443D01*
X-59865Y35468D01*
X-59911Y35486D01*
X-59953Y35497D01*
X-59991Y35500D01*
X-59100Y36391D01*
X-59097Y36353D01*
D02*
G37*
G36*
X-59909Y31600D02*
X-59947Y31597D01*
X-59989Y31586D01*
X-60035Y31568D01*
X-60084Y31543D01*
X-60137Y31510D01*
X-60194Y31470D01*
X-60318Y31367D01*
X-60386Y31305D01*
X-60457Y31236D01*
X-61164Y31943D01*
X-61095Y32014D01*
X-60930Y32206D01*
X-60890Y32263D01*
X-60857Y32316D01*
X-60832Y32365D01*
X-60814Y32411D01*
X-60803Y32453D01*
X-60800Y32491D01*
X-59909Y31600D01*
D02*
G37*
G36*
X14491Y30100D02*
X14413Y30098D01*
X14337Y30089D01*
X14262Y30073D01*
X14189Y30051D01*
X14117Y30023D01*
X14047Y29988D01*
X13978Y29947D01*
X13910Y29899D01*
X13844Y29845D01*
X13779Y29784D01*
X13284Y30279D01*
X13345Y30344D01*
X13399Y30410D01*
X13447Y30478D01*
X13488Y30547D01*
X13523Y30617D01*
X13551Y30689D01*
X13573Y30762D01*
X13589Y30837D01*
X13598Y30913D01*
X13600Y30991D01*
X14491Y30100D01*
D02*
G37*
G36*
X9491D02*
X9413Y30098D01*
X9337Y30089D01*
X9262Y30073D01*
X9189Y30051D01*
X9117Y30023D01*
X9047Y29988D01*
X8978Y29947D01*
X8910Y29899D01*
X8844Y29845D01*
X8779Y29784D01*
X8284Y30279D01*
X8345Y30344D01*
X8399Y30410D01*
X8447Y30478D01*
X8488Y30547D01*
X8523Y30617D01*
X8551Y30689D01*
X8573Y30762D01*
X8589Y30837D01*
X8598Y30913D01*
X8600Y30991D01*
X9491Y30100D01*
D02*
G37*
G36*
X-9509D02*
X-9587Y30098D01*
X-9663Y30089D01*
X-9738Y30073D01*
X-9811Y30051D01*
X-9883Y30023D01*
X-9953Y29988D01*
X-10022Y29947D01*
X-10090Y29899D01*
X-10156Y29845D01*
X-10221Y29784D01*
X-10716Y30279D01*
X-10655Y30344D01*
X-10601Y30410D01*
X-10553Y30478D01*
X-10512Y30547D01*
X-10477Y30617D01*
X-10449Y30689D01*
X-10427Y30762D01*
X-10411Y30837D01*
X-10402Y30913D01*
X-10400Y30991D01*
X-9509Y30100D01*
D02*
G37*
G36*
X-14509D02*
X-14587Y30098D01*
X-14663Y30089D01*
X-14738Y30073D01*
X-14811Y30051D01*
X-14883Y30023D01*
X-14953Y29988D01*
X-15022Y29947D01*
X-15090Y29899D01*
X-15156Y29845D01*
X-15221Y29784D01*
X-15716Y30279D01*
X-15655Y30344D01*
X-15601Y30410D01*
X-15553Y30478D01*
X-15512Y30547D01*
X-15477Y30617D01*
X-15449Y30689D01*
X-15427Y30762D01*
X-15411Y30837D01*
X-15402Y30913D01*
X-15400Y30991D01*
X-14509Y30100D01*
D02*
G37*
G36*
X-57243Y26270D02*
X-57272Y26295D01*
X-57309Y26317D01*
X-57354Y26336D01*
X-57407Y26353D01*
X-57468Y26368D01*
X-57536Y26379D01*
X-57697Y26395D01*
X-57789Y26399D01*
X-57888Y26400D01*
Y27400D01*
X-57789Y27401D01*
X-57536Y27421D01*
X-57468Y27433D01*
X-57407Y27447D01*
X-57354Y27464D01*
X-57309Y27483D01*
X-57272Y27505D01*
X-57243Y27530D01*
Y26270D01*
D02*
G37*
G36*
X11703Y7453D02*
X11714Y7411D01*
X11732Y7365D01*
X11757Y7316D01*
X11790Y7263D01*
X11830Y7206D01*
X11933Y7082D01*
X11995Y7014D01*
X12065Y6943D01*
X11357Y6236D01*
X11286Y6305D01*
X11094Y6470D01*
X11037Y6510D01*
X10984Y6543D01*
X10935Y6568D01*
X10889Y6586D01*
X10847Y6597D01*
X10809Y6600D01*
X11700Y7491D01*
X11703Y7453D01*
D02*
G37*
G36*
X-53974Y6091D02*
X-53965Y6006D01*
X-53951Y5925D01*
X-53931Y5847D01*
X-53905Y5774D01*
X-53873Y5704D01*
X-53836Y5637D01*
X-53793Y5575D01*
X-53744Y5516D01*
X-53689Y5461D01*
X-54949Y5424D01*
X-54897Y5482D01*
X-54851Y5544D01*
X-54810Y5609D01*
X-54775Y5677D01*
X-54745Y5749D01*
X-54720Y5824D01*
X-54701Y5902D01*
X-54688Y5984D01*
X-54680Y6069D01*
X-54677Y6157D01*
X-53977Y6180D01*
X-53974Y6091D01*
D02*
G37*
G36*
X-49877Y6072D02*
X-49875Y5985D01*
X-49857Y5817D01*
X-49842Y5737D01*
X-49822Y5659D01*
X-49798Y5584D01*
X-49770Y5512D01*
X-49737Y5442D01*
X-49700Y5374D01*
X-49658Y5310D01*
X-50894Y5552D01*
X-50834Y5596D01*
X-50780Y5646D01*
X-50732Y5700D01*
X-50691Y5759D01*
X-50656Y5824D01*
X-50628Y5894D01*
X-50605Y5968D01*
X-50590Y6048D01*
X-50580Y6133D01*
X-50577Y6222D01*
X-49877Y6072D01*
D02*
G37*
G36*
X-10609Y1600D02*
X-10647Y1597D01*
X-10689Y1586D01*
X-10735Y1568D01*
X-10784Y1543D01*
X-10837Y1510D01*
X-10894Y1470D01*
X-11018Y1367D01*
X-11086Y1305D01*
X-11157Y1235D01*
X-11864Y1943D01*
X-11795Y2014D01*
X-11630Y2206D01*
X-11590Y2263D01*
X-11557Y2316D01*
X-11532Y2365D01*
X-11514Y2411D01*
X-11503Y2453D01*
X-11500Y2491D01*
X-10609Y1600D01*
D02*
G37*
G36*
X-55284Y1421D02*
X-55345Y1356D01*
X-55399Y1290D01*
X-55447Y1222D01*
X-55488Y1153D01*
X-55523Y1083D01*
X-55551Y1011D01*
X-55573Y938D01*
X-55589Y863D01*
X-55598Y787D01*
X-55600Y709D01*
X-56491Y1600D01*
X-56413Y1602D01*
X-56337Y1611D01*
X-56262Y1627D01*
X-56189Y1649D01*
X-56117Y1677D01*
X-56047Y1712D01*
X-55978Y1753D01*
X-55910Y1801D01*
X-55844Y1855D01*
X-55779Y1916D01*
X-55284Y1421D01*
D02*
G37*
G36*
X-51143Y1379D02*
X-51203Y1314D01*
X-51257Y1248D01*
X-51305Y1181D01*
X-51346Y1112D01*
X-51381Y1041D01*
X-51410Y969D01*
X-51432Y896D01*
X-51447Y821D01*
X-51456Y745D01*
X-51458Y667D01*
X-52349Y1558D01*
X-52271Y1561D01*
X-52195Y1570D01*
X-52121Y1585D01*
X-52047Y1607D01*
X-51975Y1635D01*
X-51905Y1670D01*
X-51836Y1711D01*
X-51768Y1759D01*
X-51702Y1813D01*
X-51638Y1874D01*
X-51143Y1379D01*
D02*
G37*
G36*
X16701Y174D02*
X16719Y-39D01*
X16736Y-134D01*
X16758Y-223D01*
X16785Y-305D01*
X16817Y-379D01*
X16854Y-447D01*
X16896Y-507D01*
X16944Y-561D01*
X16661Y-844D01*
X16607Y-796D01*
X16547Y-754D01*
X16479Y-717D01*
X16405Y-685D01*
X16323Y-658D01*
X16234Y-636D01*
X16139Y-619D01*
X16036Y-608D01*
X15926Y-601D01*
X15809Y-600D01*
X16700Y291D01*
X16701Y174D01*
D02*
G37*
G36*
X-65406Y-1730D02*
X-65463Y-1792D01*
X-65513Y-1856D01*
X-65558Y-1924D01*
X-65596Y-1995D01*
X-65629Y-2070D01*
X-65655Y-2148D01*
X-65675Y-2228D01*
X-65690Y-2313D01*
X-65698Y-2400D01*
X-65700Y-2491D01*
X-66591Y-1600D01*
X-66500Y-1598D01*
X-66413Y-1590D01*
X-66329Y-1575D01*
X-66247Y-1555D01*
X-66170Y-1529D01*
X-66095Y-1496D01*
X-66024Y-1458D01*
X-65956Y-1413D01*
X-65892Y-1363D01*
X-65830Y-1306D01*
X-65406Y-1730D01*
D02*
G37*
G36*
X-13293Y-900D02*
X-13427Y-1044D01*
X-13547Y-1195D01*
X-13654Y-1351D01*
X-13745Y-1513D01*
X-13823Y-1680D01*
X-13887Y-1854D01*
X-13936Y-2034D01*
X-13972Y-2219D01*
X-13993Y-2410D01*
X-14000Y-2607D01*
X-15000Y-2900D01*
X-15010Y-2710D01*
X-15040Y-2540D01*
X-15090Y-2390D01*
X-15160Y-2260D01*
X-15250Y-2150D01*
X-15360Y-2060D01*
X-15490Y-1990D01*
X-15640Y-1940D01*
X-15810Y-1910D01*
X-16000Y-1900D01*
X-15707Y-900D01*
X-15510Y-893D01*
X-15319Y-872D01*
X-15134Y-836D01*
X-14954Y-787D01*
X-14780Y-723D01*
X-14613Y-645D01*
X-14451Y-554D01*
X-14295Y-447D01*
X-14144Y-327D01*
X-14000Y-193D01*
X-13293Y-900D01*
D02*
G37*
G36*
X28493Y-3004D02*
X28553Y-3046D01*
X28621Y-3083D01*
X28695Y-3115D01*
X28777Y-3142D01*
X28866Y-3164D01*
X28962Y-3181D01*
X29064Y-3192D01*
X29174Y-3199D01*
X29291Y-3200D01*
X28400Y-4091D01*
X28399Y-3974D01*
X28381Y-3761D01*
X28364Y-3666D01*
X28342Y-3577D01*
X28315Y-3495D01*
X28283Y-3421D01*
X28246Y-3353D01*
X28204Y-3293D01*
X28156Y-3239D01*
X28439Y-2956D01*
X28493Y-3004D01*
D02*
G37*
G36*
X-17695Y-4872D02*
X-17717Y-4909D01*
X-17736Y-4954D01*
X-17753Y-5007D01*
X-17767Y-5068D01*
X-17779Y-5136D01*
X-17795Y-5297D01*
X-17799Y-5389D01*
X-17800Y-5488D01*
X-18800D01*
X-18801Y-5389D01*
X-18821Y-5136D01*
X-18833Y-5068D01*
X-18847Y-5007D01*
X-18864Y-4954D01*
X-18883Y-4909D01*
X-18905Y-4872D01*
X-18930Y-4843D01*
X-17670D01*
X-17695Y-4872D01*
D02*
G37*
G36*
X28493Y-6104D02*
X28553Y-6146D01*
X28621Y-6183D01*
X28695Y-6215D01*
X28777Y-6242D01*
X28866Y-6264D01*
X28962Y-6281D01*
X29064Y-6292D01*
X29174Y-6299D01*
X29291Y-6300D01*
X28400Y-7191D01*
X28399Y-7074D01*
X28381Y-6861D01*
X28364Y-6766D01*
X28342Y-6677D01*
X28315Y-6595D01*
X28283Y-6521D01*
X28246Y-6453D01*
X28204Y-6393D01*
X28156Y-6339D01*
X28439Y-6056D01*
X28493Y-6104D01*
D02*
G37*
G36*
X-34156Y-7539D02*
X-34204Y-7593D01*
X-34246Y-7653D01*
X-34283Y-7721D01*
X-34315Y-7795D01*
X-34342Y-7877D01*
X-34364Y-7966D01*
X-34381Y-8061D01*
X-34392Y-8164D01*
X-34399Y-8274D01*
X-34400Y-8391D01*
X-35291Y-7500D01*
X-35174Y-7499D01*
X-34962Y-7481D01*
X-34866Y-7464D01*
X-34777Y-7442D01*
X-34695Y-7415D01*
X-34621Y-7383D01*
X-34553Y-7346D01*
X-34493Y-7304D01*
X-34439Y-7256D01*
X-34156Y-7539D01*
D02*
G37*
G36*
X-1300Y36884D02*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X868Y36029D01*
X945Y36060D01*
X1022Y36135D01*
X1088Y36193D01*
X1149Y36243D01*
X1206Y36283D01*
X1257Y36313D01*
X1302Y36336D01*
X1338Y36351D01*
X16331D01*
X18041Y34641D01*
X18500Y34451D01*
X26631D01*
X29451Y31631D01*
Y28600D01*
X29641Y28141D01*
X35151Y22631D01*
Y-7731D01*
X34331Y-8551D01*
X30495D01*
X30288Y-8051D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
X29440Y-5569D01*
X29559Y-5400D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
X29373D01*
X29296Y-2767D01*
X29189Y-2766D01*
X29101Y-2761D01*
X29023Y-2752D01*
X28955Y-2740D01*
X28897Y-2726D01*
X28849Y-2710D01*
X28813Y-2695D01*
X13159Y12959D01*
X12700Y13149D01*
X-14400D01*
X-14859Y12959D01*
X-34813Y-6995D01*
X-34849Y-7010D01*
X-34897Y-7026D01*
X-34955Y-7040D01*
X-35017Y-7051D01*
X-35195Y-7066D01*
X-35296Y-7067D01*
X-35373Y-7100D01*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36522Y-8846D01*
X-36946Y-9129D01*
X-40924Y-5151D01*
X-41222Y-4952D01*
X-41573Y-4882D01*
X-66220D01*
X-66802Y-4300D01*
X-66595Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2575D01*
X-65267Y-2501D01*
X-65265Y-2426D01*
X-65260Y-2369D01*
X-65251Y-2317D01*
X-65240Y-2270D01*
X-65225Y-2226D01*
X-65207Y-2185D01*
X-65186Y-2146D01*
X-65161Y-2109D01*
X-65133Y-2073D01*
X-65088Y-2024D01*
X-65072Y-1982D01*
X-64195Y-1105D01*
X-64041Y-873D01*
X-63986Y-600D01*
Y5304D01*
X-61304Y7986D01*
X-54748D01*
X-54557Y7524D01*
X-54868Y7214D01*
X-55033Y6966D01*
X-55091Y6673D01*
Y6211D01*
X-55110Y6171D01*
X-55112Y6096D01*
X-55117Y6040D01*
X-55126Y5989D01*
X-55137Y5942D01*
X-55151Y5900D01*
X-55167Y5860D01*
X-55186Y5824D01*
X-55208Y5789D01*
X-55233Y5756D01*
X-55273Y5711D01*
X-55297Y5642D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55079Y3740D01*
X-55061Y3436D01*
X-55086Y3177D01*
X-55141Y3141D01*
X-55141Y3141D01*
X-56035Y2247D01*
X-56076Y2231D01*
X-56130Y2180D01*
X-56173Y2145D01*
X-56214Y2116D01*
X-56254Y2092D01*
X-56293Y2073D01*
X-56330Y2058D01*
X-56368Y2047D01*
X-56406Y2039D01*
X-56445Y2035D01*
X-56505Y2033D01*
X-56577Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57236Y-402D01*
X-56759Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y623D01*
X-55167Y695D01*
X-55165Y754D01*
X-55161Y794D01*
X-55153Y832D01*
X-55142Y870D01*
X-55127Y907D01*
X-55108Y946D01*
X-55084Y986D01*
X-55055Y1027D01*
X-55020Y1070D01*
X-54969Y1124D01*
X-54953Y1165D01*
X-54283Y1835D01*
X-53727D01*
X-53584Y1600D01*
X-53485Y1335D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y581D01*
X-51025Y654D01*
X-51024Y713D01*
X-51019Y752D01*
X-51011Y790D01*
X-51000Y828D01*
X-50985Y866D01*
X-50966Y904D01*
X-50942Y944D01*
X-50913Y986D01*
X-50878Y1028D01*
X-50827Y1082D01*
X-50811Y1124D01*
X-50400Y1535D01*
X-49500D01*
X-49207Y1594D01*
X-48959Y1759D01*
X-47659Y3059D01*
X-47493Y3307D01*
X-47435Y3600D01*
X-47435Y3600D01*
Y7816D01*
X-33566Y21685D01*
X5950D01*
X6243Y21744D01*
X6491Y21909D01*
X14035Y29453D01*
X14076Y29469D01*
X14130Y29520D01*
X14173Y29555D01*
X14214Y29584D01*
X14254Y29608D01*
X14293Y29627D01*
X14330Y29642D01*
X14368Y29653D01*
X14406Y29661D01*
X14445Y29665D01*
X14505Y29667D01*
X14577Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y31077D01*
X13167Y31005D01*
X13165Y30945D01*
X13161Y30906D01*
X13153Y30868D01*
X13142Y30830D01*
X13127Y30793D01*
X13108Y30754D01*
X13084Y30714D01*
X13055Y30673D01*
X13020Y30630D01*
X12969Y30576D01*
X12953Y30535D01*
X5633Y23215D01*
X3449D01*
X3258Y23677D01*
X9035Y29453D01*
X9076Y29469D01*
X9130Y29520D01*
X9173Y29555D01*
X9214Y29584D01*
X9254Y29608D01*
X9293Y29627D01*
X9330Y29642D01*
X9368Y29653D01*
X9406Y29661D01*
X9445Y29665D01*
X9505Y29667D01*
X9577Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y31077D01*
X8167Y31005D01*
X8165Y30945D01*
X8161Y30906D01*
X8153Y30868D01*
X8142Y30830D01*
X8127Y30793D01*
X8108Y30754D01*
X8084Y30714D01*
X8055Y30673D01*
X8020Y30630D01*
X7969Y30576D01*
X7953Y30535D01*
X1733Y24315D01*
X-14451D01*
X-14642Y24777D01*
X-9965Y29453D01*
X-9924Y29469D01*
X-9870Y29520D01*
X-9827Y29555D01*
X-9786Y29584D01*
X-9746Y29608D01*
X-9707Y29627D01*
X-9670Y29642D01*
X-9632Y29653D01*
X-9594Y29661D01*
X-9555Y29665D01*
X-9495Y29667D01*
X-9423Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-8967Y32186D01*
X-8867Y32686D01*
X-6500D01*
X-6227Y32741D01*
X-5995Y32895D01*
X-1800Y37091D01*
X-1300Y36884D01*
D02*
G37*
G36*
X-11409Y-8400D02*
X-11447Y-8403D01*
X-11489Y-8414D01*
X-11535Y-8432D01*
X-11584Y-8457D01*
X-11637Y-8490D01*
X-11694Y-8530D01*
X-11818Y-8633D01*
X-11886Y-8695D01*
X-11957Y-8765D01*
X-12664Y-8057D01*
X-12595Y-7986D01*
X-12430Y-7794D01*
X-12390Y-7737D01*
X-12357Y-7684D01*
X-12332Y-7635D01*
X-12314Y-7589D01*
X-12303Y-7547D01*
X-12300Y-7509D01*
X-11409Y-8400D01*
D02*
G37*
G36*
X-31596Y-10954D02*
X-31583Y-11027D01*
X-31561Y-11101D01*
X-31531Y-11176D01*
X-31492Y-11253D01*
X-31445Y-11331D01*
X-31389Y-11411D01*
X-31325Y-11491D01*
X-31252Y-11574D01*
X-31170Y-11657D01*
X-32430D01*
X-32348Y-11574D01*
X-32211Y-11411D01*
X-32155Y-11331D01*
X-32107Y-11253D01*
X-32069Y-11176D01*
X-32039Y-11101D01*
X-32017Y-11027D01*
X-32004Y-10954D01*
X-32000Y-10882D01*
X-31600D01*
X-31596Y-10954D01*
D02*
G37*
G36*
X-71849Y-249D02*
X-69518Y-2580D01*
Y-3800D01*
X-69448Y-4151D01*
X-69249Y-4449D01*
X-67249Y-6449D01*
X-66951Y-6648D01*
X-66600Y-6718D01*
X-41953D01*
X-33322Y-15349D01*
X-33024Y-15548D01*
X-32673Y-15618D01*
X-30900D01*
X-30549Y-15548D01*
X-30251Y-15349D01*
X-27551Y-12649D01*
X-27352Y-12351D01*
X-27282Y-12000D01*
Y-5180D01*
X-24420Y-2318D01*
X-16054D01*
X-16023Y-2332D01*
X-15859Y-2341D01*
X-15747Y-2361D01*
X-15662Y-2389D01*
X-15602Y-2421D01*
X-15558Y-2458D01*
X-15521Y-2502D01*
X-15489Y-2562D01*
X-15461Y-2647D01*
X-15441Y-2759D01*
X-15432Y-2923D01*
X-15418Y-2954D01*
Y-12060D01*
X-16920Y-13563D01*
X-17382Y-13371D01*
Y-5530D01*
X-17367Y-5494D01*
X-17366Y-5401D01*
X-17363Y-5327D01*
X-17350Y-5194D01*
X-17343Y-5154D01*
X-17336Y-5123D01*
X-17331Y-5107D01*
X-17323Y-5093D01*
X-17321Y-5086D01*
X-17320Y-5081D01*
X-17319Y-5072D01*
X-17317Y-5055D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19283Y-5055D01*
X-19281Y-5072D01*
X-19281Y-5081D01*
X-19279Y-5086D01*
X-19277Y-5093D01*
X-19270Y-5107D01*
X-19264Y-5123D01*
X-19257Y-5154D01*
X-19251Y-5190D01*
X-19234Y-5408D01*
X-19233Y-5494D01*
X-19218Y-5530D01*
Y-24920D01*
X-23780Y-29482D01*
X-37200D01*
X-37551Y-29552D01*
X-37849Y-29751D01*
X-38309Y-30211D01*
X-38345Y-30225D01*
X-38412Y-30290D01*
X-38466Y-30340D01*
X-38569Y-30425D01*
X-38602Y-30449D01*
X-38629Y-30465D01*
X-38644Y-30473D01*
X-38660Y-30477D01*
X-38666Y-30482D01*
X-38670Y-30483D01*
X-38677Y-30490D01*
X-38690Y-30500D01*
X-38859D01*
X-39336Y-30698D01*
X-39370Y-30732D01*
X-42682Y-27420D01*
Y-22100D01*
X-42752Y-21749D01*
X-42951Y-21451D01*
X-47851Y-16551D01*
X-48149Y-16352D01*
X-48500Y-16282D01*
X-51099D01*
X-51141Y-15800D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14241D01*
X-50298Y-13764D01*
X-50664Y-13398D01*
X-51141Y-13200D01*
X-51659D01*
X-52136Y-13398D01*
X-52502Y-13764D01*
X-52700Y-14241D01*
Y-14759D01*
X-52674Y-14821D01*
X-53098Y-15104D01*
X-53451Y-14751D01*
X-53749Y-14552D01*
X-54100Y-14482D01*
X-55137D01*
X-55344Y-13982D01*
X-55198Y-13836D01*
X-55000Y-13359D01*
Y-12841D01*
X-55198Y-12364D01*
X-55564Y-11998D01*
X-56041Y-11800D01*
X-56559D01*
X-57036Y-11998D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57256Y-13982D01*
X-57463Y-14482D01*
X-59820D01*
X-64951Y-9351D01*
X-65249Y-9152D01*
X-65600Y-9082D01*
X-68040D01*
X-72382Y-4740D01*
Y-350D01*
X-71882Y-199D01*
X-71849Y-249D01*
D02*
G37*
G36*
X-54883Y-19142D02*
X-54865Y-19354D01*
X-54848Y-19450D01*
X-54826Y-19539D01*
X-54799Y-19621D01*
X-54767Y-19695D01*
X-54730Y-19763D01*
X-54688Y-19823D01*
X-54641Y-19877D01*
X-54923Y-20159D01*
X-54977Y-20112D01*
X-55037Y-20070D01*
X-55105Y-20033D01*
X-55180Y-20001D01*
X-55261Y-19974D01*
X-55350Y-19952D01*
X-55446Y-19935D01*
X-55549Y-19924D01*
X-55658Y-19917D01*
X-55775Y-19916D01*
X-54884Y-19025D01*
X-54883Y-19142D01*
D02*
G37*
G36*
X-37336Y-31243D02*
X-37405Y-31314D01*
X-37570Y-31506D01*
X-37610Y-31563D01*
X-37643Y-31616D01*
X-37668Y-31665D01*
X-37686Y-31711D01*
X-37697Y-31753D01*
X-37700Y-31791D01*
X-38591Y-30900D01*
X-38553Y-30897D01*
X-38511Y-30886D01*
X-38465Y-30868D01*
X-38416Y-30843D01*
X-38363Y-30810D01*
X-38306Y-30770D01*
X-38182Y-30667D01*
X-38114Y-30605D01*
X-38043Y-30536D01*
X-37336Y-31243D01*
D02*
G37*
G36*
X-35318Y-33019D02*
X-35389Y-33091D01*
X-35601Y-33332D01*
X-35637Y-33381D01*
X-35666Y-33425D01*
X-35687Y-33464D01*
X-35702Y-33498D01*
X-35709Y-33528D01*
X-36454Y-32512D01*
X-36413Y-32514D01*
X-36369Y-32509D01*
X-36321Y-32496D01*
X-36270Y-32474D01*
X-36215Y-32445D01*
X-36157Y-32408D01*
X-36096Y-32362D01*
X-36031Y-32309D01*
X-35892Y-32179D01*
X-35318Y-33019D01*
D02*
G37*
G36*
X-41033Y-32358D02*
X-40841Y-32522D01*
X-40784Y-32563D01*
X-40731Y-32595D01*
X-40682Y-32621D01*
X-40637Y-32639D01*
X-40595Y-32649D01*
X-40556Y-32653D01*
X-41447Y-33544D01*
X-41451Y-33505D01*
X-41461Y-33463D01*
X-41479Y-33418D01*
X-41505Y-33369D01*
X-41537Y-33316D01*
X-41578Y-33259D01*
X-41680Y-33134D01*
X-41742Y-33067D01*
X-41812Y-32995D01*
X-41105Y-32288D01*
X-41033Y-32358D01*
D02*
G37*
G36*
X-39644Y-33600D02*
X-39633Y-33642D01*
X-39615Y-33687D01*
X-39590Y-33737D01*
X-39557Y-33790D01*
X-39517Y-33847D01*
X-39415Y-33971D01*
X-39352Y-34039D01*
X-39283Y-34110D01*
X-39990Y-34817D01*
X-40061Y-34748D01*
X-40253Y-34583D01*
X-40310Y-34543D01*
X-40363Y-34510D01*
X-40413Y-34485D01*
X-40458Y-34467D01*
X-40500Y-34456D01*
X-40538Y-34453D01*
X-39647Y-33562D01*
X-39644Y-33600D01*
D02*
G37*
G36*
X-55856Y-36139D02*
X-55904Y-36193D01*
X-55946Y-36253D01*
X-55983Y-36321D01*
X-56015Y-36395D01*
X-56042Y-36477D01*
X-56064Y-36566D01*
X-56081Y-36661D01*
X-56092Y-36764D01*
X-56099Y-36874D01*
X-56100Y-36991D01*
X-56991Y-36100D01*
X-56874Y-36099D01*
X-56661Y-36081D01*
X-56566Y-36064D01*
X-56477Y-36042D01*
X-56395Y-36015D01*
X-56321Y-35983D01*
X-56253Y-35946D01*
X-56193Y-35904D01*
X-56139Y-35856D01*
X-55856Y-36139D01*
D02*
G37*
G36*
X-34119Y-40011D02*
X-34100Y-40264D01*
X-34088Y-40332D01*
X-34074Y-40393D01*
X-34057Y-40446D01*
X-34037Y-40491D01*
X-34015Y-40528D01*
X-33990Y-40557D01*
X-35250D01*
X-35226Y-40528D01*
X-35204Y-40491D01*
X-35184Y-40446D01*
X-35167Y-40393D01*
X-35153Y-40332D01*
X-35141Y-40264D01*
X-35126Y-40103D01*
X-35122Y-40011D01*
X-35120Y-39912D01*
X-34121D01*
X-34119Y-40011D01*
D02*
G37*
G36*
X2734Y-62013D02*
X2794Y-62073D01*
X2858Y-62126D01*
X2924Y-62172D01*
X2993Y-62211D01*
X3066Y-62243D01*
X3141Y-62268D01*
X3220Y-62286D01*
X3301Y-62296D01*
X3386Y-62300D01*
X3315Y-62900D01*
X3233Y-62903D01*
X3152Y-62912D01*
X3071Y-62927D01*
X2992Y-62948D01*
X2914Y-62974D01*
X2837Y-63007D01*
X2761Y-63046D01*
X2685Y-63090D01*
X2611Y-63141D01*
X2537Y-63197D01*
X2677Y-61945D01*
X2734Y-62013D01*
D02*
G37*
G36*
X-806Y-64730D02*
X-866Y-64795D01*
X-919Y-64861D01*
X-966Y-64929D01*
X-1006Y-64998D01*
X-1039Y-65069D01*
X-1065Y-65142D01*
X-1084Y-65216D01*
X-1097Y-65293D01*
X-1103Y-65370D01*
X-1101Y-65450D01*
X-1950Y-64601D01*
X-1870Y-64603D01*
X-1792Y-64597D01*
X-1716Y-64584D01*
X-1642Y-64565D01*
X-1569Y-64539D01*
X-1498Y-64506D01*
X-1429Y-64466D01*
X-1361Y-64420D01*
X-1295Y-64366D01*
X-1230Y-64306D01*
X-806Y-64730D01*
D02*
G37*
%LPC*%
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X-42441Y-9300D02*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43436Y-11702D01*
X-42959Y-11900D01*
X-42441D01*
X-41964Y-11702D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
D02*
G37*
G36*
X-51641Y-9800D02*
X-52159D01*
X-52636Y-9998D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
Y-11359D01*
X-53002Y-11836D01*
X-52636Y-12202D01*
X-52159Y-12400D01*
X-51641D01*
X-51164Y-12202D01*
X-50798Y-11836D01*
X-50600Y-11359D01*
Y-10841D01*
X-50798Y-10364D01*
X-51164Y-9998D01*
X-51641Y-9800D01*
D02*
G37*
G36*
X-22241Y-18000D02*
X-22759D01*
X-23236Y-18198D01*
X-23602Y-18564D01*
X-23800Y-19041D01*
Y-19559D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
D02*
G37*
%LPD*%
G36*
X73548Y2774D02*
X73411Y2610D01*
X73355Y2531D01*
X73308Y2453D01*
X73269Y2376D01*
X73239Y2301D01*
X73217Y2227D01*
X73204Y2154D01*
X73200Y2083D01*
X72800D01*
X72796Y2154D01*
X72783Y2227D01*
X72761Y2301D01*
X72731Y2376D01*
X72693Y2453D01*
X72645Y2531D01*
X72589Y2610D01*
X72525Y2691D01*
X72452Y2774D01*
X72370Y2857D01*
X73630D01*
X73548Y2774D01*
D02*
G37*
G36*
X50726Y-3452D02*
X50889Y-3589D01*
X50969Y-3645D01*
X51047Y-3692D01*
X51124Y-3731D01*
X51199Y-3761D01*
X51274Y-3783D01*
X51346Y-3796D01*
X51417Y-3800D01*
Y-4200D01*
X51346Y-4204D01*
X51274Y-4217D01*
X51199Y-4239D01*
X51124Y-4269D01*
X51047Y-4307D01*
X50969Y-4355D01*
X50889Y-4411D01*
X50809Y-4475D01*
X50726Y-4548D01*
X50643Y-4630D01*
Y-3370D01*
X50726Y-3452D01*
D02*
G37*
G36*
X72991Y-5600D02*
X72874Y-5601D01*
X72662Y-5619D01*
X72566Y-5636D01*
X72477Y-5658D01*
X72395Y-5685D01*
X72321Y-5717D01*
X72253Y-5754D01*
X72193Y-5796D01*
X72139Y-5844D01*
X71856Y-5561D01*
X71904Y-5507D01*
X71946Y-5447D01*
X71983Y-5379D01*
X72015Y-5305D01*
X72042Y-5223D01*
X72064Y-5134D01*
X72081Y-5039D01*
X72092Y-4936D01*
X72099Y-4826D01*
X72100Y-4709D01*
X72991Y-5600D01*
D02*
G37*
G36*
X50726Y-6652D02*
X50889Y-6789D01*
X50969Y-6845D01*
X51047Y-6893D01*
X51124Y-6931D01*
X51199Y-6961D01*
X51274Y-6983D01*
X51346Y-6996D01*
X51417Y-7000D01*
Y-7400D01*
X51346Y-7404D01*
X51274Y-7417D01*
X51199Y-7439D01*
X51124Y-7469D01*
X51047Y-7508D01*
X50969Y-7555D01*
X50889Y-7611D01*
X50809Y-7675D01*
X50726Y-7748D01*
X50643Y-7830D01*
Y-6570D01*
X50726Y-6652D01*
D02*
G37*
G36*
X-50099Y-22126D02*
X-50081Y-22339D01*
X-50064Y-22434D01*
X-50042Y-22523D01*
X-50015Y-22605D01*
X-49983Y-22679D01*
X-49946Y-22747D01*
X-49904Y-22807D01*
X-49856Y-22861D01*
X-50139Y-23144D01*
X-50193Y-23096D01*
X-50253Y-23054D01*
X-50321Y-23017D01*
X-50395Y-22985D01*
X-50477Y-22958D01*
X-50566Y-22936D01*
X-50661Y-22919D01*
X-50764Y-22908D01*
X-50874Y-22901D01*
X-50991Y-22900D01*
X-50100Y-22009D01*
X-50099Y-22126D01*
D02*
G37*
G36*
X-51509Y-32500D02*
X-51626Y-32501D01*
X-51838Y-32519D01*
X-51934Y-32536D01*
X-52023Y-32558D01*
X-52105Y-32585D01*
X-52179Y-32617D01*
X-52247Y-32654D01*
X-52307Y-32696D01*
X-52361Y-32744D01*
X-52644Y-32461D01*
X-52596Y-32407D01*
X-52554Y-32347D01*
X-52517Y-32279D01*
X-52485Y-32205D01*
X-52458Y-32123D01*
X-52436Y-32034D01*
X-52419Y-31938D01*
X-52408Y-31836D01*
X-52401Y-31726D01*
X-52400Y-31609D01*
X-51509Y-32500D01*
D02*
G37*
G36*
X-57627Y-40773D02*
X-57619Y-40779D01*
X-57606Y-40784D01*
X-57590Y-40788D01*
X-57569Y-40792D01*
X-57543Y-40795D01*
X-57480Y-40799D01*
X-57400Y-40800D01*
Y-41200D01*
X-57442Y-41200D01*
X-57569Y-41208D01*
X-57590Y-41212D01*
X-57606Y-41216D01*
X-57619Y-41221D01*
X-57627Y-41227D01*
X-57631Y-41233D01*
Y-40767D01*
X-57627Y-40773D01*
D02*
G37*
G36*
X-62743Y-43230D02*
X-62826Y-43148D01*
X-62989Y-43011D01*
X-63069Y-42955D01*
X-63147Y-42908D01*
X-63224Y-42869D01*
X-63299Y-42839D01*
X-63374Y-42817D01*
X-63446Y-42804D01*
X-63517Y-42800D01*
Y-42400D01*
X-63446Y-42396D01*
X-63374Y-42383D01*
X-63299Y-42361D01*
X-63224Y-42331D01*
X-63147Y-42292D01*
X-63069Y-42245D01*
X-62989Y-42189D01*
X-62909Y-42125D01*
X-62826Y-42052D01*
X-62743Y-41970D01*
Y-43230D01*
D02*
G37*
G36*
X-70919Y-46522D02*
X-70971Y-46568D01*
X-71017Y-46618D01*
X-71057Y-46672D01*
X-71090Y-46729D01*
X-71118Y-46789D01*
X-71139Y-46853D01*
X-71154Y-46921D01*
X-71163Y-46992D01*
X-71166Y-47066D01*
X-71566D01*
X-71569Y-46992D01*
X-71579Y-46921D01*
X-71594Y-46853D01*
X-71615Y-46789D01*
X-71643Y-46729D01*
X-71676Y-46672D01*
X-71716Y-46618D01*
X-71762Y-46568D01*
X-71813Y-46522D01*
X-71871Y-46479D01*
X-70862D01*
X-70919Y-46522D01*
D02*
G37*
G36*
X-72356Y-51139D02*
X-72404Y-51193D01*
X-72446Y-51253D01*
X-72483Y-51321D01*
X-72515Y-51395D01*
X-72542Y-51477D01*
X-72564Y-51566D01*
X-72581Y-51661D01*
X-72592Y-51764D01*
X-72599Y-51874D01*
X-72600Y-51991D01*
X-73491Y-51100D01*
X-73374Y-51099D01*
X-73162Y-51081D01*
X-73066Y-51064D01*
X-72977Y-51042D01*
X-72895Y-51015D01*
X-72821Y-50983D01*
X-72753Y-50946D01*
X-72693Y-50904D01*
X-72639Y-50856D01*
X-72356Y-51139D01*
D02*
G37*
G36*
X-77499Y-53626D02*
X-77481Y-53838D01*
X-77464Y-53934D01*
X-77442Y-54023D01*
X-77415Y-54105D01*
X-77383Y-54179D01*
X-77346Y-54247D01*
X-77304Y-54307D01*
X-77256Y-54361D01*
X-77539Y-54644D01*
X-77593Y-54596D01*
X-77653Y-54554D01*
X-77721Y-54517D01*
X-77795Y-54485D01*
X-77877Y-54458D01*
X-77966Y-54436D01*
X-78061Y-54419D01*
X-78164Y-54408D01*
X-78274Y-54401D01*
X-78391Y-54400D01*
X-77500Y-53509D01*
X-77499Y-53626D01*
D02*
G37*
G36*
X-74307Y-53904D02*
X-74247Y-53946D01*
X-74179Y-53983D01*
X-74105Y-54015D01*
X-74023Y-54042D01*
X-73934Y-54064D01*
X-73839Y-54081D01*
X-73736Y-54092D01*
X-73626Y-54099D01*
X-73509Y-54100D01*
X-74400Y-54991D01*
X-74401Y-54874D01*
X-74419Y-54662D01*
X-74436Y-54566D01*
X-74458Y-54477D01*
X-74485Y-54395D01*
X-74517Y-54321D01*
X-74554Y-54253D01*
X-74596Y-54193D01*
X-74644Y-54139D01*
X-74361Y-53856D01*
X-74307Y-53904D01*
D02*
G37*
G36*
X-9897Y-44147D02*
X-9886Y-44189D01*
X-9868Y-44235D01*
X-9843Y-44284D01*
X-9810Y-44337D01*
X-9770Y-44394D01*
X-9667Y-44518D01*
X-9605Y-44586D01*
X-9535Y-44657D01*
X-10243Y-45364D01*
X-10314Y-45295D01*
X-10506Y-45130D01*
X-10563Y-45090D01*
X-10616Y-45057D01*
X-10665Y-45032D01*
X-10711Y-45014D01*
X-10753Y-45003D01*
X-10791Y-45000D01*
X-9900Y-44109D01*
X-9897Y-44147D01*
D02*
G37*
G36*
X-10809Y-45000D02*
X-10847Y-45003D01*
X-10889Y-45014D01*
X-10935Y-45032D01*
X-10984Y-45057D01*
X-11037Y-45090D01*
X-11094Y-45130D01*
X-11218Y-45233D01*
X-11286Y-45295D01*
X-11296Y-45304D01*
X-11305Y-45314D01*
X-11470Y-45506D01*
X-11510Y-45563D01*
X-11543Y-45616D01*
X-11568Y-45665D01*
X-11586Y-45711D01*
X-11597Y-45753D01*
X-11600Y-45791D01*
X-12491Y-44900D01*
X-12453Y-44897D01*
X-12411Y-44886D01*
X-12365Y-44868D01*
X-12316Y-44843D01*
X-12263Y-44810D01*
X-12206Y-44770D01*
X-12082Y-44667D01*
X-12014Y-44605D01*
X-12004Y-44596D01*
X-11995Y-44586D01*
X-11830Y-44394D01*
X-11790Y-44337D01*
X-11757Y-44284D01*
X-11732Y-44235D01*
X-11714Y-44189D01*
X-11703Y-44147D01*
X-11700Y-44109D01*
X-10809Y-45000D01*
D02*
G37*
G36*
X7857Y-51730D02*
X7828Y-51705D01*
X7791Y-51683D01*
X7746Y-51664D01*
X7693Y-51647D01*
X7632Y-51632D01*
X7564Y-51621D01*
X7403Y-51605D01*
X7311Y-51601D01*
X7212Y-51600D01*
Y-50600D01*
X7311Y-50599D01*
X7564Y-50579D01*
X7632Y-50568D01*
X7693Y-50553D01*
X7746Y-50536D01*
X7791Y-50517D01*
X7828Y-50495D01*
X7857Y-50470D01*
Y-51730D01*
D02*
G37*
D10*
X-43600Y-27800D02*
Y-22100D01*
X-52300Y-17200D02*
X-48500D01*
X-43600Y-22100D01*
X-71200Y400D02*
X-68600Y-2200D01*
X-71200Y400D02*
Y5800D01*
X-62200Y14800D01*
X-65000Y15960D02*
Y27400D01*
X-74700Y-5700D02*
Y6260D01*
X-73300Y-5120D02*
Y5680D01*
X-74700Y6260D02*
X-65000Y15960D01*
X-62200Y14800D02*
Y23200D01*
X-73300Y5680D02*
X-63600Y15380D01*
Y24800D01*
X-65980Y-11600D02*
X-60780Y-16800D01*
X-74700Y-5700D02*
X-68800Y-11600D01*
X-65980D01*
X-58500Y26900D02*
X-56600D01*
X-62200Y23200D02*
X-58500Y26900D01*
X-63600Y24800D02*
X-57400Y31000D01*
X-65000Y27400D02*
X-59900Y32500D01*
X-68600Y-3800D02*
Y-2200D01*
Y-3800D02*
X-66600Y-5800D01*
X-41573D01*
X-32673Y-14700D01*
X-30900D01*
X-28200Y-12000D01*
Y-4800D01*
X-24800Y-1400D01*
X-14500D01*
X-57400Y31000D02*
Y33800D01*
X-60000Y36400D02*
X-57400Y33800D01*
X-60780Y-16800D02*
X-54900D01*
X-73300Y-5120D02*
X-68420Y-10000D01*
X-65600D01*
X-60200Y-15400D02*
X-54100D01*
X-65600Y-10000D02*
X-60200Y-15400D01*
X-53100Y-18600D02*
X-49200D01*
X-54900Y-16800D02*
X-53100Y-18600D01*
X-54100Y-15400D02*
X-52300Y-17200D01*
X-49200Y-18600D02*
X-45000Y-22800D01*
Y-29100D02*
X-40547Y-33553D01*
X-43600Y-27800D02*
X-39600Y-31800D01*
X-45000Y-29100D02*
Y-22800D01*
X-39600Y-31800D02*
X-38600D01*
X-2800Y-46700D02*
X1600Y-51100D01*
X-8200Y-46700D02*
X-2800D01*
X1600Y-51100D02*
X8500D01*
X10200Y-12800D02*
X12700Y-10300D01*
X-10800Y-12800D02*
X10200D01*
X12700Y-10300D02*
Y5600D01*
X10800Y7500D02*
X12700Y5600D01*
X-13100Y-13120D02*
Y-9200D01*
X-11400Y-7500D01*
X-16900Y-14840D02*
X-14500Y-12440D01*
Y-1400D01*
X-10600Y2500D01*
X-15500Y-15520D02*
X-13100Y-13120D01*
X-22820Y-31800D02*
X-16900Y-25880D01*
Y-14840D01*
X-21660Y-34600D02*
X-14100Y-27040D01*
Y-16100D02*
X-10800Y-12800D01*
X-14100Y-27040D02*
Y-16100D01*
X-15500Y-26460D02*
Y-15520D01*
X-22240Y-33200D02*
X-15500Y-26460D01*
X-23400Y-30400D02*
X-18300Y-25300D01*
Y-4200D01*
X-34806Y-31800D02*
X-22820D01*
X-32600Y-33200D02*
X-22240D01*
X-31000Y-34600D02*
X-21660D01*
X-37200Y-30400D02*
X-23400D01*
X-10800Y-44100D02*
X-8200Y-46700D01*
X-12500Y-45800D02*
X-10800Y-44100D01*
X-34620Y-38221D02*
X-31000Y-34600D01*
X-34620Y-41200D02*
Y-38221D01*
X-38000Y-36100D02*
X-35500D01*
X-32600Y-33200D01*
X-38600Y-31800D02*
X-37200Y-30400D01*
X-36600Y-33400D02*
X-36406D01*
X-34806Y-31800D01*
X-40547Y-33553D02*
X-38000Y-36100D01*
D11*
X50000Y-4000D02*
X69700D01*
X73000Y-700D02*
Y3500D01*
X69700Y-4000D02*
X73000Y-700D01*
X70500Y-7200D02*
X73000Y-4700D01*
X50000Y-7200D02*
X70500D01*
X-75200Y-65800D02*
Y-56700D01*
X-78400Y-53500D02*
X-75200Y-56700D01*
X-75500Y-53000D02*
Y-51200D01*
X-71366Y-47066D01*
X-75500Y-53000D02*
X-73500Y-55000D01*
X-71366Y-47066D02*
Y-45734D01*
X-73500Y-52000D02*
X-64100Y-42600D01*
X-62100D01*
X15800Y300D02*
X25300Y-9200D01*
X34600D01*
X35800Y-8000D01*
Y22900D01*
X30100Y28600D02*
X35800Y22900D01*
X30100Y28600D02*
Y31900D01*
X26900Y35100D02*
X30100Y31900D01*
X18500Y35100D02*
X26900D01*
X16600Y37000D02*
X18500Y35100D01*
X0Y37000D02*
X16600D01*
X-75200Y-65800D02*
X-67700Y-73300D01*
X-54900D01*
X-49700Y-68100D01*
Y-23300D01*
X-51000Y-22000D02*
X-49700Y-23300D01*
X-58500Y-41000D02*
X-57400D01*
X-53500Y-37100D01*
X-57000Y-37000D02*
X-55400Y-35400D01*
Y-30900D01*
X-53500Y-29000D02*
Y-21300D01*
X-55400Y-30900D02*
X-53500Y-29000D01*
X-55784Y-19016D02*
X-53500Y-21300D01*
X-35300Y-8400D02*
X-14400Y12500D01*
X-31800Y-6100D02*
X-14000Y11700D01*
X10400D01*
X29300Y-7200D01*
X-14400Y12500D02*
X12700D01*
X29300Y-4100D01*
X-31800Y-12300D02*
Y-6100D01*
X-53500Y-37100D02*
Y-33600D01*
X-51500Y-31600D01*
D14*
X-66600Y-2500D02*
X-64700Y-600D01*
Y5600D02*
X-61600Y8700D01*
X-64700Y-600D02*
Y5600D01*
X28100Y54000D02*
X28300D01*
X37100Y45200D01*
X-2000Y-65500D02*
X-1000Y-64500D01*
X29800D01*
X6100Y-62600D02*
X7000Y-63500D01*
X2069Y-62600D02*
X6100D01*
X7000Y-63500D02*
X29386D01*
X-35700Y26800D02*
X-21300D01*
X-53800Y8700D02*
X-35700Y26800D01*
X-21300D02*
X-14700Y33400D01*
X-61600Y8700D02*
X-53800D01*
X-14700Y33400D02*
X-6500D01*
X0Y39900D01*
Y43500D01*
X37100Y-55786D02*
Y45200D01*
X38100Y-56200D02*
Y47700D01*
X29800Y-64500D02*
X38100Y-56200D01*
X29386Y-63500D02*
X37100Y-55786D01*
X32100Y53700D02*
X38100Y47700D01*
D50*
X240Y-38640D02*
Y-33540D01*
X28500Y-18700D02*
Y-16400D01*
Y-21200D02*
Y-18700D01*
Y-24900D02*
Y-21200D01*
X26100Y-27300D02*
X28500Y-24900D01*
X4200Y-27300D02*
X26100D01*
X240Y-31260D02*
X4200Y-27300D01*
X240Y-33540D02*
Y-31260D01*
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-51500Y-31600D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
D56*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
D57*
Y-74000D02*
X-300D01*
X-17000Y-69000D02*
Y-66000D01*
Y-74000D02*
Y-72000D01*
Y-69000D01*
X4200Y-69500D02*
X43000D01*
X-300Y-74000D02*
X4200Y-69500D01*
X43000D02*
Y-67000D01*
Y-73000D02*
Y-70000D01*
Y-69500D01*
X45500D01*
D58*
X-19750Y25750D02*
X-14500Y31000D01*
X-48200Y8133D02*
X-33883Y22450D01*
X5950D02*
X14500Y31000D01*
X-50227Y7662D02*
X-34339Y23550D01*
X2050D01*
X-34794Y24650D02*
X-15850D01*
X-54327Y6673D02*
X-35250Y25750D01*
X-52400Y7044D02*
X-34794Y24650D01*
X-35250Y25750D02*
X-19750D01*
X-33883Y22450D02*
X5950D01*
X2050Y23550D02*
X9500Y31000D01*
X-15850Y24650D02*
X-9500Y31000D01*
X-50227Y4973D02*
Y7662D01*
X-52400Y3600D02*
Y7044D01*
X-50400Y4800D02*
X-50227Y4973D01*
X-54327Y4827D02*
Y6673D01*
X-48200Y3600D02*
Y8133D01*
X-49500Y2300D02*
X-48200Y3600D01*
X-53400Y2600D02*
X-52400Y3600D01*
X-54327Y4827D02*
X-54300Y4800D01*
X-52358Y658D02*
X-50717Y2300D01*
X-49500D01*
X-54600Y2600D02*
X-53400D01*
X-56500Y700D02*
X-54600Y2600D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.G2
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=3*
G04 Layer_Color=14067636*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
G36*
X65948Y109336D02*
X66997Y107625D01*
X67765Y105771D01*
X68233Y103819D01*
X68378Y101985D01*
X68378Y101985D01*
X68378D01*
X68382Y101980D01*
Y92863D01*
X68362D01*
X68516Y90120D01*
X68976Y87411D01*
X69736Y84771D01*
X70788Y82232D01*
X72117Y79827D01*
X73707Y77587D01*
X75538Y75538D01*
X77587Y73707D01*
X79827Y72117D01*
X82232Y70788D01*
X84771Y69736D01*
X87411Y68976D01*
X90120Y68516D01*
X92863Y68362D01*
Y68382D01*
X101980D01*
X101985Y68378D01*
X101985Y68378D01*
X101985Y68378D01*
X103819Y68233D01*
X105771Y67765D01*
X107625Y66997D01*
X109336Y65948D01*
X110106Y65290D01*
Y-65290D01*
X109336Y-65948D01*
X107625Y-66997D01*
X105771Y-67765D01*
X103819Y-68233D01*
X101985Y-68378D01*
X101985Y-68378D01*
Y-68378D01*
X101980Y-68382D01*
X92863D01*
Y-68362D01*
X90120Y-68516D01*
X87411Y-68976D01*
X84771Y-69736D01*
X82232Y-70788D01*
X79827Y-72117D01*
X77587Y-73707D01*
X75538Y-75538D01*
X73707Y-77587D01*
X72117Y-79827D01*
X70788Y-82232D01*
X69736Y-84771D01*
X68976Y-87411D01*
X68516Y-90120D01*
X68362Y-92863D01*
X68382D01*
Y-101980D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68233Y-103819D01*
X67765Y-105771D01*
X66997Y-107625D01*
X65948Y-109336D01*
X65290Y-110106D01*
X-65290D01*
X-65948Y-109336D01*
X-66997Y-107625D01*
X-67765Y-105771D01*
X-68233Y-103819D01*
X-68378Y-101985D01*
X-68378Y-101985D01*
X-68378D01*
X-68382Y-101980D01*
Y-92863D01*
X-68362D01*
X-68516Y-90120D01*
X-68976Y-87411D01*
X-69736Y-84771D01*
X-70788Y-82232D01*
X-72117Y-79827D01*
X-73707Y-77587D01*
X-75538Y-75538D01*
X-77587Y-73707D01*
X-79827Y-72117D01*
X-82232Y-70788D01*
X-84771Y-69736D01*
X-87411Y-68976D01*
X-90120Y-68516D01*
X-92863Y-68362D01*
Y-68382D01*
X-101980D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-103819Y-68233D01*
X-105771Y-67765D01*
X-107625Y-66997D01*
X-109336Y-65948D01*
X-110106Y-65290D01*
Y65290D01*
X-109336Y65948D01*
X-107625Y66997D01*
X-105771Y67765D01*
X-103819Y68233D01*
X-101985Y68378D01*
X-101985Y68378D01*
Y68378D01*
X-101980Y68382D01*
X-92863D01*
Y68362D01*
X-90120Y68516D01*
X-87411Y68976D01*
X-84771Y69736D01*
X-82232Y70788D01*
X-79827Y72117D01*
X-77587Y73707D01*
X-75538Y75538D01*
X-73707Y77587D01*
X-72117Y79827D01*
X-70788Y82232D01*
X-69736Y84771D01*
X-68976Y87411D01*
X-68516Y90120D01*
X-68362Y92863D01*
X-68382D01*
Y101980D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68233Y103819D01*
X-67765Y105771D01*
X-66997Y107625D01*
X-65948Y109336D01*
X-65290Y110106D01*
X65290D01*
X65948Y109336D01*
D02*
G37*
%LPC*%
G36*
X4814Y56681D02*
X4185D01*
X3604Y56440D01*
X3317Y56153D01*
X3000Y56048D01*
X2683Y56153D01*
X2396Y56440D01*
X1815Y56681D01*
X1185D01*
X604Y56440D01*
X160Y55996D01*
X-81Y55414D01*
Y54786D01*
X160Y54204D01*
X447Y53917D01*
X552Y53600D01*
X447Y53283D01*
X160Y52996D01*
X-81Y52415D01*
Y51785D01*
X160Y51204D01*
X604Y50760D01*
X1185Y50519D01*
X1815D01*
X2396Y50760D01*
X2683Y51047D01*
X3000Y51152D01*
X3317Y51047D01*
X3604Y50760D01*
X4185Y50519D01*
X4814D01*
X5396Y50760D01*
X5840Y51204D01*
X6081Y51785D01*
Y52415D01*
X5840Y52996D01*
X5553Y53283D01*
X5448Y53600D01*
X5553Y53917D01*
X5840Y54204D01*
X6081Y54786D01*
Y55414D01*
X5840Y55996D01*
X5396Y56440D01*
X4814Y56681D01*
D02*
G37*
G36*
X-19185D02*
X-19815D01*
X-20396Y56440D01*
X-20683Y56153D01*
X-21000Y56048D01*
X-21317Y56153D01*
X-21604Y56440D01*
X-22185Y56681D01*
X-22815D01*
X-23396Y56440D01*
X-23840Y55996D01*
X-24081Y55414D01*
Y54786D01*
X-23840Y54204D01*
X-23553Y53917D01*
X-23448Y53600D01*
X-23553Y53283D01*
X-23840Y52996D01*
X-24081Y52415D01*
Y51785D01*
X-23840Y51204D01*
X-23396Y50760D01*
X-22815Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21317Y51047D01*
X-21000Y51152D01*
X-20683Y51047D01*
X-20396Y50760D01*
X-19815Y50519D01*
X-19185D01*
X-18604Y50760D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y52415D01*
X-18160Y52996D01*
X-18447Y53283D01*
X-18552Y53600D01*
X-18447Y53917D01*
X-18160Y54204D01*
X-17919Y54786D01*
Y55414D01*
X-18160Y55996D01*
X-18604Y56440D01*
X-19185Y56681D01*
D02*
G37*
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X32359Y55000D02*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
D02*
G37*
G36*
X259Y44800D02*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-736Y42398D01*
X-259Y42200D01*
X259D01*
X736Y42398D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X4614Y46681D02*
X3985D01*
X3404Y46440D01*
X2960Y45996D01*
X2719Y45415D01*
Y44785D01*
X2960Y44204D01*
X3247Y43917D01*
X3352Y43600D01*
X3247Y43283D01*
X2960Y42996D01*
X2719Y42415D01*
Y41785D01*
X2960Y41204D01*
X3247Y40917D01*
X3352Y40600D01*
X3247Y40283D01*
X2960Y39996D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3404Y37760D01*
X3985Y37519D01*
X4614D01*
X5196Y37760D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5640Y39996D01*
X5353Y40283D01*
X5248Y40600D01*
X5353Y40917D01*
X5640Y41204D01*
X5881Y41785D01*
Y42415D01*
X5640Y42996D01*
X5353Y43283D01*
X5248Y43600D01*
X5353Y43917D01*
X5640Y44204D01*
X5881Y44785D01*
Y45415D01*
X5640Y45996D01*
X5196Y46440D01*
X4614Y46681D01*
D02*
G37*
G36*
X-3886D02*
X-4515D01*
X-5096Y46440D01*
X-5540Y45996D01*
X-5781Y45415D01*
Y44785D01*
X-5540Y44204D01*
X-5253Y43917D01*
X-5148Y43600D01*
X-5253Y43283D01*
X-5540Y42996D01*
X-5781Y42415D01*
Y41785D01*
X-5540Y41204D01*
X-5253Y40917D01*
X-5148Y40600D01*
X-5253Y40283D01*
X-5540Y39996D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-3886D01*
X-3304Y37760D01*
X-2860Y38204D01*
X-2619Y38785D01*
Y39415D01*
X-2860Y39996D01*
X-3147Y40283D01*
X-3252Y40600D01*
X-3147Y40917D01*
X-2860Y41204D01*
X-2619Y41785D01*
Y42415D01*
X-2860Y42996D01*
X-3147Y43283D01*
X-3252Y43600D01*
X-3147Y43917D01*
X-2860Y44204D01*
X-2619Y44785D01*
Y45415D01*
X-2860Y45996D01*
X-3304Y46440D01*
X-3886Y46681D01*
D02*
G37*
G36*
X19614Y46281D02*
X18985D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17960Y43804D01*
X18247Y43517D01*
X18352Y43200D01*
X18247Y42883D01*
X17960Y42596D01*
X17719Y42015D01*
Y41385D01*
X17960Y40804D01*
X18247Y40517D01*
X18352Y40200D01*
X18247Y39883D01*
X17960Y39596D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18404Y37360D01*
X18985Y37119D01*
X19614D01*
X20196Y37360D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20640Y39596D01*
X20353Y39883D01*
X20248Y40200D01*
X20353Y40517D01*
X20640Y40804D01*
X20881Y41385D01*
Y42015D01*
X20640Y42596D01*
X20353Y42883D01*
X20248Y43200D01*
X20353Y43517D01*
X20640Y43804D01*
X20881Y44385D01*
Y45015D01*
X20640Y45596D01*
X20196Y46040D01*
X19614Y46281D01*
D02*
G37*
G36*
X-19185Y45581D02*
X-19815D01*
X-20396Y45340D01*
X-20840Y44896D01*
X-21081Y44315D01*
Y43685D01*
X-20840Y43104D01*
X-20553Y42817D01*
X-20448Y42500D01*
X-20553Y42183D01*
X-20840Y41896D01*
X-21081Y41315D01*
Y40685D01*
X-20840Y40104D01*
X-20553Y39817D01*
X-20448Y39500D01*
X-20553Y39183D01*
X-20840Y38896D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18160Y38896D01*
X-18447Y39183D01*
X-18552Y39500D01*
X-18447Y39817D01*
X-18160Y40104D01*
X-17919Y40685D01*
Y41315D01*
X-18160Y41896D01*
X-18447Y42183D01*
X-18552Y42500D01*
X-18447Y42817D01*
X-18160Y43104D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
D02*
G37*
G36*
X259Y38300D02*
X-259D01*
X-736Y38102D01*
X-1102Y37736D01*
X-1300Y37259D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37259D01*
X1102Y37736D01*
X736Y38102D01*
X259Y38300D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32241D01*
X-61002Y31764D01*
X-60636Y31398D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X14759Y32300D02*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y30741D01*
X13398Y30264D01*
X13764Y29898D01*
X14241Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
D02*
G37*
G36*
X9759D02*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y30741D01*
X8398Y30264D01*
X8764Y29898D01*
X9241Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
D02*
G37*
G36*
X-9241D02*
X-9759D01*
X-10236Y32102D01*
X-10602Y31736D01*
X-10800Y31259D01*
Y30741D01*
X-10602Y30264D01*
X-10236Y29898D01*
X-9759Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-9241Y32300D01*
D02*
G37*
G36*
X-14241D02*
X-14759D01*
X-15236Y32102D01*
X-15602Y31736D01*
X-15800Y31259D01*
Y30741D01*
X-15602Y30264D01*
X-15236Y29898D01*
X-14759Y29700D01*
X-14241D01*
X-13764Y29898D01*
X-13398Y30264D01*
X-13200Y30741D01*
Y31259D01*
X-13398Y31736D01*
X-13764Y32102D01*
X-14241Y32300D01*
D02*
G37*
G36*
X-56341Y28200D02*
X-56859D01*
X-57336Y28002D01*
X-57702Y27636D01*
X-57900Y27159D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
D02*
G37*
G36*
X11059Y8800D02*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X11059D01*
X11536Y6398D01*
X11902Y6764D01*
X12100Y7241D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
D02*
G37*
G36*
X-50141Y6100D02*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51136Y3698D01*
X-50659Y3500D01*
X-50141D01*
X-49664Y3698D01*
X-49298Y4064D01*
X-49100Y4541D01*
Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
D02*
G37*
G36*
X-54041D02*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55036Y3698D01*
X-54559Y3500D01*
X-54041D01*
X-53564Y3698D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
D02*
G37*
G36*
X9000Y10000D02*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2241D01*
X-11702Y1764D01*
X-11336Y1398D01*
X-10859Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X-56241Y2000D02*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57236Y-402D01*
X-56759Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y959D01*
X-55398Y1436D01*
X-55764Y1802D01*
X-56241Y2000D01*
D02*
G37*
G36*
X-52100Y1958D02*
X-52617D01*
X-53095Y1760D01*
X-53460Y1395D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y917D01*
X-51256Y1395D01*
X-51622Y1760D01*
X-52100Y1958D01*
D02*
G37*
G36*
X16059Y1600D02*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X16059D01*
X16536Y-802D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
D02*
G37*
G36*
X-66341Y-1200D02*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2241D01*
X-65498Y-1764D01*
X-65864Y-1398D01*
X-66341Y-1200D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X29559Y-2800D02*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
D02*
G37*
G36*
X-18041Y-2900D02*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4959D01*
X71898Y-5436D01*
X72264Y-5802D01*
X72741Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X29559D02*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
D02*
G37*
G36*
X-11141Y-6200D02*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7759D01*
X-12502Y-8236D01*
X-12136Y-8602D01*
X-11659Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
D02*
G37*
G36*
X-35041Y-7100D02*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36402Y-9136D01*
X-36036Y-9502D01*
X-35559Y-9700D01*
X-35041D01*
X-34564Y-9502D01*
X-34198Y-9136D01*
X-34000Y-8659D01*
Y-8141D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
D02*
G37*
G36*
X-42441Y-9300D02*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43436Y-11702D01*
X-42959Y-11900D01*
X-42441D01*
X-41964Y-11702D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
D02*
G37*
G36*
X-51641Y-9800D02*
X-52159D01*
X-52636Y-9998D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
Y-11359D01*
X-53002Y-11836D01*
X-52636Y-12202D01*
X-52159Y-12400D01*
X-51641D01*
X-51164Y-12202D01*
X-50798Y-11836D01*
X-50600Y-11359D01*
Y-10841D01*
X-50798Y-10364D01*
X-51164Y-9998D01*
X-51641Y-9800D01*
D02*
G37*
G36*
X-31541Y-11000D02*
X-32059D01*
X-32536Y-11198D01*
X-32902Y-11564D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30500Y-12559D01*
Y-12041D01*
X-30698Y-11564D01*
X-31064Y-11198D01*
X-31541Y-11000D01*
D02*
G37*
G36*
X-56041Y-11800D02*
X-56559D01*
X-57036Y-11998D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57036Y-14202D01*
X-56559Y-14400D01*
X-56041D01*
X-55564Y-14202D01*
X-55198Y-13836D01*
X-55000Y-13359D01*
Y-12841D01*
X-55198Y-12364D01*
X-55564Y-11998D01*
X-56041Y-11800D01*
D02*
G37*
G36*
X18259Y-15000D02*
X17741D01*
X17264Y-15198D01*
X16900Y-15562D01*
X16536Y-15198D01*
X16059Y-15000D01*
X15541D01*
X15064Y-15198D01*
X14698Y-15564D01*
X14500Y-16041D01*
Y-16559D01*
X14698Y-17036D01*
X15064Y-17402D01*
X15541Y-17600D01*
X16059D01*
X16536Y-17402D01*
X16900Y-17039D01*
X17264Y-17402D01*
X17741Y-17600D01*
X18259D01*
X18415Y-17535D01*
X18600Y-17659D01*
X18798Y-18136D01*
X19164Y-18502D01*
X19641Y-18700D01*
X20159D01*
X20636Y-18502D01*
X21002Y-18136D01*
X21200Y-17659D01*
Y-17141D01*
X21002Y-16664D01*
X20636Y-16298D01*
X20159Y-16100D01*
X19641D01*
X19485Y-16165D01*
X19300Y-16041D01*
X19102Y-15564D01*
X18736Y-15198D01*
X18259Y-15000D01*
D02*
G37*
G36*
X-51141Y-13200D02*
X-51659D01*
X-52136Y-13398D01*
X-52502Y-13764D01*
X-52700Y-14241D01*
Y-14759D01*
X-52502Y-15236D01*
X-52136Y-15602D01*
X-51659Y-15800D01*
X-51141D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14241D01*
X-50298Y-13764D01*
X-50664Y-13398D01*
X-51141Y-13200D01*
D02*
G37*
G36*
X-55526Y-17716D02*
X-56043D01*
X-56521Y-17914D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56886Y-19752D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55526D01*
X-55048Y-20118D01*
X-54682Y-19752D01*
X-54484Y-19274D01*
Y-18757D01*
X-54682Y-18279D01*
X-55048Y-17914D01*
X-55526Y-17716D01*
D02*
G37*
G36*
X-22241Y-18000D02*
X-22759D01*
X-23236Y-18198D01*
X-23602Y-18564D01*
X-23800Y-19041D01*
Y-19559D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
D02*
G37*
G36*
X22712Y-20200D02*
X22195D01*
X21717Y-20398D01*
X21351Y-20764D01*
X21251Y-21006D01*
X20694Y-21153D01*
X20691Y-21152D01*
X20536Y-20998D01*
X20059Y-20800D01*
X19541D01*
X19064Y-20998D01*
X18698Y-21364D01*
X18500Y-21841D01*
Y-22359D01*
X18698Y-22836D01*
X19064Y-23202D01*
X19541Y-23400D01*
X20059D01*
X20536Y-23202D01*
X20902Y-22836D01*
X21002Y-22594D01*
X21560Y-22447D01*
X21563Y-22448D01*
X21717Y-22602D01*
X22195Y-22800D01*
X22712D01*
X23190Y-22602D01*
X23556Y-22236D01*
X23753Y-21759D01*
Y-21241D01*
X23556Y-20764D01*
X23190Y-20398D01*
X22712Y-20200D01*
D02*
G37*
G36*
X28759Y-15100D02*
X28241D01*
X27764Y-15298D01*
X27398Y-15664D01*
X27200Y-16141D01*
Y-16659D01*
X27398Y-17136D01*
X27485Y-17223D01*
X27728Y-17550D01*
X27485Y-17877D01*
X27398Y-17964D01*
X27200Y-18441D01*
Y-18959D01*
X27398Y-19436D01*
X27590Y-19629D01*
X27709Y-19950D01*
X27590Y-20271D01*
X27398Y-20464D01*
X27200Y-20941D01*
Y-21459D01*
X27398Y-21936D01*
X27764Y-22302D01*
X28241Y-22500D01*
X28759D01*
X29236Y-22302D01*
X29602Y-21936D01*
X29800Y-21459D01*
Y-20941D01*
X29602Y-20464D01*
X29410Y-20271D01*
X29291Y-19950D01*
X29410Y-19629D01*
X29602Y-19436D01*
X29800Y-18959D01*
Y-18441D01*
X29602Y-17964D01*
X29515Y-17877D01*
X29272Y-17550D01*
X29515Y-17223D01*
X29602Y-17136D01*
X29800Y-16659D01*
Y-16141D01*
X29602Y-15664D01*
X29236Y-15298D01*
X28759Y-15100D01*
D02*
G37*
G36*
X-50741Y-20700D02*
X-51259D01*
X-51736Y-20898D01*
X-52102Y-21264D01*
X-52300Y-21741D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49700Y-22259D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
D02*
G37*
G36*
X-51241Y-30300D02*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50398Y-32336D01*
X-50200Y-31859D01*
Y-31341D01*
X-50398Y-30864D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
D02*
G37*
G36*
X-11241Y-30600D02*
X-11759D01*
X-12236Y-30798D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-11759Y-33200D01*
X-11241D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-11241Y-30600D01*
D02*
G37*
G36*
X-38341Y-30500D02*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41847Y-33294D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40289D01*
X-39811Y-34655D01*
X-39445Y-34289D01*
X-39247Y-33811D01*
Y-33480D01*
X-38913Y-33153D01*
X-38787Y-33100D01*
X-38362D01*
X-38339Y-33102D01*
X-37900Y-33458D01*
Y-33659D01*
X-37702Y-34136D01*
X-37336Y-34502D01*
X-36859Y-34700D01*
X-36341D01*
X-35864Y-34502D01*
X-35498Y-34136D01*
X-35300Y-33659D01*
Y-33141D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
D02*
G37*
G36*
X-56741Y-35700D02*
X-57259D01*
X-57736Y-35898D01*
X-58102Y-36264D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-36741D01*
X-55898Y-36264D01*
X-56264Y-35898D01*
X-56741Y-35700D01*
D02*
G37*
G36*
X499Y-32240D02*
X-18D01*
X-496Y-32438D01*
X-862Y-32804D01*
X-1060Y-33282D01*
Y-33799D01*
X-862Y-34277D01*
X-539Y-34599D01*
X-501Y-34784D01*
X-514Y-35176D01*
X-802Y-35464D01*
X-1000Y-35941D01*
Y-36459D01*
X-802Y-36936D01*
X-610Y-37129D01*
X-491Y-37450D01*
X-610Y-37771D01*
X-802Y-37964D01*
X-1000Y-38441D01*
Y-38959D01*
X-802Y-39436D01*
X-436Y-39802D01*
X41Y-40000D01*
X559D01*
X1036Y-39802D01*
X1402Y-39436D01*
X1600Y-38959D01*
Y-38441D01*
X1402Y-37964D01*
X1210Y-37771D01*
X1091Y-37450D01*
X1210Y-37129D01*
X1402Y-36936D01*
X1600Y-36459D01*
Y-35941D01*
X1402Y-35464D01*
X1079Y-35141D01*
X1041Y-34956D01*
X1055Y-34564D01*
X1342Y-34277D01*
X1540Y-33799D01*
Y-33282D01*
X1342Y-32804D01*
X977Y-32438D01*
X499Y-32240D01*
D02*
G37*
G36*
X-58241Y-39700D02*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
D02*
G37*
G36*
X-34362Y-39900D02*
X-34879D01*
X-35357Y-40098D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33884Y-40098D01*
X-34362Y-39900D01*
D02*
G37*
G36*
X-61841Y-41300D02*
X-62359D01*
X-62836Y-41498D01*
X-63202Y-41864D01*
X-63400Y-42341D01*
Y-42859D01*
X-63202Y-43336D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
D02*
G37*
G36*
X-39441Y-40300D02*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41859D01*
X-40802Y-42336D01*
X-40436Y-42702D01*
X-39959Y-42900D01*
X-39441D01*
X-39291Y-42838D01*
X-38908Y-43220D01*
X-39000Y-43441D01*
Y-43959D01*
X-38802Y-44436D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37441D01*
X-36964Y-44802D01*
X-36598Y-44436D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
D02*
G37*
G36*
X-71108Y-44434D02*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44038D01*
X-12208Y-44392D01*
X-12562Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45862D01*
X-11092Y-45508D01*
X-10738Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47759D01*
X1398Y-48236D01*
X1764Y-48602D01*
X2241Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
G36*
X29759Y-51000D02*
X29241D01*
X28764Y-51198D01*
X28398Y-51564D01*
X27863Y-51726D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28402Y-53636D01*
X28937Y-53474D01*
X29241Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X-78141Y-52200D02*
X-78659D01*
X-79136Y-52398D01*
X-79502Y-52764D01*
X-79700Y-53241D01*
Y-53759D01*
X-79502Y-54236D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78141D01*
X-77664Y-54602D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74800Y-51741D01*
Y-52259D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74602Y-54264D01*
X-74800Y-54741D01*
Y-55259D01*
X-74602Y-55736D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
G36*
X24259Y-56200D02*
X23741D01*
X23264Y-56398D01*
X22898Y-56764D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57241D01*
X25102Y-56764D01*
X24736Y-56398D01*
X24259Y-56200D01*
D02*
G37*
G36*
X2227Y-61200D02*
X1710D01*
X1232Y-61398D01*
X866Y-61764D01*
X668Y-62241D01*
Y-62759D01*
X866Y-63236D01*
X1232Y-63602D01*
X1710Y-63800D01*
X2227D01*
X2705Y-63602D01*
X3071Y-63236D01*
X3269Y-62759D01*
Y-62241D01*
X3071Y-61764D01*
X2705Y-61398D01*
X2227Y-61200D01*
D02*
G37*
G36*
X-13686Y-64419D02*
X-14314D01*
X-14896Y-64660D01*
X-15183Y-64947D01*
X-15500Y-65052D01*
X-15817Y-64947D01*
X-16104Y-64660D01*
X-16686Y-64419D01*
X-17314D01*
X-17896Y-64660D01*
X-18183Y-64947D01*
X-18500Y-65052D01*
X-18817Y-64947D01*
X-19104Y-64660D01*
X-19685Y-64419D01*
X-20314D01*
X-20896Y-64660D01*
X-21340Y-65104D01*
X-21581Y-65685D01*
Y-66315D01*
X-21340Y-66896D01*
X-21053Y-67183D01*
X-20948Y-67500D01*
X-21053Y-67817D01*
X-21340Y-68104D01*
X-21581Y-68686D01*
Y-69314D01*
X-21340Y-69896D01*
X-21053Y-70183D01*
X-20948Y-70500D01*
X-21053Y-70817D01*
X-21340Y-71104D01*
X-21581Y-71685D01*
Y-72315D01*
X-21340Y-72896D01*
X-20896Y-73340D01*
X-20314Y-73581D01*
X-19685D01*
X-19104Y-73340D01*
X-18817Y-73053D01*
X-18500Y-72948D01*
X-18183Y-73053D01*
X-17896Y-73340D01*
X-17314Y-73581D01*
X-16686D01*
X-16104Y-73340D01*
X-15817Y-73053D01*
X-15500Y-72948D01*
X-15183Y-73053D01*
X-14896Y-73340D01*
X-14314Y-73581D01*
X-13686D01*
X-13104Y-73340D01*
X-12660Y-72896D01*
X-12419Y-72315D01*
Y-71685D01*
X-12660Y-71104D01*
X-12947Y-70817D01*
X-13052Y-70500D01*
X-12947Y-70183D01*
X-12660Y-69896D01*
X-12419Y-69314D01*
Y-68686D01*
X-12660Y-68104D01*
X-12947Y-67817D01*
X-13052Y-67500D01*
X-12947Y-67183D01*
X-12660Y-66896D01*
X-12419Y-66315D01*
Y-65685D01*
X-12660Y-65104D01*
X-13104Y-64660D01*
X-13686Y-64419D01*
D02*
G37*
G36*
X46314Y-65419D02*
X45685D01*
X45104Y-65660D01*
X44817Y-65947D01*
X44500Y-66052D01*
X44183Y-65947D01*
X43896Y-65660D01*
X43314Y-65419D01*
X42685D01*
X42104Y-65660D01*
X41817Y-65947D01*
X41500Y-66052D01*
X41183Y-65947D01*
X40896Y-65660D01*
X40314Y-65419D01*
X39685D01*
X39104Y-65660D01*
X38660Y-66104D01*
X38419Y-66685D01*
Y-67314D01*
X38660Y-67896D01*
X38947Y-68183D01*
X39052Y-68500D01*
X38947Y-68817D01*
X38660Y-69104D01*
X38419Y-69686D01*
Y-70315D01*
X38660Y-70896D01*
X38947Y-71183D01*
X39052Y-71500D01*
X38947Y-71817D01*
X38660Y-72104D01*
X38419Y-72685D01*
Y-73314D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39685Y-74581D01*
X40314D01*
X40896Y-74340D01*
X41183Y-74053D01*
X41500Y-73948D01*
X41817Y-74053D01*
X42104Y-74340D01*
X42685Y-74581D01*
X43314D01*
X43896Y-74340D01*
X44183Y-74053D01*
X44500Y-73948D01*
X44817Y-74053D01*
X45104Y-74340D01*
X45685Y-74581D01*
X46314D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72685D01*
X47340Y-72104D01*
X47053Y-71817D01*
X46948Y-71500D01*
X47053Y-71183D01*
X47340Y-70896D01*
X47581Y-70315D01*
Y-69686D01*
X47340Y-69104D01*
X47053Y-68817D01*
X46948Y-68500D01*
X47053Y-68183D01*
X47340Y-67896D01*
X47581Y-67314D01*
Y-66685D01*
X47340Y-66104D01*
X46896Y-65660D01*
X46314Y-65419D01*
D02*
G37*
G36*
X-1741Y-64200D02*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-898Y-64764D01*
X-1264Y-64398D01*
X-1741Y-64200D01*
D02*
G37*
%LPD*%
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-28000Y-63000D02*
D03*
X-70800Y-3100D02*
D03*
X-67500Y100D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
D56*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GBL
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=4*
G04 Layer_Color=6736896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
%ADD50C,0.02000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
%ADD57C,0.07000*%
%ADD58C,0.00700*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
%ADD71C,0.02500*%
%ADD72C,0.04500*%
G36*
X65948Y109336D02*
X66997Y107625D01*
X67765Y105771D01*
X68233Y103819D01*
X68378Y101985D01*
X68378Y101985D01*
X68378D01*
X68382Y101980D01*
Y92863D01*
X68362D01*
X68516Y90120D01*
X68976Y87411D01*
X69736Y84771D01*
X70788Y82232D01*
X72117Y79827D01*
X73707Y77587D01*
X75538Y75538D01*
X77587Y73707D01*
X79827Y72117D01*
X82232Y70788D01*
X84771Y69736D01*
X87411Y68976D01*
X90120Y68516D01*
X92863Y68362D01*
Y68382D01*
X101980D01*
X101985Y68378D01*
X101985Y68378D01*
X101985Y68378D01*
X103819Y68233D01*
X105771Y67765D01*
X107625Y66997D01*
X109336Y65948D01*
X110106Y65290D01*
Y-65290D01*
X109336Y-65948D01*
X107625Y-66997D01*
X105771Y-67765D01*
X103819Y-68233D01*
X101985Y-68378D01*
X101985Y-68378D01*
Y-68378D01*
X101980Y-68382D01*
X92863D01*
Y-68362D01*
X90120Y-68516D01*
X87411Y-68976D01*
X84771Y-69736D01*
X82232Y-70788D01*
X79827Y-72117D01*
X77587Y-73707D01*
X75538Y-75538D01*
X73707Y-77587D01*
X72117Y-79827D01*
X70788Y-82232D01*
X69736Y-84771D01*
X68976Y-87411D01*
X68516Y-90120D01*
X68362Y-92863D01*
X68382D01*
Y-101980D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68233Y-103819D01*
X67765Y-105771D01*
X66997Y-107625D01*
X65948Y-109336D01*
X65290Y-110106D01*
X-65290D01*
X-65948Y-109336D01*
X-66997Y-107625D01*
X-67765Y-105771D01*
X-68233Y-103819D01*
X-68378Y-101985D01*
X-68378Y-101985D01*
X-68378D01*
X-68382Y-101980D01*
Y-92863D01*
X-68362D01*
X-68516Y-90120D01*
X-68976Y-87411D01*
X-69736Y-84771D01*
X-70788Y-82232D01*
X-72117Y-79827D01*
X-73707Y-77587D01*
X-75538Y-75538D01*
X-77587Y-73707D01*
X-79827Y-72117D01*
X-82232Y-70788D01*
X-84771Y-69736D01*
X-87411Y-68976D01*
X-90120Y-68516D01*
X-92863Y-68362D01*
Y-68382D01*
X-101980D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-103819Y-68233D01*
X-105771Y-67765D01*
X-107625Y-66997D01*
X-109336Y-65948D01*
X-110106Y-65290D01*
Y65290D01*
X-109336Y65948D01*
X-107625Y66997D01*
X-105771Y67765D01*
X-103819Y68233D01*
X-101985Y68378D01*
X-101985Y68378D01*
Y68378D01*
X-101980Y68382D01*
X-92863D01*
Y68362D01*
X-90120Y68516D01*
X-87411Y68976D01*
X-84771Y69736D01*
X-82232Y70788D01*
X-79827Y72117D01*
X-77587Y73707D01*
X-75538Y75538D01*
X-73707Y77587D01*
X-72117Y79827D01*
X-70788Y82232D01*
X-69736Y84771D01*
X-68976Y87411D01*
X-68516Y90120D01*
X-68362Y92863D01*
X-68382D01*
Y101980D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68233Y103819D01*
X-67765Y105771D01*
X-66997Y107625D01*
X-65948Y109336D01*
X-65290Y110106D01*
X65290D01*
X65948Y109336D01*
D02*
G37*
%LPC*%
G36*
X28359Y55300D02*
X27841D01*
X27364Y55102D01*
X26998Y54736D01*
X26800Y54259D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29202Y54736D01*
X28836Y55102D01*
X28359Y55300D01*
D02*
G37*
G36*
X32359Y55000D02*
X31841D01*
X31364Y54802D01*
X30998Y54436D01*
X30800Y53959D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
D02*
G37*
G36*
X8000Y80447D02*
X4000D01*
X3064Y80261D01*
X2270Y79730D01*
X1739Y78936D01*
X1553Y78000D01*
Y62000D01*
X1739Y61064D01*
X2270Y60270D01*
X3064Y59739D01*
X3244Y59703D01*
X3248Y59698D01*
X3339Y59682D01*
X3418Y59635D01*
X3801Y59578D01*
X4490Y59437D01*
X4783Y59356D01*
X5052Y59266D01*
X5293Y59170D01*
X5505Y59067D01*
X5688Y58959D01*
X5843Y58848D01*
X5990Y58717D01*
X6010Y58710D01*
X6827Y57893D01*
Y53433D01*
X6918Y52741D01*
X7185Y52097D01*
X7610Y51543D01*
X8164Y51118D01*
X8206Y51012D01*
X7908Y50527D01*
X6900D01*
X6900Y50527D01*
X6354Y50419D01*
X5891Y50109D01*
X5891Y50109D01*
X3291Y47509D01*
X2981Y47046D01*
X2873Y46500D01*
X2873Y46500D01*
Y45785D01*
X2719Y45415D01*
Y44785D01*
X2873Y44414D01*
Y42786D01*
X2719Y42415D01*
Y41785D01*
X2873Y41414D01*
Y39786D01*
X2719Y39415D01*
Y38785D01*
X2960Y38204D01*
X3404Y37760D01*
X3985Y37519D01*
X4614D01*
X5196Y37760D01*
X5640Y38204D01*
X5881Y38785D01*
Y39415D01*
X5727Y39786D01*
Y41414D01*
X5881Y41785D01*
Y42415D01*
X5727Y42786D01*
Y44414D01*
X5881Y44785D01*
Y45415D01*
X5727Y45785D01*
Y45909D01*
X7491Y47673D01*
X12300D01*
X12300Y47673D01*
X12846Y47781D01*
X13309Y48091D01*
X14750Y49531D01*
X17168Y47113D01*
X17168Y47113D01*
X17631Y46804D01*
X18178Y46695D01*
X18678D01*
X18778Y46195D01*
X18404Y46040D01*
X17960Y45596D01*
X17719Y45015D01*
Y44385D01*
X17873Y44014D01*
Y42386D01*
X17719Y42015D01*
Y41385D01*
X17873Y41015D01*
Y39386D01*
X17719Y39015D01*
Y38385D01*
X17960Y37804D01*
X18146Y37618D01*
X17939Y37118D01*
X16880D01*
X16649Y37349D01*
X16351Y37548D01*
X16000Y37618D01*
X6800D01*
X6449Y37548D01*
X6151Y37349D01*
X4467Y35665D01*
X4431Y35650D01*
X4327Y35548D01*
X4285Y35510D01*
X3960Y35446D01*
X3502Y35140D01*
X3196Y34682D01*
X3089Y34142D01*
Y30992D01*
X3196Y30452D01*
X3502Y29994D01*
X3960Y29688D01*
X4500Y29581D01*
X5040Y29688D01*
X5498Y29994D01*
X5804Y30452D01*
X5911Y30992D01*
Y34142D01*
X5854Y34431D01*
X5871Y34451D01*
X5902Y34483D01*
X5917Y34519D01*
X5931Y34533D01*
X5957Y34551D01*
X5958Y34561D01*
X7180Y35782D01*
X8564D01*
X8715Y35282D01*
X8502Y35140D01*
X8196Y34682D01*
X8089Y34142D01*
Y30992D01*
X8196Y30452D01*
X8502Y29994D01*
X8960Y29688D01*
X9500Y29581D01*
X10040Y29688D01*
X10498Y29994D01*
X10804Y30452D01*
X10911Y30992D01*
Y34142D01*
X10804Y34682D01*
X10498Y35140D01*
X10284Y35282D01*
X10436Y35782D01*
X13564D01*
X13715Y35282D01*
X13502Y35140D01*
X13196Y34682D01*
X13089Y34142D01*
Y30992D01*
X13196Y30452D01*
X13502Y29994D01*
X13960Y29688D01*
X14500Y29581D01*
X15040Y29688D01*
X15498Y29994D01*
X15804Y30452D01*
X15911Y30992D01*
Y34142D01*
X15804Y34682D01*
X15622Y34954D01*
X15746Y35471D01*
X15791Y35532D01*
X15835Y35546D01*
X15882Y35530D01*
X16149Y35352D01*
X16500Y35282D01*
X20520D01*
X22082Y33720D01*
Y28345D01*
X22067Y28312D01*
X22067Y28293D01*
X22063Y28291D01*
X22003Y28266D01*
X21995Y28245D01*
X21851Y28149D01*
X21755Y28005D01*
X21753Y28004D01*
X21593Y27997D01*
X21266Y27997D01*
X21245Y28005D01*
X21149Y28149D01*
X20851Y28348D01*
X20500Y28418D01*
X19500D01*
X19149Y28348D01*
X18851Y28149D01*
X18652Y27851D01*
X18582Y27500D01*
Y26500D01*
X18652Y26149D01*
X18851Y25851D01*
X19149Y25652D01*
X19500Y25582D01*
X20500D01*
X20851Y25652D01*
X21149Y25851D01*
X21245Y25995D01*
X21266Y26003D01*
X21734Y26003D01*
X21755Y25995D01*
X21851Y25851D01*
X22149Y25652D01*
X22500Y25582D01*
X23500D01*
X23851Y25652D01*
X24149Y25851D01*
X24348Y26149D01*
X24418Y26500D01*
Y27500D01*
X24348Y27851D01*
X24149Y28149D01*
X24005Y28245D01*
X23997Y28266D01*
X23937Y28291D01*
X23933Y28293D01*
X23933Y28312D01*
X23918Y28345D01*
Y34100D01*
X23848Y34451D01*
X23649Y34749D01*
X21549Y36849D01*
X21251Y37048D01*
X20900Y37118D01*
X20661D01*
X20454Y37618D01*
X20640Y37804D01*
X20881Y38385D01*
Y39015D01*
X20727Y39386D01*
Y41015D01*
X20881Y41385D01*
Y42015D01*
X20727Y42386D01*
Y43273D01*
X21400D01*
X21400Y43273D01*
X21946Y43381D01*
X22409Y43691D01*
X24208Y45489D01*
X24220Y45494D01*
X24426Y45687D01*
X24585Y45814D01*
X25778D01*
X25779Y45814D01*
X25781Y45814D01*
X28228D01*
X28751Y45918D01*
X29195Y46215D01*
X29491Y46658D01*
X29595Y47181D01*
Y49063D01*
X29491Y49587D01*
X29195Y50030D01*
X28751Y50327D01*
X28228Y50431D01*
X23772D01*
X23249Y50327D01*
X22805Y50030D01*
X22612Y49741D01*
X22591Y49732D01*
X22566Y49672D01*
X22510Y49589D01*
X22498Y49584D01*
X22459Y49574D01*
X22401Y49564D01*
X22327Y49558D01*
X22225Y49555D01*
X22213Y49550D01*
X18769D01*
X16239Y52079D01*
X16235Y52091D01*
X16101Y52238D01*
X16002Y52370D01*
X15927Y52495D01*
Y53433D01*
X15911Y53514D01*
Y55008D01*
X15804Y55548D01*
X15498Y56006D01*
X15040Y56312D01*
X14500Y56419D01*
X13960Y56312D01*
X13502Y56006D01*
X13196Y55548D01*
X13089Y55008D01*
Y53514D01*
X13073Y53433D01*
Y51891D01*
X11709Y50527D01*
X11091D01*
X10795Y51012D01*
X10836Y51118D01*
X11390Y51543D01*
X11815Y52097D01*
X12082Y52741D01*
X12173Y53433D01*
Y59000D01*
X12082Y59692D01*
X11815Y60336D01*
X11390Y60890D01*
X11234Y61046D01*
X11223Y61071D01*
X10893Y61390D01*
X10887Y61393D01*
X10881Y61400D01*
X10878Y61404D01*
X10858Y61422D01*
X10419Y61861D01*
X10447Y62000D01*
Y78000D01*
X10261Y78936D01*
X9730Y79730D01*
X8936Y80261D01*
X8000Y80447D01*
D02*
G37*
G36*
X20000D02*
X16000D01*
X15064Y80261D01*
X14270Y79730D01*
X13739Y78936D01*
X13553Y78000D01*
Y62000D01*
X13739Y61064D01*
X14270Y60270D01*
X15064Y59739D01*
X15329Y59686D01*
X15410Y59636D01*
X15729Y59583D01*
X15993Y59517D01*
X16215Y59438D01*
X16395Y59349D01*
X16535Y59254D01*
X16640Y59154D01*
X16716Y59049D01*
X16770Y58935D01*
X16804Y58802D01*
X16818Y58611D01*
X16827Y58594D01*
Y53433D01*
X16918Y52741D01*
X17185Y52097D01*
X17610Y51543D01*
X18164Y51118D01*
X18393Y51023D01*
X18502Y50860D01*
X18960Y50554D01*
X19500Y50447D01*
X20040Y50554D01*
X20498Y50860D01*
X20607Y51023D01*
X20836Y51118D01*
X21390Y51543D01*
X21815Y52097D01*
X22082Y52741D01*
X22173Y53433D01*
Y58621D01*
X22183Y58645D01*
X22181Y58649D01*
X22183Y58652D01*
X22173Y59240D01*
Y60500D01*
X22125Y60861D01*
X22261Y61064D01*
X22447Y62000D01*
Y78000D01*
X22261Y78936D01*
X21730Y79730D01*
X20936Y80261D01*
X20000Y80447D01*
D02*
G37*
G36*
X-4000D02*
X-8000D01*
X-8936Y80261D01*
X-9730Y79730D01*
X-10261Y78936D01*
X-10447Y78000D01*
Y62000D01*
X-10261Y61064D01*
X-9730Y60270D01*
X-9326Y60000D01*
X-9309Y59957D01*
X-9240Y59929D01*
X-9190Y59873D01*
X-9070Y59816D01*
X-8988Y59763D01*
X-8919Y59705D01*
X-8861Y59641D01*
X-8811Y59569D01*
X-8768Y59486D01*
X-8733Y59389D01*
X-8706Y59276D01*
X-8689Y59147D01*
X-8683Y58982D01*
X-8666Y58946D01*
X-8582Y58308D01*
X-8315Y57664D01*
X-7890Y57110D01*
X-7173Y56393D01*
Y53433D01*
X-7082Y52741D01*
X-6815Y52097D01*
X-6390Y51543D01*
X-5836Y51118D01*
X-5607Y51023D01*
X-5498Y50860D01*
X-5040Y50554D01*
X-4500Y50447D01*
X-3960Y50554D01*
X-3502Y50860D01*
X-3393Y51023D01*
X-3164Y51118D01*
X-2610Y51543D01*
X-2185Y52097D01*
X-1918Y52741D01*
X-1827Y53433D01*
Y57500D01*
X-1918Y58192D01*
X-2185Y58836D01*
X-2610Y59390D01*
X-2627Y59407D01*
X-2688Y59562D01*
X-2689Y59680D01*
X-2577Y60064D01*
X-2270Y60270D01*
X-1739Y61064D01*
X-1553Y62000D01*
Y78000D01*
X-1739Y78936D01*
X-2270Y79730D01*
X-3064Y80261D01*
X-4000Y80447D01*
D02*
G37*
G36*
X-16000D02*
X-20000D01*
X-20936Y80261D01*
X-21730Y79730D01*
X-22261Y78936D01*
X-22447Y78000D01*
Y62000D01*
X-22261Y61064D01*
X-21730Y60270D01*
X-20936Y59739D01*
X-20756Y59703D01*
X-20752Y59698D01*
X-20663Y59683D01*
X-20586Y59635D01*
X-20310Y59592D01*
X-20059Y59539D01*
X-19821Y59475D01*
X-19598Y59401D01*
X-19388Y59315D01*
X-19191Y59220D01*
X-19007Y59114D01*
X-18836Y58997D01*
X-18677Y58871D01*
X-18516Y58723D01*
X-18495Y58714D01*
X-17173Y57393D01*
Y53433D01*
X-17082Y52741D01*
X-16815Y52097D01*
X-16390Y51543D01*
X-15979Y51227D01*
X-16148Y50727D01*
X-17000D01*
X-17000Y50727D01*
X-17546Y50619D01*
X-18009Y50309D01*
X-18769Y49550D01*
X-22213D01*
X-22225Y49555D01*
X-22327Y49558D01*
X-22401Y49564D01*
X-22459Y49574D01*
X-22498Y49584D01*
X-22510Y49589D01*
X-22566Y49672D01*
X-22591Y49732D01*
X-22612Y49741D01*
X-22798Y50019D01*
X-22784Y50090D01*
X-22637Y50519D01*
X-22185D01*
X-21604Y50760D01*
X-21546Y50818D01*
X-21023D01*
X-21022Y50817D01*
X-20646Y50809D01*
X-20481Y50796D01*
X-20432Y50789D01*
X-20424Y50788D01*
X-20396Y50760D01*
X-20268Y50707D01*
X-20040Y50554D01*
X-19500Y50447D01*
X-18960Y50554D01*
X-18732Y50707D01*
X-18604Y50760D01*
X-18507Y50857D01*
X-18502Y50860D01*
X-18499Y50865D01*
X-18160Y51204D01*
X-17919Y51785D01*
Y51991D01*
X-17818Y52500D01*
X-17946Y53144D01*
X-18089Y53358D01*
Y54376D01*
X-17919Y54786D01*
Y54991D01*
X-17818Y55500D01*
X-17946Y56144D01*
X-18310Y56690D01*
X-18856Y57054D01*
X-19500Y57182D01*
X-21052D01*
X-21083Y57183D01*
X-21084Y57182D01*
X-22500D01*
X-23144Y57054D01*
X-23690Y56690D01*
X-24054Y56144D01*
X-24182Y55500D01*
Y52500D01*
X-24081Y51991D01*
Y51785D01*
X-23840Y51204D01*
X-23528Y50892D01*
X-23770Y50434D01*
X-23774Y50431D01*
X-28228D01*
X-28751Y50327D01*
X-29195Y50030D01*
X-29491Y49587D01*
X-29595Y49063D01*
Y47181D01*
X-29491Y46658D01*
X-29195Y46215D01*
X-28751Y45918D01*
X-28228Y45814D01*
X-27566D01*
X-27564Y45813D01*
X-27310Y45812D01*
X-26860Y45784D01*
X-26677Y45759D01*
X-26513Y45726D01*
X-26371Y45686D01*
X-26252Y45643D01*
X-26157Y45596D01*
X-26085Y45549D01*
X-26006Y45482D01*
X-25997Y45479D01*
X-23509Y42991D01*
X-23509Y42991D01*
X-23046Y42681D01*
X-22500Y42573D01*
X-22500Y42573D01*
X-20927D01*
Y41686D01*
X-21081Y41315D01*
Y40685D01*
X-20927Y40314D01*
Y38686D01*
X-21081Y38315D01*
Y37685D01*
X-20840Y37104D01*
X-20396Y36660D01*
X-19815Y36419D01*
X-19185D01*
X-18604Y36660D01*
X-18160Y37104D01*
X-17919Y37685D01*
Y38315D01*
X-18073Y38686D01*
Y40314D01*
X-17919Y40685D01*
Y41315D01*
X-18073Y41686D01*
Y43314D01*
X-17919Y43685D01*
Y44315D01*
X-18160Y44896D01*
X-18604Y45340D01*
X-19185Y45581D01*
X-19815D01*
X-20186Y45427D01*
X-21909D01*
X-22523Y46042D01*
X-22552Y46244D01*
X-22493Y46360D01*
X-22312Y46582D01*
X-22194Y46695D01*
X-18178D01*
X-18178Y46695D01*
X-17631Y46804D01*
X-17168Y47113D01*
X-16409Y47873D01*
X-11300D01*
X-11300Y47873D01*
X-10754Y47981D01*
X-10291Y48291D01*
X-9150Y49431D01*
X-5627Y45909D01*
Y45785D01*
X-5781Y45415D01*
Y44785D01*
X-5627Y44414D01*
Y42786D01*
X-5781Y42415D01*
Y41785D01*
X-5627Y41414D01*
Y39786D01*
X-5781Y39415D01*
Y38785D01*
X-5540Y38204D01*
X-5096Y37760D01*
X-4515Y37519D01*
X-3886D01*
X-3304Y37760D01*
X-2860Y38204D01*
X-2619Y38785D01*
Y39415D01*
X-2773Y39786D01*
Y41414D01*
X-2619Y41785D01*
Y42415D01*
X-2773Y42786D01*
Y44414D01*
X-2619Y44785D01*
Y45415D01*
X-2773Y45785D01*
Y46500D01*
X-2773Y46500D01*
X-2881Y47046D01*
X-3191Y47509D01*
X-3191Y47509D01*
X-7761Y52079D01*
X-7765Y52091D01*
X-7899Y52238D01*
X-7998Y52370D01*
X-8073Y52495D01*
Y53433D01*
X-8089Y53514D01*
Y55008D01*
X-8196Y55548D01*
X-8502Y56006D01*
X-8960Y56312D01*
X-9500Y56419D01*
X-10040Y56312D01*
X-10498Y56006D01*
X-10804Y55548D01*
X-10911Y55008D01*
Y53514D01*
X-10927Y53433D01*
Y51800D01*
X-10927Y51800D01*
X-10927Y51800D01*
Y51691D01*
X-11891Y50727D01*
X-12852D01*
X-13021Y51227D01*
X-12610Y51543D01*
X-12185Y52097D01*
X-11918Y52741D01*
X-11827Y53433D01*
Y58500D01*
X-11918Y59192D01*
X-12185Y59836D01*
X-12610Y60390D01*
X-12856Y60636D01*
X-12865Y60659D01*
X-13337Y61152D01*
X-13538Y61388D01*
X-13600Y61470D01*
X-13638Y61528D01*
X-13644Y61541D01*
X-13553Y62000D01*
Y78000D01*
X-13739Y78936D01*
X-14270Y79730D01*
X-15064Y80261D01*
X-16000Y80447D01*
D02*
G37*
G36*
X2780Y56783D02*
X2779Y56782D01*
X1500D01*
X856Y56654D01*
X310Y56290D01*
X-54Y55744D01*
X-182Y55100D01*
Y52100D01*
X-54Y51456D01*
X310Y50910D01*
X856Y50546D01*
X1500Y50418D01*
X2757D01*
X2759Y50417D01*
X2760Y50418D01*
X2770D01*
X2771Y50417D01*
X2787Y50418D01*
X4500D01*
X5144Y50546D01*
X5690Y50910D01*
X6054Y51456D01*
X6182Y52100D01*
X6054Y52744D01*
X5911Y52958D01*
Y54242D01*
X6054Y54456D01*
X6182Y55100D01*
X6054Y55744D01*
X5690Y56290D01*
X5144Y56654D01*
X4500Y56782D01*
X2834D01*
X2782Y56783D01*
X2781Y56783D01*
X2780Y56783D01*
D02*
G37*
G36*
X500Y46418D02*
X-500D01*
X-851Y46348D01*
X-1149Y46149D01*
X-1348Y45851D01*
X-1418Y45500D01*
Y44500D01*
X-1348Y44149D01*
X-1218Y43955D01*
X-1300Y43759D01*
Y43241D01*
X-1218Y43045D01*
X-1348Y42851D01*
X-1418Y42500D01*
Y41500D01*
X-1348Y41149D01*
X-1149Y40851D01*
X-851Y40652D01*
X-500Y40582D01*
X500D01*
X851Y40652D01*
X1149Y40851D01*
X1348Y41149D01*
X1418Y41500D01*
Y42500D01*
X1348Y42851D01*
X1218Y43045D01*
X1300Y43241D01*
Y43759D01*
X1218Y43955D01*
X1348Y44149D01*
X1418Y44500D01*
Y45500D01*
X1348Y45851D01*
X1149Y46149D01*
X851Y46348D01*
X500Y46418D01*
D02*
G37*
G36*
Y39418D02*
X-500D01*
X-851Y39348D01*
X-1149Y39149D01*
X-1348Y38851D01*
X-1418Y38500D01*
Y37500D01*
X-1348Y37149D01*
X-1300Y37077D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37077D01*
X1348Y37149D01*
X1418Y37500D01*
Y38500D01*
X1348Y38851D01*
X1149Y39149D01*
X851Y39348D01*
X500Y39418D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60736Y37502D01*
X-61102Y37136D01*
X-61300Y36659D01*
Y36141D01*
X-61102Y35664D01*
X-60736Y35298D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60636Y33602D01*
X-61002Y33236D01*
X-61200Y32759D01*
Y32241D01*
X-61002Y31764D01*
X-60636Y31398D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X-7800Y37518D02*
X-16400D01*
X-16751Y37448D01*
X-17049Y37249D01*
X-18537Y35760D01*
X-18916Y35439D01*
X-18956Y35443D01*
X-18960Y35446D01*
X-19500Y35553D01*
X-20040Y35446D01*
X-20498Y35140D01*
X-20804Y34682D01*
X-20911Y34142D01*
Y30992D01*
X-20804Y30452D01*
X-20498Y29994D01*
X-20040Y29688D01*
X-19500Y29581D01*
X-18960Y29688D01*
X-18502Y29994D01*
X-18196Y30452D01*
X-18089Y30992D01*
Y33561D01*
X-18068Y33596D01*
X-18034Y33642D01*
X-17977Y33705D01*
X-17965Y33738D01*
X-16053Y35649D01*
X-15679Y35605D01*
X-15548Y35269D01*
X-15508Y35124D01*
X-15804Y34682D01*
X-15911Y34142D01*
Y30992D01*
X-15804Y30452D01*
X-15498Y29994D01*
X-15040Y29688D01*
X-14500Y29581D01*
X-13960Y29688D01*
X-13502Y29994D01*
X-13196Y30452D01*
X-13089Y30992D01*
Y34142D01*
X-13196Y34682D01*
X-13502Y35140D01*
X-13566Y35182D01*
X-13414Y35682D01*
X-10586D01*
X-10434Y35182D01*
X-10498Y35140D01*
X-10804Y34682D01*
X-10911Y34142D01*
Y30992D01*
X-10804Y30452D01*
X-10498Y29994D01*
X-10040Y29688D01*
X-9500Y29581D01*
X-8960Y29688D01*
X-8502Y29994D01*
X-8418Y30120D01*
X-7918Y29969D01*
Y29380D01*
X-8759Y28538D01*
X-8794Y28526D01*
X-8894Y28431D01*
X-8911Y28418D01*
X-9414D01*
X-9417Y28418D01*
X-9419Y28418D01*
X-9500D01*
X-9851Y28348D01*
X-10149Y28149D01*
X-10348Y27851D01*
X-10418Y27500D01*
Y26500D01*
X-10348Y26149D01*
X-10149Y25851D01*
X-9851Y25652D01*
X-9500Y25582D01*
X-8500D01*
X-8149Y25652D01*
X-7851Y25851D01*
X-7755Y25995D01*
X-7734Y26003D01*
X-7266Y26003D01*
X-7245Y25995D01*
X-7149Y25851D01*
X-6851Y25652D01*
X-6500Y25582D01*
X-5500D01*
X-5149Y25652D01*
X-4851Y25851D01*
X-4652Y26149D01*
X-4582Y26500D01*
Y27500D01*
X-4652Y27851D01*
X-4851Y28149D01*
X-5149Y28348D01*
X-5500Y28418D01*
X-5727D01*
X-5766Y28439D01*
X-6099Y28918D01*
X-6082Y29000D01*
Y35800D01*
X-6152Y36151D01*
X-6351Y36449D01*
X-7151Y37249D01*
X-7449Y37448D01*
X-7800Y37518D01*
D02*
G37*
G36*
X16500Y28418D02*
X15500D01*
X15149Y28348D01*
X14851Y28149D01*
X14755Y28005D01*
X14734Y27997D01*
X14266Y27997D01*
X14245Y28005D01*
X14149Y28149D01*
X13851Y28348D01*
X13500Y28418D01*
X12500D01*
X12149Y28348D01*
X11851Y28149D01*
X11652Y27851D01*
X11582Y27500D01*
Y26500D01*
X11652Y26149D01*
X11851Y25851D01*
X11869Y25667D01*
X11120Y24918D01*
X7780D01*
X7328Y25370D01*
X7149Y25851D01*
X7348Y26149D01*
X7418Y26500D01*
Y27500D01*
X7348Y27851D01*
X7149Y28149D01*
X6851Y28348D01*
X6500Y28418D01*
X5500D01*
X5149Y28348D01*
X4851Y28149D01*
X4652Y27851D01*
X4582Y27500D01*
Y26500D01*
X4652Y26149D01*
X4851Y25851D01*
X4995Y25755D01*
X5003Y25734D01*
X5063Y25709D01*
X5067Y25707D01*
X5067Y25688D01*
X5082Y25655D01*
Y25400D01*
X5152Y25049D01*
X5351Y24751D01*
X6751Y23351D01*
X7049Y23152D01*
X7400Y23082D01*
X11500D01*
X11851Y23152D01*
X12149Y23351D01*
X13649Y24851D01*
X13848Y25149D01*
X13918Y25500D01*
Y25655D01*
X13933Y25688D01*
X13933Y25707D01*
X13937Y25709D01*
X13997Y25734D01*
X14005Y25755D01*
X14149Y25851D01*
X14245Y25995D01*
X14266Y26003D01*
X14734Y26003D01*
X14755Y25995D01*
X14851Y25851D01*
X15149Y25652D01*
X15500Y25582D01*
X16500D01*
X16851Y25652D01*
X17149Y25851D01*
X17348Y26149D01*
X17418Y26500D01*
Y27500D01*
X17348Y27851D01*
X17149Y28149D01*
X16851Y28348D01*
X16500Y28418D01*
D02*
G37*
G36*
X-56341Y28200D02*
X-56859D01*
X-57336Y28002D01*
X-57702Y27636D01*
X-57900Y27159D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
D02*
G37*
G36*
X-12500Y28418D02*
X-13500D01*
X-13851Y28348D01*
X-14149Y28149D01*
X-14348Y27851D01*
X-14418Y27500D01*
Y26500D01*
X-14348Y26149D01*
X-14149Y25851D01*
X-14177Y25354D01*
X-14206Y25292D01*
X-14207Y25291D01*
X-14580Y24918D01*
X-18320D01*
X-18738Y25335D01*
X-18851Y25851D01*
X-18652Y26149D01*
X-18582Y26500D01*
Y27500D01*
X-18652Y27851D01*
X-18851Y28149D01*
X-19149Y28348D01*
X-19500Y28418D01*
X-20500D01*
X-20851Y28348D01*
X-21149Y28149D01*
X-21245Y28005D01*
X-21266Y27997D01*
X-21734Y27997D01*
X-21755Y28005D01*
X-21851Y28149D01*
X-22149Y28348D01*
X-22500Y28418D01*
X-23500D01*
X-23851Y28348D01*
X-24149Y28149D01*
X-24348Y27851D01*
X-24418Y27500D01*
Y26500D01*
X-24348Y26149D01*
X-24149Y25851D01*
X-23851Y25652D01*
X-23500Y25582D01*
X-22500D01*
X-22149Y25652D01*
X-21851Y25851D01*
X-21755Y25995D01*
X-21753Y25996D01*
X-21593Y26003D01*
X-21273Y26003D01*
X-21205Y25935D01*
X-21149Y25851D01*
X-21065Y25795D01*
X-20918Y25648D01*
Y25300D01*
X-20848Y24949D01*
X-20649Y24651D01*
X-19349Y23351D01*
X-19051Y23152D01*
X-18700Y23082D01*
X-14200D01*
X-13849Y23152D01*
X-13551Y23351D01*
X-12351Y24551D01*
X-12152Y24849D01*
X-12082Y25200D01*
Y25655D01*
X-12067Y25688D01*
X-12067Y25707D01*
X-12063Y25709D01*
X-12003Y25734D01*
X-11995Y25755D01*
X-11851Y25851D01*
X-11652Y26149D01*
X-11582Y26500D01*
Y27500D01*
X-11652Y27851D01*
X-11851Y28149D01*
X-12149Y28348D01*
X-12500Y28418D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60636Y41402D01*
X-61002Y41036D01*
X-61200Y40559D01*
Y40041D01*
X-61002Y39564D01*
X-60636Y39198D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-59034Y39327D01*
X-58958Y39357D01*
X-58904Y39409D01*
X-58860Y39445D01*
X-58817Y39476D01*
X-58775Y39501D01*
X-58734Y39521D01*
X-58692Y39538D01*
X-58650Y39550D01*
X-58606Y39559D01*
X-58560Y39565D01*
X-58494Y39567D01*
X-58453Y39586D01*
X-54796D01*
X-48614Y33404D01*
Y5092D01*
X-49100Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51365Y3926D01*
X-51335Y3850D01*
X-51294Y3808D01*
X-51270Y3778D01*
X-51249Y3746D01*
X-51230Y3712D01*
X-51214Y3676D01*
X-51200Y3636D01*
X-51189Y3591D01*
X-51180Y3542D01*
X-51175Y3487D01*
X-51173Y3413D01*
X-51154Y3373D01*
Y2000D01*
X-51622Y1760D01*
X-52100Y1958D01*
X-52617D01*
X-53035Y1785D01*
X-53300Y1884D01*
X-53535Y2027D01*
Y3377D01*
X-53517Y3417D01*
X-53515Y3491D01*
X-53509Y3546D01*
X-53501Y3596D01*
X-53490Y3642D01*
X-53476Y3683D01*
X-53460Y3720D01*
X-53441Y3754D01*
X-53420Y3787D01*
X-53395Y3818D01*
X-53354Y3861D01*
X-53326Y3935D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55274Y3935D01*
X-55246Y3861D01*
X-55205Y3818D01*
X-55181Y3787D01*
X-55159Y3754D01*
X-55141Y3720D01*
X-55124Y3683D01*
X-55111Y3642D01*
X-55099Y3596D01*
X-55090Y3546D01*
X-55085Y3491D01*
X-55083Y3417D01*
X-55065Y3377D01*
Y1810D01*
X-55565Y1603D01*
X-55764Y1802D01*
X-56241Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57602Y1436D01*
X-57800Y959D01*
Y441D01*
X-57602Y-36D01*
X-57474Y-165D01*
X-57446Y-239D01*
X-57405Y-282D01*
X-57380Y-313D01*
X-57359Y-346D01*
X-57341Y-380D01*
X-57324Y-417D01*
X-57310Y-458D01*
X-57299Y-504D01*
X-57291Y-554D01*
X-57285Y-609D01*
X-57283Y-683D01*
X-57265Y-723D01*
Y-7283D01*
X-58073Y-8091D01*
X-58112Y-8106D01*
X-58153Y-8143D01*
X-58167Y-8154D01*
X-62100D01*
X-62490Y-8231D01*
X-62551Y-8272D01*
X-63051Y-8004D01*
Y-4300D01*
X-63241Y-3841D01*
X-64073Y-3008D01*
X-64069Y-3000D01*
X-64082Y-2969D01*
Y-2000D01*
X-64152Y-1649D01*
X-64351Y-1351D01*
X-64649Y-1152D01*
X-65000Y-1082D01*
X-66000D01*
X-66351Y-1152D01*
X-66423Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66423D01*
X-66351Y-3848D01*
X-66000Y-3918D01*
X-65031D01*
X-65000Y-3931D01*
X-64991Y-3927D01*
X-64349Y-4569D01*
Y-10200D01*
X-64159Y-10659D01*
X-63218Y-11601D01*
X-62911Y-11728D01*
X-62855Y-11811D01*
X-62821Y-11924D01*
Y-12389D01*
X-63042Y-12720D01*
X-63120Y-13110D01*
X-63080Y-13308D01*
X-63318Y-13791D01*
X-63395Y-13872D01*
X-63594Y-13909D01*
X-63978Y-13524D01*
X-63992Y-13489D01*
X-64059Y-13419D01*
X-64082Y-13391D01*
Y-12500D01*
X-64152Y-12149D01*
X-64351Y-11851D01*
X-64649Y-11652D01*
X-65000Y-11582D01*
X-66000D01*
X-66351Y-11652D01*
X-66649Y-11851D01*
X-66848Y-12149D01*
X-66918Y-12500D01*
Y-13500D01*
X-66848Y-13851D01*
X-66649Y-14149D01*
X-66351Y-14348D01*
X-66200Y-14378D01*
X-66194Y-14385D01*
X-66150Y-14388D01*
X-66070Y-14404D01*
X-66010Y-14430D01*
X-65925Y-14432D01*
X-65857Y-14437D01*
X-65798Y-14445D01*
X-65747Y-14454D01*
X-65705Y-14465D01*
X-65671Y-14477D01*
X-65645Y-14489D01*
X-65626Y-14499D01*
X-65613Y-14509D01*
X-65586Y-14533D01*
X-65554Y-14544D01*
X-64370Y-15728D01*
X-64072Y-15927D01*
X-63721Y-15996D01*
X-62527D01*
X-62490Y-16021D01*
X-62100Y-16098D01*
X-57900D01*
X-57510Y-16021D01*
X-57473Y-15996D01*
X-55059D01*
X-53418Y-17638D01*
Y-20697D01*
X-53431Y-20741D01*
X-53418Y-20766D01*
Y-28220D01*
X-54976Y-29778D01*
X-55174Y-30076D01*
X-55244Y-30427D01*
Y-33577D01*
X-55501Y-33739D01*
X-55744Y-33807D01*
X-55976Y-33652D01*
X-56327Y-33582D01*
X-60494D01*
X-60769Y-33179D01*
X-60785Y-33103D01*
X-60716Y-32840D01*
X-59852Y-31977D01*
X-59822Y-31967D01*
X-59795Y-31943D01*
X-59782Y-31935D01*
X-59756Y-31922D01*
X-59715Y-31907D01*
X-59659Y-31891D01*
X-59590Y-31877D01*
X-59512Y-31865D01*
X-59300Y-31849D01*
X-59178Y-31847D01*
X-59176Y-31846D01*
X-57900D01*
X-57510Y-31769D01*
X-57179Y-31548D01*
X-56958Y-31217D01*
X-56880Y-30827D01*
X-56958Y-30437D01*
X-57179Y-30106D01*
Y-29579D01*
X-56958Y-29248D01*
X-56880Y-28858D01*
X-56958Y-28468D01*
X-57179Y-28137D01*
Y-27611D01*
X-56958Y-27280D01*
X-56880Y-26890D01*
X-56958Y-26500D01*
X-57179Y-26169D01*
Y-25642D01*
X-56958Y-25311D01*
X-56880Y-24921D01*
X-56958Y-24531D01*
X-57179Y-24200D01*
Y-23674D01*
X-56958Y-23343D01*
X-56880Y-22953D01*
X-56958Y-22563D01*
X-57179Y-22232D01*
Y-21705D01*
X-56958Y-21374D01*
X-56880Y-20984D01*
X-56958Y-20594D01*
X-56989Y-20549D01*
X-56764Y-20007D01*
X-56679Y-19976D01*
X-56652Y-19986D01*
X-56521Y-20118D01*
X-56043Y-20316D01*
X-55526D01*
X-55048Y-20118D01*
X-54682Y-19752D01*
X-54484Y-19274D01*
Y-18757D01*
X-54682Y-18279D01*
X-55048Y-17914D01*
X-55526Y-17716D01*
X-56043D01*
X-56521Y-17914D01*
X-56652Y-18045D01*
X-56730Y-18076D01*
X-56789Y-18109D01*
X-57179Y-18295D01*
X-57510Y-18074D01*
X-57900Y-17996D01*
X-62100D01*
X-62490Y-18074D01*
X-62821Y-18295D01*
X-63042Y-18626D01*
X-63080Y-18815D01*
X-63592Y-19011D01*
X-64106Y-18496D01*
X-64119Y-18462D01*
X-64209Y-18366D01*
X-64227Y-18343D01*
Y-17811D01*
X-64227Y-17811D01*
X-64227Y-17811D01*
Y-17718D01*
X-64300Y-17351D01*
X-64508Y-17040D01*
X-64820Y-16832D01*
X-65187Y-16759D01*
X-69813D01*
X-70180Y-16832D01*
X-70492Y-17040D01*
X-70700Y-17351D01*
X-70773Y-17718D01*
Y-18801D01*
X-70700Y-19168D01*
X-70492Y-19480D01*
X-70180Y-19688D01*
X-69813Y-19761D01*
X-65987D01*
X-65985Y-19762D01*
X-65983Y-19761D01*
X-65946D01*
X-65946Y-19761D01*
X-65946Y-19761D01*
X-65467D01*
X-65455Y-19770D01*
X-65351Y-19868D01*
X-65331Y-19876D01*
X-65320Y-19895D01*
X-65297Y-19901D01*
X-63565Y-21633D01*
X-63381Y-21756D01*
X-63310Y-22189D01*
X-63327Y-22330D01*
X-65140Y-24142D01*
X-65176Y-24156D01*
X-65209Y-24189D01*
X-65265Y-24237D01*
X-65267Y-24239D01*
X-69813D01*
X-70180Y-24312D01*
X-70492Y-24520D01*
X-70700Y-24832D01*
X-70773Y-25199D01*
Y-26281D01*
X-70755Y-26373D01*
X-70721Y-26669D01*
X-71065Y-27002D01*
X-71159Y-27041D01*
X-73059Y-28941D01*
X-73249Y-29400D01*
Y-44500D01*
X-73059Y-44959D01*
X-72772Y-45246D01*
X-72756Y-45283D01*
X-72741Y-45330D01*
X-72726Y-45388D01*
X-72716Y-45451D01*
X-72701Y-45629D01*
X-72699Y-45730D01*
X-72666Y-45807D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
X-71293D01*
X-71370Y-44401D01*
X-71477Y-44399D01*
X-71565Y-44394D01*
X-71643Y-44385D01*
X-71712Y-44374D01*
X-71770Y-44359D01*
X-71818Y-44344D01*
X-71854Y-44328D01*
X-71951Y-44231D01*
Y-33621D01*
X-71489Y-33430D01*
X-71259Y-33659D01*
X-70800Y-33849D01*
X-68585D01*
X-68149Y-34285D01*
Y-40800D01*
X-67959Y-41259D01*
X-66159Y-43059D01*
X-65700Y-43249D01*
X-63438D01*
X-63402Y-43264D01*
X-63357Y-43287D01*
X-63306Y-43317D01*
X-63254Y-43354D01*
X-63118Y-43469D01*
X-63045Y-43540D01*
X-62968Y-43571D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60938Y-42009D01*
X-60600Y-41608D01*
X-60500Y-41649D01*
X-59838D01*
X-59802Y-41664D01*
X-59757Y-41687D01*
X-59706Y-41717D01*
X-59654Y-41754D01*
X-59518Y-41869D01*
X-59445Y-41940D01*
X-59368Y-41971D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
X-58759D01*
X-59236Y-39898D01*
X-59368Y-40029D01*
X-59445Y-40060D01*
X-59522Y-40135D01*
X-59588Y-40194D01*
X-59649Y-40243D01*
X-59706Y-40282D01*
X-59757Y-40313D01*
X-59802Y-40336D01*
X-59838Y-40351D01*
X-60231D01*
X-60541Y-40041D01*
X-61000Y-39851D01*
X-63631D01*
X-64149Y-39333D01*
X-64082Y-39000D01*
Y-38000D01*
X-64152Y-37649D01*
X-64177Y-37611D01*
X-64110Y-37435D01*
X-63885Y-37149D01*
X-59769D01*
X-59459Y-37459D01*
X-59000Y-37649D01*
X-58338D01*
X-58302Y-37664D01*
X-58257Y-37687D01*
X-58206Y-37718D01*
X-58154Y-37754D01*
X-58018Y-37869D01*
X-57945Y-37940D01*
X-57868Y-37971D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55846Y-37612D01*
X-55346Y-37711D01*
Y-38600D01*
X-55269Y-38990D01*
X-55048Y-39321D01*
X-54717Y-39542D01*
X-54327Y-39620D01*
X-53937Y-39542D01*
X-53606Y-39321D01*
X-53385Y-38990D01*
X-53307Y-38600D01*
Y-34400D01*
X-53385Y-34010D01*
X-53409Y-33973D01*
Y-30807D01*
X-51851Y-29249D01*
X-51652Y-28951D01*
X-51582Y-28600D01*
Y-23516D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49849Y-22619D01*
X-49349Y-22719D01*
Y-29031D01*
X-49159Y-29491D01*
X-48299Y-30351D01*
X-48506Y-30851D01*
X-50196D01*
X-50240Y-30834D01*
X-50294Y-30811D01*
X-50354Y-30779D01*
X-50418Y-30741D01*
X-50577Y-30630D01*
X-50664Y-30562D01*
X-50713Y-30548D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50531Y-32469D01*
X-50457Y-32430D01*
X-50394Y-32353D01*
X-50340Y-32295D01*
X-50290Y-32248D01*
X-50244Y-32210D01*
X-50202Y-32181D01*
X-50166Y-32161D01*
X-50140Y-32149D01*
X-48269D01*
X-47324Y-33095D01*
X-47433Y-33389D01*
X-47939Y-33520D01*
X-48031Y-33458D01*
X-48421Y-33380D01*
X-48812Y-33458D01*
X-49142Y-33679D01*
X-49669D01*
X-50000Y-33458D01*
X-50390Y-33380D01*
X-50780Y-33458D01*
X-51111Y-33679D01*
X-51332Y-34010D01*
X-51409Y-34400D01*
Y-38600D01*
X-51332Y-38990D01*
X-51307Y-39027D01*
Y-40755D01*
X-51237Y-41106D01*
X-51039Y-41403D01*
X-43293Y-49149D01*
X-42996Y-49348D01*
X-42644Y-49418D01*
X-24980D01*
X-23618Y-50780D01*
Y-54100D01*
X-23548Y-54451D01*
X-23349Y-54749D01*
X-20981Y-57117D01*
X-20977Y-57132D01*
X-20945Y-57153D01*
X-20944Y-57154D01*
X-20929Y-57191D01*
X-20892Y-57228D01*
X-20870Y-57251D01*
X-20919Y-57500D01*
X-20812Y-58040D01*
X-20506Y-58498D01*
X-20048Y-58804D01*
X-19508Y-58911D01*
X-16358D01*
X-15818Y-58804D01*
X-15360Y-58498D01*
X-15054Y-58040D01*
X-14947Y-57500D01*
X-15054Y-56960D01*
X-15360Y-56502D01*
X-15818Y-56196D01*
X-16358Y-56089D01*
X-19374D01*
X-19376Y-56087D01*
X-19425Y-56051D01*
X-19491Y-55990D01*
X-19524Y-55978D01*
X-21782Y-53720D01*
Y-50400D01*
X-21852Y-50049D01*
X-22051Y-49751D01*
X-23712Y-48090D01*
X-23549Y-47548D01*
X-23251Y-47349D01*
X-19879Y-43977D01*
X-19863Y-43974D01*
X-19849Y-43951D01*
X-19824Y-43943D01*
X-19800Y-43921D01*
X-19795Y-43918D01*
X-19790Y-43915D01*
X-19781Y-43911D01*
X-19767Y-43908D01*
X-19747Y-43905D01*
X-19720Y-43903D01*
X-19685Y-43904D01*
X-19642Y-43908D01*
X-19579Y-43918D01*
X-19543Y-43910D01*
X-19508Y-43924D01*
X-19477Y-43911D01*
X-16358D01*
X-15818Y-43804D01*
X-15360Y-43498D01*
X-15054Y-43040D01*
X-14947Y-42500D01*
X-15054Y-41960D01*
X-15360Y-41502D01*
X-15818Y-41196D01*
X-16358Y-41089D01*
X-19508D01*
X-20048Y-41196D01*
X-20506Y-41502D01*
X-20812Y-41960D01*
X-20890Y-42353D01*
X-20893Y-42357D01*
X-20895Y-42359D01*
X-20899Y-42367D01*
X-20899Y-42368D01*
X-20902Y-42371D01*
X-20974Y-42454D01*
X-21006Y-42486D01*
X-21020Y-42522D01*
X-24280Y-45782D01*
X-32197D01*
X-32297Y-45282D01*
X-32241Y-45259D01*
X-29341Y-42359D01*
X-29151Y-41900D01*
Y-33500D01*
X-29341Y-33041D01*
X-30408Y-31974D01*
X-30366Y-31632D01*
X-29865Y-31482D01*
X-29821Y-31548D01*
X-29490Y-31769D01*
X-29100Y-31846D01*
X-28016D01*
X-28014Y-31847D01*
X-27936Y-31850D01*
X-27918Y-31852D01*
Y-33000D01*
X-27848Y-33351D01*
X-27649Y-33649D01*
X-27038Y-34259D01*
X-27025Y-34294D01*
X-26931Y-34394D01*
X-26918Y-34411D01*
Y-34914D01*
X-26919Y-34917D01*
X-26918Y-34919D01*
Y-35000D01*
X-26848Y-35351D01*
X-26649Y-35649D01*
X-26351Y-35848D01*
X-26000Y-35918D01*
X-25000D01*
X-24649Y-35848D01*
X-24351Y-35649D01*
X-24255Y-35505D01*
X-24234Y-35497D01*
X-24209Y-35437D01*
X-24207Y-35433D01*
X-24188Y-35433D01*
X-24155Y-35418D01*
X-12354D01*
X-12323Y-35432D01*
X-12159Y-35441D01*
X-12047Y-35461D01*
X-11962Y-35489D01*
X-11902Y-35522D01*
X-11858Y-35558D01*
X-11822Y-35602D01*
X-11789Y-35662D01*
X-11761Y-35747D01*
X-11741Y-35859D01*
X-11732Y-36023D01*
X-11718Y-36054D01*
Y-42770D01*
X-11733Y-42806D01*
X-11734Y-42899D01*
X-11737Y-42973D01*
X-11750Y-43106D01*
X-11757Y-43146D01*
X-11764Y-43177D01*
X-11769Y-43193D01*
X-11778Y-43207D01*
X-11779Y-43214D01*
X-11780Y-43219D01*
X-11781Y-43228D01*
X-11783Y-43244D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44010D01*
X-12110Y-44023D01*
X-12117Y-44030D01*
X-12118Y-44034D01*
X-12123Y-44040D01*
X-12127Y-44056D01*
X-12135Y-44071D01*
X-12151Y-44098D01*
X-12172Y-44127D01*
X-12313Y-44292D01*
X-12366Y-44340D01*
X-12469Y-44425D01*
X-12502Y-44449D01*
X-12529Y-44465D01*
X-12544Y-44473D01*
X-12560Y-44477D01*
X-12566Y-44482D01*
X-12570Y-44483D01*
X-12577Y-44490D01*
X-12590Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-45710D01*
X-13810Y-45723D01*
X-13817Y-45730D01*
X-13818Y-45734D01*
X-13823Y-45740D01*
X-13827Y-45756D01*
X-13835Y-45771D01*
X-13851Y-45798D01*
X-13872Y-45827D01*
X-14015Y-45994D01*
X-14075Y-46055D01*
X-14089Y-46091D01*
X-14580Y-46582D01*
X-15175D01*
X-15208Y-46567D01*
X-15250Y-46566D01*
X-15271Y-46564D01*
X-15286Y-46561D01*
X-15295Y-46558D01*
X-15298Y-46557D01*
X-15310Y-46540D01*
X-15339Y-46523D01*
X-15351Y-46493D01*
X-15411Y-46468D01*
X-15818Y-46196D01*
X-16358Y-46089D01*
X-19508D01*
X-20048Y-46196D01*
X-20506Y-46502D01*
X-20812Y-46960D01*
X-20919Y-47500D01*
X-20812Y-48040D01*
X-20506Y-48498D01*
X-20048Y-48804D01*
X-19508Y-48911D01*
X-16358D01*
X-15818Y-48804D01*
X-15411Y-48532D01*
X-15351Y-48507D01*
X-15339Y-48477D01*
X-15310Y-48460D01*
X-15298Y-48443D01*
X-15295Y-48442D01*
X-15286Y-48439D01*
X-15271Y-48436D01*
X-15250Y-48434D01*
X-15208Y-48433D01*
X-15175Y-48418D01*
X-14200D01*
X-13849Y-48348D01*
X-13551Y-48149D01*
X-12791Y-47389D01*
X-12755Y-47375D01*
X-12688Y-47309D01*
X-12634Y-47260D01*
X-12531Y-47175D01*
X-12498Y-47151D01*
X-12471Y-47135D01*
X-12456Y-47127D01*
X-12440Y-47123D01*
X-12434Y-47118D01*
X-12430Y-47117D01*
X-12423Y-47110D01*
X-12410Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45890D01*
X-11190Y-45877D01*
X-11183Y-45870D01*
X-11182Y-45866D01*
X-11177Y-45860D01*
X-11173Y-45844D01*
X-11165Y-45829D01*
X-11149Y-45802D01*
X-11128Y-45773D01*
X-10987Y-45608D01*
X-10934Y-45560D01*
X-10831Y-45475D01*
X-10798Y-45451D01*
X-10771Y-45435D01*
X-10756Y-45427D01*
X-10740Y-45423D01*
X-10734Y-45418D01*
X-10730Y-45417D01*
X-10723Y-45410D01*
X-10710Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-9817Y-43244D01*
X-9819Y-43228D01*
X-9820Y-43219D01*
X-9821Y-43214D01*
X-9822Y-43207D01*
X-9831Y-43193D01*
X-9836Y-43177D01*
X-9843Y-43146D01*
X-9849Y-43110D01*
X-9866Y-42892D01*
X-9867Y-42806D01*
X-9882Y-42770D01*
Y-35756D01*
X-9867Y-35723D01*
X-9861Y-35542D01*
X-9843Y-35383D01*
X-9814Y-35232D01*
X-9774Y-35086D01*
X-9723Y-34946D01*
X-9660Y-34811D01*
X-9586Y-34679D01*
X-9499Y-34552D01*
X-9399Y-34427D01*
X-9276Y-34295D01*
X-9125Y-34276D01*
X-8960Y-34372D01*
X-8668Y-34691D01*
Y-34710D01*
X-8673Y-34723D01*
X-8674Y-35026D01*
X-8677Y-35230D01*
X-8764Y-35360D01*
X-8841Y-35746D01*
Y-38065D01*
X-8764Y-38451D01*
X-8545Y-38779D01*
X-8217Y-38998D01*
X-7831Y-39075D01*
X-6650D01*
X-6263Y-38998D01*
X-5935Y-38779D01*
X-5717Y-38451D01*
X-5640Y-38065D01*
Y-35746D01*
X-5717Y-35360D01*
X-5801Y-35234D01*
X-5802Y-35121D01*
X-4309Y-33627D01*
X-1691D01*
X-1127Y-34191D01*
Y-34648D01*
X-1132Y-34657D01*
X-1129Y-34666D01*
X-1133Y-34675D01*
X-1139Y-34974D01*
X-1148Y-35103D01*
X-1152Y-35138D01*
X-1156Y-35155D01*
X-1161Y-35174D01*
X-1160Y-35175D01*
X-1283Y-35360D01*
X-1360Y-35746D01*
Y-38065D01*
X-1283Y-38451D01*
X-1127Y-38685D01*
Y-38700D01*
X-1019Y-39246D01*
X-709Y-39709D01*
X-246Y-40019D01*
X300Y-40127D01*
X846Y-40019D01*
X1309Y-39709D01*
X1619Y-39246D01*
X1727Y-38700D01*
Y-38506D01*
X1764Y-38451D01*
X1841Y-38065D01*
Y-35746D01*
X2102Y-35427D01*
X9000D01*
X9049Y-35418D01*
X9500D01*
X9851Y-35348D01*
X10149Y-35149D01*
X10348Y-34851D01*
X10418Y-34500D01*
Y-34049D01*
X10427Y-34000D01*
Y-30000D01*
X10418Y-29951D01*
Y-29500D01*
X10348Y-29149D01*
X10149Y-28851D01*
X9851Y-28652D01*
X9500Y-28582D01*
X9049D01*
X9000Y-28573D01*
X3780D01*
X3780Y-28573D01*
X3234Y-28681D01*
X2771Y-28991D01*
X989Y-30773D01*
X-1100D01*
X-1100Y-30773D01*
X-1100Y-30773D01*
X-2385D01*
X-2510Y-30574D01*
X-2575Y-30273D01*
X-100Y-27798D01*
X-67Y-27786D01*
X2Y-27722D01*
X54Y-27683D01*
X68Y-27675D01*
X831D01*
X1217Y-27598D01*
X1545Y-27379D01*
X1764Y-27051D01*
X1841Y-26665D01*
Y-24346D01*
X1764Y-23960D01*
X1545Y-23632D01*
X1217Y-23413D01*
X831Y-23336D01*
X89D01*
X-102Y-23145D01*
X-117Y-23127D01*
X-123Y-23124D01*
X-134Y-23113D01*
X-137Y-23104D01*
X-208Y-23031D01*
X-221Y-23025D01*
X-573Y-22674D01*
Y-17500D01*
X-582Y-17451D01*
Y-17000D01*
X-652Y-16649D01*
X-851Y-16351D01*
X-898Y-15866D01*
X-870Y-15768D01*
X-20Y-14918D01*
X3620D01*
X4562Y-15859D01*
X4544Y-16286D01*
X4506Y-16679D01*
X4493Y-16757D01*
X4351Y-16851D01*
X4152Y-17149D01*
X4082Y-17500D01*
Y-17951D01*
X4073Y-18000D01*
X4082Y-18049D01*
Y-18500D01*
X4152Y-18851D01*
X4351Y-19149D01*
X4649Y-19348D01*
X5000Y-19418D01*
X5451D01*
X5500Y-19427D01*
X9000D01*
X9049Y-19418D01*
X9500D01*
X9851Y-19348D01*
X10149Y-19149D01*
X10348Y-18851D01*
X10418Y-18500D01*
Y-18049D01*
X10427Y-18000D01*
X10418Y-17951D01*
Y-17500D01*
X10348Y-17149D01*
X10149Y-16851D01*
X10019Y-16765D01*
X9935Y-15491D01*
X9933Y-15132D01*
X9918Y-15095D01*
Y-12179D01*
X11082Y-11015D01*
X11281Y-10717D01*
X11351Y-10366D01*
Y-8917D01*
X11369Y-8915D01*
X11447Y-8912D01*
X11449Y-8911D01*
X12008D01*
X12548Y-8804D01*
X12955Y-8532D01*
X13015Y-8507D01*
X13027Y-8477D01*
X13056Y-8460D01*
X13069Y-8443D01*
X13071Y-8442D01*
X13080Y-8439D01*
X13095Y-8437D01*
X13116Y-8434D01*
X13158Y-8433D01*
X13191Y-8418D01*
X14300D01*
X14651Y-8348D01*
X14949Y-8149D01*
X16449Y-6649D01*
X16648Y-6351D01*
X16718Y-6000D01*
Y-1030D01*
X16733Y-994D01*
X16734Y-901D01*
X16737Y-827D01*
X16750Y-694D01*
X16757Y-654D01*
X16764Y-623D01*
X16770Y-607D01*
X16778Y-593D01*
X16779Y-586D01*
X16781Y-581D01*
X16781Y-572D01*
X16783Y-556D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
X15890D01*
X15877Y1610D01*
X15870Y1617D01*
X15866Y1618D01*
X15860Y1623D01*
X15844Y1627D01*
X15829Y1635D01*
X15802Y1651D01*
X15773Y1672D01*
X15606Y1815D01*
X15545Y1875D01*
X15509Y1889D01*
X14249Y3149D01*
X13951Y3348D01*
X13600Y3418D01*
X13191D01*
X13158Y3433D01*
X13116Y3434D01*
X13095Y3436D01*
X13080Y3439D01*
X13071Y3442D01*
X13069Y3443D01*
X13056Y3460D01*
X13027Y3477D01*
X13015Y3507D01*
X12955Y3532D01*
X12548Y3804D01*
X12008Y3911D01*
X9000D01*
Y6089D01*
X12008D01*
X12548Y6196D01*
X13006Y6502D01*
X13312Y6960D01*
X13419Y7500D01*
X13312Y8040D01*
X13006Y8498D01*
X12548Y8804D01*
X12008Y8911D01*
X9000D01*
Y10000D01*
X-9000D01*
Y3911D01*
X-12008D01*
X-12548Y3804D01*
X-13006Y3498D01*
X-13312Y3040D01*
X-13419Y2500D01*
X-13312Y1960D01*
X-13006Y1502D01*
X-12548Y1196D01*
X-12008Y1089D01*
X-9000D01*
Y-1089D01*
X-12008D01*
X-12548Y-1196D01*
X-12955Y-1468D01*
X-13015Y-1493D01*
X-13027Y-1523D01*
X-13056Y-1540D01*
X-13069Y-1557D01*
X-13071Y-1558D01*
X-13080Y-1561D01*
X-13095Y-1564D01*
X-13116Y-1566D01*
X-13158Y-1567D01*
X-13191Y-1582D01*
X-16600D01*
X-16951Y-1652D01*
X-17249Y-1851D01*
X-18009Y-2611D01*
X-18045Y-2625D01*
X-18112Y-2691D01*
X-18166Y-2740D01*
X-18269Y-2825D01*
X-18302Y-2849D01*
X-18329Y-2865D01*
X-18344Y-2873D01*
X-18360Y-2877D01*
X-18366Y-2882D01*
X-18370Y-2883D01*
X-18377Y-2890D01*
X-18390Y-2900D01*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-4290D01*
X-16990Y-4277D01*
X-16983Y-4270D01*
X-16982Y-4266D01*
X-16977Y-4260D01*
X-16973Y-4244D01*
X-16965Y-4229D01*
X-16949Y-4202D01*
X-16928Y-4173D01*
X-16785Y-4006D01*
X-16725Y-3945D01*
X-16711Y-3909D01*
X-16220Y-3418D01*
X-13191D01*
X-13158Y-3433D01*
X-13116Y-3434D01*
X-13095Y-3436D01*
X-13080Y-3439D01*
X-13071Y-3442D01*
X-13069Y-3443D01*
X-13056Y-3460D01*
X-13027Y-3477D01*
X-13015Y-3507D01*
X-12955Y-3532D01*
X-12548Y-3804D01*
X-12008Y-3911D01*
X-9000D01*
Y-6089D01*
X-12008D01*
X-12548Y-6196D01*
X-13006Y-6502D01*
X-13312Y-6960D01*
X-13419Y-7500D01*
X-13312Y-8040D01*
X-13006Y-8498D01*
X-12548Y-8804D01*
X-12008Y-8911D01*
X-9000D01*
Y-10000D01*
X8553D01*
X8794Y-10000D01*
X9003Y-10499D01*
X8351Y-11150D01*
X8152Y-11448D01*
X8082Y-11799D01*
Y-15095D01*
X8067Y-15132D01*
X8065Y-15498D01*
X8034Y-16388D01*
X8017Y-16573D01*
X6488D01*
X6435Y-15780D01*
X6433Y-15496D01*
X6403Y-15425D01*
X6348Y-15149D01*
X6149Y-14851D01*
X4649Y-13351D01*
X4351Y-13152D01*
X4000Y-13082D01*
X-400D01*
X-751Y-13152D01*
X-1049Y-13351D01*
X-2649Y-14951D01*
X-2848Y-15249D01*
X-2902Y-15522D01*
X-2933Y-15593D01*
X-2936Y-15756D01*
X-2957Y-16050D01*
X-2974Y-16169D01*
X-2986Y-16230D01*
X-2997Y-16234D01*
X-3005Y-16255D01*
X-3149Y-16351D01*
X-3235Y-16481D01*
X-4509Y-16565D01*
X-4868Y-16567D01*
X-4905Y-16582D01*
X-15120D01*
X-19682Y-12020D01*
Y-7300D01*
X-19752Y-6949D01*
X-19951Y-6651D01*
X-23751Y-2851D01*
X-24049Y-2652D01*
X-24400Y-2582D01*
X-31648D01*
X-31650Y-2564D01*
X-31653Y-2486D01*
X-31654Y-2484D01*
Y-1400D01*
X-31731Y-1010D01*
X-31952Y-679D01*
X-32283Y-458D01*
X-32673Y-380D01*
X-33063Y-458D01*
X-33394Y-679D01*
X-33615Y-1010D01*
X-33693Y-1400D01*
Y-5600D01*
X-33615Y-5990D01*
X-33591Y-6027D01*
Y-7823D01*
X-34091Y-7922D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8651D01*
X-38731D01*
X-39898Y-7484D01*
Y-6369D01*
X-39851Y-6337D01*
X-39848Y-6336D01*
X-39813Y-6325D01*
X-39798Y-6321D01*
X-39300D01*
X-38969Y-6542D01*
X-38579Y-6620D01*
X-38188Y-6542D01*
X-37858Y-6321D01*
X-37331D01*
X-37000Y-6542D01*
X-36610Y-6620D01*
X-36220Y-6542D01*
X-35889Y-6321D01*
X-35668Y-5990D01*
X-35591Y-5600D01*
Y-1400D01*
X-35668Y-1010D01*
X-35693Y-973D01*
Y8810D01*
X-24220Y20282D01*
X-900D01*
X-549Y20352D01*
X-251Y20551D01*
X2649Y23451D01*
X2848Y23749D01*
X2918Y24100D01*
Y25655D01*
X2933Y25688D01*
X2933Y25707D01*
X2937Y25709D01*
X2997Y25734D01*
X3005Y25755D01*
X3149Y25851D01*
X3348Y26149D01*
X3418Y26500D01*
Y27500D01*
X3348Y27851D01*
X3149Y28149D01*
X2851Y28348D01*
X2500Y28418D01*
X1500D01*
X1149Y28348D01*
X851Y28149D01*
X652Y27851D01*
X582Y27500D01*
Y26500D01*
X652Y26149D01*
X851Y25851D01*
X995Y25755D01*
X1003Y25734D01*
X1063Y25709D01*
X1067Y25707D01*
X1067Y25688D01*
X1082Y25655D01*
Y24480D01*
X-1280Y22118D01*
X-24600D01*
X-24951Y22048D01*
X-25249Y21849D01*
X-25582Y21515D01*
X-26082Y21723D01*
Y25655D01*
X-26067Y25688D01*
X-26067Y25707D01*
X-26063Y25709D01*
X-26003Y25734D01*
X-25995Y25755D01*
X-25851Y25851D01*
X-25652Y26149D01*
X-25582Y26500D01*
Y27500D01*
X-25652Y27851D01*
X-25851Y28149D01*
X-26149Y28348D01*
X-26500Y28418D01*
X-27500D01*
X-27851Y28348D01*
X-28149Y28149D01*
X-28348Y27851D01*
X-28418Y27500D01*
Y26500D01*
X-28348Y26149D01*
X-28149Y25851D01*
X-28005Y25755D01*
X-27997Y25734D01*
X-27937Y25709D01*
X-27933Y25707D01*
X-27933Y25688D01*
X-27918Y25655D01*
Y21580D01*
X-39228Y10270D01*
X-39426Y9972D01*
X-39496Y9621D01*
Y-341D01*
X-39996Y-565D01*
X-40157Y-458D01*
X-40547Y-380D01*
X-40937Y-458D01*
X-41268Y-679D01*
X-41795D01*
X-42125Y-458D01*
X-42516Y-380D01*
X-42906Y-458D01*
X-43237Y-679D01*
X-43763D01*
X-44094Y-458D01*
X-44484Y-380D01*
X-44874Y-458D01*
X-45205Y-679D01*
X-45284Y-687D01*
X-45739Y-342D01*
Y53D01*
X-45793Y326D01*
X-45948Y557D01*
X-47186Y1796D01*
Y33700D01*
X-47241Y33973D01*
X-47395Y34205D01*
X-53995Y40805D01*
X-54227Y40959D01*
X-54500Y41014D01*
X-58453D01*
X-58494Y41033D01*
X-58560Y41035D01*
X-58606Y41041D01*
X-58650Y41050D01*
X-58692Y41063D01*
X-58734Y41079D01*
X-58775Y41099D01*
X-58817Y41124D01*
X-58860Y41155D01*
X-58904Y41191D01*
X-58958Y41243D01*
X-59034Y41273D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X73259Y4800D02*
X72741D01*
X72264Y4602D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X73736Y4602D01*
X73259Y4800D01*
D02*
G37*
G36*
X-60241Y4300D02*
X-60759D01*
X-61236Y4102D01*
X-61602Y3736D01*
X-61800Y3259D01*
Y2741D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60241D01*
X-59764Y1898D01*
X-59398Y2264D01*
X-59200Y2741D01*
Y3259D01*
X-59398Y3736D01*
X-59764Y4102D01*
X-60241Y4300D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X49031Y-3131D01*
X48957Y-3170D01*
X48894Y-3247D01*
X48840Y-3305D01*
X48790Y-3352D01*
X48744Y-3390D01*
X48702Y-3419D01*
X48666Y-3439D01*
X48640Y-3451D01*
X30638D01*
X30602Y-3436D01*
X30557Y-3413D01*
X30506Y-3382D01*
X30454Y-3346D01*
X30318Y-3231D01*
X30245Y-3160D01*
X30168Y-3129D01*
X30036Y-2998D01*
X29559Y-2800D01*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30168Y-5071D01*
X30245Y-5040D01*
X30322Y-4965D01*
X30388Y-4907D01*
X30449Y-4857D01*
X30506Y-4817D01*
X30557Y-4787D01*
X30602Y-4764D01*
X30638Y-4749D01*
X48696D01*
X48741Y-4766D01*
X48794Y-4789D01*
X48855Y-4821D01*
X48918Y-4859D01*
X49077Y-4970D01*
X49163Y-5038D01*
X49213Y-5052D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4959D01*
X71898Y-5436D01*
X72264Y-5802D01*
X72741Y-6000D01*
X73259D01*
X73736Y-5802D01*
X74102Y-5436D01*
X74300Y-4959D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X49132Y-6229D01*
X49055Y-6260D01*
X48978Y-6335D01*
X48912Y-6393D01*
X48851Y-6443D01*
X48794Y-6482D01*
X48743Y-6513D01*
X48698Y-6536D01*
X48662Y-6551D01*
X30638D01*
X30602Y-6536D01*
X30557Y-6513D01*
X30506Y-6482D01*
X30454Y-6446D01*
X30318Y-6331D01*
X30245Y-6260D01*
X30168Y-6229D01*
X30036Y-6098D01*
X29559Y-5900D01*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30168Y-8171D01*
X30245Y-8140D01*
X30322Y-8065D01*
X30388Y-8006D01*
X30449Y-7957D01*
X30506Y-7918D01*
X30557Y-7887D01*
X30602Y-7864D01*
X30638Y-7849D01*
X48662D01*
X48698Y-7864D01*
X48743Y-7887D01*
X48794Y-7918D01*
X48846Y-7954D01*
X48982Y-8069D01*
X49055Y-8140D01*
X49132Y-8171D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X18800Y-14873D02*
X18800Y-14873D01*
X15800D01*
X15800Y-14873D01*
X15254Y-14981D01*
X14791Y-15291D01*
X14481Y-15754D01*
X14373Y-16300D01*
X14481Y-16846D01*
X14791Y-17309D01*
X15073Y-17591D01*
Y-20180D01*
X15067Y-20192D01*
X15066Y-20296D01*
X15053Y-20470D01*
X15045Y-20527D01*
X15035Y-20574D01*
X15026Y-20604D01*
X15025Y-20608D01*
X15017Y-20611D01*
X14992Y-20671D01*
X14909Y-20796D01*
X14351D01*
X14234Y-20620D01*
X13874Y-20380D01*
X13514Y-20308D01*
X13446Y-19972D01*
X13444Y-19962D01*
X13437Y-19911D01*
X13433Y-19795D01*
X13433Y-19793D01*
X13437Y-19791D01*
X13497Y-19766D01*
X13505Y-19745D01*
X13649Y-19649D01*
X13848Y-19351D01*
X13918Y-19000D01*
Y-18000D01*
X13848Y-17649D01*
X13649Y-17351D01*
X13351Y-17152D01*
X13000Y-17082D01*
X12000D01*
X11649Y-17152D01*
X11351Y-17351D01*
X11152Y-17649D01*
X11082Y-18000D01*
Y-19000D01*
X11152Y-19351D01*
X11351Y-19649D01*
X11495Y-19745D01*
X11503Y-19766D01*
X11563Y-19791D01*
X11567Y-19793D01*
X11567Y-19812D01*
X11582Y-19845D01*
Y-20382D01*
X11567Y-20415D01*
X11567Y-20433D01*
X11552Y-20442D01*
X11495Y-20467D01*
X11488Y-20485D01*
X11286Y-20620D01*
X11045Y-20981D01*
X10961Y-21406D01*
Y-25146D01*
X11045Y-25571D01*
X11286Y-25931D01*
X11646Y-26171D01*
X12071Y-26256D01*
X13449D01*
X13874Y-26171D01*
X14234Y-25931D01*
X14351Y-25756D01*
X14909D01*
X15026Y-25931D01*
X15386Y-26171D01*
X15811Y-26256D01*
X17189D01*
X17614Y-26171D01*
X17974Y-25931D01*
X18091Y-25756D01*
X18649D01*
X18732Y-25880D01*
X18757Y-25940D01*
X18765Y-25943D01*
X18767Y-25947D01*
X18775Y-25977D01*
X18785Y-26024D01*
X18793Y-26081D01*
X18806Y-26255D01*
X18807Y-26359D01*
X18813Y-26371D01*
Y-26740D01*
X18813Y-26740D01*
X18921Y-27286D01*
X19231Y-27749D01*
X20725Y-29244D01*
X20518Y-29744D01*
X19551D01*
X19126Y-29829D01*
X18766Y-30069D01*
X18525Y-30429D01*
X18441Y-30854D01*
Y-34595D01*
X18525Y-35019D01*
X18766Y-35380D01*
X19126Y-35620D01*
X19551Y-35705D01*
X20929D01*
X21354Y-35620D01*
X21714Y-35380D01*
X21890Y-35116D01*
X21909Y-35099D01*
X22007Y-35049D01*
X22209Y-35011D01*
X22468Y-35003D01*
X22525Y-35065D01*
X22593Y-35146D01*
X22605Y-35162D01*
X22607Y-35165D01*
X22608Y-35166D01*
X22619Y-35183D01*
X22652Y-35351D01*
X22851Y-35649D01*
X23149Y-35848D01*
X23500Y-35918D01*
X23951D01*
X24000Y-35927D01*
X26000D01*
X26000Y-35927D01*
X26546Y-35819D01*
X27009Y-35509D01*
X28009Y-34509D01*
X28009Y-34509D01*
X28319Y-34046D01*
X28427Y-33500D01*
Y-29000D01*
X28427Y-29000D01*
X28319Y-28454D01*
X28009Y-27991D01*
X28009Y-27991D01*
X25735Y-25716D01*
X25730Y-25703D01*
X25653Y-25626D01*
X25475Y-25436D01*
X25407Y-25354D01*
X25395Y-25338D01*
X25393Y-25335D01*
X25392Y-25334D01*
X25381Y-25317D01*
X25348Y-25149D01*
X25149Y-24851D01*
X24851Y-24652D01*
X24500Y-24582D01*
X24049D01*
X24000Y-24573D01*
X23951Y-24582D01*
X23500D01*
X23149Y-24652D01*
X22851Y-24851D01*
X22652Y-25149D01*
X22582Y-25500D01*
Y-25951D01*
X22573Y-26000D01*
X22576Y-26016D01*
X22529Y-26082D01*
X22082Y-26352D01*
X21997Y-26319D01*
X21907Y-26160D01*
X21798Y-25805D01*
X21955Y-25571D01*
X22039Y-25146D01*
Y-23991D01*
X22040Y-23989D01*
X22039Y-23960D01*
Y-23751D01*
X22043Y-23687D01*
X22059Y-23588D01*
X22080Y-23519D01*
X22100Y-23479D01*
X22113Y-23460D01*
X22122Y-23453D01*
X22135Y-23447D01*
X22165Y-23438D01*
X22253Y-23432D01*
X22262Y-23427D01*
X24000D01*
X24049Y-23418D01*
X24500D01*
X24851Y-23348D01*
X25149Y-23149D01*
X25348Y-22851D01*
X25418Y-22500D01*
Y-22049D01*
X25427Y-22000D01*
X25418Y-21951D01*
Y-21500D01*
X25348Y-21149D01*
X25149Y-20851D01*
X24851Y-20652D01*
X24500Y-20582D01*
X24049D01*
X24000Y-20573D01*
X23365D01*
X23190Y-20398D01*
X22712Y-20200D01*
X22195D01*
X21717Y-20398D01*
X21585Y-20530D01*
X21580Y-20529D01*
X21578Y-20530D01*
X21354Y-20380D01*
X20994Y-20308D01*
X20929Y-20100D01*
X20930Y-19795D01*
X21149Y-19649D01*
X21348Y-19351D01*
X21418Y-19000D01*
Y-18000D01*
X21373Y-17775D01*
X21427Y-17500D01*
X21319Y-16954D01*
X21009Y-16491D01*
X20909Y-16391D01*
X20909Y-16391D01*
X19809Y-15291D01*
X19346Y-14981D01*
X18800Y-14873D01*
D02*
G37*
G36*
X28500Y-14973D02*
X27954Y-15081D01*
X27491Y-15391D01*
X27181Y-15854D01*
X27073Y-16400D01*
Y-21200D01*
X27181Y-21746D01*
X27491Y-22209D01*
X27954Y-22519D01*
X28500Y-22627D01*
X29046Y-22519D01*
X29509Y-22209D01*
X29819Y-21746D01*
X29927Y-21200D01*
Y-16400D01*
X29819Y-15854D01*
X29509Y-15391D01*
X29046Y-15081D01*
X28500Y-14973D01*
D02*
G37*
G36*
X13449Y-29744D02*
X12071D01*
X11646Y-29829D01*
X11286Y-30069D01*
X11045Y-30429D01*
X10961Y-30854D01*
Y-34595D01*
X11045Y-35019D01*
X11286Y-35380D01*
X11492Y-35517D01*
X11501Y-35538D01*
X11560Y-35563D01*
X11646Y-35620D01*
X11669Y-35625D01*
X11710Y-35654D01*
X11782Y-35671D01*
X11828Y-35685D01*
X11842Y-35690D01*
Y-36584D01*
X11833Y-36588D01*
X11785Y-36602D01*
X11713Y-36618D01*
X11672Y-36648D01*
X11649Y-36652D01*
X11589Y-36692D01*
X11525Y-36713D01*
X11510Y-36745D01*
X11351Y-36851D01*
X11255Y-36995D01*
X11234Y-37003D01*
X11209Y-37063D01*
X11207Y-37067D01*
X11188Y-37067D01*
X11155Y-37082D01*
X10345D01*
X10312Y-37067D01*
X10293Y-37067D01*
X10291Y-37063D01*
X10266Y-37003D01*
X10245Y-36995D01*
X10149Y-36851D01*
X9851Y-36652D01*
X9500Y-36582D01*
X8500D01*
X8149Y-36652D01*
X7851Y-36851D01*
X7755Y-36995D01*
X7734Y-37003D01*
X7709Y-37063D01*
X7707Y-37067D01*
X7688Y-37067D01*
X7655Y-37082D01*
X6845D01*
X6812Y-37067D01*
X6793Y-37067D01*
X6791Y-37063D01*
X6766Y-37003D01*
X6745Y-36995D01*
X6649Y-36851D01*
X6351Y-36652D01*
X6000Y-36582D01*
X5000D01*
X4649Y-36652D01*
X4351Y-36851D01*
X4152Y-37149D01*
X4082Y-37500D01*
Y-38500D01*
X4152Y-38851D01*
X4351Y-39149D01*
X4649Y-39348D01*
X5000Y-39418D01*
X6000D01*
X6351Y-39348D01*
X6649Y-39149D01*
X6745Y-39005D01*
X6766Y-38997D01*
X6791Y-38937D01*
X6793Y-38933D01*
X6812Y-38933D01*
X6845Y-38918D01*
X7655D01*
X7688Y-38933D01*
X7707Y-38933D01*
X7709Y-38937D01*
X7734Y-38997D01*
X7755Y-39005D01*
X7851Y-39149D01*
X8149Y-39348D01*
X8500Y-39418D01*
X9500D01*
X9851Y-39348D01*
X10149Y-39149D01*
X10245Y-39005D01*
X10266Y-38997D01*
X10291Y-38937D01*
X10293Y-38933D01*
X10312Y-38933D01*
X10345Y-38918D01*
X11155D01*
X11188Y-38933D01*
X11207Y-38933D01*
X11209Y-38937D01*
X11234Y-38997D01*
X11255Y-39005D01*
X11351Y-39149D01*
X11649Y-39348D01*
X12000Y-39418D01*
X13000D01*
X13351Y-39348D01*
X13649Y-39149D01*
X13848Y-38851D01*
X13918Y-38500D01*
Y-37500D01*
X13848Y-37149D01*
X13708Y-36939D01*
X13708Y-36937D01*
X13705Y-36928D01*
Y-36925D01*
X13702Y-36917D01*
X13701Y-36911D01*
X13699Y-36898D01*
X13693Y-36825D01*
X13693Y-36780D01*
X13678Y-36744D01*
Y-35690D01*
X13691Y-35685D01*
X13738Y-35671D01*
X13810Y-35654D01*
X13851Y-35625D01*
X13874Y-35620D01*
X13959Y-35563D01*
X14019Y-35538D01*
X14028Y-35517D01*
X14234Y-35380D01*
X14475Y-35019D01*
X14559Y-34595D01*
Y-30854D01*
X14475Y-30429D01*
X14234Y-30069D01*
X13874Y-29829D01*
X13449Y-29744D01*
D02*
G37*
G36*
X4508Y-41089D02*
X1358D01*
X818Y-41196D01*
X360Y-41502D01*
X54Y-41960D01*
X-53Y-42500D01*
X54Y-43040D01*
X360Y-43498D01*
X818Y-43804D01*
X1358Y-43911D01*
X4508D01*
X5048Y-43804D01*
X5506Y-43498D01*
X5812Y-43040D01*
X5919Y-42500D01*
X5812Y-41960D01*
X5506Y-41502D01*
X5048Y-41196D01*
X4508Y-41089D01*
D02*
G37*
G36*
Y-46089D02*
X1358D01*
X818Y-46196D01*
X360Y-46502D01*
X54Y-46960D01*
X-53Y-47500D01*
X54Y-48040D01*
X360Y-48498D01*
X818Y-48804D01*
X1358Y-48911D01*
X4508D01*
X5048Y-48804D01*
X5506Y-48498D01*
X5812Y-48040D01*
X5919Y-47500D01*
X5812Y-46960D01*
X5506Y-46502D01*
X5048Y-46196D01*
X4508Y-46089D01*
D02*
G37*
G36*
X24500Y-36582D02*
X23500D01*
X23149Y-36652D01*
X22851Y-36851D01*
X22652Y-37149D01*
X22582Y-37500D01*
Y-38500D01*
X22652Y-38851D01*
X22851Y-39149D01*
X23149Y-39348D01*
X23500Y-39418D01*
X24500D01*
X24851Y-39348D01*
X25149Y-39149D01*
X25245Y-39005D01*
X25266Y-38997D01*
X25291Y-38937D01*
X25293Y-38933D01*
X25312Y-38933D01*
X25345Y-38918D01*
X26420D01*
X28582Y-41080D01*
Y-50970D01*
X28567Y-51006D01*
X28566Y-51099D01*
X28563Y-51173D01*
X28550Y-51306D01*
X28543Y-51346D01*
X28536Y-51377D01*
X28530Y-51393D01*
X28522Y-51407D01*
X28521Y-51414D01*
X28519Y-51419D01*
X28519Y-51428D01*
X28517Y-51445D01*
X28454Y-51508D01*
X28036Y-51798D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-53159D01*
X26198Y-53636D01*
X26564Y-54002D01*
X27041Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28065Y-53973D01*
X28069Y-53973D01*
X28072Y-53973D01*
X28078Y-53972D01*
X28092Y-53966D01*
X28096Y-53964D01*
X28118Y-53959D01*
X28143Y-53955D01*
X28428Y-53934D01*
X28515Y-53933D01*
X28551Y-53918D01*
X28800D01*
X29151Y-53848D01*
X29449Y-53649D01*
X29498Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30483Y-51445D01*
X30481Y-51428D01*
X30481Y-51419D01*
X30479Y-51414D01*
X30478Y-51407D01*
X30470Y-51393D01*
X30464Y-51377D01*
X30457Y-51346D01*
X30451Y-51310D01*
X30434Y-51092D01*
X30433Y-51006D01*
X30418Y-50970D01*
Y-40700D01*
X30348Y-40349D01*
X30149Y-40051D01*
X27449Y-37351D01*
X27151Y-37152D01*
X26800Y-37082D01*
X25345D01*
X25312Y-37067D01*
X25293Y-37067D01*
X25291Y-37063D01*
X25266Y-37003D01*
X25245Y-36995D01*
X25149Y-36851D01*
X24851Y-36652D01*
X24500Y-36582D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7764Y-52202D01*
X8241Y-52400D01*
X8759D01*
X9236Y-52202D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X4508Y-51089D02*
X1358D01*
X818Y-51196D01*
X360Y-51502D01*
X54Y-51960D01*
X-53Y-52500D01*
X28Y-52910D01*
X18Y-52964D01*
X21Y-52969D01*
X-3280Y-56271D01*
X-3435Y-56502D01*
X-3489Y-56776D01*
Y-59915D01*
X-3435Y-60188D01*
X-3280Y-60420D01*
X-695Y-63005D01*
X-464Y-63159D01*
X-191Y-63214D01*
X522D01*
X563Y-63233D01*
X629Y-63235D01*
X675Y-63241D01*
X718Y-63250D01*
X761Y-63262D01*
X802Y-63279D01*
X844Y-63299D01*
X886Y-63324D01*
X929Y-63355D01*
X972Y-63391D01*
X1027Y-63443D01*
X1103Y-63472D01*
X1232Y-63602D01*
X1710Y-63800D01*
X2227D01*
X2705Y-63602D01*
X2834Y-63472D01*
X2910Y-63443D01*
X2965Y-63391D01*
X3008Y-63355D01*
X3051Y-63324D01*
X3093Y-63299D01*
X3135Y-63279D01*
X3176Y-63262D01*
X3218Y-63250D01*
X3262Y-63241D01*
X3308Y-63235D01*
X3374Y-63233D01*
X3415Y-63214D01*
X4500D01*
X4773Y-63159D01*
X5005Y-63005D01*
X10796Y-57214D01*
X18625D01*
X18652Y-57351D01*
X18851Y-57649D01*
X19149Y-57848D01*
X19500Y-57918D01*
X20500D01*
X20851Y-57848D01*
X21149Y-57649D01*
X21348Y-57351D01*
X21418Y-57000D01*
Y-56000D01*
X21348Y-55649D01*
X21149Y-55351D01*
X20851Y-55152D01*
X20500Y-55082D01*
X19500D01*
X19149Y-55152D01*
X18851Y-55351D01*
X18652Y-55649D01*
X18625Y-55786D01*
X10500D01*
X10227Y-55841D01*
X9995Y-55995D01*
X4204Y-61786D01*
X3415D01*
X3374Y-61767D01*
X3308Y-61765D01*
X3262Y-61759D01*
X3218Y-61750D01*
X3176Y-61738D01*
X3135Y-61721D01*
X3093Y-61701D01*
X3051Y-61676D01*
X3008Y-61645D01*
X2965Y-61609D01*
X2910Y-61557D01*
X2834Y-61528D01*
X2705Y-61398D01*
X2227Y-61200D01*
X1710D01*
X1232Y-61398D01*
X1103Y-61528D01*
X1027Y-61557D01*
X972Y-61609D01*
X929Y-61645D01*
X886Y-61676D01*
X844Y-61701D01*
X802Y-61721D01*
X761Y-61738D01*
X718Y-61750D01*
X675Y-61759D01*
X629Y-61765D01*
X563Y-61767D01*
X522Y-61786D01*
X105D01*
X-2062Y-59619D01*
Y-57071D01*
X1106Y-53903D01*
X1113Y-53900D01*
X1126Y-53900D01*
X1143Y-53900D01*
X1230Y-53908D01*
X1283Y-53918D01*
X1334Y-53907D01*
X1358Y-53911D01*
X1420D01*
X1443Y-53916D01*
X1450Y-53911D01*
X4508D01*
X5048Y-53804D01*
X5506Y-53498D01*
X5812Y-53040D01*
X5919Y-52500D01*
X5812Y-51960D01*
X5506Y-51502D01*
X5048Y-51196D01*
X4508Y-51089D01*
D02*
G37*
G36*
X-78141Y-52200D02*
X-78659D01*
X-79136Y-52398D01*
X-79502Y-52764D01*
X-79700Y-53241D01*
Y-53759D01*
X-79502Y-54236D01*
X-79136Y-54602D01*
X-78659Y-54800D01*
X-78141D01*
X-77664Y-54602D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77664Y-52398D01*
X-78141Y-52200D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74800Y-51741D01*
Y-52259D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74602Y-54264D01*
X-74800Y-54741D01*
Y-55259D01*
X-74602Y-55736D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
G36*
X24500Y-55082D02*
X23500D01*
X23149Y-55152D01*
X22851Y-55351D01*
X22652Y-55649D01*
X22582Y-56000D01*
Y-57000D01*
X22652Y-57351D01*
X22700Y-57423D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25300Y-57759D01*
Y-57423D01*
X25348Y-57351D01*
X25418Y-57000D01*
Y-56000D01*
X25348Y-55649D01*
X25149Y-55351D01*
X24851Y-55152D01*
X24500Y-55082D01*
D02*
G37*
G36*
X4508Y-56089D02*
X1358D01*
X818Y-56196D01*
X360Y-56502D01*
X54Y-56960D01*
X-53Y-57500D01*
X54Y-58040D01*
X360Y-58498D01*
X818Y-58804D01*
X1358Y-58911D01*
X4508D01*
X5048Y-58804D01*
X5506Y-58498D01*
X5812Y-58040D01*
X5919Y-57500D01*
X5812Y-56960D01*
X5506Y-56502D01*
X5048Y-56196D01*
X4508Y-56089D01*
D02*
G37*
G36*
X-1741Y-64200D02*
X-2259D01*
X-2736Y-64398D01*
X-3102Y-64764D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-898Y-64764D01*
X-1264Y-64398D01*
X-1741Y-64200D01*
D02*
G37*
G36*
X43000Y-63066D02*
X41982Y-63200D01*
X41033Y-63593D01*
X40218Y-64218D01*
X39593Y-65033D01*
X39381Y-65545D01*
X39329Y-65566D01*
X4200D01*
X3182Y-65700D01*
X2233Y-66093D01*
X1419Y-66719D01*
X-1929Y-70066D01*
X-10371D01*
X-11986Y-68451D01*
Y-65581D01*
X-12113Y-65275D01*
X-13694Y-63694D01*
X-14000Y-63567D01*
X-20500D01*
X-20806Y-63694D01*
X-22306Y-65194D01*
X-22433Y-65500D01*
Y-72236D01*
X-22306Y-72542D01*
X-20924Y-73925D01*
X-20934Y-74000D01*
X-20800Y-75018D01*
X-20407Y-75967D01*
X-19782Y-76781D01*
X-18967Y-77407D01*
X-18018Y-77800D01*
X-17000Y-77934D01*
X-300D01*
X718Y-77800D01*
X1667Y-77407D01*
X2482Y-76781D01*
X5829Y-73434D01*
X38468D01*
X38660Y-73896D01*
X39104Y-74340D01*
X39381Y-74455D01*
X39593Y-74967D01*
X40218Y-75782D01*
X41033Y-76407D01*
X41982Y-76800D01*
X43000Y-76934D01*
X44018Y-76800D01*
X44967Y-76407D01*
X45781Y-75782D01*
X46407Y-74967D01*
X46619Y-74455D01*
X46896Y-74340D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72819D01*
X48281Y-72281D01*
X48907Y-71467D01*
X49300Y-70518D01*
X49434Y-69500D01*
X49300Y-68482D01*
X48907Y-67533D01*
X48281Y-66719D01*
X47467Y-66093D01*
X47232Y-65996D01*
X46896Y-65660D01*
X46619Y-65545D01*
X46407Y-65033D01*
X45781Y-64218D01*
X44967Y-63593D01*
X44018Y-63200D01*
X43000Y-63066D01*
D02*
G37*
%LPD*%
G36*
X10058Y61495D02*
X10132Y61455D01*
X10222Y61394D01*
X10329Y61311D01*
X10592Y61079D01*
X10922Y60760D01*
X6278Y59040D01*
X6114Y59186D01*
X5925Y59323D01*
X5709Y59449D01*
X5468Y59566D01*
X5202Y59673D01*
X4909Y59770D01*
X4591Y59858D01*
X3877Y60005D01*
X3481Y60063D01*
X9937Y61481D01*
X9961Y61507D01*
X10001Y61512D01*
X10058Y61495D01*
D02*
G37*
G36*
X15418Y53432D02*
X15380Y53232D01*
X15365Y53036D01*
X15373Y52846D01*
X15405Y52659D01*
X15461Y52478D01*
X15539Y52301D01*
X15641Y52129D01*
X15767Y51961D01*
X15916Y51799D01*
X14883Y50003D01*
X14738Y50152D01*
X14519Y50410D01*
X14445Y50517D01*
X14395Y50611D01*
X14369Y50690D01*
X14366Y50756D01*
X14387Y50807D01*
X14432Y50844D01*
X14500Y50867D01*
X15479Y53637D01*
X15418Y53432D01*
D02*
G37*
G36*
X22897Y48898D02*
X25763Y46246D01*
X25613Y46363D01*
X25456Y46444D01*
X25291Y46490D01*
X25119Y46500D01*
X24939Y46474D01*
X24751Y46413D01*
X24556Y46315D01*
X24353Y46183D01*
X24142Y46014D01*
X23924Y45810D01*
X22401Y47115D01*
X22401Y47115D01*
X22351Y47119D01*
X22237Y47122D01*
Y49122D01*
X22351Y49125D01*
X22455Y49134D01*
X22548Y49150D01*
X22630Y49171D01*
X22702Y49198D01*
X22762Y49232D01*
X22812Y49271D01*
X22851Y49317D01*
X22880Y49368D01*
X22897Y49426D01*
Y48898D01*
D02*
G37*
G36*
X5593Y34786D02*
X5553Y34745D01*
X5463Y34642D01*
X5443Y34613D01*
X5427Y34589D01*
X5417Y34567D01*
X5412Y34549D01*
X5411Y34533D01*
X5416Y34521D01*
X4500Y35133D01*
X4506Y35134D01*
X4516Y35140D01*
X4530Y35150D01*
X4548Y35164D01*
X4624Y35233D01*
X4734Y35341D01*
X5593Y34786D01*
D02*
G37*
G36*
X23502Y28240D02*
X23508Y28188D01*
X23517Y28141D01*
X23530Y28100D01*
X23548Y28063D01*
X23569Y28032D01*
X23593Y28006D01*
X23622Y27985D01*
X23654Y27970D01*
X23690Y27960D01*
X22310D01*
X22346Y27970D01*
X22378Y27985D01*
X22407Y28006D01*
X22432Y28032D01*
X22452Y28063D01*
X22469Y28100D01*
X22483Y28141D01*
X22492Y28188D01*
X22498Y28240D01*
X22500Y28298D01*
X23500D01*
X23502Y28240D01*
D02*
G37*
G36*
X22040Y26310D02*
X22030Y26346D01*
X22015Y26378D01*
X21994Y26407D01*
X21968Y26432D01*
X21937Y26452D01*
X21901Y26469D01*
X21859Y26483D01*
X21812Y26492D01*
X21760Y26498D01*
X21702Y26500D01*
Y27500D01*
X21760Y27502D01*
X21812Y27508D01*
X21859Y27517D01*
X21901Y27531D01*
X21937Y27548D01*
X21968Y27569D01*
X21994Y27593D01*
X22015Y27622D01*
X22030Y27654D01*
X22040Y27690D01*
Y26310D01*
D02*
G37*
G36*
X20970Y27654D02*
X20985Y27622D01*
X21006Y27593D01*
X21032Y27569D01*
X21063Y27548D01*
X21100Y27531D01*
X21141Y27517D01*
X21188Y27508D01*
X21240Y27502D01*
X21298Y27500D01*
Y26500D01*
X21240Y26498D01*
X21188Y26492D01*
X21141Y26483D01*
X21100Y26469D01*
X21063Y26452D01*
X21032Y26432D01*
X21006Y26407D01*
X20985Y26378D01*
X20970Y26346D01*
X20960Y26310D01*
Y27690D01*
X20970Y27654D01*
D02*
G37*
%LPC*%
G36*
X22897Y48887D02*
Y47721D01*
X22929Y47769D01*
X23029Y47968D01*
X23092Y48157D01*
X23117Y48336D01*
X23103Y48505D01*
X23053Y48664D01*
X22964Y48814D01*
X22897Y48887D01*
D02*
G37*
%LPD*%
G36*
X21537Y60586D02*
X21587Y60515D01*
X21630Y60395D01*
X21667Y60225D01*
X21697Y60007D01*
X21737Y59424D01*
X21750Y58645D01*
X17250D01*
X17232Y58872D01*
X17179Y59081D01*
X17091Y59270D01*
X16967Y59441D01*
X16808Y59592D01*
X16613Y59724D01*
X16383Y59838D01*
X16118Y59932D01*
X15817Y60007D01*
X15481Y60063D01*
X21418Y60582D01*
X21481Y60609D01*
X21537Y60586D01*
D02*
G37*
G36*
X-3140Y60195D02*
X-3268Y60113D01*
X-3381Y60019D01*
X-3479Y59912D01*
X-3562Y59792D01*
X-3630Y59659D01*
X-3682Y59513D01*
X-3720Y59355D01*
X-3743Y59184D01*
X-3750Y59000D01*
X-8250D01*
X-8258Y59184D01*
X-8280Y59355D01*
X-8318Y59513D01*
X-8370Y59659D01*
X-8438Y59792D01*
X-8521Y59912D01*
X-8619Y60019D01*
X-8732Y60113D01*
X-8860Y60195D01*
X-9003Y60264D01*
X-2997D01*
X-3140Y60195D01*
D02*
G37*
G36*
X-14067Y61440D02*
X-14050Y61383D01*
X-14013Y61310D01*
X-13955Y61222D01*
X-13876Y61117D01*
X-13658Y60861D01*
X-13178Y60360D01*
X-18222Y59040D01*
X-18395Y59200D01*
X-18580Y59347D01*
X-18777Y59481D01*
X-18988Y59602D01*
X-19211Y59711D01*
X-19447Y59807D01*
X-19696Y59890D01*
X-19958Y59961D01*
X-20232Y60018D01*
X-20519Y60063D01*
X-14063Y61481D01*
X-14067Y61440D01*
D02*
G37*
G36*
X-20638Y56742D02*
X-19953Y56676D01*
X-19722Y56618D01*
X-19564Y56543D01*
X-19480Y56453D01*
X-19469Y56345D01*
X-19532Y56221D01*
X-19669Y56081D01*
X-19879Y55924D01*
X-20372Y53522D01*
X-20201Y51157D01*
X-20220Y51175D01*
X-20253Y51191D01*
X-20300Y51205D01*
X-20361Y51217D01*
X-20435Y51227D01*
X-20625Y51242D01*
X-21013Y51250D01*
X-21241Y53750D01*
X-21080Y53763D01*
X-20985Y53788D01*
X-20983Y54222D01*
X-21050Y54238D01*
X-21241Y54250D01*
X-21091Y56750D01*
X-20638Y56742D01*
D02*
G37*
G36*
X-8582Y53432D02*
X-8620Y53232D01*
X-8635Y53036D01*
X-8627Y52846D01*
X-8595Y52659D01*
X-8539Y52478D01*
X-8461Y52301D01*
X-8359Y52129D01*
X-8233Y51961D01*
X-8084Y51799D01*
X-9117Y50003D01*
X-9262Y50152D01*
X-9481Y50410D01*
X-9555Y50517D01*
X-9605Y50611D01*
X-9631Y50690D01*
X-9634Y50756D01*
X-9613Y50807D01*
X-9568Y50844D01*
X-9500Y50867D01*
X-8521Y53637D01*
X-8582Y53432D01*
D02*
G37*
G36*
X-22880Y49368D02*
X-22851Y49317D01*
X-22812Y49271D01*
X-22762Y49232D01*
X-22702Y49198D01*
X-22630Y49171D01*
X-22548Y49150D01*
X-22455Y49134D01*
X-22351Y49125D01*
X-22237Y49122D01*
Y47122D01*
X-22351Y47119D01*
X-22455Y47110D01*
X-22548Y47095D01*
X-22630Y47074D01*
X-22702Y47047D01*
X-22762Y47013D01*
X-22812Y46974D01*
X-22851Y46928D01*
X-22880Y46876D01*
X-22897Y46819D01*
Y49426D01*
X-22880Y49368D01*
D02*
G37*
G36*
X-23403Y46303D02*
X-23389Y46292D01*
X-23366Y46272D01*
X-22975Y45889D01*
X-25724Y45810D01*
X-25825Y45896D01*
X-25944Y45973D01*
X-26081Y46041D01*
X-26237Y46099D01*
X-26412Y46147D01*
X-26605Y46186D01*
X-26817Y46215D01*
X-27295Y46245D01*
X-27563Y46246D01*
X-23410Y46306D01*
X-23403Y46303D01*
D02*
G37*
G36*
X3147Y56346D02*
X3943Y56282D01*
X4104Y56243D01*
X4212Y56196D01*
X4268Y56141D01*
X4271Y56077D01*
X4222Y56005D01*
X4121Y55924D01*
X3632Y53219D01*
X3799Y51157D01*
X3826Y51099D01*
X3823Y51047D01*
X3792Y51001D01*
X3731Y50961D01*
X3642Y50927D01*
X3523Y50899D01*
X3376Y50878D01*
X3199Y50862D01*
X2759Y50850D01*
Y52092D01*
X2649Y52192D01*
X2094Y52738D01*
X2765Y54750D01*
X2777Y56350D01*
X3147Y56346D01*
D02*
G37*
G36*
X501Y44689D02*
X521Y44436D01*
X532Y44368D01*
X547Y44307D01*
X564Y44254D01*
X583Y44209D01*
X605Y44172D01*
X630Y44143D01*
X-630D01*
X-605Y44172D01*
X-583Y44209D01*
X-564Y44254D01*
X-547Y44307D01*
X-532Y44368D01*
X-521Y44436D01*
X-505Y44597D01*
X-501Y44689D01*
X-500Y44788D01*
X500D01*
X501Y44689D01*
D02*
G37*
G36*
X654Y44030D02*
X622Y44015D01*
X593Y43994D01*
X569Y43968D01*
X548Y43937D01*
X531Y43900D01*
X517Y43859D01*
X508Y43812D01*
X502Y43760D01*
X500Y43702D01*
X-500D01*
X-502Y43760D01*
X-508Y43812D01*
X-517Y43859D01*
X-531Y43900D01*
X-548Y43937D01*
X-569Y43968D01*
X-593Y43994D01*
X-622Y44015D01*
X-654Y44030D01*
X-690Y44040D01*
X690D01*
X654Y44030D01*
D02*
G37*
G36*
X502Y43240D02*
X508Y43188D01*
X517Y43141D01*
X531Y43099D01*
X548Y43063D01*
X569Y43032D01*
X593Y43006D01*
X622Y42985D01*
X654Y42970D01*
X690Y42960D01*
X-690D01*
X-654Y42970D01*
X-622Y42985D01*
X-593Y43006D01*
X-569Y43032D01*
X-548Y43063D01*
X-531Y43099D01*
X-517Y43141D01*
X-508Y43188D01*
X-502Y43240D01*
X-500Y43298D01*
X500D01*
X502Y43240D01*
D02*
G37*
G36*
X605Y42828D02*
X583Y42791D01*
X564Y42746D01*
X547Y42693D01*
X532Y42632D01*
X521Y42564D01*
X505Y42403D01*
X501Y42311D01*
X500Y42212D01*
X-500D01*
X-501Y42311D01*
X-521Y42564D01*
X-532Y42632D01*
X-547Y42693D01*
X-564Y42746D01*
X-583Y42791D01*
X-605Y42828D01*
X-630Y42857D01*
X630D01*
X605Y42828D01*
D02*
G37*
G36*
X-18297Y33996D02*
X-18368Y33918D01*
X-18429Y33836D01*
X-18479Y33752D01*
X-18518Y33664D01*
X-18545Y33574D01*
X-18562Y33480D01*
X-18568Y33384D01*
X-18564Y33285D01*
X-18548Y33182D01*
X-18521Y33077D01*
X-19121Y35058D01*
X-19065Y35024D01*
X-19011Y34998D01*
X-18958Y34980D01*
X-18906Y34971D01*
X-18856Y34969D01*
X-18807Y34975D01*
X-18760Y34990D01*
X-18714Y35012D01*
X-18669Y35043D01*
X-18626Y35081D01*
X-18297Y33996D01*
D02*
G37*
G36*
X-7793Y27506D02*
X-7760Y27502D01*
X-7702Y27500D01*
Y26500D01*
X-7760Y26498D01*
X-7812Y26492D01*
X-7859Y26483D01*
X-7901Y26469D01*
X-7937Y26452D01*
X-7968Y26432D01*
X-7994Y26407D01*
X-8015Y26378D01*
X-8030Y26346D01*
X-8040Y26310D01*
Y26609D01*
X-9417Y27986D01*
X-9345Y27925D01*
X-9269Y27883D01*
X-9188Y27860D01*
X-9103Y27855D01*
X-9013Y27868D01*
X-8919Y27899D01*
X-8820Y27949D01*
X-8717Y28018D01*
X-8609Y28105D01*
X-8497Y28210D01*
X-7793Y27506D01*
D02*
G37*
G36*
X-6960Y26310D02*
X-6970Y26346D01*
X-6985Y26378D01*
X-7006Y26407D01*
X-7032Y26432D01*
X-7063Y26452D01*
X-7100Y26469D01*
X-7141Y26483D01*
X-7188Y26492D01*
X-7240Y26498D01*
X-7298Y26500D01*
Y27500D01*
X-7240Y27502D01*
X-7188Y27508D01*
X-7141Y27517D01*
X-7100Y27531D01*
X-7063Y27548D01*
X-7032Y27569D01*
X-7006Y27593D01*
X-6985Y27622D01*
X-6970Y27654D01*
X-6960Y27690D01*
Y26310D01*
D02*
G37*
%LPC*%
G36*
X-8040Y27195D02*
X-8051Y27180D01*
X-8101Y27081D01*
X-8132Y26987D01*
X-8145Y26897D01*
X-8140Y26812D01*
X-8117Y26731D01*
X-8075Y26655D01*
X-8040Y26614D01*
Y27195D01*
D02*
G37*
%LPD*%
G36*
X15040Y26310D02*
X15030Y26346D01*
X15015Y26378D01*
X14994Y26407D01*
X14968Y26432D01*
X14937Y26452D01*
X14900Y26469D01*
X14859Y26483D01*
X14812Y26492D01*
X14760Y26498D01*
X14702Y26500D01*
Y27500D01*
X14760Y27502D01*
X14812Y27508D01*
X14859Y27517D01*
X14900Y27531D01*
X14937Y27548D01*
X14968Y27569D01*
X14994Y27593D01*
X15015Y27622D01*
X15030Y27654D01*
X15040Y27690D01*
Y26310D01*
D02*
G37*
G36*
X13970Y27654D02*
X13985Y27622D01*
X14006Y27593D01*
X14032Y27569D01*
X14063Y27548D01*
X14099Y27531D01*
X14141Y27517D01*
X14188Y27508D01*
X14240Y27502D01*
X14298Y27500D01*
Y26500D01*
X14240Y26498D01*
X14188Y26492D01*
X14141Y26483D01*
X14099Y26469D01*
X14063Y26452D01*
X14032Y26432D01*
X14006Y26407D01*
X13985Y26378D01*
X13970Y26346D01*
X13960Y26310D01*
Y27690D01*
X13970Y27654D01*
D02*
G37*
G36*
X13654Y26030D02*
X13622Y26015D01*
X13593Y25994D01*
X13568Y25968D01*
X13548Y25937D01*
X13531Y25901D01*
X13517Y25859D01*
X13508Y25812D01*
X13502Y25760D01*
X13500Y25702D01*
X12500D01*
X12498Y25760D01*
X12492Y25812D01*
X12483Y25859D01*
X12470Y25901D01*
X12452Y25937D01*
X12431Y25968D01*
X12407Y25994D01*
X12378Y26015D01*
X12346Y26030D01*
X12310Y26040D01*
X13690D01*
X13654Y26030D01*
D02*
G37*
G36*
X6654D02*
X6622Y26015D01*
X6593Y25994D01*
X6569Y25968D01*
X6548Y25937D01*
X6531Y25901D01*
X6517Y25859D01*
X6508Y25812D01*
X6502Y25760D01*
X6500Y25702D01*
X5500D01*
X5498Y25760D01*
X5492Y25812D01*
X5483Y25859D01*
X5469Y25901D01*
X5452Y25937D01*
X5432Y25968D01*
X5407Y25994D01*
X5378Y26015D01*
X5346Y26030D01*
X5310Y26040D01*
X6690D01*
X6654Y26030D01*
D02*
G37*
G36*
X-20960Y26310D02*
X-20970Y26346D01*
X-20985Y26378D01*
X-21006Y26407D01*
X-21032Y26432D01*
X-21063Y26452D01*
X-21100Y26469D01*
X-21141Y26483D01*
X-21188Y26492D01*
X-21240Y26498D01*
X-21298Y26500D01*
Y27500D01*
X-21240Y27502D01*
X-21188Y27508D01*
X-21141Y27517D01*
X-21100Y27531D01*
X-21063Y27548D01*
X-21032Y27569D01*
X-21006Y27593D01*
X-20985Y27622D01*
X-20970Y27654D01*
X-20960Y27690D01*
Y26310D01*
D02*
G37*
G36*
X-22030Y27654D02*
X-22015Y27622D01*
X-21994Y27593D01*
X-21968Y27569D01*
X-21937Y27548D01*
X-21901Y27531D01*
X-21859Y27517D01*
X-21812Y27508D01*
X-21760Y27502D01*
X-21702Y27500D01*
Y26500D01*
X-21760Y26498D01*
X-21812Y26492D01*
X-21859Y26483D01*
X-21901Y26469D01*
X-21937Y26452D01*
X-21968Y26432D01*
X-21994Y26407D01*
X-22015Y26378D01*
X-22030Y26346D01*
X-22040Y26310D01*
Y27690D01*
X-22030Y27654D01*
D02*
G37*
G36*
X-12346Y26030D02*
X-12378Y26015D01*
X-12407Y25994D01*
X-12431Y25968D01*
X-12452Y25937D01*
X-12470Y25901D01*
X-12483Y25859D01*
X-12492Y25812D01*
X-12498Y25760D01*
X-12500Y25702D01*
X-13500D01*
X-13502Y25760D01*
X-13508Y25812D01*
X-13517Y25859D01*
X-13531Y25901D01*
X-13548Y25937D01*
X-13568Y25968D01*
X-13593Y25994D01*
X-13622Y26015D01*
X-13654Y26030D01*
X-13690Y26040D01*
X-12310D01*
X-12346Y26030D01*
D02*
G37*
G36*
X-19346D02*
X-19378Y26015D01*
X-19407Y25994D01*
X-19432Y25968D01*
X-19452Y25937D01*
X-19469Y25901D01*
X-19483Y25859D01*
X-19492Y25812D01*
X-19498Y25760D01*
X-19500Y25702D01*
X-20500D01*
X-20502Y25760D01*
X-20508Y25812D01*
X-20517Y25859D01*
X-20530Y25901D01*
X-20548Y25937D01*
X-20569Y25968D01*
X-20593Y25994D01*
X-20622Y26015D01*
X-20654Y26030D01*
X-20690Y26040D01*
X-19310D01*
X-19346Y26030D01*
D02*
G37*
G36*
X-59192Y40867D02*
X-59124Y40811D01*
X-59054Y40762D01*
X-58983Y40719D01*
X-58909Y40683D01*
X-58833Y40653D01*
X-58756Y40630D01*
X-58676Y40613D01*
X-58595Y40603D01*
X-58512Y40600D01*
Y40000D01*
X-58595Y39997D01*
X-58676Y39987D01*
X-58756Y39970D01*
X-58833Y39947D01*
X-58909Y39917D01*
X-58983Y39881D01*
X-59054Y39838D01*
X-59124Y39789D01*
X-59192Y39733D01*
X-59257Y39670D01*
Y40930D01*
X-59192Y40867D01*
D02*
G37*
G36*
X2654Y26030D02*
X2622Y26015D01*
X2593Y25994D01*
X2569Y25968D01*
X2548Y25937D01*
X2530Y25901D01*
X2517Y25859D01*
X2508Y25812D01*
X2502Y25760D01*
X2500Y25702D01*
X1500D01*
X1498Y25760D01*
X1492Y25812D01*
X1483Y25859D01*
X1469Y25901D01*
X1452Y25937D01*
X1431Y25968D01*
X1407Y25994D01*
X1378Y26015D01*
X1346Y26030D01*
X1310Y26040D01*
X2690D01*
X2654Y26030D01*
D02*
G37*
G36*
X-26346D02*
X-26378Y26015D01*
X-26407Y25994D01*
X-26432Y25968D01*
X-26452Y25937D01*
X-26469Y25901D01*
X-26483Y25859D01*
X-26492Y25812D01*
X-26498Y25760D01*
X-26500Y25702D01*
X-27500D01*
X-27502Y25760D01*
X-27508Y25812D01*
X-27517Y25859D01*
X-27531Y25901D01*
X-27548Y25937D01*
X-27569Y25968D01*
X-27593Y25994D01*
X-27622Y26015D01*
X-27654Y26030D01*
X-27690Y26040D01*
X-26310D01*
X-26346Y26030D01*
D02*
G37*
G36*
X-53723Y4101D02*
X-53771Y4040D01*
X-53813Y3977D01*
X-53849Y3909D01*
X-53880Y3838D01*
X-53905Y3764D01*
X-53925Y3686D01*
X-53939Y3604D01*
X-53947Y3520D01*
X-53950Y3431D01*
X-54650D01*
X-54653Y3520D01*
X-54661Y3604D01*
X-54675Y3686D01*
X-54695Y3764D01*
X-54720Y3838D01*
X-54751Y3909D01*
X-54787Y3977D01*
X-54829Y4040D01*
X-54877Y4101D01*
X-54930Y4157D01*
X-53670D01*
X-53723Y4101D01*
D02*
G37*
G36*
X-49815Y4107D02*
X-49862Y4046D01*
X-49904Y3982D01*
X-49940Y3915D01*
X-49970Y3843D01*
X-49995Y3769D01*
X-50015Y3691D01*
X-50029Y3609D01*
X-50037Y3524D01*
X-50040Y3435D01*
X-50740Y3427D01*
X-50743Y3515D01*
X-50751Y3600D01*
X-50765Y3682D01*
X-50785Y3760D01*
X-50810Y3834D01*
X-50842Y3904D01*
X-50878Y3971D01*
X-50921Y4034D01*
X-50969Y4094D01*
X-51023Y4150D01*
X-49763Y4165D01*
X-49815Y4107D01*
D02*
G37*
G36*
X12737Y3163D02*
X12769Y3129D01*
X12804Y3098D01*
X12843Y3072D01*
X12885Y3050D01*
X12930Y3032D01*
X12978Y3018D01*
X13030Y3008D01*
X13085Y3002D01*
X13143Y3000D01*
Y2000D01*
X13085Y1998D01*
X13030Y1992D01*
X12978Y1982D01*
X12930Y1968D01*
X12885Y1950D01*
X12843Y1928D01*
X12804Y1901D01*
X12769Y1871D01*
X12737Y1837D01*
X12709Y1799D01*
Y3201D01*
X12737Y3163D01*
D02*
G37*
G36*
X15314Y1495D02*
X15506Y1330D01*
X15563Y1290D01*
X15616Y1257D01*
X15665Y1232D01*
X15711Y1214D01*
X15753Y1203D01*
X15791Y1200D01*
X14900Y309D01*
X14897Y347D01*
X14886Y389D01*
X14868Y435D01*
X14843Y484D01*
X14810Y537D01*
X14770Y594D01*
X14667Y718D01*
X14605Y786D01*
X14536Y857D01*
X15243Y1564D01*
X15314Y1495D01*
D02*
G37*
G36*
X-55923Y1D02*
X-55971Y-60D01*
X-56013Y-123D01*
X-56049Y-191D01*
X-56080Y-262D01*
X-56105Y-336D01*
X-56125Y-414D01*
X-56139Y-495D01*
X-56147Y-581D01*
X-56150Y-669D01*
X-56850D01*
X-56853Y-581D01*
X-56861Y-495D01*
X-56875Y-414D01*
X-56895Y-336D01*
X-56920Y-262D01*
X-56951Y-191D01*
X-56987Y-123D01*
X-57029Y-60D01*
X-57077Y1D01*
X-57130Y57D01*
X-55870D01*
X-55923Y1D01*
D02*
G37*
G36*
X-51781Y-41D02*
X-51829Y-101D01*
X-51871Y-165D01*
X-51907Y-233D01*
X-51938Y-303D01*
X-51963Y-378D01*
X-51983Y-456D01*
X-51997Y-537D01*
X-52005Y-622D01*
X-52008Y-711D01*
X-52708D01*
X-52711Y-622D01*
X-52719Y-537D01*
X-52733Y-456D01*
X-52753Y-378D01*
X-52778Y-303D01*
X-52809Y-233D01*
X-52845Y-165D01*
X-52887Y-101D01*
X-52935Y-41D01*
X-52988Y16D01*
X-51728D01*
X-51781Y-41D01*
D02*
G37*
G36*
X-46152Y-748D02*
X-46148Y-781D01*
X-46142Y-812D01*
X-46133Y-842D01*
X-46122Y-869D01*
X-46108Y-894D01*
X-46092Y-918D01*
X-46073Y-939D01*
X-46052Y-958D01*
X-46029Y-976D01*
X-46877D01*
X-46853Y-958D01*
X-46832Y-939D01*
X-46813Y-918D01*
X-46797Y-894D01*
X-46784Y-869D01*
X-46773Y-842D01*
X-46764Y-812D01*
X-46758Y-781D01*
X-46754Y-748D01*
X-46753Y-713D01*
X-46153D01*
X-46152Y-748D01*
D02*
G37*
G36*
X-50039Y-757D02*
X-50033Y-828D01*
X-50028Y-859D01*
X-50021Y-886D01*
X-50013Y-911D01*
X-50003Y-932D01*
X-49992Y-950D01*
X-49980Y-965D01*
X-49966Y-976D01*
X-50814D01*
X-50800Y-965D01*
X-50787Y-950D01*
X-50776Y-932D01*
X-50766Y-911D01*
X-50758Y-886D01*
X-50752Y-859D01*
X-50746Y-828D01*
X-50743Y-794D01*
X-50740Y-717D01*
X-50040D01*
X-50039Y-757D01*
D02*
G37*
G36*
X-52008D02*
X-52002Y-828D01*
X-51996Y-859D01*
X-51990Y-886D01*
X-51982Y-911D01*
X-51972Y-932D01*
X-51961Y-950D01*
X-51948Y-965D01*
X-51934Y-976D01*
X-52782D01*
X-52768Y-965D01*
X-52755Y-950D01*
X-52744Y-932D01*
X-52735Y-911D01*
X-52727Y-886D01*
X-52720Y-859D01*
X-52715Y-828D01*
X-52711Y-794D01*
X-52708Y-717D01*
X-52008D01*
X-52008Y-757D01*
D02*
G37*
G36*
X-53950Y-735D02*
X-53949Y-775D01*
X-53942Y-874D01*
X-53938Y-900D01*
X-53933Y-922D01*
X-53927Y-941D01*
X-53920Y-956D01*
X-53912Y-968D01*
X-53903Y-976D01*
X-54751D01*
X-54732Y-961D01*
X-54714Y-943D01*
X-54699Y-923D01*
X-54686Y-899D01*
X-54675Y-873D01*
X-54666Y-844D01*
X-54659Y-812D01*
X-54654Y-777D01*
X-54651Y-739D01*
X-54650Y-699D01*
X-53950Y-735D01*
D02*
G37*
G36*
X16405Y-372D02*
X16383Y-409D01*
X16364Y-454D01*
X16347Y-507D01*
X16332Y-568D01*
X16321Y-636D01*
X16305Y-797D01*
X16301Y-889D01*
X16300Y-988D01*
X15300D01*
X15299Y-889D01*
X15279Y-636D01*
X15268Y-568D01*
X15253Y-507D01*
X15236Y-454D01*
X15217Y-409D01*
X15195Y-372D01*
X15170Y-343D01*
X16430D01*
X16405Y-372D01*
D02*
G37*
G36*
X-12709Y-3201D02*
X-12737Y-3163D01*
X-12769Y-3129D01*
X-12804Y-3098D01*
X-12843Y-3072D01*
X-12885Y-3050D01*
X-12930Y-3032D01*
X-12978Y-3018D01*
X-13030Y-3008D01*
X-13085Y-3002D01*
X-13143Y-3000D01*
Y-2000D01*
X-13085Y-1998D01*
X-13030Y-1992D01*
X-12978Y-1982D01*
X-12930Y-1968D01*
X-12885Y-1950D01*
X-12843Y-1928D01*
X-12804Y-1901D01*
X-12769Y-1871D01*
X-12737Y-1837D01*
X-12709Y-1799D01*
Y-3201D01*
D02*
G37*
G36*
X-64508Y-3035D02*
X-64512Y-3068D01*
X-64513Y-3099D01*
X-64512Y-3128D01*
X-64508Y-3156D01*
X-64502Y-3181D01*
X-64493Y-3205D01*
X-64482Y-3226D01*
X-64469Y-3246D01*
X-64453Y-3264D01*
X-64736Y-3547D01*
X-64754Y-3531D01*
X-64774Y-3518D01*
X-64795Y-3507D01*
X-64819Y-3498D01*
X-64845Y-3492D01*
X-64872Y-3488D01*
X-64901Y-3487D01*
X-64932Y-3488D01*
X-64965Y-3492D01*
X-65000Y-3498D01*
X-64502Y-3000D01*
X-64508Y-3035D01*
D02*
G37*
G36*
X-17036Y-3643D02*
X-17105Y-3714D01*
X-17270Y-3906D01*
X-17310Y-3963D01*
X-17343Y-4016D01*
X-17368Y-4065D01*
X-17386Y-4111D01*
X-17397Y-4153D01*
X-17400Y-4191D01*
X-18291Y-3300D01*
X-18253Y-3297D01*
X-18211Y-3286D01*
X-18165Y-3268D01*
X-18116Y-3243D01*
X-18063Y-3210D01*
X-18006Y-3170D01*
X-17882Y-3067D01*
X-17814Y-3005D01*
X-17743Y-2936D01*
X-17036Y-3643D01*
D02*
G37*
G36*
X-32083Y-2595D02*
X-32073Y-2680D01*
X-32058Y-2755D01*
X-32036Y-2820D01*
X-32008Y-2875D01*
X-31973Y-2920D01*
X-31933Y-2955D01*
X-31886Y-2980D01*
X-31833Y-2995D01*
X-31774Y-3000D01*
Y-4000D01*
X-31833Y-4005D01*
X-31886Y-4020D01*
X-31933Y-4045D01*
X-31973Y-4080D01*
X-32008Y-4125D01*
X-32036Y-4180D01*
X-32058Y-4245D01*
X-32073Y-4320D01*
X-32083Y-4405D01*
X-32086Y-4500D01*
Y-2500D01*
X-32083Y-2595D01*
D02*
G37*
G36*
X-40191Y-6032D02*
X-40224Y-6040D01*
X-40253Y-6052D01*
X-40278Y-6070D01*
X-40299Y-6092D01*
X-40316Y-6120D01*
X-40330Y-6152D01*
X-40339Y-6190D01*
X-40345Y-6232D01*
X-40347Y-6280D01*
X-40747D01*
X-40749Y-6232D01*
X-40755Y-6190D01*
X-40765Y-6152D01*
X-40778Y-6120D01*
X-40796Y-6092D01*
X-40817Y-6070D01*
X-40842Y-6052D01*
X-40871Y-6040D01*
X-40904Y-6032D01*
X-40941Y-6030D01*
X-40154D01*
X-40191Y-6032D01*
D02*
G37*
G36*
X12737Y-6837D02*
X12769Y-6871D01*
X12804Y-6901D01*
X12843Y-6928D01*
X12885Y-6950D01*
X12930Y-6968D01*
X12978Y-6982D01*
X13030Y-6992D01*
X13085Y-6998D01*
X13143Y-7000D01*
Y-8000D01*
X13085Y-8002D01*
X13030Y-8008D01*
X12978Y-8018D01*
X12930Y-8032D01*
X12885Y-8050D01*
X12843Y-8072D01*
X12804Y-8099D01*
X12769Y-8129D01*
X12737Y-8163D01*
X12709Y-8201D01*
Y-6799D01*
X12737Y-6837D01*
D02*
G37*
G36*
X-57199Y-8794D02*
X-57346Y-8944D01*
X-58464Y-8586D01*
X-58391Y-8605D01*
X-58321Y-8617D01*
X-58252Y-8620D01*
X-58185Y-8616D01*
X-58120Y-8604D01*
X-58056Y-8584D01*
X-57995Y-8556D01*
X-57935Y-8521D01*
X-57877Y-8477D01*
X-57820Y-8425D01*
X-57199Y-8794D01*
D02*
G37*
G36*
X11338Y-8482D02*
X11253Y-8492D01*
X11178Y-8507D01*
X11113Y-8529D01*
X11058Y-8557D01*
X11013Y-8592D01*
X10978Y-8632D01*
X10953Y-8679D01*
X10938Y-8732D01*
X10933Y-8791D01*
X9933D01*
X9928Y-8732D01*
X9913Y-8679D01*
X9888Y-8632D01*
X9853Y-8592D01*
X9808Y-8557D01*
X9753Y-8529D01*
X9688Y-8507D01*
X9613Y-8492D01*
X9528Y-8482D01*
X9433Y-8479D01*
X11433D01*
X11338Y-8482D01*
D02*
G37*
G36*
X-35550Y-9265D02*
X-35601Y-9253D01*
X-35653Y-9248D01*
X-35704Y-9249D01*
X-35755Y-9257D01*
X-35806Y-9272D01*
X-35857Y-9293D01*
X-35907Y-9320D01*
X-35958Y-9354D01*
X-36008Y-9394D01*
X-36059Y-9441D01*
X-36341Y-9159D01*
X-36294Y-9108D01*
X-36254Y-9058D01*
X-36220Y-9007D01*
X-36193Y-8957D01*
X-36172Y-8906D01*
X-36157Y-8855D01*
X-36149Y-8804D01*
X-36148Y-8753D01*
X-36153Y-8701D01*
X-36165Y-8650D01*
X-35550Y-9265D01*
D02*
G37*
G36*
X-29530Y-9567D02*
X-29532Y-9530D01*
X-29540Y-9497D01*
X-29552Y-9468D01*
X-29570Y-9443D01*
X-29592Y-9422D01*
X-29620Y-9404D01*
X-29652Y-9391D01*
X-29690Y-9381D01*
X-29732Y-9375D01*
X-29780Y-9373D01*
Y-8973D01*
X-29732Y-8971D01*
X-29690Y-8965D01*
X-29652Y-8956D01*
X-29620Y-8942D01*
X-29592Y-8925D01*
X-29570Y-8904D01*
X-29552Y-8879D01*
X-29540Y-8850D01*
X-29532Y-8817D01*
X-29530Y-8780D01*
Y-9567D01*
D02*
G37*
G36*
X-43343Y-11230D02*
X-43372Y-11205D01*
X-43409Y-11183D01*
X-43454Y-11164D01*
X-43507Y-11147D01*
X-43568Y-11133D01*
X-43636Y-11121D01*
X-43797Y-11105D01*
X-43889Y-11101D01*
X-43988Y-11100D01*
Y-10100D01*
X-43889Y-10099D01*
X-43636Y-10079D01*
X-43568Y-10068D01*
X-43507Y-10053D01*
X-43454Y-10036D01*
X-43409Y-10017D01*
X-43372Y-9995D01*
X-43343Y-9970D01*
Y-11230D01*
D02*
G37*
G36*
X-31596Y-10954D02*
X-31583Y-11027D01*
X-31561Y-11101D01*
X-31531Y-11176D01*
X-31492Y-11253D01*
X-31445Y-11331D01*
X-31389Y-11411D01*
X-31325Y-11491D01*
X-31252Y-11574D01*
X-31170Y-11657D01*
X-32430D01*
X-32348Y-11574D01*
X-32211Y-11411D01*
X-32155Y-11331D01*
X-32107Y-11253D01*
X-32069Y-11176D01*
X-32039Y-11101D01*
X-32017Y-11027D01*
X-32004Y-10954D01*
X-32000Y-10882D01*
X-31600D01*
X-31596Y-10954D01*
D02*
G37*
G36*
X-50999Y-11226D02*
X-50981Y-11439D01*
X-50964Y-11534D01*
X-50942Y-11623D01*
X-50915Y-11705D01*
X-50883Y-11779D01*
X-50846Y-11847D01*
X-50804Y-11907D01*
X-50756Y-11961D01*
X-51039Y-12244D01*
X-51093Y-12196D01*
X-51153Y-12154D01*
X-51221Y-12117D01*
X-51295Y-12085D01*
X-51377Y-12058D01*
X-51466Y-12036D01*
X-51561Y-12019D01*
X-51664Y-12008D01*
X-51774Y-12001D01*
X-51891Y-12000D01*
X-51000Y-11109D01*
X-50999Y-11226D01*
D02*
G37*
G36*
X-56936Y-13737D02*
X-56965Y-13713D01*
X-57002Y-13692D01*
X-57047Y-13672D01*
X-57100Y-13656D01*
X-57161Y-13642D01*
X-57229Y-13631D01*
X-57390Y-13615D01*
X-57482Y-13611D01*
X-57581Y-13610D01*
X-57595Y-12610D01*
X-57495Y-12609D01*
X-57243Y-12589D01*
X-57175Y-12577D01*
X-57114Y-12562D01*
X-57061Y-12545D01*
X-57016Y-12525D01*
X-56979Y-12503D01*
X-56950Y-12477D01*
X-56936Y-13737D01*
D02*
G37*
G36*
X-64503Y-13517D02*
X-64499Y-13536D01*
X-64491Y-13558D01*
X-64478Y-13582D01*
X-64461Y-13610D01*
X-64439Y-13640D01*
X-64381Y-13708D01*
X-64305Y-13788D01*
X-65297Y-14210D01*
X-65343Y-14169D01*
X-65393Y-14133D01*
X-65450Y-14101D01*
X-65512Y-14074D01*
X-65579Y-14051D01*
X-65652Y-14031D01*
X-65731Y-14017D01*
X-65815Y-14006D01*
X-65905Y-14000D01*
X-66000Y-13998D01*
X-64502Y-13500D01*
X-64503Y-13517D01*
D02*
G37*
G36*
X-50852Y-15226D02*
X-50989Y-15390D01*
X-51045Y-15469D01*
X-51092Y-15547D01*
X-51131Y-15624D01*
X-51161Y-15699D01*
X-51183Y-15773D01*
X-51196Y-15846D01*
X-51200Y-15917D01*
X-51600D01*
X-51604Y-15846D01*
X-51617Y-15773D01*
X-51639Y-15699D01*
X-51669Y-15624D01*
X-51708Y-15547D01*
X-51755Y-15469D01*
X-51811Y-15390D01*
X-51875Y-15309D01*
X-51948Y-15226D01*
X-52030Y-15143D01*
X-50770D01*
X-50852Y-15226D01*
D02*
G37*
G36*
X-1497Y-15776D02*
X-1473Y-16097D01*
X-1453Y-16242D01*
X-1426Y-16376D01*
X-1393Y-16501D01*
X-1392Y-16505D01*
X-1378Y-16515D01*
X-1346Y-16530D01*
X-1310Y-16540D01*
X-1380D01*
X-1355Y-16615D01*
X-1311Y-16718D01*
X-1260Y-16812D01*
X-1204Y-16895D01*
X-2707D01*
Y-18208D01*
X-2766Y-18168D01*
X-2860Y-18133D01*
X-2960Y-18109D01*
Y-18190D01*
X-2970Y-18154D01*
X-2985Y-18122D01*
X-3001Y-18100D01*
X-3152Y-18075D01*
X-3584Y-18033D01*
X-4493Y-18002D01*
X-4866Y-18000D01*
Y-17000D01*
X-4493Y-16998D01*
X-3001Y-16899D01*
X-2985Y-16878D01*
X-2970Y-16846D01*
X-2960Y-16810D01*
Y-16891D01*
X-2860Y-16867D01*
X-2766Y-16832D01*
X-2743Y-16817D01*
X-2740Y-16812D01*
X-2689Y-16718D01*
X-2645Y-16615D01*
X-2620Y-16540D01*
X-2690D01*
X-2654Y-16530D01*
X-2622Y-16515D01*
X-2608Y-16505D01*
X-2607Y-16501D01*
X-2574Y-16376D01*
X-2547Y-16242D01*
X-2527Y-16097D01*
X-2503Y-15776D01*
X-2500Y-15600D01*
X-1500D01*
X-1497Y-15776D01*
D02*
G37*
G36*
X9502Y-15507D02*
X9601Y-16999D01*
X9622Y-17015D01*
X9654Y-17030D01*
X9690Y-17040D01*
X9609D01*
X9633Y-17141D01*
X9668Y-17234D01*
X9708Y-17293D01*
X8292D01*
X8332Y-17234D01*
X8367Y-17141D01*
X8391Y-17040D01*
X8310D01*
X8346Y-17030D01*
X8378Y-17015D01*
X8400Y-16998D01*
X8425Y-16848D01*
X8467Y-16416D01*
X8498Y-15507D01*
X8500Y-15134D01*
X9500D01*
X9502Y-15507D01*
D02*
G37*
G36*
X6003Y-15797D02*
X6065Y-16736D01*
X6094Y-16908D01*
X6117Y-17011D01*
X6122Y-17015D01*
X6154Y-17030D01*
X6190Y-17040D01*
X6124D01*
X6127Y-17056D01*
X6166Y-17179D01*
X6211Y-17277D01*
X6260Y-17350D01*
X4740D01*
X4789Y-17277D01*
X4834Y-17179D01*
X4873Y-17056D01*
X4876Y-17040D01*
X4810D01*
X4846Y-17030D01*
X4878Y-17015D01*
X4883Y-17011D01*
X4906Y-16908D01*
X4935Y-16736D01*
X4977Y-16316D01*
X4997Y-15797D01*
X5000Y-15500D01*
X6000D01*
X6003Y-15797D01*
D02*
G37*
G36*
X-57468Y-18659D02*
X-57460Y-18692D01*
X-57448Y-18721D01*
X-57430Y-18746D01*
X-57408Y-18767D01*
X-57380Y-18785D01*
X-57348Y-18798D01*
X-57310Y-18808D01*
X-57268Y-18814D01*
X-57220Y-18816D01*
Y-19216D01*
X-57268Y-19218D01*
X-57310Y-19223D01*
X-57348Y-19233D01*
X-57380Y-19247D01*
X-57408Y-19264D01*
X-57430Y-19285D01*
X-57448Y-19310D01*
X-57460Y-19340D01*
X-57468Y-19372D01*
X-57470Y-19409D01*
Y-18622D01*
X-57468Y-18659D01*
D02*
G37*
G36*
X-64716Y-17914D02*
X-64754Y-17993D01*
X-64776Y-18076D01*
X-64780Y-18163D01*
X-64766Y-18253D01*
X-64735Y-18347D01*
X-64686Y-18444D01*
X-64620Y-18545D01*
X-64536Y-18650D01*
X-64435Y-18758D01*
X-65054Y-19553D01*
X-65170Y-19444D01*
X-65281Y-19354D01*
X-65386Y-19284D01*
X-65486Y-19232D01*
X-65581Y-19200D01*
X-65670Y-19187D01*
X-65754Y-19194D01*
X-65832Y-19220D01*
X-65906Y-19265D01*
X-65973Y-19329D01*
X-64659Y-17839D01*
X-64716Y-17914D01*
D02*
G37*
G36*
X-56427Y-19646D02*
X-56511Y-19564D01*
X-56674Y-19426D01*
X-56753Y-19371D01*
X-56831Y-19323D01*
X-56908Y-19285D01*
X-56984Y-19254D01*
X-57058Y-19233D01*
X-57130Y-19220D01*
X-57202Y-19216D01*
Y-18816D01*
X-57130Y-18812D01*
X-57058Y-18799D01*
X-56984Y-18777D01*
X-56908Y-18747D01*
X-56831Y-18708D01*
X-56753Y-18661D01*
X-56674Y-18605D01*
X-56593Y-18541D01*
X-56511Y-18467D01*
X-56427Y-18386D01*
Y-19646D01*
D02*
G37*
G36*
X-21828Y-18695D02*
X-21791Y-18717D01*
X-21746Y-18736D01*
X-21693Y-18753D01*
X-21632Y-18767D01*
X-21564Y-18779D01*
X-21403Y-18795D01*
X-21311Y-18799D01*
X-21212Y-18800D01*
Y-19800D01*
X-21311Y-19801D01*
X-21564Y-19821D01*
X-21632Y-19832D01*
X-21693Y-19847D01*
X-21746Y-19864D01*
X-21791Y-19883D01*
X-21828Y-19905D01*
X-21857Y-19930D01*
Y-18670D01*
X-21828Y-18695D01*
D02*
G37*
G36*
X-17391Y-19895D02*
X-17283Y-19982D01*
X-17180Y-20051D01*
X-17081Y-20101D01*
X-16987Y-20132D01*
X-16897Y-20145D01*
X-16812Y-20140D01*
X-16731Y-20117D01*
X-16655Y-20075D01*
X-16583Y-20014D01*
X-17986Y-21417D01*
X-17925Y-21345D01*
X-17883Y-21269D01*
X-17860Y-21188D01*
X-17855Y-21103D01*
X-17868Y-21013D01*
X-17899Y-20919D01*
X-17949Y-20820D01*
X-18018Y-20717D01*
X-18105Y-20609D01*
X-18210Y-20497D01*
X-17503Y-19790D01*
X-17391Y-19895D01*
D02*
G37*
G36*
X-16346Y-21970D02*
X-16378Y-21985D01*
X-16407Y-22006D01*
X-16432Y-22032D01*
X-16452Y-22063D01*
X-16469Y-22099D01*
X-16483Y-22141D01*
X-16492Y-22188D01*
X-16498Y-22240D01*
X-16500Y-22298D01*
X-17500D01*
X-17502Y-22240D01*
X-17508Y-22188D01*
X-17517Y-22141D01*
X-17530Y-22099D01*
X-17548Y-22063D01*
X-17569Y-22032D01*
X-17593Y-22006D01*
X-17622Y-21985D01*
X-17654Y-21970D01*
X-17690Y-21960D01*
X-16310D01*
X-16346Y-21970D01*
D02*
G37*
G36*
X-51993Y-19690D02*
X-51972Y-19881D01*
X-51936Y-20066D01*
X-51887Y-20246D01*
X-51823Y-20420D01*
X-51745Y-20587D01*
X-51653Y-20749D01*
X-51547Y-20905D01*
X-51490Y-20978D01*
X-51447Y-21009D01*
X-51389Y-21046D01*
X-51335Y-21076D01*
X-51283Y-21097D01*
X-51236Y-21110D01*
X-51191Y-21115D01*
X-51150Y-21113D01*
X-51329Y-21359D01*
X-51553Y-22354D01*
X-51638Y-22279D01*
X-51714Y-22233D01*
X-51781Y-22216D01*
X-51839Y-22228D01*
X-51888Y-22269D01*
X-51929Y-22339D01*
X-51960Y-22437D01*
X-51982Y-22565D01*
X-51995Y-22722D01*
X-52000Y-22907D01*
X-53000Y-20700D01*
X-52000Y-19493D01*
X-51993Y-19690D01*
D02*
G37*
G36*
X-16498Y-23260D02*
X-16492Y-23312D01*
X-16483Y-23359D01*
X-16469Y-23401D01*
X-16452Y-23437D01*
X-16432Y-23468D01*
X-16407Y-23494D01*
X-16378Y-23515D01*
X-16346Y-23530D01*
X-16310Y-23540D01*
X-17690D01*
X-17654Y-23530D01*
X-17622Y-23515D01*
X-17593Y-23494D01*
X-17569Y-23468D01*
X-17548Y-23437D01*
X-17530Y-23401D01*
X-17517Y-23359D01*
X-17508Y-23312D01*
X-17502Y-23260D01*
X-17500Y-23202D01*
X-16500D01*
X-16498Y-23260D01*
D02*
G37*
G36*
X-64435Y-25442D02*
X-64476Y-25489D01*
X-64512Y-25544D01*
X-64543Y-25607D01*
X-64571Y-25678D01*
X-64594Y-25758D01*
X-64613Y-25846D01*
X-64628Y-25943D01*
X-64645Y-26160D01*
X-64647Y-26281D01*
X-65187Y-24659D01*
X-65166Y-24661D01*
X-65142Y-24658D01*
X-65117Y-24650D01*
X-65089Y-24638D01*
X-65058Y-24621D01*
X-65026Y-24600D01*
X-64991Y-24573D01*
X-64915Y-24507D01*
X-64874Y-24467D01*
X-64435Y-25442D01*
D02*
G37*
G36*
X-16346Y-25470D02*
X-16378Y-25485D01*
X-16407Y-25506D01*
X-16432Y-25532D01*
X-16452Y-25563D01*
X-16469Y-25600D01*
X-16483Y-25641D01*
X-16492Y-25688D01*
X-16498Y-25740D01*
X-16500Y-25798D01*
X-17500D01*
X-17502Y-25740D01*
X-17508Y-25688D01*
X-17517Y-25641D01*
X-17530Y-25600D01*
X-17548Y-25563D01*
X-17569Y-25532D01*
X-17593Y-25506D01*
X-17622Y-25485D01*
X-17654Y-25470D01*
X-17690Y-25460D01*
X-16310D01*
X-16346Y-25470D01*
D02*
G37*
G36*
X-449Y-23405D02*
X-344Y-23530D01*
X-309Y-23583D01*
X-286Y-23629D01*
X-275Y-23668D01*
X-276Y-23700D01*
X-289Y-23726D01*
X-314Y-23744D01*
X-350Y-23756D01*
X-940Y-26665D01*
X-945Y-26485D01*
X-978Y-26155D01*
X-1008Y-26005D01*
X-1046Y-25865D01*
X-1093Y-25735D01*
X-1148Y-25615D01*
X-1212Y-25505D01*
X-1284Y-25405D01*
X-1364Y-25315D01*
X-519Y-23332D01*
X-449Y-23405D01*
D02*
G37*
G36*
X-16498Y-26760D02*
X-16492Y-26812D01*
X-16483Y-26859D01*
X-16469Y-26901D01*
X-16452Y-26937D01*
X-16432Y-26968D01*
X-16407Y-26994D01*
X-16378Y-27015D01*
X-16346Y-27030D01*
X-16310Y-27040D01*
X-17690D01*
X-17654Y-27030D01*
X-17622Y-27015D01*
X-17593Y-26994D01*
X-17569Y-26968D01*
X-17548Y-26937D01*
X-17530Y-26901D01*
X-17517Y-26859D01*
X-17508Y-26812D01*
X-17502Y-26760D01*
X-17500Y-26702D01*
X-16500D01*
X-16498Y-26760D01*
D02*
G37*
G36*
X-940Y-26665D02*
X559Y-27243D01*
X460Y-27210D01*
X362Y-27190D01*
X266Y-27182D01*
X171Y-27186D01*
X79Y-27202D01*
X-12Y-27231D01*
X-102Y-27272D01*
X-189Y-27324D01*
X-276Y-27390D01*
X-360Y-27467D01*
X-1152Y-26845D01*
X-1113Y-26806D01*
X-950Y-26664D01*
X-943Y-26662D01*
X-940Y-26665D01*
D02*
G37*
G36*
X-62530Y-27283D02*
X-62532Y-27246D01*
X-62540Y-27213D01*
X-62552Y-27185D01*
X-62570Y-27159D01*
X-62592Y-27138D01*
X-62620Y-27121D01*
X-62652Y-27107D01*
X-62690Y-27097D01*
X-62732Y-27092D01*
X-62780Y-27090D01*
Y-26690D01*
X-62732Y-26688D01*
X-62690Y-26682D01*
X-62652Y-26672D01*
X-62620Y-26659D01*
X-62592Y-26641D01*
X-62570Y-26620D01*
X-62552Y-26595D01*
X-62540Y-26566D01*
X-62532Y-26533D01*
X-62530Y-26496D01*
Y-27283D01*
D02*
G37*
G36*
X-29530Y-27283D02*
X-29532Y-27246D01*
X-29540Y-27213D01*
X-29552Y-27185D01*
X-29570Y-27159D01*
X-29592Y-27138D01*
X-29620Y-27121D01*
X-29652Y-27107D01*
X-29690Y-27097D01*
X-29732Y-27092D01*
X-29780Y-27090D01*
Y-26690D01*
X-29732Y-26688D01*
X-29690Y-26682D01*
X-29652Y-26672D01*
X-29620Y-26659D01*
X-29592Y-26641D01*
X-29570Y-26620D01*
X-29552Y-26595D01*
X-29540Y-26566D01*
X-29532Y-26533D01*
X-29530Y-26496D01*
Y-27283D01*
D02*
G37*
G36*
X-12075Y-27655D02*
X-12117Y-27731D01*
X-12140Y-27812D01*
X-12145Y-27897D01*
X-12132Y-27987D01*
X-12101Y-28081D01*
X-12051Y-28180D01*
X-11982Y-28283D01*
X-11895Y-28390D01*
X-11790Y-28503D01*
X-12497Y-29210D01*
X-12609Y-29105D01*
X-12717Y-29018D01*
X-12820Y-28949D01*
X-12919Y-28899D01*
X-13013Y-28868D01*
X-13103Y-28855D01*
X-13188Y-28860D01*
X-13269Y-28883D01*
X-13345Y-28925D01*
X-13417Y-28986D01*
X-12014Y-27583D01*
X-12075Y-27655D01*
D02*
G37*
G36*
X-62530Y-29252D02*
X-62532Y-29215D01*
X-62540Y-29182D01*
X-62552Y-29153D01*
X-62570Y-29128D01*
X-62592Y-29107D01*
X-62620Y-29089D01*
X-62652Y-29076D01*
X-62690Y-29066D01*
X-62732Y-29060D01*
X-62780Y-29058D01*
Y-28658D01*
X-62732Y-28656D01*
X-62690Y-28651D01*
X-62652Y-28641D01*
X-62620Y-28627D01*
X-62592Y-28610D01*
X-62570Y-28589D01*
X-62552Y-28563D01*
X-62540Y-28534D01*
X-62532Y-28502D01*
X-62530Y-28465D01*
Y-29252D01*
D02*
G37*
G36*
X-21518Y-7680D02*
Y-12400D01*
X-21448Y-12751D01*
X-21249Y-13049D01*
X-16149Y-18149D01*
X-15851Y-18348D01*
X-15500Y-18418D01*
X-4905D01*
X-4868Y-18433D01*
X-4502Y-18435D01*
X-3612Y-18465D01*
X-3427Y-18483D01*
Y-23265D01*
X-3427Y-23265D01*
X-3319Y-23812D01*
X-3009Y-24275D01*
X-1691Y-25594D01*
X-1687Y-25604D01*
X-1622Y-25677D01*
X-1576Y-25741D01*
X-1533Y-25814D01*
X-1494Y-25899D01*
X-1460Y-25995D01*
X-1430Y-26104D01*
X-1407Y-26219D01*
X-1382Y-26466D01*
X-1398Y-26481D01*
X-1405Y-26493D01*
X-1418Y-26499D01*
X-1457Y-26538D01*
X-1468Y-26564D01*
X-1493Y-26578D01*
X-1500Y-26602D01*
X-3680Y-28782D01*
X-6000D01*
X-6351Y-28852D01*
X-6649Y-29051D01*
X-9700Y-32102D01*
X-10200Y-31895D01*
Y-31641D01*
X-10398Y-31164D01*
X-10517Y-31045D01*
X-10519Y-31028D01*
X-10520Y-31019D01*
X-10521Y-31014D01*
X-10522Y-31007D01*
X-10531Y-30993D01*
X-10536Y-30977D01*
X-10543Y-30946D01*
X-10549Y-30910D01*
X-10566Y-30692D01*
X-10567Y-30606D01*
X-10582Y-30570D01*
Y-29500D01*
X-10652Y-29149D01*
X-10851Y-28851D01*
X-11462Y-28241D01*
X-11474Y-28206D01*
X-11569Y-28106D01*
X-11582Y-28089D01*
Y-27586D01*
X-11581Y-27583D01*
X-11582Y-27581D01*
Y-27500D01*
X-11652Y-27149D01*
X-11851Y-26851D01*
X-12149Y-26652D01*
X-12500Y-26582D01*
X-13500D01*
X-13851Y-26652D01*
X-14149Y-26851D01*
X-14348Y-27149D01*
X-14418Y-27500D01*
Y-28500D01*
X-14348Y-28851D01*
X-14149Y-29149D01*
X-13851Y-29348D01*
X-13500Y-29418D01*
X-13419D01*
X-13417Y-29419D01*
X-13415Y-29418D01*
X-12911D01*
X-12894Y-29431D01*
X-12794Y-29526D01*
X-12759Y-29538D01*
X-12418Y-29880D01*
Y-30570D01*
X-12433Y-30606D01*
X-12434Y-30699D01*
X-12437Y-30773D01*
X-12450Y-30906D01*
X-12457Y-30946D01*
X-12464Y-30977D01*
X-12470Y-30993D01*
X-12477Y-31007D01*
X-12479Y-31014D01*
X-12481Y-31019D01*
X-12481Y-31028D01*
X-12483Y-31045D01*
X-12602Y-31164D01*
X-12800Y-31641D01*
Y-32159D01*
X-12602Y-32636D01*
X-12236Y-33002D01*
X-12386Y-33481D01*
X-12468Y-33582D01*
X-24155D01*
X-24188Y-33567D01*
X-24207Y-33567D01*
X-24209Y-33563D01*
X-24234Y-33503D01*
X-24255Y-33495D01*
X-24351Y-33351D01*
X-24649Y-33152D01*
X-25000Y-33082D01*
X-25081D01*
X-25083Y-33081D01*
X-25085Y-33082D01*
X-25589D01*
X-25606Y-33069D01*
X-25706Y-32974D01*
X-25741Y-32962D01*
X-26082Y-32620D01*
Y-31852D01*
X-26064Y-31850D01*
X-25986Y-31847D01*
X-25984Y-31846D01*
X-24900D01*
X-24510Y-31769D01*
X-24179Y-31548D01*
X-23958Y-31217D01*
X-23880Y-30827D01*
X-23958Y-30437D01*
X-24179Y-30106D01*
X-24510Y-29885D01*
X-24900Y-29807D01*
X-29100D01*
X-29490Y-29885D01*
X-29821Y-30106D01*
X-29951Y-30300D01*
X-30451Y-30148D01*
Y-28369D01*
X-29744Y-27662D01*
X-29490Y-27832D01*
X-29100Y-27909D01*
X-24900D01*
X-24510Y-27832D01*
X-24179Y-27611D01*
X-23958Y-27280D01*
X-23880Y-26890D01*
X-23958Y-26500D01*
X-24179Y-26169D01*
Y-25642D01*
X-23958Y-25311D01*
X-23880Y-24921D01*
X-23958Y-24531D01*
X-24179Y-24200D01*
Y-23674D01*
X-23958Y-23343D01*
X-23880Y-22953D01*
X-23958Y-22563D01*
X-24179Y-22232D01*
Y-21705D01*
X-23958Y-21374D01*
X-23880Y-20984D01*
X-23958Y-20594D01*
X-23848Y-20088D01*
X-23602Y-20036D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21644Y-20283D01*
X-21628Y-20281D01*
X-21619Y-20280D01*
X-21614Y-20279D01*
X-21607Y-20278D01*
X-21593Y-20269D01*
X-21577Y-20264D01*
X-21546Y-20257D01*
X-21510Y-20251D01*
X-21292Y-20234D01*
X-21206Y-20233D01*
X-21170Y-20218D01*
X-19080D01*
X-18538Y-20759D01*
X-18526Y-20794D01*
X-18431Y-20894D01*
X-18418Y-20911D01*
Y-21415D01*
X-18418Y-21417D01*
X-18418Y-21419D01*
Y-21500D01*
X-18348Y-21851D01*
X-18149Y-22149D01*
X-18005Y-22245D01*
X-17997Y-22266D01*
X-17937Y-22291D01*
X-17933Y-22293D01*
X-17933Y-22312D01*
X-17918Y-22345D01*
Y-23155D01*
X-17933Y-23188D01*
X-17933Y-23207D01*
X-17937Y-23209D01*
X-17997Y-23234D01*
X-18005Y-23255D01*
X-18149Y-23351D01*
X-18348Y-23649D01*
X-18418Y-24000D01*
Y-25000D01*
X-18348Y-25351D01*
X-18149Y-25649D01*
X-18005Y-25745D01*
X-17997Y-25766D01*
X-17937Y-25791D01*
X-17933Y-25793D01*
X-17933Y-25812D01*
X-17918Y-25845D01*
Y-26655D01*
X-17933Y-26688D01*
X-17933Y-26707D01*
X-17937Y-26709D01*
X-17997Y-26734D01*
X-18005Y-26755D01*
X-18149Y-26851D01*
X-18348Y-27149D01*
X-18418Y-27500D01*
Y-28500D01*
X-18348Y-28851D01*
X-18149Y-29149D01*
X-17851Y-29348D01*
X-17500Y-29418D01*
X-16500D01*
X-16149Y-29348D01*
X-15851Y-29149D01*
X-15652Y-28851D01*
X-15582Y-28500D01*
Y-27500D01*
X-15652Y-27149D01*
X-15851Y-26851D01*
X-15995Y-26755D01*
X-16003Y-26734D01*
X-16063Y-26709D01*
X-16067Y-26707D01*
X-16067Y-26688D01*
X-16082Y-26655D01*
Y-25845D01*
X-16067Y-25812D01*
X-16067Y-25793D01*
X-16063Y-25791D01*
X-16003Y-25766D01*
X-15995Y-25745D01*
X-15851Y-25649D01*
X-15652Y-25351D01*
X-15582Y-25000D01*
Y-24000D01*
X-15652Y-23649D01*
X-15851Y-23351D01*
X-15995Y-23255D01*
X-16003Y-23234D01*
X-16063Y-23209D01*
X-16067Y-23207D01*
X-16067Y-23188D01*
X-16082Y-23155D01*
Y-22345D01*
X-16067Y-22312D01*
X-16067Y-22293D01*
X-16063Y-22291D01*
X-16003Y-22266D01*
X-15995Y-22245D01*
X-15851Y-22149D01*
X-15652Y-21851D01*
X-15582Y-21500D01*
Y-20500D01*
X-15652Y-20149D01*
X-15851Y-19851D01*
X-16149Y-19652D01*
X-16500Y-19582D01*
X-16581D01*
X-16583Y-19581D01*
X-16586Y-19582D01*
X-17089D01*
X-17106Y-19569D01*
X-17206Y-19475D01*
X-17241Y-19462D01*
X-18051Y-18651D01*
X-18349Y-18452D01*
X-18700Y-18382D01*
X-21170D01*
X-21206Y-18367D01*
X-21299Y-18366D01*
X-21373Y-18363D01*
X-21506Y-18350D01*
X-21546Y-18343D01*
X-21577Y-18336D01*
X-21593Y-18330D01*
X-21607Y-18323D01*
X-21614Y-18321D01*
X-21619Y-18319D01*
X-21628Y-18319D01*
X-21644Y-18317D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
X-22759D01*
X-23236Y-18198D01*
X-23507Y-18469D01*
X-23533Y-18478D01*
X-23942Y-18471D01*
X-24088Y-18431D01*
X-24179Y-18295D01*
Y-17768D01*
X-23958Y-17437D01*
X-23880Y-17047D01*
X-23958Y-16657D01*
X-24179Y-16326D01*
Y-15800D01*
X-23958Y-15469D01*
X-23880Y-15079D01*
X-23958Y-14689D01*
X-24179Y-14358D01*
Y-13831D01*
X-23958Y-13500D01*
X-23880Y-13110D01*
X-23958Y-12720D01*
X-24179Y-12389D01*
Y-11863D01*
X-23958Y-11532D01*
X-23880Y-11142D01*
X-23958Y-10752D01*
X-24179Y-10421D01*
Y-9894D01*
X-23958Y-9563D01*
X-23880Y-9173D01*
X-23958Y-8783D01*
X-24179Y-8452D01*
X-24510Y-8231D01*
X-24900Y-8154D01*
X-29100D01*
X-29490Y-8231D01*
X-29821Y-8452D01*
X-29835Y-8473D01*
X-29836Y-8474D01*
X-29837Y-8477D01*
X-29869Y-8524D01*
X-30173D01*
X-30632Y-8714D01*
X-31256Y-9337D01*
X-31756Y-9130D01*
Y-6027D01*
X-31731Y-5990D01*
X-31654Y-5600D01*
Y-4516D01*
X-31653Y-4514D01*
X-31650Y-4436D01*
X-31648Y-4418D01*
X-24780D01*
X-21518Y-7680D01*
D02*
G37*
G36*
X-68290Y-30997D02*
X-68396Y-31109D01*
X-68482Y-31217D01*
X-68551Y-31320D01*
X-68601Y-31419D01*
X-68632Y-31513D01*
X-68645Y-31603D01*
X-68640Y-31688D01*
X-68617Y-31769D01*
X-68575Y-31845D01*
X-68514Y-31917D01*
X-69917Y-30514D01*
X-69845Y-30575D01*
X-69769Y-30617D01*
X-69688Y-30640D01*
X-69603Y-30645D01*
X-69513Y-30632D01*
X-69419Y-30601D01*
X-69320Y-30551D01*
X-69217Y-30482D01*
X-69109Y-30395D01*
X-68997Y-30290D01*
X-68290Y-30997D01*
D02*
G37*
G36*
X-10999Y-30711D02*
X-10979Y-30964D01*
X-10967Y-31032D01*
X-10953Y-31093D01*
X-10936Y-31146D01*
X-10917Y-31191D01*
X-10895Y-31228D01*
X-10870Y-31257D01*
X-12130D01*
X-12105Y-31228D01*
X-12083Y-31191D01*
X-12064Y-31146D01*
X-12047Y-31093D01*
X-12032Y-31032D01*
X-12021Y-30964D01*
X-12005Y-30803D01*
X-12001Y-30711D01*
X-12000Y-30612D01*
X-11000D01*
X-10999Y-30711D01*
D02*
G37*
G36*
X-59320Y-31416D02*
X-59560Y-31435D01*
X-59666Y-31450D01*
X-59763Y-31470D01*
X-59850Y-31495D01*
X-59928Y-31524D01*
X-59996Y-31558D01*
X-60055Y-31596D01*
X-60105Y-31638D01*
X-61519D01*
X-61483Y-31596D01*
X-61467Y-31558D01*
X-61469Y-31524D01*
X-61490Y-31495D01*
X-61530Y-31470D01*
X-61589Y-31450D01*
X-61667Y-31435D01*
X-61764Y-31423D01*
X-61879Y-31416D01*
X-62014Y-31414D01*
X-59185D01*
X-59320Y-31416D01*
D02*
G37*
G36*
X-26095Y-31417D02*
X-26180Y-31427D01*
X-26255Y-31442D01*
X-26320Y-31464D01*
X-26375Y-31492D01*
X-26420Y-31527D01*
X-26455Y-31567D01*
X-26480Y-31614D01*
X-26495Y-31667D01*
X-26500Y-31726D01*
X-27500D01*
X-27505Y-31667D01*
X-27520Y-31614D01*
X-27545Y-31567D01*
X-27580Y-31527D01*
X-27625Y-31492D01*
X-27680Y-31464D01*
X-27745Y-31442D01*
X-27820Y-31427D01*
X-27905Y-31417D01*
X-28000Y-31414D01*
X-26000D01*
X-26095Y-31417D01*
D02*
G37*
G36*
X-50835Y-30978D02*
X-50653Y-31105D01*
X-50566Y-31157D01*
X-50482Y-31201D01*
X-50402Y-31236D01*
X-50325Y-31264D01*
X-50251Y-31284D01*
X-50179Y-31296D01*
X-50112Y-31300D01*
X-50066Y-31700D01*
X-50139Y-31705D01*
X-50213Y-31718D01*
X-50286Y-31741D01*
X-50359Y-31773D01*
X-50432Y-31814D01*
X-50504Y-31864D01*
X-50577Y-31923D01*
X-50648Y-31991D01*
X-50720Y-32068D01*
X-50791Y-32155D01*
X-50931Y-30902D01*
X-50835Y-30978D01*
D02*
G37*
G36*
X-65138Y-32487D02*
X-65172Y-32491D01*
X-65202Y-32497D01*
X-65228Y-32507D01*
X-65250Y-32519D01*
X-65268Y-32533D01*
X-65282Y-32550D01*
X-65292Y-32570D01*
X-65298Y-32592D01*
X-65300Y-32618D01*
X-65700D01*
X-65702Y-32592D01*
X-65708Y-32570D01*
X-65718Y-32550D01*
X-65732Y-32533D01*
X-65750Y-32519D01*
X-65772Y-32507D01*
X-65798Y-32497D01*
X-65828Y-32491D01*
X-65862Y-32487D01*
X-65900Y-32486D01*
X-65100D01*
X-65138Y-32487D01*
D02*
G37*
G36*
X-37979Y-32457D02*
X-38000Y-32494D01*
X-38018Y-32539D01*
X-38034Y-32592D01*
X-38048Y-32653D01*
X-38059Y-32721D01*
X-38074Y-32882D01*
X-38079Y-33074D01*
X-39079Y-33102D01*
X-39080Y-33002D01*
X-39101Y-32750D01*
X-39113Y-32682D01*
X-39128Y-32622D01*
X-39145Y-32569D01*
X-39166Y-32524D01*
X-39189Y-32487D01*
X-39215Y-32457D01*
X-37955Y-32428D01*
X-37979Y-32457D01*
D02*
G37*
G36*
X-61498Y-33260D02*
X-61492Y-33312D01*
X-61483Y-33359D01*
X-61470Y-33400D01*
X-61452Y-33437D01*
X-61431Y-33468D01*
X-61407Y-33494D01*
X-61378Y-33515D01*
X-61346Y-33530D01*
X-61310Y-33540D01*
X-62690D01*
X-62654Y-33530D01*
X-62622Y-33515D01*
X-62593Y-33494D01*
X-62569Y-33468D01*
X-62548Y-33437D01*
X-62530Y-33400D01*
X-62517Y-33359D01*
X-62508Y-33312D01*
X-62502Y-33260D01*
X-62500Y-33202D01*
X-61500D01*
X-61498Y-33260D01*
D02*
G37*
G36*
X-44282Y-33768D02*
X-44276Y-33810D01*
X-44267Y-33848D01*
X-44253Y-33880D01*
X-44236Y-33908D01*
X-44215Y-33930D01*
X-44190Y-33948D01*
X-44161Y-33960D01*
X-44128Y-33968D01*
X-44091Y-33970D01*
X-44878D01*
X-44841Y-33968D01*
X-44808Y-33960D01*
X-44779Y-33948D01*
X-44754Y-33930D01*
X-44733Y-33908D01*
X-44715Y-33880D01*
X-44702Y-33848D01*
X-44692Y-33810D01*
X-44686Y-33768D01*
X-44684Y-33720D01*
X-44284D01*
X-44282Y-33768D01*
D02*
G37*
G36*
X-46251D02*
X-46245Y-33810D01*
X-46235Y-33848D01*
X-46222Y-33880D01*
X-46204Y-33908D01*
X-46183Y-33930D01*
X-46158Y-33948D01*
X-46129Y-33960D01*
X-46096Y-33968D01*
X-46059Y-33970D01*
X-46846D01*
X-46809Y-33968D01*
X-46777Y-33960D01*
X-46747Y-33948D01*
X-46722Y-33930D01*
X-46701Y-33908D01*
X-46684Y-33880D01*
X-46670Y-33848D01*
X-46661Y-33810D01*
X-46655Y-33768D01*
X-46653Y-33720D01*
X-46253D01*
X-46251Y-33768D01*
D02*
G37*
G36*
X-65298Y-33907D02*
X-65292Y-33930D01*
X-65282Y-33950D01*
X-65268Y-33967D01*
X-65250Y-33981D01*
X-65228Y-33993D01*
X-65202Y-34003D01*
X-65172Y-34009D01*
X-65138Y-34013D01*
X-65100Y-34014D01*
X-65900D01*
X-65862Y-34013D01*
X-65828Y-34009D01*
X-65798Y-34003D01*
X-65772Y-33993D01*
X-65750Y-33981D01*
X-65732Y-33967D01*
X-65718Y-33950D01*
X-65708Y-33930D01*
X-65702Y-33907D01*
X-65700Y-33882D01*
X-65300D01*
X-65298Y-33907D01*
D02*
G37*
G36*
X-42516Y-33801D02*
X-43030Y-34133D01*
X-42999Y-34110D01*
X-42974Y-34087D01*
X-42956Y-34064D01*
X-42944Y-34039D01*
X-42939Y-34014D01*
X-42939Y-33988D01*
X-42946Y-33962D01*
X-42959Y-33935D01*
X-42979Y-33907D01*
X-43005Y-33878D01*
X-42601Y-33716D01*
X-42516Y-33801D01*
D02*
G37*
G36*
X-35977Y-34050D02*
X-36003Y-34079D01*
X-36025Y-34116D01*
X-36045Y-34161D01*
X-36062Y-34214D01*
X-36077Y-34275D01*
X-36089Y-34343D01*
X-36105Y-34504D01*
X-36109Y-34595D01*
X-36110Y-34695D01*
X-37110Y-34681D01*
X-37111Y-34582D01*
X-37131Y-34329D01*
X-37142Y-34261D01*
X-37156Y-34200D01*
X-37172Y-34147D01*
X-37192Y-34102D01*
X-37213Y-34065D01*
X-37237Y-34036D01*
X-35977Y-34050D01*
D02*
G37*
G36*
X-39942Y-34225D02*
X-39964Y-34262D01*
X-39984Y-34307D01*
X-40001Y-34360D01*
X-40015Y-34421D01*
X-40027Y-34489D01*
X-40042Y-34649D01*
X-40046Y-34741D01*
X-40047Y-34841D01*
X-41047D01*
X-41049Y-34741D01*
X-41068Y-34489D01*
X-41080Y-34421D01*
X-41094Y-34360D01*
X-41111Y-34307D01*
X-41131Y-34262D01*
X-41153Y-34225D01*
X-41177Y-34196D01*
X-39917D01*
X-39942Y-34225D01*
D02*
G37*
G36*
X-25890Y-33395D02*
X-25783Y-33482D01*
X-25680Y-33551D01*
X-25581Y-33601D01*
X-25487Y-33632D01*
X-25397Y-33645D01*
X-25312Y-33640D01*
X-25231Y-33617D01*
X-25155Y-33575D01*
X-25083Y-33514D01*
X-26486Y-34917D01*
X-26425Y-34845D01*
X-26383Y-34769D01*
X-26360Y-34688D01*
X-26355Y-34603D01*
X-26368Y-34513D01*
X-26399Y-34419D01*
X-26449Y-34320D01*
X-26518Y-34217D01*
X-26605Y-34110D01*
X-26710Y-33997D01*
X-26003Y-33290D01*
X-25890Y-33395D01*
D02*
G37*
G36*
X-54914Y-37315D02*
X-54917Y-37180D01*
X-54935Y-36940D01*
X-54950Y-36834D01*
X-54970Y-36737D01*
X-54995Y-36650D01*
X-55024Y-36572D01*
X-55058Y-36504D01*
X-55096Y-36445D01*
X-55138Y-36395D01*
Y-34981D01*
X-55096Y-35017D01*
X-55058Y-35033D01*
X-55024Y-35031D01*
X-54995Y-35010D01*
X-54970Y-34970D01*
X-54950Y-34911D01*
X-54935Y-34833D01*
X-54923Y-34736D01*
X-54917Y-34621D01*
X-54914Y-34486D01*
Y-37315D01*
D02*
G37*
G36*
X-24530Y-33846D02*
X-24515Y-33878D01*
X-24494Y-33907D01*
X-24468Y-33931D01*
X-24437Y-33952D01*
X-24400Y-33970D01*
X-24359Y-33983D01*
X-24312Y-33992D01*
X-24260Y-33998D01*
X-24202Y-34000D01*
Y-35000D01*
X-24260Y-35002D01*
X-24312Y-35008D01*
X-24359Y-35017D01*
X-24400Y-35030D01*
X-24437Y-35048D01*
X-24468Y-35069D01*
X-24494Y-35093D01*
X-24515Y-35122D01*
X-24530Y-35154D01*
X-24540Y-35190D01*
Y-33810D01*
X-24530Y-33846D01*
D02*
G37*
G36*
X-61030D02*
X-61015Y-33878D01*
X-60994Y-33907D01*
X-60968Y-33931D01*
X-60937Y-33952D01*
X-60900Y-33970D01*
X-60859Y-33983D01*
X-60812Y-33992D01*
X-60760Y-33998D01*
X-60702Y-34000D01*
Y-35000D01*
X-60760Y-35002D01*
X-60812Y-35008D01*
X-60859Y-35017D01*
X-60900Y-35030D01*
X-60937Y-35048D01*
X-60968Y-35069D01*
X-60994Y-35093D01*
X-61015Y-35122D01*
X-61030Y-35154D01*
X-61040Y-35190D01*
Y-33810D01*
X-61030Y-33846D01*
D02*
G37*
G36*
X-6233Y-35329D02*
X-8248D01*
X-8246Y-35322D01*
X-8245Y-35303D01*
X-8241Y-35030D01*
X-8240Y-34724D01*
X-6240D01*
X-6233Y-35329D01*
D02*
G37*
G36*
X1300Y-34807D02*
X1299Y-34912D01*
X1274Y-35297D01*
X1267Y-35319D01*
X1258Y-35330D01*
X1248Y-35329D01*
X-768D01*
X-755Y-35314D01*
X-743Y-35289D01*
X-733Y-35252D01*
X-724Y-35204D01*
X-717Y-35145D01*
X-706Y-34994D01*
X-700Y-34684D01*
X1300Y-34807D01*
D02*
G37*
G36*
X-9593Y-34000D02*
X-9727Y-34144D01*
X-9848Y-34295D01*
X-9954Y-34451D01*
X-10045Y-34613D01*
X-10123Y-34780D01*
X-10187Y-34954D01*
X-10236Y-35133D01*
X-10272Y-35319D01*
X-10293Y-35510D01*
X-10300Y-35707D01*
X-11300Y-36000D01*
X-11310Y-35810D01*
X-11340Y-35640D01*
X-11390Y-35490D01*
X-11460Y-35360D01*
X-11550Y-35250D01*
X-11660Y-35160D01*
X-11790Y-35090D01*
X-11940Y-35040D01*
X-12110Y-35010D01*
X-12300Y-35000D01*
X-12007Y-34000D01*
X-11810Y-33993D01*
X-11619Y-33972D01*
X-11434Y-33936D01*
X-11254Y-33887D01*
X-11080Y-33823D01*
X-10913Y-33745D01*
X-10751Y-33654D01*
X-10595Y-33547D01*
X-10444Y-33427D01*
X-10300Y-33293D01*
X-9593Y-34000D01*
D02*
G37*
G36*
X-64508Y-35535D02*
X-64512Y-35568D01*
X-64513Y-35599D01*
X-64512Y-35628D01*
X-64508Y-35656D01*
X-64502Y-35681D01*
X-64493Y-35705D01*
X-64482Y-35726D01*
X-64469Y-35746D01*
X-64453Y-35764D01*
X-64736Y-36047D01*
X-64754Y-36031D01*
X-64774Y-36018D01*
X-64795Y-36007D01*
X-64819Y-35998D01*
X-64845Y-35992D01*
X-64872Y-35988D01*
X-64901Y-35987D01*
X-64932Y-35988D01*
X-64965Y-35992D01*
X-65000Y-35998D01*
X-64502Y-35500D01*
X-64508Y-35535D01*
D02*
G37*
G36*
X-57643Y-37630D02*
X-57726Y-37548D01*
X-57889Y-37411D01*
X-57969Y-37355D01*
X-58047Y-37308D01*
X-58124Y-37269D01*
X-58199Y-37239D01*
X-58274Y-37217D01*
X-58346Y-37204D01*
X-58417Y-37200D01*
Y-36800D01*
X-58346Y-36796D01*
X-58274Y-36783D01*
X-58199Y-36761D01*
X-58124Y-36731D01*
X-58047Y-36693D01*
X-57969Y-36645D01*
X-57889Y-36589D01*
X-57809Y-36525D01*
X-57726Y-36452D01*
X-57643Y-36370D01*
Y-37630D01*
D02*
G37*
G36*
X-32317Y-39032D02*
X-32350Y-39040D01*
X-32379Y-39052D01*
X-32404Y-39070D01*
X-32425Y-39092D01*
X-32442Y-39120D01*
X-32456Y-39152D01*
X-32465Y-39190D01*
X-32471Y-39232D01*
X-32473Y-39280D01*
X-32873D01*
X-32875Y-39232D01*
X-32881Y-39190D01*
X-32891Y-39152D01*
X-32904Y-39120D01*
X-32922Y-39092D01*
X-32943Y-39070D01*
X-32968Y-39052D01*
X-32997Y-39040D01*
X-33030Y-39032D01*
X-33067Y-39030D01*
X-32280D01*
X-32317Y-39032D01*
D02*
G37*
G36*
X-64661Y-39362D02*
X-64670Y-39372D01*
X-64676Y-39383D01*
X-64679Y-39395D01*
X-64680Y-39408D01*
X-64677Y-39422D01*
X-64670Y-39436D01*
X-64661Y-39451D01*
X-64649Y-39467D01*
X-64634Y-39484D01*
X-65100Y-39582D01*
X-65128Y-39557D01*
X-65158Y-39535D01*
X-65190Y-39517D01*
X-65224Y-39502D01*
X-65260Y-39491D01*
X-65298Y-39483D01*
X-65337Y-39478D01*
X-65379Y-39477D01*
X-65422Y-39480D01*
X-65468Y-39486D01*
X-64648Y-39352D01*
X-64661Y-39362D01*
D02*
G37*
G36*
X-34140Y-39998D02*
X-34120Y-40249D01*
X-34108Y-40318D01*
X-34093Y-40378D01*
X-34075Y-40431D01*
X-34055Y-40476D01*
X-34032Y-40513D01*
X-34006Y-40543D01*
X-35265Y-40572D01*
X-35242Y-40543D01*
X-35221Y-40506D01*
X-35202Y-40461D01*
X-35186Y-40408D01*
X-35173Y-40347D01*
X-35162Y-40279D01*
X-35147Y-40118D01*
X-35142Y-39926D01*
X-34142Y-39898D01*
X-34140Y-39998D01*
D02*
G37*
G36*
X-59143Y-41630D02*
X-59226Y-41548D01*
X-59390Y-41411D01*
X-59469Y-41355D01*
X-59547Y-41308D01*
X-59624Y-41269D01*
X-59699Y-41239D01*
X-59773Y-41217D01*
X-59846Y-41204D01*
X-59917Y-41200D01*
Y-40800D01*
X-59846Y-40796D01*
X-59773Y-40783D01*
X-59699Y-40761D01*
X-59624Y-40731D01*
X-59547Y-40692D01*
X-59469Y-40645D01*
X-59390Y-40589D01*
X-59309Y-40525D01*
X-59226Y-40452D01*
X-59143Y-40370D01*
Y-41630D01*
D02*
G37*
G36*
X-38974Y-41052D02*
X-38811Y-41189D01*
X-38731Y-41245D01*
X-38653Y-41293D01*
X-38576Y-41331D01*
X-38501Y-41361D01*
X-38427Y-41383D01*
X-38354Y-41396D01*
X-38282Y-41400D01*
Y-41800D01*
X-38354Y-41804D01*
X-38427Y-41817D01*
X-38501Y-41839D01*
X-38576Y-41869D01*
X-38653Y-41908D01*
X-38731Y-41955D01*
X-38811Y-42011D01*
X-38891Y-42075D01*
X-38974Y-42148D01*
X-39057Y-42230D01*
Y-40970D01*
X-38974Y-41052D01*
D02*
G37*
G36*
X-46849Y-13849D02*
X-46551Y-14048D01*
X-46200Y-14118D01*
X-36300D01*
X-35949Y-14048D01*
X-35651Y-13849D01*
X-33498Y-11696D01*
X-33074Y-11979D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30538Y-12650D01*
X-30057Y-12796D01*
X-30120Y-13110D01*
X-30042Y-13500D01*
X-29821Y-13831D01*
Y-14358D01*
X-30042Y-14689D01*
X-30120Y-15079D01*
X-30042Y-15469D01*
X-29821Y-15800D01*
Y-16326D01*
X-30042Y-16657D01*
X-30120Y-17047D01*
X-30042Y-17437D01*
X-29821Y-17768D01*
Y-18295D01*
X-30042Y-18626D01*
X-30120Y-19016D01*
X-30042Y-19406D01*
X-29821Y-19737D01*
Y-20263D01*
X-30042Y-20594D01*
X-30120Y-20984D01*
X-30042Y-21374D01*
X-29821Y-21705D01*
Y-22232D01*
X-30042Y-22563D01*
X-30120Y-22953D01*
X-30042Y-23343D01*
X-29821Y-23674D01*
Y-24200D01*
X-30042Y-24531D01*
X-30120Y-24921D01*
X-30042Y-25311D01*
X-29821Y-25642D01*
Y-25760D01*
X-29890Y-26240D01*
X-30349Y-26431D01*
X-31559Y-27641D01*
X-31749Y-28100D01*
Y-32200D01*
X-31559Y-32659D01*
X-30449Y-33769D01*
Y-41631D01*
X-31829Y-43011D01*
X-32214Y-42733D01*
X-32024Y-42273D01*
Y-39369D01*
X-31977Y-39337D01*
X-31974Y-39336D01*
X-31973Y-39335D01*
X-31952Y-39321D01*
X-31731Y-38990D01*
X-31654Y-38600D01*
Y-34400D01*
X-31731Y-34010D01*
X-31952Y-33679D01*
X-32283Y-33458D01*
X-32673Y-33380D01*
X-33064Y-33458D01*
X-33394Y-33679D01*
X-33921D01*
X-34252Y-33458D01*
X-34642Y-33380D01*
X-34800Y-33412D01*
X-35252Y-33167D01*
X-35334Y-33059D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41766Y-33097D01*
X-41893Y-33224D01*
X-42432Y-33249D01*
X-47251Y-28431D01*
Y-15100D01*
X-47441Y-14641D01*
X-50494Y-11587D01*
X-50510Y-11551D01*
X-50526Y-11503D01*
X-50540Y-11445D01*
X-50551Y-11383D01*
X-50566Y-11205D01*
X-50567Y-11104D01*
X-50600Y-11027D01*
Y-10841D01*
X-50626Y-10779D01*
X-50202Y-10496D01*
X-46849Y-13849D01*
D02*
G37*
G36*
X-62743Y-43230D02*
X-62826Y-43148D01*
X-62989Y-43011D01*
X-63069Y-42955D01*
X-63147Y-42908D01*
X-63224Y-42869D01*
X-63299Y-42839D01*
X-63374Y-42817D01*
X-63446Y-42804D01*
X-63517Y-42800D01*
Y-42400D01*
X-63446Y-42396D01*
X-63374Y-42383D01*
X-63299Y-42361D01*
X-63224Y-42331D01*
X-63147Y-42292D01*
X-63069Y-42245D01*
X-62989Y-42189D01*
X-62909Y-42125D01*
X-62826Y-42052D01*
X-62743Y-41970D01*
Y-43230D01*
D02*
G37*
G36*
X-10299Y-42911D02*
X-10279Y-43164D01*
X-10267Y-43232D01*
X-10253Y-43293D01*
X-10236Y-43346D01*
X-10217Y-43391D01*
X-10195Y-43428D01*
X-10170Y-43457D01*
X-11430D01*
X-11405Y-43428D01*
X-11383Y-43391D01*
X-11364Y-43346D01*
X-11347Y-43293D01*
X-11332Y-43232D01*
X-11321Y-43164D01*
X-11305Y-43003D01*
X-11301Y-42911D01*
X-11300Y-42812D01*
X-10300D01*
X-10299Y-42911D01*
D02*
G37*
G36*
X-19508Y-43491D02*
X-19585Y-43478D01*
X-19659Y-43471D01*
X-19729Y-43470D01*
X-19795Y-43474D01*
X-19858Y-43484D01*
X-19916Y-43499D01*
X-19971Y-43521D01*
X-20022Y-43548D01*
X-20069Y-43581D01*
X-20112Y-43619D01*
X-20696Y-42789D01*
X-20656Y-42748D01*
X-20563Y-42641D01*
X-20541Y-42611D01*
X-20523Y-42583D01*
X-20511Y-42558D01*
X-20502Y-42536D01*
X-20498Y-42517D01*
X-20499Y-42500D01*
X-19508Y-43491D01*
D02*
G37*
G36*
X-36799Y-43826D02*
X-36781Y-44039D01*
X-36764Y-44134D01*
X-36742Y-44223D01*
X-36715Y-44305D01*
X-36683Y-44379D01*
X-36646Y-44447D01*
X-36604Y-44507D01*
X-36556Y-44561D01*
X-36839Y-44844D01*
X-36893Y-44796D01*
X-36953Y-44754D01*
X-37021Y-44717D01*
X-37095Y-44685D01*
X-37177Y-44658D01*
X-37266Y-44636D01*
X-37361Y-44619D01*
X-37464Y-44608D01*
X-37574Y-44601D01*
X-37691Y-44600D01*
X-36800Y-43709D01*
X-36799Y-43826D01*
D02*
G37*
G36*
X-72174Y-44637D02*
X-72113Y-44680D01*
X-72046Y-44717D01*
X-71971Y-44749D01*
X-71889Y-44776D01*
X-71801Y-44798D01*
X-71705Y-44814D01*
X-71602Y-44826D01*
X-71492Y-44832D01*
X-71375Y-44834D01*
X-72266Y-45725D01*
X-72268Y-45608D01*
X-72286Y-45395D01*
X-72303Y-45299D01*
X-72324Y-45211D01*
X-72351Y-45129D01*
X-72383Y-45054D01*
X-72420Y-44987D01*
X-72463Y-44926D01*
X-72510Y-44873D01*
X-72227Y-44590D01*
X-72174Y-44637D01*
D02*
G37*
G36*
X-10809Y-45000D02*
X-10847Y-45003D01*
X-10889Y-45014D01*
X-10935Y-45032D01*
X-10984Y-45057D01*
X-11037Y-45090D01*
X-11094Y-45130D01*
X-11218Y-45233D01*
X-11286Y-45295D01*
X-11296Y-45304D01*
X-11305Y-45314D01*
X-11470Y-45506D01*
X-11510Y-45563D01*
X-11543Y-45616D01*
X-11568Y-45665D01*
X-11586Y-45711D01*
X-11597Y-45753D01*
X-11600Y-45791D01*
X-12491Y-44900D01*
X-12453Y-44897D01*
X-12411Y-44886D01*
X-12365Y-44868D01*
X-12316Y-44843D01*
X-12263Y-44810D01*
X-12206Y-44770D01*
X-12082Y-44667D01*
X-12014Y-44605D01*
X-12004Y-44596D01*
X-11995Y-44586D01*
X-11830Y-44394D01*
X-11790Y-44337D01*
X-11757Y-44284D01*
X-11732Y-44235D01*
X-11714Y-44189D01*
X-11703Y-44147D01*
X-11700Y-44109D01*
X-10809Y-45000D01*
D02*
G37*
G36*
X-12509Y-46700D02*
X-12547Y-46703D01*
X-12589Y-46714D01*
X-12635Y-46732D01*
X-12684Y-46757D01*
X-12737Y-46790D01*
X-12794Y-46830D01*
X-12918Y-46933D01*
X-12986Y-46995D01*
X-13057Y-47065D01*
X-13765Y-46357D01*
X-13695Y-46286D01*
X-13530Y-46094D01*
X-13490Y-46037D01*
X-13457Y-45984D01*
X-13432Y-45935D01*
X-13414Y-45889D01*
X-13403Y-45847D01*
X-13400Y-45809D01*
X-12509Y-46700D01*
D02*
G37*
G36*
X-15629Y-46837D02*
X-15597Y-46871D01*
X-15562Y-46902D01*
X-15523Y-46928D01*
X-15482Y-46950D01*
X-15437Y-46968D01*
X-15388Y-46982D01*
X-15336Y-46992D01*
X-15281Y-46998D01*
X-15223Y-47000D01*
Y-48000D01*
X-15281Y-48002D01*
X-15336Y-48008D01*
X-15388Y-48018D01*
X-15437Y-48032D01*
X-15482Y-48050D01*
X-15523Y-48072D01*
X-15562Y-48098D01*
X-15597Y-48129D01*
X-15629Y-48163D01*
X-15657Y-48201D01*
Y-46799D01*
X-15629Y-46837D01*
D02*
G37*
G36*
X-19702Y-56384D02*
X-19617Y-56447D01*
X-19532Y-56499D01*
X-19444Y-56538D01*
X-19354Y-56565D01*
X-19263Y-56580D01*
X-19169Y-56583D01*
X-19074Y-56574D01*
X-18976Y-56554D01*
X-18877Y-56521D01*
X-20424Y-57121D01*
X-20423Y-57114D01*
X-20427Y-57104D01*
X-20435Y-57090D01*
X-20448Y-57072D01*
X-20488Y-57025D01*
X-20581Y-56927D01*
X-20621Y-56886D01*
X-19784Y-56309D01*
X-19702Y-56384D01*
D02*
G37*
%LPC*%
G36*
X-9000Y-19582D02*
X-10000D01*
X-10351Y-19652D01*
X-10649Y-19851D01*
X-10848Y-20149D01*
X-10918Y-20500D01*
Y-21500D01*
X-10848Y-21851D01*
X-10649Y-22149D01*
X-10505Y-22245D01*
X-10497Y-22266D01*
X-10437Y-22291D01*
X-10433Y-22293D01*
X-10433Y-22312D01*
X-10418Y-22345D01*
Y-23246D01*
X-10348Y-23597D01*
X-10149Y-23895D01*
X-8999Y-25044D01*
X-8998Y-25053D01*
X-8973Y-25070D01*
X-8966Y-25077D01*
X-8955Y-25109D01*
X-8909Y-25161D01*
X-8884Y-25196D01*
X-8863Y-25232D01*
X-8846Y-25273D01*
X-8841Y-25291D01*
Y-26665D01*
X-8764Y-27051D01*
X-8545Y-27379D01*
X-8217Y-27598D01*
X-7831Y-27675D01*
X-6650D01*
X-6263Y-27598D01*
X-5935Y-27379D01*
X-5717Y-27051D01*
X-5640Y-26665D01*
Y-24346D01*
X-5717Y-23960D01*
X-5935Y-23632D01*
X-6263Y-23413D01*
X-6650Y-23336D01*
X-7831D01*
X-8046Y-23379D01*
X-8049Y-23376D01*
X-8078Y-23349D01*
X-8113Y-23335D01*
X-8582Y-22866D01*
Y-22345D01*
X-8567Y-22312D01*
X-8567Y-22293D01*
X-8563Y-22291D01*
X-8503Y-22266D01*
X-8495Y-22245D01*
X-8351Y-22149D01*
X-8152Y-21851D01*
X-8082Y-21500D01*
Y-20500D01*
X-8152Y-20149D01*
X-8351Y-19851D01*
X-8649Y-19652D01*
X-9000Y-19582D01*
D02*
G37*
%LPD*%
G36*
X-8846Y-21970D02*
X-8878Y-21985D01*
X-8907Y-22006D01*
X-8931Y-22032D01*
X-8952Y-22063D01*
X-8969Y-22099D01*
X-8983Y-22141D01*
X-8992Y-22188D01*
X-8998Y-22240D01*
X-9000Y-22298D01*
X-10000D01*
X-10002Y-22240D01*
X-10008Y-22188D01*
X-10017Y-22141D01*
X-10030Y-22099D01*
X-10048Y-22063D01*
X-10069Y-22032D01*
X-10093Y-22006D01*
X-10122Y-21985D01*
X-10154Y-21970D01*
X-10190Y-21960D01*
X-8810D01*
X-8846Y-21970D01*
D02*
G37*
G36*
X-8336Y-23701D02*
X-8259Y-23763D01*
X-8224Y-23786D01*
X-8191Y-23802D01*
X-8160Y-23814D01*
X-8131Y-23819D01*
X-8104Y-23819D01*
X-8079Y-23813D01*
X-8056Y-23801D01*
X-8409Y-25739D01*
X-8392Y-25624D01*
X-8383Y-25514D01*
X-8384Y-25409D01*
X-8393Y-25310D01*
X-8411Y-25215D01*
X-8438Y-25126D01*
X-8473Y-25042D01*
X-8518Y-24963D01*
X-8571Y-24889D01*
X-8633Y-24820D01*
X-8377Y-23662D01*
X-8336Y-23701D01*
D02*
G37*
G36*
X49431Y-4698D02*
X49335Y-4622D01*
X49153Y-4495D01*
X49066Y-4443D01*
X48983Y-4399D01*
X48902Y-4364D01*
X48825Y-4336D01*
X48751Y-4316D01*
X48680Y-4304D01*
X48612Y-4300D01*
X48566Y-3900D01*
X48639Y-3895D01*
X48713Y-3882D01*
X48786Y-3859D01*
X48859Y-3827D01*
X48932Y-3786D01*
X49004Y-3736D01*
X49077Y-3677D01*
X49148Y-3609D01*
X49220Y-3532D01*
X49291Y-3445D01*
X49431Y-4698D01*
D02*
G37*
G36*
X30026Y-3552D02*
X30189Y-3689D01*
X30269Y-3745D01*
X30347Y-3793D01*
X30424Y-3831D01*
X30499Y-3861D01*
X30573Y-3883D01*
X30646Y-3896D01*
X30718Y-3900D01*
Y-4300D01*
X30646Y-4304D01*
X30573Y-4317D01*
X30499Y-4339D01*
X30424Y-4369D01*
X30347Y-4408D01*
X30269Y-4455D01*
X30189Y-4511D01*
X30109Y-4575D01*
X30026Y-4648D01*
X29943Y-4730D01*
Y-3470D01*
X30026Y-3552D01*
D02*
G37*
G36*
X49357Y-7830D02*
X49274Y-7748D01*
X49110Y-7611D01*
X49031Y-7555D01*
X48953Y-7508D01*
X48876Y-7469D01*
X48801Y-7439D01*
X48726Y-7417D01*
X48654Y-7404D01*
X48583Y-7400D01*
Y-7000D01*
X48654Y-6996D01*
X48726Y-6983D01*
X48801Y-6961D01*
X48876Y-6931D01*
X48953Y-6893D01*
X49031Y-6845D01*
X49110Y-6789D01*
X49191Y-6725D01*
X49274Y-6652D01*
X49357Y-6570D01*
Y-7830D01*
D02*
G37*
G36*
X30026Y-6652D02*
X30189Y-6789D01*
X30269Y-6845D01*
X30347Y-6893D01*
X30424Y-6931D01*
X30499Y-6961D01*
X30573Y-6983D01*
X30646Y-6996D01*
X30718Y-7000D01*
Y-7400D01*
X30646Y-7404D01*
X30573Y-7417D01*
X30499Y-7439D01*
X30424Y-7469D01*
X30347Y-7508D01*
X30269Y-7555D01*
X30189Y-7611D01*
X30109Y-7675D01*
X30026Y-7748D01*
X29943Y-7830D01*
Y-6570D01*
X30026Y-6652D01*
D02*
G37*
G36*
X17266Y-17832D02*
X17359Y-17867D01*
X17460Y-17891D01*
Y-17810D01*
X17470Y-17846D01*
X17485Y-17878D01*
X17502Y-17900D01*
X17652Y-17925D01*
X18084Y-17967D01*
X18815Y-17992D01*
X18859Y-17983D01*
X18901Y-17969D01*
X18937Y-17952D01*
X18968Y-17932D01*
X18994Y-17907D01*
X19015Y-17878D01*
X19030Y-17846D01*
X19040Y-17810D01*
Y-17998D01*
X19366Y-18000D01*
Y-19000D01*
X19040Y-19002D01*
Y-19190D01*
X19030Y-19154D01*
X19015Y-19122D01*
X18994Y-19093D01*
X18968Y-19069D01*
X18937Y-19048D01*
X18901Y-19030D01*
X18859Y-19017D01*
X18836Y-19013D01*
X17501Y-19101D01*
X17485Y-19122D01*
X17470Y-19154D01*
X17460Y-19190D01*
Y-19109D01*
X17405Y-19122D01*
X17359Y-19133D01*
X17266Y-19168D01*
X17207Y-19208D01*
Y-17792D01*
X17266Y-17832D01*
D02*
G37*
G36*
X13154Y-19470D02*
X13122Y-19485D01*
X13093Y-19506D01*
X13069Y-19532D01*
X13048Y-19563D01*
X13031Y-19600D01*
X13017Y-19641D01*
X13008Y-19688D01*
X13002Y-19740D01*
X13000Y-19798D01*
X12000D01*
X11998Y-19740D01*
X11992Y-19688D01*
X11983Y-19641D01*
X11970Y-19600D01*
X11952Y-19563D01*
X11931Y-19532D01*
X11907Y-19506D01*
X11878Y-19485D01*
X11846Y-19470D01*
X11810Y-19460D01*
X13190D01*
X13154Y-19470D01*
D02*
G37*
G36*
X13005Y-20478D02*
X13020Y-20534D01*
X13045Y-20583D01*
X13080Y-20626D01*
X13124Y-20661D01*
X13179Y-20690D01*
X13244Y-20712D01*
X13318Y-20727D01*
X13403Y-20736D01*
X13498Y-20737D01*
X11807Y-20768D01*
X11844Y-20757D01*
X11876Y-20742D01*
X11905Y-20721D01*
X11930Y-20695D01*
X11952Y-20664D01*
X11969Y-20628D01*
X11983Y-20586D01*
X11992Y-20539D01*
X11998Y-20487D01*
X12000Y-20429D01*
X13000Y-20415D01*
X13005Y-20478D01*
D02*
G37*
G36*
X17502Y-20314D02*
X17516Y-20516D01*
X17528Y-20602D01*
X17544Y-20679D01*
X17564Y-20746D01*
X17587Y-20803D01*
X17613Y-20851D01*
X17643Y-20889D01*
X17677Y-20917D01*
X15323D01*
X15357Y-20889D01*
X15387Y-20851D01*
X15413Y-20803D01*
X15436Y-20746D01*
X15456Y-20679D01*
X15472Y-20602D01*
X15484Y-20516D01*
X15498Y-20314D01*
X15500Y-20199D01*
X17500D01*
X17502Y-20314D01*
D02*
G37*
G36*
X21435Y-20933D02*
X21467Y-20947D01*
X21513Y-20959D01*
X21572Y-20970D01*
X21645Y-20979D01*
X21833Y-20993D01*
X22219Y-21000D01*
Y-23000D01*
X22092Y-23010D01*
X21979Y-23040D01*
X21881Y-23090D01*
X21798Y-23160D01*
X21730Y-23250D01*
X21676Y-23360D01*
X21636Y-23490D01*
X21612Y-23640D01*
X21602Y-23810D01*
X21607Y-24000D01*
X21417Y-20917D01*
X21435Y-20933D01*
D02*
G37*
G36*
X21384Y-25662D02*
X21353Y-25700D01*
X21327Y-25748D01*
X21304Y-25805D01*
X21284Y-25872D01*
X21269Y-25949D01*
X21256Y-26035D01*
X21242Y-26237D01*
X21240Y-26352D01*
X19240D01*
X19238Y-26237D01*
X19224Y-26035D01*
X19212Y-25949D01*
X19196Y-25872D01*
X19176Y-25805D01*
X19153Y-25748D01*
X19127Y-25700D01*
X19097Y-25662D01*
X19063Y-25634D01*
X21417D01*
X21384Y-25662D01*
D02*
G37*
G36*
X25002Y-25520D02*
X25014Y-25547D01*
X25036Y-25581D01*
X25065Y-25621D01*
X25150Y-25723D01*
X25341Y-25926D01*
X25422Y-26008D01*
X24008Y-27422D01*
X23926Y-27341D01*
X23581Y-27036D01*
X23547Y-27014D01*
X23520Y-27002D01*
X23500Y-26998D01*
X24998Y-25500D01*
X25002Y-25520D01*
D02*
G37*
G36*
X24074Y-29159D02*
X24419Y-29464D01*
X24453Y-29485D01*
X24480Y-29498D01*
X24500Y-29502D01*
X23002Y-31000D01*
X22998Y-30980D01*
X22986Y-30953D01*
X22964Y-30919D01*
X22935Y-30879D01*
X22850Y-30777D01*
X22659Y-30574D01*
X22578Y-30492D01*
X23992Y-29078D01*
X24074Y-29159D01*
D02*
G37*
G36*
X21588Y-30916D02*
X21607Y-31086D01*
X21639Y-31236D01*
X21684Y-31365D01*
X21741Y-31475D01*
X21811Y-31565D01*
X21894Y-31635D01*
X21990Y-31684D01*
X22098Y-31714D01*
X22219Y-31724D01*
Y-33724D01*
X22098Y-33734D01*
X21990Y-33764D01*
X21894Y-33814D01*
X21811Y-33884D01*
X21741Y-33974D01*
X21684Y-34084D01*
X21639Y-34213D01*
X21607Y-34363D01*
X21588Y-34532D01*
X21582Y-34722D01*
Y-30727D01*
X21588Y-30916D01*
D02*
G37*
G36*
X24074Y-33159D02*
X24419Y-33464D01*
X24453Y-33485D01*
X24480Y-33498D01*
X24500Y-33502D01*
X23002Y-35000D01*
X22998Y-34980D01*
X22986Y-34953D01*
X22964Y-34919D01*
X22935Y-34879D01*
X22850Y-34777D01*
X22659Y-34574D01*
X22578Y-34492D01*
X23992Y-33078D01*
X24074Y-33159D01*
D02*
G37*
G36*
X13627Y-35252D02*
X13550Y-35275D01*
X13482Y-35302D01*
X13423Y-35332D01*
X13373Y-35365D01*
X13332Y-35402D01*
X13301Y-35443D01*
X13278Y-35487D01*
X13264Y-35534D01*
X13260Y-35585D01*
X12260D01*
X12255Y-35534D01*
X12242Y-35487D01*
X12219Y-35443D01*
X12187Y-35402D01*
X12147Y-35365D01*
X12097Y-35332D01*
X12038Y-35302D01*
X11970Y-35275D01*
X11893Y-35252D01*
X11807Y-35232D01*
X13713D01*
X13627Y-35252D01*
D02*
G37*
G36*
X13260Y-36787D02*
X13261Y-36844D01*
X13268Y-36945D01*
X13275Y-36988D01*
X13283Y-37027D01*
X13293Y-37061D01*
X13305Y-37090D01*
X13319Y-37114D01*
X13334Y-37133D01*
X13352Y-37148D01*
X11810Y-37040D01*
X11895Y-37021D01*
X11972Y-36998D01*
X12039Y-36972D01*
X12098Y-36943D01*
X12147Y-36911D01*
X12188Y-36876D01*
X12219Y-36837D01*
X12242Y-36795D01*
X12255Y-36751D01*
X12260Y-36702D01*
X13260Y-36787D01*
D02*
G37*
G36*
X11540Y-38690D02*
X11530Y-38654D01*
X11515Y-38622D01*
X11494Y-38593D01*
X11468Y-38568D01*
X11437Y-38548D01*
X11400Y-38530D01*
X11359Y-38517D01*
X11312Y-38508D01*
X11260Y-38502D01*
X11202Y-38500D01*
Y-37500D01*
X11260Y-37498D01*
X11312Y-37492D01*
X11359Y-37483D01*
X11400Y-37470D01*
X11437Y-37452D01*
X11468Y-37431D01*
X11494Y-37407D01*
X11515Y-37378D01*
X11530Y-37346D01*
X11540Y-37310D01*
Y-38690D01*
D02*
G37*
G36*
X9970Y-37346D02*
X9985Y-37378D01*
X10006Y-37407D01*
X10032Y-37431D01*
X10063Y-37452D01*
X10099Y-37470D01*
X10141Y-37483D01*
X10188Y-37492D01*
X10240Y-37498D01*
X10298Y-37500D01*
Y-38500D01*
X10240Y-38502D01*
X10188Y-38508D01*
X10141Y-38517D01*
X10099Y-38530D01*
X10063Y-38548D01*
X10032Y-38568D01*
X10006Y-38593D01*
X9985Y-38622D01*
X9970Y-38654D01*
X9960Y-38690D01*
Y-37310D01*
X9970Y-37346D01*
D02*
G37*
G36*
X8040Y-38690D02*
X8030Y-38654D01*
X8015Y-38622D01*
X7994Y-38593D01*
X7968Y-38568D01*
X7937Y-38548D01*
X7901Y-38530D01*
X7859Y-38517D01*
X7812Y-38508D01*
X7760Y-38502D01*
X7702Y-38500D01*
Y-37500D01*
X7760Y-37498D01*
X7812Y-37492D01*
X7859Y-37483D01*
X7901Y-37470D01*
X7937Y-37452D01*
X7968Y-37431D01*
X7994Y-37407D01*
X8015Y-37378D01*
X8030Y-37346D01*
X8040Y-37310D01*
Y-38690D01*
D02*
G37*
G36*
X6470Y-37346D02*
X6485Y-37378D01*
X6506Y-37407D01*
X6532Y-37431D01*
X6563Y-37452D01*
X6600Y-37470D01*
X6641Y-37483D01*
X6688Y-37492D01*
X6740Y-37498D01*
X6798Y-37500D01*
Y-38500D01*
X6740Y-38502D01*
X6688Y-38508D01*
X6641Y-38517D01*
X6600Y-38530D01*
X6563Y-38548D01*
X6532Y-38568D01*
X6506Y-38593D01*
X6485Y-38622D01*
X6470Y-38654D01*
X6460Y-38690D01*
Y-37310D01*
X6470Y-37346D01*
D02*
G37*
G36*
X24970D02*
X24985Y-37378D01*
X25006Y-37407D01*
X25032Y-37431D01*
X25063Y-37452D01*
X25100Y-37470D01*
X25141Y-37483D01*
X25188Y-37492D01*
X25240Y-37498D01*
X25298Y-37500D01*
Y-38500D01*
X25240Y-38502D01*
X25188Y-38508D01*
X25141Y-38517D01*
X25100Y-38530D01*
X25063Y-38548D01*
X25032Y-38568D01*
X25006Y-38593D01*
X24985Y-38622D01*
X24970Y-38654D01*
X24960Y-38690D01*
Y-37310D01*
X24970Y-37346D01*
D02*
G37*
G36*
X30001Y-51111D02*
X30021Y-51364D01*
X30033Y-51432D01*
X30047Y-51493D01*
X30064Y-51546D01*
X30083Y-51591D01*
X30105Y-51628D01*
X30130Y-51657D01*
X28870D01*
X28895Y-51628D01*
X28917Y-51591D01*
X28936Y-51546D01*
X28953Y-51493D01*
X28967Y-51432D01*
X28979Y-51364D01*
X28995Y-51203D01*
X28999Y-51111D01*
X29000Y-51012D01*
X30000D01*
X30001Y-51111D01*
D02*
G37*
G36*
X28037Y-52375D02*
X28073Y-52401D01*
X28117Y-52424D01*
X28169Y-52444D01*
X28229Y-52461D01*
X28296Y-52475D01*
X28372Y-52486D01*
X28547Y-52499D01*
X28646Y-52500D01*
X28511Y-53500D01*
X28410Y-53501D01*
X28089Y-53524D01*
X28029Y-53535D01*
X27977Y-53548D01*
X27933Y-53562D01*
X27897Y-53579D01*
X27869Y-53597D01*
X28009Y-52345D01*
X28037Y-52375D01*
D02*
G37*
G36*
X1358Y-53491D02*
X1290Y-53479D01*
X1166Y-53467D01*
X1111Y-53466D01*
X1060Y-53470D01*
X1015Y-53478D01*
X973Y-53489D01*
X936Y-53505D01*
X904Y-53525D01*
X876Y-53548D01*
X417Y-53159D01*
X440Y-53133D01*
X459Y-53107D01*
X473Y-53080D01*
X482Y-53053D01*
X487Y-53025D01*
X487Y-52997D01*
X483Y-52968D01*
X474Y-52939D01*
X460Y-52910D01*
X442Y-52879D01*
X1358Y-53491D01*
D02*
G37*
G36*
X19034Y-57098D02*
X19032Y-57041D01*
X19026Y-56990D01*
X19015Y-56946D01*
X19000Y-56907D01*
X18981Y-56874D01*
X18958Y-56848D01*
X18930Y-56827D01*
X18899Y-56812D01*
X18863Y-56803D01*
X18822Y-56800D01*
Y-56200D01*
X18863Y-56197D01*
X18899Y-56188D01*
X18930Y-56173D01*
X18958Y-56152D01*
X18981Y-56126D01*
X19000Y-56093D01*
X19015Y-56054D01*
X19026Y-56010D01*
X19032Y-55959D01*
X19034Y-55902D01*
Y-57098D01*
D02*
G37*
G36*
X2677Y-61933D02*
X2745Y-61989D01*
X2814Y-62038D01*
X2886Y-62081D01*
X2959Y-62117D01*
X3035Y-62147D01*
X3112Y-62170D01*
X3192Y-62187D01*
X3274Y-62197D01*
X3357Y-62200D01*
Y-62800D01*
X3274Y-62803D01*
X3192Y-62813D01*
X3112Y-62830D01*
X3035Y-62853D01*
X2959Y-62883D01*
X2886Y-62919D01*
X2814Y-62962D01*
X2745Y-63011D01*
X2677Y-63067D01*
X2611Y-63130D01*
Y-61870D01*
X2677Y-61933D01*
D02*
G37*
G36*
X1326Y-63130D02*
X1260Y-63067D01*
X1192Y-63011D01*
X1123Y-62962D01*
X1051Y-62919D01*
X978Y-62883D01*
X902Y-62853D01*
X824Y-62830D01*
X745Y-62813D01*
X663Y-62803D01*
X580Y-62800D01*
Y-62200D01*
X663Y-62197D01*
X745Y-62187D01*
X824Y-62170D01*
X902Y-62147D01*
X978Y-62117D01*
X1051Y-62081D01*
X1123Y-62038D01*
X1192Y-61989D01*
X1260Y-61933D01*
X1326Y-61870D01*
Y-63130D01*
D02*
G37*
G36*
X-12419Y-65581D02*
Y-72655D01*
X-13764Y-74000D01*
X-20236D01*
X-22000Y-72236D01*
Y-65500D01*
X-20500Y-64000D01*
X-14000D01*
X-12419Y-65581D01*
D02*
G37*
D10*
X-50600Y-8800D02*
X-46200Y-13200D01*
X-36300D02*
X-32673Y-9573D01*
X-46200Y-13200D02*
X-36300D01*
X-54800Y-11000D02*
Y-9700D01*
X-53900Y-8800D02*
X-50600D01*
X-54800Y-9700D02*
X-53900Y-8800D01*
X-54800Y-11000D02*
X-54000Y-11800D01*
X-6000Y-29700D02*
X-3300D01*
X240Y-26160D01*
X-10800Y-34500D02*
X-6000Y-29700D01*
X-44600Y-10600D02*
X-42700D01*
X-48421Y-6779D02*
X-44600Y-10600D01*
X-48421Y-6779D02*
Y-3500D01*
X27200Y-53000D02*
X28800D01*
X-64200Y-29400D02*
X-62773Y-30827D01*
X-67400Y-29400D02*
X-64200D01*
X-69500Y-31500D02*
X-67400Y-29400D01*
X-62773Y-30827D02*
X-60000D01*
X0Y43500D02*
Y45000D01*
Y42000D02*
Y43500D01*
X-52500Y-20700D02*
X-51200Y-22000D01*
X-51000D01*
X-52500Y-20700D02*
Y-17257D01*
Y-28600D02*
Y-20700D01*
X-54679Y-15079D02*
X-52500Y-17257D01*
X-54327Y-30427D02*
X-52500Y-28600D01*
X-19500Y33500D02*
X-16400Y36600D01*
X-7800D01*
X-19500Y32567D02*
Y33500D01*
X10433Y7500D02*
X10800D01*
X-11400Y-7500D02*
X-10433D01*
X-18300Y-4200D02*
X-16600Y-2500D01*
X-10433D01*
X-10600Y2500D02*
X-10433D01*
X10433Y-7500D02*
X14300D01*
X15800Y-6000D01*
Y300D01*
X13600Y2500D02*
X15800Y300D01*
X10433Y2500D02*
X13600D01*
X-42465Y-46700D02*
X-23900D01*
X-19700Y-42500D02*
X-17933D01*
X-23900Y-46700D02*
X-19700Y-42500D01*
X-22700Y-54100D02*
Y-50400D01*
Y-54100D02*
X-19300Y-57500D01*
X-24600Y-48500D02*
X-22700Y-50400D01*
X-42644Y-48500D02*
X-24600D01*
X-19300Y-57500D02*
X-17933D01*
X-50390Y-40755D02*
Y-36500D01*
X-48421Y-40743D02*
X-42465Y-46700D01*
X-50390Y-40755D02*
X-42644Y-48500D01*
X-48421Y-40743D02*
Y-36500D01*
X-13000Y-28000D02*
X-11500Y-29500D01*
Y-31900D02*
Y-29500D01*
X-12500Y-45800D02*
X-10800Y-44100D01*
X-14200Y-47500D02*
X-12500Y-45800D01*
X-17933Y-47500D02*
X-14200D01*
X-10800Y-44100D02*
Y-34500D01*
X29500Y-52300D02*
Y-40700D01*
X26800Y-38000D02*
X29500Y-40700D01*
X24000Y-38000D02*
X26800D01*
X-25500Y-34500D02*
X-10800D01*
X-63721Y-15079D02*
X-60000D01*
X-65500Y-13300D02*
X-63721Y-15079D01*
X-65500Y-13300D02*
Y-13000D01*
X-54327Y-36500D02*
Y-30427D01*
X-60000Y-15079D02*
X-54679D01*
X-54000Y-14400D01*
Y-11800D01*
X-32673Y-9573D02*
Y-3500D01*
X-27000Y-33000D02*
Y-30827D01*
Y-33000D02*
X-25500Y-34500D01*
X240Y-26160D02*
Y-25506D01*
X-32673Y-3500D02*
X-24400D01*
X-20600Y-7300D01*
Y-12400D02*
Y-7300D01*
Y-12400D02*
X-15500Y-17500D01*
X-2000D01*
X16500Y-18500D02*
X20000D01*
X27200Y-53000D02*
X27300Y-52900D01*
X-60000Y-13110D02*
X-56310D01*
X-56300Y-13100D01*
X-18700Y-19300D02*
X-17000Y-21000D01*
X-22500Y-19300D02*
X-18700D01*
X-17000Y-24500D02*
Y-21000D01*
Y-28000D02*
Y-24500D01*
X-36610Y-36500D02*
Y-33410D01*
X-34642Y-41179D02*
Y-36500D01*
X-38579D02*
Y-31821D01*
X-38600Y-31800D02*
X-38579Y-31821D01*
X-40547Y-36500D02*
Y-33553D01*
X-24600Y21200D02*
X-900D01*
X2000Y24100D01*
X-36610Y9190D02*
X-24600Y21200D01*
X-36610Y-3500D02*
Y9190D01*
X2000Y24100D02*
Y27000D01*
X-38579Y-3500D02*
Y9621D01*
X-27000Y21200D01*
Y27000D01*
X-7800Y36600D02*
X-7000Y35800D01*
Y29000D02*
Y35800D01*
X-9000Y27000D02*
X-7000Y29000D01*
X23000Y27000D02*
Y34100D01*
X20900Y36200D02*
X23000Y34100D01*
X16500Y36200D02*
X20900D01*
X16000Y36700D02*
X16500Y36200D01*
X6800Y36700D02*
X16000D01*
X4500Y34400D02*
X6800Y36700D01*
X4500Y32567D02*
Y34400D01*
X20000Y27000D02*
X23000D01*
X13000D02*
X16000D01*
X13000Y25500D02*
Y27000D01*
X11500Y24000D02*
X13000Y25500D01*
X7400Y24000D02*
X11500D01*
X6000Y25400D02*
X7400Y24000D01*
X6000Y25400D02*
Y27000D01*
X-9000D02*
X-6000D01*
X-13000Y25200D02*
Y27000D01*
X-14200Y24000D02*
X-13000Y25200D01*
X-18700Y24000D02*
X-14200D01*
X-20000Y25300D02*
X-18700Y24000D01*
X-20000Y25300D02*
Y27000D01*
X-23000D02*
X-20000D01*
X-67500Y-18260D02*
X-65640D01*
X-62916Y-20984D01*
X-60000D01*
X-67500Y-25740D02*
X-65440D01*
X-62653Y-22953D01*
X-60000D01*
X-56327Y-34500D02*
X-54327Y-36500D01*
X-62000Y-34500D02*
X-56327D01*
X-62000Y-32827D02*
X-60000Y-30827D01*
X-62000Y-34500D02*
Y-32827D01*
X28800Y-53000D02*
X29500Y-52300D01*
X12500Y-23016D02*
X12760Y-23276D01*
X12500Y-23016D02*
Y-18500D01*
X-9500Y-23246D02*
X-7240Y-25506D01*
X-9500Y-23246D02*
Y-21000D01*
X-2000Y-17500D02*
Y-15600D01*
X-400Y-14000D01*
X4000D01*
X5500Y-15500D01*
Y-18000D02*
Y-15500D01*
X9000Y-11799D02*
X10433Y-10366D01*
X9000Y-18000D02*
Y-11799D01*
X10433Y-10366D02*
Y-7500D01*
X9000Y-38000D02*
X12500D01*
X5500D02*
X9000D01*
X12760Y-37740D02*
Y-32724D01*
X12500Y-38000D02*
X12760Y-37740D01*
D11*
X29300Y-7200D02*
X50000D01*
X29300Y-4100D02*
X49900D01*
X-72600Y-44500D02*
Y-29400D01*
Y-44500D02*
X-71366Y-45734D01*
X-71700Y-32300D02*
Y-29700D01*
Y-32300D02*
X-70800Y-33200D01*
X-68316D01*
X-71700Y-29700D02*
X-70300Y-28300D01*
X-72600Y-29400D02*
X-70700Y-27500D01*
X-70300Y-28300D02*
X-63600D01*
X-70700Y-27500D02*
X-63800D01*
X-63042Y-28858D02*
X-60000D01*
X-63600Y-28300D02*
X-63042Y-28858D01*
X-63800Y-27500D02*
X-63190Y-26890D01*
X-60000D01*
X-65500Y-2500D02*
X-63700Y-4300D01*
Y-10200D02*
Y-4300D01*
Y-10200D02*
X-62758Y-11142D01*
X-60000D01*
X-48700Y-29031D02*
Y-19000D01*
X-51400Y-16300D02*
Y-14500D01*
Y-16300D02*
X-48700Y-19000D01*
X-47900Y-28700D02*
X-42516Y-34084D01*
X-51900Y-11100D02*
X-47900Y-15100D01*
X-48700Y-29031D02*
X-44484Y-33247D01*
X-47900Y-28700D02*
Y-15100D01*
X-67500Y-40800D02*
X-65700Y-42600D01*
X-62100D01*
X-67500Y-40800D02*
Y-34016D01*
X-68316Y-33200D02*
X-67500Y-34016D01*
X-61000Y-40500D02*
X-60500Y-41000D01*
X-63900Y-40500D02*
X-61000D01*
X-60500Y-41000D02*
X-58726D01*
X-58500D01*
X-65500Y-38900D02*
X-63900Y-40500D01*
X-64000Y-36500D02*
X-59500D01*
X-59000Y-37000D01*
X-57250D01*
X-57000D01*
X-65500Y-35000D02*
X-64000Y-36500D01*
X-31800Y-12300D02*
Y-10800D01*
X-30173Y-9173D01*
X-27000D01*
X-65500Y-38900D02*
Y-38500D01*
X-42516Y-36500D02*
Y-34084D01*
X-44484Y-36500D02*
Y-33247D01*
X-36200Y-9300D02*
X-35300Y-8400D01*
X-39000Y-9300D02*
X-36200D01*
X-40547Y-7753D02*
X-39000Y-9300D01*
X-40547Y-7753D02*
Y-3500D01*
X-51500Y-31600D02*
X-51400Y-31500D01*
X-48000D01*
X-46453Y-33047D01*
Y-36500D02*
Y-33047D01*
X-37100Y-41600D02*
X-35500Y-43200D01*
X-33600D01*
X-32673Y-42273D01*
X-32700Y-44800D02*
X-29800Y-41900D01*
X-36600Y-44800D02*
X-32700D01*
X-37700Y-43700D02*
X-36600Y-44800D01*
X-39700Y-41600D02*
X-37100D01*
X-32673Y-42273D02*
Y-36500D01*
X-29800Y-41900D02*
Y-33500D01*
X-31100Y-32200D02*
X-29800Y-33500D01*
X-31100Y-32200D02*
Y-28100D01*
X-29890Y-26890D01*
X-27000D01*
X-60000Y-19016D02*
X-55784D01*
X-65500Y-35000D02*
Y-31500D01*
D14*
X-59900Y40300D02*
X-54500D01*
X-47900Y33700D01*
Y1500D02*
Y33700D01*
Y1500D02*
X-46453Y53D01*
Y-3500D02*
Y53D01*
X10500Y-56500D02*
X20000D01*
X4500Y-62500D02*
X10500Y-56500D01*
X1969Y-62500D02*
X4500D01*
X-2776Y-56776D02*
X1500Y-52500D01*
X-2776Y-59915D02*
Y-56776D01*
X1500Y-52500D02*
X2933D01*
X-191Y-62500D02*
X1969D01*
X-2776Y-59915D02*
X-191Y-62500D01*
X2500Y-47500D02*
X2933D01*
X-36610Y-33410D02*
X-36600Y-33400D01*
X-34642Y-41179D02*
X-34620Y-41200D01*
D18*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D50*
X1580Y-32200D02*
X3780Y-30000D01*
X240Y-33540D02*
X1580Y-32200D01*
X-1100D02*
X1580D01*
X-7240Y-36906D02*
Y-34540D01*
X-4900Y-32200D01*
X-1100D01*
X240Y-33540D01*
X3780Y-30000D02*
X5500D01*
X300Y-36200D02*
Y-33600D01*
Y-38700D02*
Y-36200D01*
Y-33600D02*
X700Y-34000D01*
X5500D01*
Y-30000D02*
X9000D01*
Y-34000D02*
Y-30000D01*
X5500Y-34000D02*
X9000D01*
X5500D02*
Y-30000D01*
X28500Y-18700D02*
Y-16400D01*
Y-21200D02*
Y-18700D01*
X-4200Y45100D02*
Y46500D01*
Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
X-19500Y41000D02*
Y44000D01*
Y38000D02*
Y41000D01*
X19300Y41700D02*
Y44500D01*
Y38700D02*
Y41700D01*
X4300Y42100D02*
Y45100D01*
Y46500D01*
X24822Y48122D02*
X26000D01*
X19300Y44700D02*
X21400D01*
X24822Y48122D01*
X-26000Y47500D02*
Y48122D01*
X-22500Y44000D02*
X-19500D01*
X-26000Y47500D02*
X-22500Y44000D01*
X18178Y48122D02*
X24822D01*
X4300Y39100D02*
Y42100D01*
X-9500Y51800D02*
X-4200Y46500D01*
X21516Y-22000D02*
X24000D01*
X20240Y-23276D02*
X21516Y-22000D01*
X16900Y-17400D02*
X19900D01*
X16500Y-17000D02*
X16900Y-17400D01*
X16500Y-23276D02*
Y-18500D01*
Y-17000D01*
X15800Y-16300D02*
X16500Y-17000D01*
X18000Y-16300D02*
X18800D01*
X15800D02*
X18000D01*
X19900Y-17400D02*
X20000Y-17500D01*
X18800Y-16300D02*
X19900Y-17400D01*
X-2000Y-21000D02*
Y-17500D01*
Y-23265D02*
Y-21000D01*
Y-23265D02*
X240Y-25506D01*
X5500Y-18000D02*
X9000D01*
X24000Y-34500D02*
X26000D01*
X27000Y-33500D01*
Y-29000D01*
X24000Y-26000D02*
X27000Y-29000D01*
X22224Y-32724D02*
X24000Y-34500D01*
X20240Y-32724D02*
X22224D01*
X20240Y-26740D02*
X24000Y-30500D01*
X20240Y-26740D02*
Y-23276D01*
X14500Y51800D02*
Y53433D01*
Y51300D02*
Y51800D01*
X4300Y46500D02*
X6900Y49100D01*
X12300D01*
X14500Y51300D01*
X-26000Y48122D02*
X-18178D01*
X-9500Y51800D02*
Y53433D01*
Y51100D02*
Y51800D01*
X-18178Y48122D02*
X-17000Y49300D01*
X-11300D01*
X-9500Y51100D01*
X14500Y51800D02*
X18178Y48122D01*
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-59900Y40300D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X-42700Y-10600D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X2500Y-47500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-60500Y3000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X-51400Y-14500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X19800Y-22100D02*
D03*
X22454Y-21500D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-11500Y-31900D02*
D03*
X-51500Y-31600D02*
D03*
X-51900Y-11100D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X18000Y-16300D02*
D03*
X15800D02*
D03*
X19900Y-17400D02*
D03*
X-39700Y-41600D02*
D03*
X-37700Y-43700D02*
D03*
X24000Y-57500D02*
D03*
X27300Y-52900D02*
D03*
X-56300Y-13100D02*
D03*
X-22500Y-19300D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
X29500Y-52300D02*
D03*
D56*
X4500Y52100D02*
D03*
Y55100D02*
D03*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X-19500Y41000D02*
D03*
Y38000D02*
D03*
Y44000D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X19300Y44700D02*
D03*
Y41700D02*
D03*
Y38700D02*
D03*
X4300Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X-4200Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X1500Y52100D02*
D03*
Y55100D02*
D03*
X-22500Y52100D02*
D03*
X-19500D02*
D03*
X-22500Y55100D02*
D03*
X-19500D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
D57*
Y-69000D02*
X-14000Y-72000D01*
X-17000Y-74000D02*
X-12000D01*
X-300D01*
X-14000Y-72000D02*
X-12000Y-74000D01*
X4200Y-69500D02*
X43000D01*
X45500D01*
X43000D02*
Y-67000D01*
Y-70000D02*
Y-69500D01*
Y-73000D02*
Y-70000D01*
X-300Y-74000D02*
X4200Y-69500D01*
D58*
X-60000Y-9173D02*
X-58073D01*
X-56500Y-7600D02*
Y700D01*
X-58073Y-9173D02*
X-56500Y-7600D01*
X-50390Y-3500D02*
Y4790D01*
X-50400Y4800D02*
X-50390Y4790D01*
X-54327Y-3500D02*
X-54300Y-3473D01*
Y4800D01*
X-52358Y-3500D02*
Y658D01*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
D71*
X-22500Y55500D02*
X-19500Y52500D01*
X-22500Y55500D02*
X-19500D01*
X-22500Y52500D02*
X-19500D01*
X1500Y55100D02*
X4500Y52100D01*
X1500D02*
X4500D01*
X1500Y55100D02*
X4500D01*
X-22500D02*
Y55500D01*
Y52500D02*
Y55100D01*
X1500Y52100D02*
Y55100D01*
D72*
X-14500Y53433D02*
Y58500D01*
X-18000Y62000D02*
Y70000D01*
Y62000D02*
X-14500Y58500D01*
X9500Y53433D02*
Y59000D01*
X6000Y62500D02*
X9500Y59000D01*
X6000Y62500D02*
Y70000D01*
X19500Y53433D02*
Y60500D01*
X18000Y62000D02*
Y70000D01*
Y62000D02*
X19500Y60500D01*
X-6000Y59000D02*
Y70000D01*
Y59000D02*
X-4500Y57500D01*
Y53433D02*
Y57500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GBO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD12C,0.00100*%
%ADD13C,0.00787*%
%ADD14C,0.00600*%
%ADD84C,0.00984*%
G36*
X950Y46350D02*
X600Y46350D01*
Y47650D01*
X950Y47650D01*
Y46350D01*
D02*
G37*
G36*
X-600D02*
X-950D01*
Y47650D01*
X-600D01*
Y46350D01*
D02*
G37*
G36*
X950Y39350D02*
X600Y39350D01*
Y40650D01*
X950Y40650D01*
Y39350D01*
D02*
G37*
G36*
X-600D02*
X-950D01*
Y40650D01*
X-600D01*
Y39350D01*
D02*
G37*
G36*
X18650Y27600D02*
X17350D01*
X17350Y27950D01*
X18650D01*
X18650Y27600D01*
D02*
G37*
G36*
X4650D02*
X3350D01*
X3350Y27950D01*
X4650D01*
X4650Y27600D01*
D02*
G37*
G36*
X-10350D02*
X-11650D01*
X-11650Y27950D01*
X-10350D01*
X-10350Y27600D01*
D02*
G37*
G36*
X-24350D02*
X-25650D01*
X-25650Y27950D01*
X-24350D01*
X-24350Y27600D01*
D02*
G37*
G36*
X25650Y26100D02*
X25300D01*
Y27900D01*
X25650D01*
Y26100D01*
D02*
G37*
G36*
X24700D02*
X24350D01*
Y27900D01*
X24700D01*
Y26100D01*
D02*
G37*
G36*
X11650D02*
X11300D01*
Y27900D01*
X11650D01*
Y26100D01*
D02*
G37*
G36*
X10700D02*
X10350D01*
Y27900D01*
X10700D01*
Y26100D01*
D02*
G37*
G36*
X-3350D02*
X-3700D01*
Y27900D01*
X-3350D01*
Y26100D01*
D02*
G37*
G36*
X-4300D02*
X-4650D01*
Y27900D01*
X-4300D01*
Y26100D01*
D02*
G37*
G36*
X-17350D02*
X-17700D01*
Y27900D01*
X-17350D01*
Y26100D01*
D02*
G37*
G36*
X-18300D02*
X-18650D01*
Y27900D01*
X-18300D01*
Y26100D01*
D02*
G37*
G36*
X18650Y26050D02*
X17350D01*
Y26400D01*
X18650D01*
Y26050D01*
D02*
G37*
G36*
X4650D02*
X3350D01*
Y26400D01*
X4650D01*
Y26050D01*
D02*
G37*
G36*
X-10350D02*
X-11650D01*
Y26400D01*
X-10350D01*
Y26050D01*
D02*
G37*
G36*
X-24350D02*
X-25650D01*
Y26400D01*
X-24350D01*
Y26050D01*
D02*
G37*
G36*
X-66850Y-3400D02*
X-67200D01*
Y-1600D01*
X-66850D01*
Y-3400D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-1600D01*
X-67800D01*
Y-3400D01*
D02*
G37*
G36*
X-66850Y-13900D02*
X-67200D01*
Y-12100D01*
X-66850D01*
Y-13900D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-12100D01*
X-67800D01*
Y-13900D01*
D02*
G37*
G36*
X15150Y-17900D02*
X13850D01*
Y-17550D01*
X15150D01*
Y-17900D01*
D02*
G37*
G36*
X650Y-18400D02*
X300D01*
Y-16600D01*
X650D01*
Y-18400D01*
D02*
G37*
G36*
X-300D02*
X-650D01*
Y-16600D01*
X-300D01*
Y-18400D01*
D02*
G37*
G36*
X22650Y-19400D02*
X22300D01*
Y-17600D01*
X22650D01*
Y-19400D01*
D02*
G37*
G36*
X21700D02*
X21350D01*
Y-17600D01*
X21700D01*
Y-19400D01*
D02*
G37*
G36*
X15150Y-19450D02*
X13850D01*
X13850Y-19100D01*
X15150D01*
X15150Y-19450D01*
D02*
G37*
G36*
X9900Y-19700D02*
X8100D01*
Y-19350D01*
X9900D01*
Y-19700D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-19350D01*
X6400D01*
Y-19700D01*
D02*
G37*
G36*
X9900Y-20650D02*
X8100D01*
Y-20300D01*
X9900D01*
Y-20650D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-20300D01*
X6400D01*
Y-20650D01*
D02*
G37*
G36*
X650Y-21900D02*
X300D01*
Y-20100D01*
X650D01*
Y-21900D01*
D02*
G37*
G36*
X-300D02*
X-650D01*
Y-20100D01*
X-300D01*
Y-21900D01*
D02*
G37*
G36*
X-6850D02*
X-7200D01*
Y-20100D01*
X-6850D01*
Y-21900D01*
D02*
G37*
G36*
X-7800D02*
X-8150D01*
Y-20100D01*
X-7800D01*
Y-21900D01*
D02*
G37*
G36*
X-14350D02*
X-14700D01*
Y-20100D01*
X-14350D01*
Y-21900D01*
D02*
G37*
G36*
X-15300D02*
X-15650D01*
Y-20100D01*
X-15300D01*
Y-21900D01*
D02*
G37*
G36*
X24900Y-23700D02*
X23100D01*
Y-23350D01*
X24900D01*
Y-23700D01*
D02*
G37*
G36*
X-14350Y-23900D02*
X-15650D01*
X-15650Y-23550D01*
X-14350D01*
X-14350Y-23900D01*
D02*
G37*
G36*
X24900Y-24650D02*
X23100D01*
Y-24300D01*
X24900D01*
Y-24650D01*
D02*
G37*
G36*
X-14350Y-25450D02*
X-15650D01*
Y-25100D01*
X-14350D01*
Y-25450D01*
D02*
G37*
G36*
Y-27400D02*
X-15650D01*
Y-27050D01*
X-14350D01*
Y-27400D01*
D02*
G37*
G36*
X9900Y-27700D02*
X8100D01*
Y-27350D01*
X9900D01*
Y-27700D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-27350D01*
X6400D01*
Y-27700D01*
D02*
G37*
G36*
X9900Y-28650D02*
X8100D01*
Y-28300D01*
X9900D01*
Y-28650D01*
D02*
G37*
G36*
X6400D02*
X4600D01*
Y-28300D01*
X6400D01*
Y-28650D01*
D02*
G37*
G36*
X-14350Y-28950D02*
X-15650D01*
X-15650Y-28600D01*
X-14350D01*
X-14350Y-28950D01*
D02*
G37*
G36*
X-66850Y-30900D02*
X-68150D01*
Y-30550D01*
X-66850D01*
Y-30900D01*
D02*
G37*
G36*
X-50000Y-31500D02*
X-55000D01*
Y-26500D01*
X-50000Y-31500D01*
D02*
G37*
G36*
X24900Y-32200D02*
X23100D01*
Y-31850D01*
X24900D01*
Y-32200D01*
D02*
G37*
G36*
X-66850Y-32450D02*
X-68150D01*
X-68150Y-32100D01*
X-66850D01*
X-66850Y-32450D01*
D02*
G37*
G36*
X24900Y-33150D02*
X23100D01*
Y-32800D01*
X24900D01*
Y-33150D01*
D02*
G37*
G36*
X6400Y-35700D02*
X4600D01*
Y-35350D01*
X6400D01*
Y-35700D01*
D02*
G37*
G36*
X-66850Y-35900D02*
X-67200D01*
Y-34100D01*
X-66850D01*
Y-35900D01*
D02*
G37*
G36*
X-67800D02*
X-68150D01*
Y-34100D01*
X-67800D01*
Y-35900D01*
D02*
G37*
G36*
X-24600Y-36200D02*
X-26400D01*
Y-35850D01*
X-24600D01*
Y-36200D01*
D02*
G37*
G36*
X-61100D02*
X-62900D01*
Y-35850D01*
X-61100D01*
Y-36200D01*
D02*
G37*
G36*
X9950Y-36650D02*
X9600D01*
Y-35350D01*
X9950D01*
Y-36650D01*
D02*
G37*
G36*
X8400Y-35350D02*
Y-36650D01*
X8050Y-36650D01*
Y-35350D01*
X8400Y-35350D01*
D02*
G37*
G36*
X6400Y-36650D02*
X4600D01*
Y-36300D01*
X6400D01*
Y-36650D01*
D02*
G37*
G36*
X-24600Y-37150D02*
X-26400D01*
Y-36800D01*
X-24600D01*
Y-37150D01*
D02*
G37*
G36*
X-61100D02*
X-62900D01*
Y-36800D01*
X-61100D01*
Y-37150D01*
D02*
G37*
G36*
X15150Y-37400D02*
X13850D01*
Y-37050D01*
X15150D01*
Y-37400D01*
D02*
G37*
G36*
X-66850Y-37900D02*
X-68150D01*
Y-37550D01*
X-66850D01*
Y-37900D01*
D02*
G37*
G36*
X22650Y-38900D02*
X22300D01*
Y-37100D01*
X22650D01*
Y-38900D01*
D02*
G37*
G36*
X21700D02*
X21350D01*
Y-37100D01*
X21700D01*
Y-38900D01*
D02*
G37*
G36*
X15150Y-38950D02*
X13850D01*
X13850Y-38600D01*
X15150D01*
X15150Y-38950D01*
D02*
G37*
G36*
X-66850Y-39450D02*
X-68150D01*
X-68150Y-39100D01*
X-66850D01*
X-66850Y-39450D01*
D02*
G37*
G36*
X22650Y-55900D02*
X21350D01*
X21350Y-55550D01*
X22650D01*
X22650Y-55900D01*
D02*
G37*
G36*
X22650Y-57450D02*
X21350D01*
Y-57100D01*
X22650D01*
Y-57450D01*
D02*
G37*
G36*
X-32000Y23000D02*
X-40586D01*
Y58500D01*
X-32000D01*
Y23000D01*
D02*
G37*
G36*
X41673Y68923D02*
X38854D01*
Y69655D01*
X41673D01*
Y68923D01*
D02*
G37*
G36*
X46239Y67184D02*
X45351D01*
X45033Y68264D01*
X43530D01*
X43212Y67184D01*
X42295D01*
X43745Y71816D01*
X44788D01*
X46239Y67184D01*
D02*
G37*
G36*
X-17859Y-37368D02*
X-18194D01*
Y-36601D01*
X-18695D01*
Y-37368D01*
X-19030D01*
Y-35634D01*
X-18695D01*
Y-36321D01*
X-18194D01*
Y-35634D01*
X-17859D01*
Y-37368D01*
D02*
G37*
G36*
X-19775Y-36709D02*
Y-37368D01*
X-20111D01*
Y-36706D01*
X-20676Y-35634D01*
X-20335D01*
X-19947Y-36432D01*
X-19565Y-35634D01*
X-19210D01*
X-19775Y-36709D01*
D02*
G37*
G36*
X-14920Y-36717D02*
X-15975D01*
Y-36443D01*
X-14920D01*
Y-36717D01*
D02*
G37*
G36*
X-13363Y-37368D02*
X-13665D01*
Y-36579D01*
X-13662Y-36474D01*
X-13659Y-36366D01*
X-13654Y-36258D01*
X-13648Y-36205D01*
X-13645Y-36155D01*
X-13643Y-36111D01*
X-13637Y-36066D01*
X-13634Y-36031D01*
X-13632Y-35997D01*
X-13629Y-35969D01*
Y-35950D01*
X-13626Y-35939D01*
Y-35934D01*
X-14122Y-37368D01*
X-14535D01*
Y-35634D01*
X-14233D01*
Y-36424D01*
Y-36496D01*
X-14235Y-36562D01*
Y-36621D01*
X-14238Y-36673D01*
X-14241Y-36715D01*
Y-36731D01*
Y-36745D01*
X-14244Y-36759D01*
Y-36767D01*
Y-36770D01*
Y-36773D01*
X-14249Y-36828D01*
X-14252Y-36881D01*
X-14258Y-36931D01*
X-14263Y-36975D01*
X-14266Y-37014D01*
X-14269Y-37044D01*
Y-37055D01*
X-14272Y-37064D01*
Y-37067D01*
Y-37069D01*
X-13776Y-35634D01*
X-13363D01*
Y-37368D01*
D02*
G37*
G36*
X-11017Y-35607D02*
X-10942Y-35618D01*
X-10875Y-35634D01*
X-10817Y-35654D01*
X-10792Y-35665D01*
X-10768Y-35676D01*
X-10748Y-35684D01*
X-10731Y-35693D01*
X-10718Y-35698D01*
X-10709Y-35704D01*
X-10704Y-35709D01*
X-10701D01*
X-10637Y-35754D01*
X-10582Y-35801D01*
X-10535Y-35853D01*
X-10496Y-35903D01*
X-10463Y-35947D01*
X-10452Y-35967D01*
X-10441Y-35983D01*
X-10432Y-35997D01*
X-10427Y-36008D01*
X-10421Y-36014D01*
Y-36017D01*
X-10388Y-36094D01*
X-10363Y-36177D01*
X-10344Y-36258D01*
X-10333Y-36332D01*
X-10327Y-36368D01*
X-10324Y-36399D01*
X-10322Y-36427D01*
Y-36452D01*
X-10319Y-36471D01*
Y-36485D01*
Y-36496D01*
Y-36499D01*
X-10324Y-36601D01*
X-10335Y-36695D01*
X-10341Y-36740D01*
X-10349Y-36778D01*
X-10360Y-36817D01*
X-10369Y-36850D01*
X-10377Y-36881D01*
X-10388Y-36909D01*
X-10396Y-36933D01*
X-10402Y-36953D01*
X-10410Y-36967D01*
X-10413Y-36981D01*
X-10418Y-36986D01*
Y-36989D01*
X-10460Y-37061D01*
X-10504Y-37122D01*
X-10549Y-37174D01*
X-10596Y-37219D01*
X-10634Y-37252D01*
X-10665Y-37277D01*
X-10679Y-37285D01*
X-10687Y-37291D01*
X-10693Y-37296D01*
X-10695D01*
X-10765Y-37330D01*
X-10834Y-37354D01*
X-10900Y-37374D01*
X-10964Y-37385D01*
X-10992Y-37391D01*
X-11017Y-37393D01*
X-11039Y-37396D01*
X-11058D01*
X-11075Y-37399D01*
X-11097D01*
X-11158Y-37396D01*
X-11216Y-37391D01*
X-11272Y-37380D01*
X-11324Y-37366D01*
X-11374Y-37349D01*
X-11418Y-37330D01*
X-11463Y-37310D01*
X-11499Y-37288D01*
X-11535Y-37269D01*
X-11565Y-37249D01*
X-11590Y-37230D01*
X-11612Y-37213D01*
X-11629Y-37199D01*
X-11640Y-37188D01*
X-11648Y-37183D01*
X-11651Y-37180D01*
X-11493Y-36978D01*
X-11457Y-37003D01*
X-11421Y-37028D01*
X-11391Y-37044D01*
X-11363Y-37061D01*
X-11338Y-37072D01*
X-11321Y-37083D01*
X-11310Y-37086D01*
X-11308Y-37089D01*
X-11274Y-37100D01*
X-11241Y-37108D01*
X-11208Y-37116D01*
X-11177Y-37119D01*
X-11150Y-37122D01*
X-11128Y-37125D01*
X-11108D01*
X-11072Y-37122D01*
X-11036Y-37119D01*
X-10975Y-37102D01*
X-10920Y-37078D01*
X-10873Y-37050D01*
X-10837Y-37022D01*
X-10809Y-36997D01*
X-10792Y-36981D01*
X-10790Y-36978D01*
X-10787Y-36975D01*
X-10765Y-36945D01*
X-10748Y-36911D01*
X-10718Y-36836D01*
X-10695Y-36759D01*
X-10682Y-36681D01*
X-10676Y-36643D01*
X-10671Y-36609D01*
X-10668Y-36579D01*
Y-36551D01*
X-10665Y-36529D01*
Y-36513D01*
Y-36501D01*
Y-36499D01*
X-10668Y-36438D01*
X-10671Y-36382D01*
X-10676Y-36332D01*
X-10684Y-36285D01*
X-10693Y-36241D01*
X-10704Y-36202D01*
X-10715Y-36166D01*
X-10726Y-36136D01*
X-10737Y-36108D01*
X-10748Y-36083D01*
X-10759Y-36064D01*
X-10768Y-36047D01*
X-10776Y-36036D01*
X-10781Y-36028D01*
X-10787Y-36022D01*
Y-36019D01*
X-10812Y-35992D01*
X-10837Y-35969D01*
X-10862Y-35950D01*
X-10889Y-35934D01*
X-10942Y-35906D01*
X-10992Y-35889D01*
X-11039Y-35878D01*
X-11056Y-35875D01*
X-11072Y-35873D01*
X-11086Y-35870D01*
X-11139D01*
X-11175Y-35875D01*
X-11238Y-35889D01*
X-11299Y-35909D01*
X-11352Y-35931D01*
X-11396Y-35956D01*
X-11413Y-35967D01*
X-11429Y-35975D01*
X-11441Y-35983D01*
X-11449Y-35989D01*
X-11454Y-35992D01*
X-11457Y-35994D01*
X-11626Y-35792D01*
X-11582Y-35756D01*
X-11537Y-35726D01*
X-11499Y-35698D01*
X-11460Y-35679D01*
X-11429Y-35665D01*
X-11407Y-35654D01*
X-11391Y-35648D01*
X-11388Y-35645D01*
X-11385D01*
X-11338Y-35632D01*
X-11288Y-35620D01*
X-11238Y-35612D01*
X-11194Y-35607D01*
X-11155Y-35604D01*
X-11122Y-35601D01*
X-11094D01*
X-11017Y-35607D01*
D02*
G37*
G36*
X-11712Y-37368D02*
X-12044D01*
X-12163Y-36964D01*
X-12726D01*
X-12845Y-37368D01*
X-13188D01*
X-12645Y-35634D01*
X-12255D01*
X-11712Y-37368D01*
D02*
G37*
G36*
X-16421D02*
X-16753D01*
Y-36767D01*
X-16933D01*
X-16992Y-36764D01*
X-17044Y-36762D01*
X-17097Y-36753D01*
X-17144Y-36745D01*
X-17188Y-36734D01*
X-17230Y-36723D01*
X-17266Y-36709D01*
X-17299Y-36695D01*
X-17330Y-36684D01*
X-17357Y-36670D01*
X-17379Y-36659D01*
X-17399Y-36648D01*
X-17413Y-36640D01*
X-17424Y-36632D01*
X-17429Y-36629D01*
X-17432Y-36626D01*
X-17465Y-36598D01*
X-17493Y-36568D01*
X-17518Y-36532D01*
X-17540Y-36499D01*
X-17557Y-36463D01*
X-17573Y-36427D01*
X-17595Y-36355D01*
X-17601Y-36321D01*
X-17607Y-36291D01*
X-17612Y-36260D01*
X-17615Y-36235D01*
X-17618Y-36216D01*
Y-36202D01*
Y-36191D01*
Y-36188D01*
X-17615Y-36138D01*
X-17609Y-36091D01*
X-17601Y-36047D01*
X-17590Y-36008D01*
X-17573Y-35972D01*
X-17560Y-35936D01*
X-17543Y-35906D01*
X-17526Y-35878D01*
X-17507Y-35856D01*
X-17490Y-35834D01*
X-17476Y-35817D01*
X-17462Y-35801D01*
X-17449Y-35789D01*
X-17440Y-35781D01*
X-17435Y-35778D01*
X-17432Y-35776D01*
X-17396Y-35751D01*
X-17357Y-35729D01*
X-17316Y-35709D01*
X-17274Y-35693D01*
X-17188Y-35668D01*
X-17105Y-35651D01*
X-17066Y-35645D01*
X-17030Y-35643D01*
X-16997Y-35640D01*
X-16970Y-35637D01*
X-16947Y-35634D01*
X-16421D01*
Y-37368D01*
D02*
G37*
G36*
X19000Y-71500D02*
X-19000D01*
Y-64500D01*
X19000D01*
Y-71500D01*
D02*
G37*
G36*
X-26087Y2500D02*
X-68913D01*
Y9500D01*
X-26087D01*
Y2500D01*
D02*
G37*
G36*
X37375Y63700D02*
X24625D01*
Y75200D01*
X37375D01*
Y63700D01*
D02*
G37*
G36*
X-16051Y-73157D02*
X-16010Y-73164D01*
X-15977Y-73175D01*
X-15951Y-73190D01*
X-15925Y-73205D01*
X-15910Y-73216D01*
X-15899Y-73223D01*
X-15895Y-73227D01*
X-15869Y-73257D01*
X-15851Y-73286D01*
X-15840Y-73320D01*
X-15832Y-73346D01*
X-15825Y-73371D01*
X-15821Y-73394D01*
Y-73408D01*
Y-73412D01*
X-15825Y-73453D01*
X-15832Y-73490D01*
X-15843Y-73523D01*
X-15858Y-73549D01*
X-15873Y-73571D01*
X-15884Y-73586D01*
X-15891Y-73597D01*
X-15895Y-73601D01*
X-15925Y-73627D01*
X-15958Y-73645D01*
X-15991Y-73656D01*
X-16021Y-73664D01*
X-16051Y-73671D01*
X-16073Y-73675D01*
X-16091D01*
X-16132Y-73671D01*
X-16173Y-73664D01*
X-16206Y-73653D01*
X-16236Y-73638D01*
X-16258Y-73623D01*
X-16273Y-73612D01*
X-16284Y-73605D01*
X-16287Y-73601D01*
X-16313Y-73571D01*
X-16332Y-73538D01*
X-16347Y-73508D01*
X-16354Y-73479D01*
X-16361Y-73453D01*
X-16365Y-73431D01*
Y-73416D01*
Y-73412D01*
X-16361Y-73375D01*
X-16354Y-73338D01*
X-16339Y-73308D01*
X-16328Y-73283D01*
X-16313Y-73260D01*
X-16298Y-73246D01*
X-16291Y-73234D01*
X-16287Y-73231D01*
X-16258Y-73205D01*
X-16225Y-73186D01*
X-16191Y-73172D01*
X-16162Y-73164D01*
X-16136Y-73157D01*
X-16114Y-73153D01*
X-16091D01*
X-16051Y-73157D01*
D02*
G37*
G36*
X2705Y-75784D02*
X2257D01*
Y-74759D01*
X1587D01*
Y-75784D01*
X1140D01*
Y-73468D01*
X1587D01*
Y-74385D01*
X2257D01*
Y-73468D01*
X2705D01*
Y-75784D01*
D02*
G37*
G36*
X-13853Y-75784D02*
X-14330D01*
X-15055Y-73468D01*
X-14611D01*
X-14097Y-75358D01*
X-13590Y-73468D01*
X-13128D01*
X-13853Y-75784D01*
D02*
G37*
G36*
X6708Y-75784D02*
X6305D01*
Y-74729D01*
X6308Y-74589D01*
X6312Y-74444D01*
X6320Y-74300D01*
X6327Y-74230D01*
X6331Y-74163D01*
X6334Y-74104D01*
X6342Y-74045D01*
X6346Y-73997D01*
X6349Y-73952D01*
X6353Y-73915D01*
Y-73889D01*
X6357Y-73875D01*
Y-73867D01*
X5694Y-75784D01*
X5143D01*
Y-73468D01*
X5546D01*
Y-74522D01*
Y-74618D01*
X5543Y-74707D01*
Y-74785D01*
X5539Y-74855D01*
X5535Y-74911D01*
Y-74933D01*
Y-74951D01*
X5531Y-74970D01*
Y-74981D01*
Y-74985D01*
Y-74988D01*
X5524Y-75062D01*
X5520Y-75133D01*
X5513Y-75199D01*
X5506Y-75258D01*
X5502Y-75310D01*
X5498Y-75351D01*
Y-75366D01*
X5494Y-75377D01*
Y-75380D01*
Y-75384D01*
X6157Y-73468D01*
X6708D01*
Y-75784D01*
D02*
G37*
G36*
X-5302D02*
X-5705D01*
Y-74729D01*
X-5702Y-74589D01*
X-5698Y-74444D01*
X-5691Y-74300D01*
X-5683Y-74230D01*
X-5680Y-74163D01*
X-5676Y-74104D01*
X-5668Y-74045D01*
X-5665Y-73997D01*
X-5661Y-73952D01*
X-5657Y-73915D01*
Y-73889D01*
X-5654Y-73875D01*
Y-73867D01*
X-6316Y-75784D01*
X-6867D01*
Y-73468D01*
X-6464D01*
Y-74522D01*
Y-74618D01*
X-6468Y-74707D01*
Y-74785D01*
X-6471Y-74855D01*
X-6475Y-74911D01*
Y-74933D01*
Y-74951D01*
X-6479Y-74970D01*
Y-74981D01*
Y-74985D01*
Y-74988D01*
X-6486Y-75062D01*
X-6490Y-75133D01*
X-6497Y-75199D01*
X-6505Y-75258D01*
X-6508Y-75310D01*
X-6512Y-75351D01*
Y-75366D01*
X-6516Y-75377D01*
Y-75380D01*
Y-75384D01*
X-5853Y-73468D01*
X-5302D01*
Y-75784D01*
D02*
G37*
G36*
X9842Y-73431D02*
X9942Y-73445D01*
X10031Y-73468D01*
X10108Y-73493D01*
X10142Y-73508D01*
X10175Y-73523D01*
X10201Y-73534D01*
X10223Y-73545D01*
X10242Y-73553D01*
X10253Y-73560D01*
X10260Y-73567D01*
X10264D01*
X10349Y-73627D01*
X10423Y-73690D01*
X10486Y-73760D01*
X10538Y-73826D01*
X10582Y-73886D01*
X10597Y-73912D01*
X10612Y-73934D01*
X10623Y-73952D01*
X10630Y-73967D01*
X10638Y-73975D01*
Y-73978D01*
X10682Y-74082D01*
X10715Y-74193D01*
X10741Y-74300D01*
X10756Y-74400D01*
X10763Y-74448D01*
X10767Y-74489D01*
X10771Y-74526D01*
Y-74559D01*
X10774Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X10767Y-74759D01*
X10752Y-74885D01*
X10745Y-74944D01*
X10734Y-74996D01*
X10719Y-75047D01*
X10708Y-75092D01*
X10697Y-75133D01*
X10682Y-75170D01*
X10671Y-75203D01*
X10663Y-75229D01*
X10652Y-75247D01*
X10649Y-75266D01*
X10641Y-75273D01*
Y-75277D01*
X10586Y-75373D01*
X10526Y-75454D01*
X10467Y-75525D01*
X10404Y-75584D01*
X10353Y-75628D01*
X10312Y-75662D01*
X10293Y-75673D01*
X10282Y-75680D01*
X10275Y-75688D01*
X10271D01*
X10179Y-75732D01*
X10086Y-75765D01*
X9997Y-75791D01*
X9912Y-75806D01*
X9875Y-75813D01*
X9842Y-75817D01*
X9812Y-75821D01*
X9787D01*
X9764Y-75824D01*
X9735D01*
X9653Y-75821D01*
X9576Y-75813D01*
X9502Y-75799D01*
X9431Y-75780D01*
X9365Y-75758D01*
X9306Y-75732D01*
X9246Y-75706D01*
X9198Y-75677D01*
X9150Y-75651D01*
X9109Y-75625D01*
X9076Y-75599D01*
X9047Y-75577D01*
X9024Y-75558D01*
X9009Y-75543D01*
X8998Y-75536D01*
X8995Y-75532D01*
X9206Y-75262D01*
X9254Y-75295D01*
X9302Y-75329D01*
X9342Y-75351D01*
X9380Y-75373D01*
X9413Y-75388D01*
X9435Y-75403D01*
X9450Y-75406D01*
X9454Y-75410D01*
X9498Y-75425D01*
X9542Y-75436D01*
X9587Y-75447D01*
X9627Y-75451D01*
X9664Y-75454D01*
X9694Y-75458D01*
X9720D01*
X9768Y-75454D01*
X9816Y-75451D01*
X9898Y-75429D01*
X9972Y-75395D01*
X10034Y-75358D01*
X10082Y-75321D01*
X10120Y-75288D01*
X10142Y-75266D01*
X10145Y-75262D01*
X10149Y-75258D01*
X10179Y-75218D01*
X10201Y-75173D01*
X10242Y-75073D01*
X10271Y-74970D01*
X10290Y-74866D01*
X10297Y-74814D01*
X10305Y-74770D01*
X10308Y-74729D01*
Y-74692D01*
X10312Y-74663D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X10308Y-74541D01*
X10305Y-74467D01*
X10297Y-74400D01*
X10286Y-74337D01*
X10275Y-74278D01*
X10260Y-74226D01*
X10245Y-74178D01*
X10231Y-74137D01*
X10216Y-74100D01*
X10201Y-74067D01*
X10186Y-74041D01*
X10175Y-74019D01*
X10164Y-74004D01*
X10157Y-73993D01*
X10149Y-73986D01*
Y-73982D01*
X10116Y-73945D01*
X10082Y-73915D01*
X10049Y-73889D01*
X10012Y-73867D01*
X9942Y-73830D01*
X9875Y-73808D01*
X9812Y-73793D01*
X9790Y-73790D01*
X9768Y-73786D01*
X9749Y-73782D01*
X9679D01*
X9631Y-73790D01*
X9546Y-73808D01*
X9465Y-73834D01*
X9394Y-73864D01*
X9335Y-73897D01*
X9313Y-73912D01*
X9291Y-73923D01*
X9276Y-73934D01*
X9265Y-73941D01*
X9257Y-73945D01*
X9254Y-73949D01*
X9028Y-73678D01*
X9087Y-73630D01*
X9146Y-73590D01*
X9198Y-73553D01*
X9250Y-73527D01*
X9291Y-73508D01*
X9320Y-73493D01*
X9342Y-73486D01*
X9346Y-73482D01*
X9350D01*
X9413Y-73464D01*
X9479Y-73449D01*
X9546Y-73438D01*
X9605Y-73431D01*
X9657Y-73427D01*
X9701Y-73423D01*
X9738D01*
X9842Y-73431D01*
D02*
G37*
G36*
X-2168D02*
X-2068Y-73445D01*
X-1980Y-73468D01*
X-1902Y-73493D01*
X-1869Y-73508D01*
X-1835Y-73523D01*
X-1809Y-73534D01*
X-1787Y-73545D01*
X-1769Y-73553D01*
X-1757Y-73560D01*
X-1750Y-73567D01*
X-1746D01*
X-1661Y-73627D01*
X-1587Y-73690D01*
X-1524Y-73760D01*
X-1473Y-73826D01*
X-1428Y-73886D01*
X-1413Y-73912D01*
X-1399Y-73934D01*
X-1388Y-73952D01*
X-1380Y-73967D01*
X-1373Y-73975D01*
Y-73978D01*
X-1328Y-74082D01*
X-1295Y-74193D01*
X-1269Y-74300D01*
X-1254Y-74400D01*
X-1247Y-74448D01*
X-1243Y-74489D01*
X-1240Y-74526D01*
Y-74559D01*
X-1236Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X-1243Y-74759D01*
X-1258Y-74885D01*
X-1265Y-74944D01*
X-1276Y-74996D01*
X-1291Y-75047D01*
X-1302Y-75092D01*
X-1314Y-75133D01*
X-1328Y-75170D01*
X-1339Y-75203D01*
X-1347Y-75229D01*
X-1358Y-75247D01*
X-1362Y-75266D01*
X-1369Y-75273D01*
Y-75277D01*
X-1424Y-75373D01*
X-1484Y-75454D01*
X-1543Y-75525D01*
X-1606Y-75584D01*
X-1658Y-75628D01*
X-1698Y-75662D01*
X-1717Y-75673D01*
X-1728Y-75680D01*
X-1735Y-75688D01*
X-1739D01*
X-1832Y-75732D01*
X-1924Y-75765D01*
X-2013Y-75791D01*
X-2098Y-75806D01*
X-2135Y-75813D01*
X-2168Y-75817D01*
X-2198Y-75821D01*
X-2224D01*
X-2246Y-75824D01*
X-2276D01*
X-2357Y-75821D01*
X-2435Y-75813D01*
X-2509Y-75799D01*
X-2579Y-75780D01*
X-2646Y-75758D01*
X-2705Y-75732D01*
X-2764Y-75706D01*
X-2812Y-75677D01*
X-2860Y-75651D01*
X-2901Y-75625D01*
X-2934Y-75599D01*
X-2964Y-75577D01*
X-2986Y-75558D01*
X-3001Y-75543D01*
X-3012Y-75536D01*
X-3015Y-75532D01*
X-2805Y-75262D01*
X-2757Y-75295D01*
X-2708Y-75329D01*
X-2668Y-75351D01*
X-2631Y-75373D01*
X-2597Y-75388D01*
X-2575Y-75403D01*
X-2560Y-75406D01*
X-2557Y-75410D01*
X-2512Y-75425D01*
X-2468Y-75436D01*
X-2424Y-75447D01*
X-2383Y-75451D01*
X-2346Y-75454D01*
X-2316Y-75458D01*
X-2290D01*
X-2242Y-75454D01*
X-2194Y-75451D01*
X-2113Y-75429D01*
X-2039Y-75395D01*
X-1976Y-75358D01*
X-1928Y-75321D01*
X-1891Y-75288D01*
X-1869Y-75266D01*
X-1865Y-75262D01*
X-1861Y-75258D01*
X-1832Y-75218D01*
X-1809Y-75173D01*
X-1769Y-75073D01*
X-1739Y-74970D01*
X-1720Y-74866D01*
X-1713Y-74814D01*
X-1706Y-74770D01*
X-1702Y-74729D01*
Y-74692D01*
X-1698Y-74663D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X-1702Y-74541D01*
X-1706Y-74467D01*
X-1713Y-74400D01*
X-1724Y-74337D01*
X-1735Y-74278D01*
X-1750Y-74226D01*
X-1765Y-74178D01*
X-1780Y-74137D01*
X-1795Y-74100D01*
X-1809Y-74067D01*
X-1824Y-74041D01*
X-1835Y-74019D01*
X-1846Y-74004D01*
X-1854Y-73993D01*
X-1861Y-73986D01*
Y-73982D01*
X-1894Y-73945D01*
X-1928Y-73915D01*
X-1961Y-73889D01*
X-1998Y-73867D01*
X-2068Y-73830D01*
X-2135Y-73808D01*
X-2198Y-73793D01*
X-2220Y-73790D01*
X-2242Y-73786D01*
X-2261Y-73782D01*
X-2331D01*
X-2379Y-73790D01*
X-2464Y-73808D01*
X-2546Y-73834D01*
X-2616Y-73864D01*
X-2675Y-73897D01*
X-2697Y-73912D01*
X-2719Y-73923D01*
X-2734Y-73934D01*
X-2745Y-73941D01*
X-2753Y-73945D01*
X-2757Y-73949D01*
X-2982Y-73678D01*
X-2923Y-73630D01*
X-2864Y-73590D01*
X-2812Y-73553D01*
X-2760Y-73527D01*
X-2719Y-73508D01*
X-2690Y-73493D01*
X-2668Y-73486D01*
X-2664Y-73482D01*
X-2660D01*
X-2597Y-73464D01*
X-2531Y-73449D01*
X-2464Y-73438D01*
X-2405Y-73431D01*
X-2353Y-73427D01*
X-2309Y-73423D01*
X-2272D01*
X-2168Y-73431D01*
D02*
G37*
G36*
X17915D02*
X18012Y-73445D01*
X18097Y-73468D01*
X18174Y-73493D01*
X18208Y-73508D01*
X18237Y-73519D01*
X18263Y-73531D01*
X18285Y-73542D01*
X18304Y-73549D01*
X18315Y-73556D01*
X18322Y-73564D01*
X18326D01*
X18407Y-73619D01*
X18482Y-73686D01*
X18544Y-73752D01*
X18600Y-73819D01*
X18641Y-73878D01*
X18655Y-73904D01*
X18670Y-73926D01*
X18681Y-73945D01*
X18689Y-73960D01*
X18696Y-73967D01*
Y-73971D01*
X18741Y-74074D01*
X18774Y-74185D01*
X18796Y-74296D01*
X18811Y-74396D01*
X18818Y-74444D01*
X18822Y-74489D01*
X18826Y-74526D01*
Y-74559D01*
X18829Y-74585D01*
Y-74603D01*
Y-74618D01*
Y-74622D01*
X18826Y-74729D01*
X18818Y-74829D01*
X18807Y-74922D01*
X18789Y-75011D01*
X18770Y-75092D01*
X18752Y-75162D01*
X18729Y-75229D01*
X18703Y-75292D01*
X18681Y-75344D01*
X18659Y-75388D01*
X18641Y-75429D01*
X18618Y-75462D01*
X18604Y-75484D01*
X18593Y-75503D01*
X18585Y-75514D01*
X18581Y-75517D01*
X18533Y-75573D01*
X18478Y-75617D01*
X18422Y-75658D01*
X18367Y-75695D01*
X18308Y-75725D01*
X18248Y-75750D01*
X18189Y-75769D01*
X18134Y-75788D01*
X18082Y-75799D01*
X18034Y-75810D01*
X17989Y-75813D01*
X17952Y-75821D01*
X17923D01*
X17897Y-75824D01*
X17878D01*
X17793Y-75821D01*
X17716Y-75817D01*
X17645Y-75810D01*
X17586Y-75799D01*
X17534Y-75788D01*
X17497Y-75780D01*
X17482Y-75776D01*
X17471D01*
X17468Y-75773D01*
X17464D01*
X17394Y-75750D01*
X17327Y-75725D01*
X17264Y-75695D01*
X17205Y-75669D01*
X17157Y-75647D01*
X17120Y-75628D01*
X17105Y-75621D01*
X17094Y-75614D01*
X17090Y-75610D01*
X17087D01*
Y-74467D01*
X17945D01*
X17901Y-74818D01*
X17523D01*
Y-75392D01*
X17579Y-75418D01*
X17634Y-75440D01*
X17690Y-75454D01*
X17741Y-75462D01*
X17790Y-75469D01*
X17827Y-75473D01*
X17860D01*
X17904Y-75469D01*
X17949Y-75466D01*
X18026Y-75443D01*
X18093Y-75410D01*
X18145Y-75373D01*
X18189Y-75340D01*
X18219Y-75306D01*
X18234Y-75284D01*
X18241Y-75281D01*
Y-75277D01*
X18263Y-75236D01*
X18282Y-75192D01*
X18300Y-75144D01*
X18315Y-75092D01*
X18337Y-74985D01*
X18352Y-74877D01*
X18356Y-74826D01*
X18359Y-74777D01*
X18363Y-74733D01*
Y-74696D01*
X18367Y-74666D01*
Y-74641D01*
Y-74626D01*
Y-74622D01*
X18363Y-74541D01*
X18359Y-74467D01*
X18352Y-74400D01*
X18341Y-74337D01*
X18330Y-74278D01*
X18315Y-74226D01*
X18300Y-74178D01*
X18285Y-74137D01*
X18271Y-74100D01*
X18259Y-74067D01*
X18245Y-74041D01*
X18234Y-74019D01*
X18223Y-74004D01*
X18215Y-73993D01*
X18208Y-73986D01*
Y-73982D01*
X18178Y-73945D01*
X18145Y-73915D01*
X18112Y-73889D01*
X18078Y-73867D01*
X18008Y-73830D01*
X17945Y-73808D01*
X17886Y-73793D01*
X17864Y-73790D01*
X17841Y-73786D01*
X17823Y-73782D01*
X17756D01*
X17716Y-73790D01*
X17675Y-73797D01*
X17645Y-73804D01*
X17616Y-73812D01*
X17597Y-73819D01*
X17582Y-73823D01*
X17579Y-73826D01*
X17538Y-73845D01*
X17501Y-73867D01*
X17460Y-73889D01*
X17427Y-73912D01*
X17397Y-73934D01*
X17375Y-73952D01*
X17357Y-73963D01*
X17353Y-73967D01*
X17109Y-73716D01*
X17168Y-73660D01*
X17223Y-73612D01*
X17279Y-73575D01*
X17327Y-73542D01*
X17368Y-73519D01*
X17397Y-73501D01*
X17420Y-73493D01*
X17423Y-73490D01*
X17427D01*
X17490Y-73468D01*
X17553Y-73453D01*
X17619Y-73438D01*
X17679Y-73431D01*
X17730Y-73427D01*
X17775Y-73423D01*
X17812D01*
X17915Y-73431D01*
D02*
G37*
G36*
X15784Y-73956D02*
X15843Y-73963D01*
X15899Y-73975D01*
X15947Y-73989D01*
X15988Y-74004D01*
X16017Y-74015D01*
X16036Y-74023D01*
X16043Y-74026D01*
X16095Y-74056D01*
X16139Y-74089D01*
X16176Y-74119D01*
X16206Y-74148D01*
X16228Y-74178D01*
X16247Y-74200D01*
X16254Y-74215D01*
X16258Y-74219D01*
X16276Y-73997D01*
X16657D01*
Y-75784D01*
X16225D01*
Y-74526D01*
X16169Y-74459D01*
X16143Y-74433D01*
X16117Y-74407D01*
X16095Y-74389D01*
X16077Y-74374D01*
X16065Y-74367D01*
X16062Y-74363D01*
X16025Y-74341D01*
X15988Y-74326D01*
X15951Y-74311D01*
X15921Y-74304D01*
X15895Y-74300D01*
X15873Y-74296D01*
X15821D01*
X15795Y-74300D01*
X15769Y-74308D01*
X15751Y-74311D01*
X15736Y-74319D01*
X15725Y-74326D01*
X15721Y-74330D01*
X15718D01*
X15703Y-74344D01*
X15688Y-74363D01*
X15669Y-74400D01*
X15666Y-74418D01*
X15662Y-74430D01*
X15658Y-74441D01*
Y-74444D01*
X15651Y-74478D01*
X15647Y-74515D01*
X15644Y-74589D01*
X15640Y-74626D01*
Y-74652D01*
Y-74670D01*
Y-74677D01*
Y-75784D01*
X15207D01*
Y-74496D01*
X15214Y-74407D01*
X15229Y-74326D01*
X15248Y-74256D01*
X15274Y-74200D01*
X15300Y-74156D01*
X15318Y-74123D01*
X15333Y-74104D01*
X15340Y-74097D01*
X15392Y-74049D01*
X15455Y-74011D01*
X15518Y-73986D01*
X15581Y-73971D01*
X15636Y-73960D01*
X15658Y-73956D01*
X15681D01*
X15695Y-73952D01*
X15721D01*
X15784Y-73956D01*
D02*
G37*
G36*
X8913Y-75784D02*
X8469D01*
X8310Y-75244D01*
X7559D01*
X7400Y-75784D01*
X6941D01*
X7666Y-73468D01*
X8188D01*
X8913Y-75784D01*
D02*
G37*
G36*
X-3097D02*
X-3541D01*
X-3700Y-75244D01*
X-4451D01*
X-4610Y-75784D01*
X-5069D01*
X-4344Y-73468D01*
X-3822D01*
X-3097Y-75784D01*
D02*
G37*
G36*
X-9465Y-75784D02*
X-10874D01*
X-10922Y-75406D01*
X-9909D01*
Y-73468D01*
X-9465D01*
Y-75784D01*
D02*
G37*
G36*
X-15448Y-74330D02*
X-15947D01*
Y-75454D01*
X-15433D01*
Y-75784D01*
X-16850D01*
Y-75454D01*
X-16376D01*
Y-73997D01*
X-15448D01*
Y-74330D01*
D02*
G37*
G36*
X-18245Y-73956D02*
X-18185Y-73963D01*
X-18130Y-73975D01*
X-18082Y-73989D01*
X-18041Y-74004D01*
X-18012Y-74015D01*
X-17993Y-74023D01*
X-17986Y-74026D01*
X-17934Y-74056D01*
X-17889Y-74089D01*
X-17853Y-74119D01*
X-17823Y-74148D01*
X-17801Y-74178D01*
X-17782Y-74200D01*
X-17775Y-74215D01*
X-17771Y-74219D01*
X-17753Y-73997D01*
X-17371D01*
Y-75784D01*
X-17804D01*
Y-74526D01*
X-17860Y-74459D01*
X-17886Y-74433D01*
X-17912Y-74407D01*
X-17934Y-74389D01*
X-17952Y-74374D01*
X-17964Y-74367D01*
X-17967Y-74363D01*
X-18004Y-74341D01*
X-18041Y-74326D01*
X-18078Y-74311D01*
X-18108Y-74304D01*
X-18134Y-74300D01*
X-18156Y-74296D01*
X-18208D01*
X-18234Y-74300D01*
X-18259Y-74308D01*
X-18278Y-74311D01*
X-18293Y-74319D01*
X-18304Y-74326D01*
X-18308Y-74330D01*
X-18311D01*
X-18326Y-74344D01*
X-18341Y-74363D01*
X-18359Y-74400D01*
X-18363Y-74418D01*
X-18367Y-74430D01*
X-18371Y-74441D01*
Y-74444D01*
X-18378Y-74478D01*
X-18382Y-74515D01*
X-18385Y-74589D01*
X-18389Y-74626D01*
Y-74652D01*
Y-74670D01*
Y-74677D01*
Y-75784D01*
X-18822D01*
Y-74496D01*
X-18814Y-74407D01*
X-18800Y-74326D01*
X-18781Y-74256D01*
X-18755Y-74200D01*
X-18729Y-74156D01*
X-18711Y-74123D01*
X-18696Y-74104D01*
X-18689Y-74097D01*
X-18637Y-74049D01*
X-18574Y-74011D01*
X-18511Y-73986D01*
X-18448Y-73971D01*
X-18393Y-73960D01*
X-18371Y-73956D01*
X-18348D01*
X-18334Y-73952D01*
X-18308D01*
X-18245Y-73956D01*
D02*
G37*
G36*
X13642Y-74137D02*
X13668Y-74104D01*
X13694Y-74074D01*
X13723Y-74052D01*
X13757Y-74030D01*
X13823Y-73997D01*
X13890Y-73975D01*
X13949Y-73963D01*
X13975Y-73956D01*
X14001D01*
X14019Y-73952D01*
X14045D01*
X14123Y-73956D01*
X14197Y-73971D01*
X14260Y-73989D01*
X14319Y-74011D01*
X14363Y-74037D01*
X14397Y-74056D01*
X14419Y-74071D01*
X14423Y-74074D01*
X14426D01*
X14482Y-74123D01*
X14534Y-74178D01*
X14578Y-74234D01*
X14611Y-74285D01*
X14637Y-74333D01*
X14659Y-74374D01*
X14667Y-74385D01*
X14671Y-74396D01*
X14674Y-74404D01*
Y-74407D01*
X14704Y-74489D01*
X14722Y-74570D01*
X14737Y-74652D01*
X14748Y-74726D01*
X14756Y-74792D01*
Y-74818D01*
X14759Y-74844D01*
Y-74862D01*
Y-74877D01*
Y-74885D01*
Y-74888D01*
X14756Y-74966D01*
X14752Y-75044D01*
X14744Y-75110D01*
X14733Y-75177D01*
X14719Y-75240D01*
X14704Y-75295D01*
X14689Y-75347D01*
X14674Y-75392D01*
X14659Y-75436D01*
X14645Y-75469D01*
X14630Y-75503D01*
X14615Y-75529D01*
X14604Y-75547D01*
X14596Y-75562D01*
X14589Y-75569D01*
Y-75573D01*
X14556Y-75617D01*
X14519Y-75654D01*
X14478Y-75688D01*
X14437Y-75717D01*
X14393Y-75743D01*
X14352Y-75762D01*
X14267Y-75791D01*
X14193Y-75810D01*
X14160Y-75817D01*
X14130Y-75821D01*
X14108Y-75824D01*
X14075D01*
X14019Y-75821D01*
X13964Y-75813D01*
X13916Y-75802D01*
X13875Y-75791D01*
X13838Y-75780D01*
X13812Y-75769D01*
X13797Y-75762D01*
X13790Y-75758D01*
X13746Y-75732D01*
X13705Y-75702D01*
X13675Y-75669D01*
X13653Y-75639D01*
X13634Y-75614D01*
X13623Y-75591D01*
X13620Y-75577D01*
X13616Y-75573D01*
X13598Y-75784D01*
X13209D01*
Y-73308D01*
X13642Y-73260D01*
Y-74137D01*
D02*
G37*
G36*
X4773Y-76380D02*
X3075D01*
Y-76017D01*
X4773D01*
Y-76380D01*
D02*
G37*
G36*
X-7237D02*
X-8935Y-76380D01*
Y-76017D01*
X-7237Y-76017D01*
Y-76380D01*
D02*
G37*
G36*
X-74151Y-16041D02*
X-74562D01*
Y-14456D01*
X-74151D01*
Y-16041D01*
D02*
G37*
G36*
X-74941Y-16856D02*
X-75282Y-17393D01*
X-73564D01*
Y-16773D01*
X-73173D01*
Y-18379D01*
X-73564D01*
Y-17875D01*
X-75777D01*
Y-17459D01*
X-75274Y-16657D01*
X-74941Y-16856D01*
D02*
G37*
G36*
X-75161Y-19107D02*
X-75216Y-19157D01*
X-75257Y-19202D01*
X-75295Y-19244D01*
X-75324Y-19282D01*
X-75345Y-19311D01*
X-75357Y-19331D01*
X-75365Y-19348D01*
X-75369Y-19352D01*
X-75390Y-19394D01*
X-75403Y-19440D01*
X-75415Y-19485D01*
X-75419Y-19527D01*
X-75424Y-19564D01*
X-75428Y-19593D01*
Y-19618D01*
X-75424Y-19681D01*
X-75411Y-19735D01*
X-75394Y-19781D01*
X-75378Y-19822D01*
X-75361Y-19851D01*
X-75345Y-19876D01*
X-75332Y-19889D01*
X-75328Y-19893D01*
X-75286Y-19926D01*
X-75245Y-19951D01*
X-75199Y-19968D01*
X-75153Y-19980D01*
X-75116Y-19989D01*
X-75082Y-19993D01*
X-75062D01*
X-75053D01*
X-74987Y-19989D01*
X-74920Y-19976D01*
X-74858Y-19964D01*
X-74804Y-19947D01*
X-74758Y-19926D01*
X-74721Y-19914D01*
X-74700Y-19901D01*
X-74695Y-19897D01*
X-74691D01*
X-74625Y-19855D01*
X-74550Y-19810D01*
X-74479Y-19756D01*
X-74409Y-19702D01*
X-74350Y-19652D01*
X-74300Y-19610D01*
X-74284Y-19593D01*
X-74271Y-19581D01*
X-74263Y-19577D01*
X-74259Y-19573D01*
X-74209Y-19527D01*
X-74155Y-19477D01*
X-74038Y-19361D01*
X-73918Y-19244D01*
X-73801Y-19128D01*
X-73747Y-19069D01*
X-73697Y-19019D01*
X-73651Y-18974D01*
X-73614Y-18932D01*
X-73581Y-18899D01*
X-73556Y-18874D01*
X-73539Y-18857D01*
X-73535Y-18853D01*
X-73173D01*
Y-20496D01*
X-73572Y-20546D01*
Y-19398D01*
X-73631Y-19473D01*
X-73689Y-19544D01*
X-73743Y-19610D01*
X-73797Y-19672D01*
X-73847Y-19731D01*
X-73897Y-19785D01*
X-73943Y-19831D01*
X-73980Y-19876D01*
X-74017Y-19914D01*
X-74051Y-19947D01*
X-74080Y-19976D01*
X-74105Y-20001D01*
X-74126Y-20018D01*
X-74138Y-20030D01*
X-74146Y-20039D01*
X-74151Y-20043D01*
X-74246Y-20126D01*
X-74338Y-20192D01*
X-74417Y-20251D01*
X-74488Y-20301D01*
X-74546Y-20334D01*
X-74591Y-20359D01*
X-74608Y-20367D01*
X-74621Y-20376D01*
X-74625Y-20380D01*
X-74629D01*
X-74712Y-20417D01*
X-74791Y-20442D01*
X-74866Y-20463D01*
X-74937Y-20475D01*
X-74995Y-20484D01*
X-75037Y-20488D01*
X-75057D01*
X-75070D01*
X-75074D01*
X-75078D01*
X-75153Y-20484D01*
X-75224Y-20471D01*
X-75290Y-20455D01*
X-75345Y-20438D01*
X-75390Y-20421D01*
X-75428Y-20405D01*
X-75449Y-20392D01*
X-75457Y-20388D01*
X-75519Y-20346D01*
X-75569Y-20301D01*
X-75619Y-20251D01*
X-75656Y-20205D01*
X-75686Y-20163D01*
X-75711Y-20130D01*
X-75723Y-20105D01*
X-75727Y-20101D01*
Y-20097D01*
X-75761Y-20022D01*
X-75785Y-19947D01*
X-75802Y-19872D01*
X-75815Y-19801D01*
X-75823Y-19739D01*
X-75827Y-19689D01*
Y-19647D01*
X-75823Y-19548D01*
X-75810Y-19456D01*
X-75794Y-19373D01*
X-75777Y-19302D01*
X-75756Y-19244D01*
X-75740Y-19202D01*
X-75731Y-19186D01*
X-75727Y-19173D01*
X-75723Y-19169D01*
Y-19165D01*
X-75681Y-19090D01*
X-75631Y-19024D01*
X-75577Y-18961D01*
X-75523Y-18907D01*
X-75473Y-18861D01*
X-75436Y-18828D01*
X-75419Y-18815D01*
X-75407Y-18807D01*
X-75403Y-18799D01*
X-75399D01*
X-75161Y-19107D01*
D02*
G37*
G36*
X-73173Y-21407D02*
X-74438Y-21461D01*
X-74492D01*
X-74550Y-21465D01*
X-74608D01*
X-74666D01*
X-74716D01*
X-74754D01*
X-74770D01*
X-74783D01*
X-74787D01*
X-74791D01*
X-74862D01*
X-74924D01*
X-74983D01*
X-75037Y-21461D01*
X-75087D01*
X-75132D01*
X-75170Y-21457D01*
X-75207D01*
X-75236D01*
X-75261Y-21453D01*
X-75282D01*
X-75303D01*
X-75324Y-21449D01*
X-75332D01*
X-73618Y-21782D01*
Y-22214D01*
X-75332Y-22522D01*
X-75278Y-22518D01*
X-75211Y-22514D01*
X-75141D01*
X-75070Y-22510D01*
X-75007D01*
X-74978D01*
X-74958D01*
X-74937D01*
X-74920D01*
X-74912D01*
X-74908D01*
X-74825D01*
X-74741Y-22514D01*
X-74662D01*
X-74591Y-22518D01*
X-74529D01*
X-74483Y-22522D01*
X-74467D01*
X-74454D01*
X-74446D01*
X-74442D01*
X-73173Y-22580D01*
Y-23046D01*
X-75777Y-22901D01*
Y-22322D01*
X-74084Y-22006D01*
X-75777Y-21673D01*
Y-21095D01*
X-73173Y-20954D01*
Y-21407D01*
D02*
G37*
G36*
Y-23874D02*
X-74325D01*
Y-24627D01*
X-73173D01*
Y-25130D01*
X-75777D01*
Y-24627D01*
X-74746D01*
Y-23874D01*
X-75777D01*
Y-23371D01*
X-73173D01*
Y-23874D01*
D02*
G37*
G36*
Y-27252D02*
X-73572Y-27302D01*
Y-26262D01*
X-74833Y-27289D01*
X-75182D01*
Y-25775D01*
X-74779D01*
Y-26728D01*
X-73518Y-25696D01*
X-73173D01*
Y-27252D01*
D02*
G37*
G36*
X-74151Y-29544D02*
X-74562D01*
Y-27959D01*
X-74151D01*
Y-29544D01*
D02*
G37*
G36*
X-31083Y68973D02*
X-33902D01*
Y69705D01*
X-31083D01*
Y68973D01*
D02*
G37*
G36*
X-26991Y67234D02*
X-28374D01*
X-28656Y67249D01*
X-28789Y67263D01*
X-28907Y67286D01*
X-29026Y67308D01*
X-29129Y67330D01*
X-29233Y67360D01*
X-29322Y67389D01*
X-29403Y67419D01*
X-29470Y67448D01*
X-29536Y67471D01*
X-29581Y67493D01*
X-29625Y67515D01*
X-29655Y67530D01*
X-29669Y67545D01*
X-29677D01*
X-29773Y67611D01*
X-29847Y67678D01*
X-29921Y67759D01*
X-29980Y67841D01*
X-30032Y67929D01*
X-30076Y68018D01*
X-30106Y68107D01*
X-30136Y68188D01*
X-30173Y68344D01*
X-30187Y68418D01*
X-30195Y68477D01*
X-30202Y68529D01*
Y68566D01*
Y68588D01*
Y68595D01*
X-30187Y68780D01*
X-30150Y68943D01*
X-30106Y69084D01*
X-30047Y69195D01*
X-29988Y69284D01*
X-29943Y69343D01*
X-29906Y69380D01*
X-29891Y69395D01*
X-29773Y69483D01*
X-29647Y69557D01*
X-29529Y69609D01*
X-29410Y69646D01*
X-29314Y69668D01*
X-29233Y69683D01*
X-29203Y69691D01*
X-29166D01*
X-29285Y69705D01*
X-29396Y69742D01*
X-29499Y69787D01*
X-29581Y69839D01*
X-29655Y69890D01*
X-29706Y69927D01*
X-29736Y69957D01*
X-29751Y69972D01*
X-29832Y70083D01*
X-29899Y70194D01*
X-29943Y70312D01*
X-29973Y70416D01*
X-29988Y70512D01*
X-30002Y70593D01*
Y70623D01*
Y70645D01*
Y70653D01*
Y70660D01*
X-29995Y70778D01*
X-29980Y70882D01*
X-29958Y70986D01*
X-29928Y71074D01*
X-29891Y71163D01*
X-29847Y71237D01*
X-29803Y71304D01*
X-29758Y71363D01*
X-29714Y71415D01*
X-29669Y71459D01*
X-29588Y71533D01*
X-29558Y71555D01*
X-29536Y71570D01*
X-29521Y71585D01*
X-29514D01*
X-29322Y71681D01*
X-29114Y71748D01*
X-28915Y71800D01*
X-28722Y71829D01*
X-28633Y71844D01*
X-28552Y71851D01*
X-28478Y71859D01*
X-28419D01*
X-28367Y71866D01*
X-26991D01*
Y67234D01*
D02*
G37*
G36*
X-35625Y63750D02*
X-48375D01*
Y75250D01*
X-35625D01*
Y63750D01*
D02*
G37*
G36*
X13250Y20500D02*
Y13500D01*
X-13250D01*
Y20500D01*
X13250D01*
D02*
G37*
%LPC*%
G36*
X-33703Y52375D02*
X-38335D01*
Y51177D01*
X-38328Y51110D01*
X-38320Y51021D01*
X-38306Y50925D01*
X-38291Y50814D01*
X-38276Y50696D01*
X-38217Y50437D01*
X-38173Y50303D01*
X-38128Y50170D01*
X-38069Y50037D01*
X-38002Y49904D01*
X-37928Y49778D01*
X-37839Y49660D01*
X-37832Y49652D01*
X-37817Y49630D01*
X-37788Y49600D01*
X-37743Y49563D01*
X-37684Y49512D01*
X-37617Y49460D01*
X-37529Y49408D01*
X-37433Y49349D01*
X-37321Y49290D01*
X-37188Y49238D01*
X-37040Y49179D01*
X-36878Y49134D01*
X-36700Y49097D01*
X-36500Y49068D01*
X-36285Y49045D01*
X-36049Y49038D01*
X-38335D01*
D01*
X-33703D01*
Y52375D01*
D02*
G37*
G36*
Y48217D02*
X-34347D01*
Y47713D01*
X-36626D01*
Y48217D01*
X-37277D01*
Y47033D01*
X-36485Y46929D01*
X-36493D01*
X-36500Y46922D01*
X-36522Y46914D01*
X-36552Y46907D01*
X-36626Y46877D01*
X-36722Y46833D01*
X-36826Y46774D01*
X-36929Y46700D01*
X-37033Y46611D01*
X-37129Y46507D01*
X-37137Y46492D01*
X-37166Y46448D01*
X-37203Y46381D01*
X-37247Y46293D01*
X-37284Y46182D01*
X-37321Y46056D01*
X-37351Y45908D01*
X-37358Y45745D01*
Y45693D01*
X-37351Y45641D01*
X-37344Y45567D01*
X-37336Y45479D01*
X-37314Y45375D01*
X-37292Y45264D01*
X-37255Y45153D01*
X-37358D01*
D01*
X-33703D01*
Y48217D01*
D02*
G37*
G36*
Y44124D02*
X-34361D01*
Y43096D01*
X-36611D01*
Y44095D01*
X-37277D01*
Y42237D01*
X-34361D01*
Y41290D01*
X-38964D01*
X-33703D01*
Y44124D01*
D02*
G37*
G36*
X-38446Y43347D02*
X-38454D01*
X-38483D01*
X-38528Y43340D01*
X-38579Y43325D01*
X-38631Y43310D01*
X-38698Y43288D01*
X-38757Y43251D01*
X-38816Y43199D01*
X-38824Y43192D01*
X-38838Y43170D01*
X-38861Y43140D01*
X-38890Y43088D01*
X-38920Y43037D01*
X-38942Y42970D01*
X-38957Y42889D01*
X-38964Y42807D01*
Y42763D01*
X-38957Y42718D01*
X-38942Y42667D01*
X-38927Y42607D01*
X-38898Y42541D01*
X-38861Y42474D01*
X-38809Y42415D01*
X-38802Y42408D01*
X-38779Y42393D01*
X-38750Y42363D01*
X-38705Y42334D01*
X-38653Y42311D01*
X-38594Y42282D01*
X-38520Y42267D01*
X-38446Y42260D01*
X-38439D01*
X-38409D01*
X-38365Y42267D01*
X-38313Y42282D01*
X-38254Y42297D01*
X-38195Y42326D01*
X-38128Y42363D01*
X-38069Y42415D01*
X-38061Y42422D01*
X-38047Y42445D01*
X-38025Y42474D01*
X-37995Y42519D01*
X-37965Y42578D01*
X-37943Y42644D01*
X-37928Y42726D01*
X-37921Y42807D01*
Y42844D01*
X-37928Y42889D01*
X-37943Y42948D01*
X-37958Y43007D01*
X-37980Y43074D01*
X-38017Y43140D01*
X-38069Y43199D01*
X-38076Y43207D01*
X-38098Y43222D01*
X-38128Y43244D01*
X-38173Y43273D01*
X-38224Y43303D01*
X-38291Y43325D01*
X-38365Y43340D01*
X-38446Y43347D01*
D02*
G37*
G36*
X-33703Y40513D02*
D01*
Y39270D01*
X-37277Y40513D01*
Y37087D01*
X-33703Y38330D01*
Y37087D01*
Y40513D01*
D02*
G37*
G36*
X-35494Y36391D02*
X-35583D01*
X-35627Y36384D01*
X-35686D01*
X-35812Y36369D01*
X-35960Y36347D01*
X-36115Y36310D01*
X-36285Y36266D01*
X-36448Y36199D01*
X-36456D01*
X-36470Y36192D01*
X-36493Y36177D01*
X-36522Y36162D01*
X-36596Y36118D01*
X-36693Y36051D01*
X-36803Y35970D01*
X-36915Y35873D01*
X-37025Y35762D01*
X-37122Y35629D01*
Y35622D01*
X-37129Y35614D01*
X-37144Y35592D01*
X-37159Y35563D01*
X-37196Y35481D01*
X-37247Y35378D01*
X-37292Y35252D01*
X-37329Y35096D01*
X-37358Y34934D01*
X-37366Y34749D01*
Y34682D01*
X-37358Y34630D01*
X-37351Y34571D01*
X-37344Y34497D01*
X-37329Y34423D01*
X-37307Y34334D01*
X-37247Y34157D01*
X-37211Y34060D01*
X-37166Y33964D01*
X-37107Y33875D01*
X-37040Y33787D01*
X-36966Y33698D01*
X-36885Y33616D01*
X-36878Y33609D01*
X-36863Y33602D01*
X-36833Y33579D01*
X-36796Y33550D01*
X-36752Y33520D01*
X-36693Y33483D01*
X-36619Y33446D01*
X-36544Y33402D01*
X-36456Y33365D01*
X-36352Y33328D01*
X-36248Y33291D01*
X-36130Y33261D01*
X-36004Y33232D01*
X-35871Y33209D01*
X-35730Y33202D01*
X-35583Y33195D01*
X-37366D01*
X-33621D01*
Y34741D01*
X-33629Y34793D01*
X-33636Y34867D01*
X-33651Y34941D01*
X-33666Y35030D01*
X-33688Y35126D01*
X-33710Y35230D01*
X-33747Y35333D01*
X-33784Y35437D01*
X-33836Y35548D01*
X-33895Y35651D01*
X-33962Y35755D01*
X-34043Y35851D01*
X-34132Y35940D01*
X-34139Y35947D01*
X-34154Y35962D01*
X-34184Y35984D01*
X-34228Y36007D01*
X-34280Y36044D01*
X-34339Y36081D01*
X-34413Y36125D01*
X-34495Y36162D01*
X-34584Y36206D01*
X-34687Y36251D01*
X-34798Y36288D01*
X-34924Y36317D01*
X-35050Y36347D01*
X-35190Y36369D01*
X-35338Y36384D01*
X-35494Y36391D01*
D02*
G37*
G36*
X-33703Y32203D02*
X-34347D01*
Y31700D01*
X-36626D01*
Y32203D01*
X-37277D01*
Y31019D01*
X-36485Y30915D01*
X-36493D01*
X-36500Y30908D01*
X-36522Y30901D01*
X-36552Y30893D01*
X-36626Y30864D01*
X-36722Y30819D01*
X-36826Y30760D01*
X-36929Y30686D01*
X-37033Y30597D01*
X-37129Y30494D01*
X-37137Y30479D01*
X-37166Y30434D01*
X-37203Y30368D01*
X-37247Y30279D01*
X-37284Y30168D01*
X-37321Y30042D01*
X-37351Y29894D01*
X-37358Y29731D01*
Y29680D01*
X-37351Y29628D01*
X-37344Y29554D01*
X-37336Y29465D01*
X-37314Y29361D01*
X-37292Y29250D01*
X-37255Y29139D01*
X-37358D01*
D01*
X-33703D01*
Y32203D01*
D02*
G37*
%LPD*%
G36*
X-34398Y51073D02*
X-34413Y51021D01*
X-34428Y50947D01*
X-34450Y50858D01*
X-34487Y50762D01*
X-34539Y50659D01*
X-34606Y50548D01*
X-34694Y50437D01*
X-34798Y50333D01*
X-34931Y50237D01*
X-35094Y50148D01*
X-35183Y50111D01*
X-35287Y50074D01*
X-35390Y50044D01*
X-35501Y50022D01*
X-35627Y50000D01*
X-35760Y49985D01*
X-35901Y49970D01*
X-36049D01*
X-36056D01*
X-36093D01*
X-36138D01*
X-36197Y49978D01*
X-36278D01*
X-36360Y49985D01*
X-36456Y50000D01*
X-36552Y50007D01*
X-36766Y50044D01*
X-36966Y50104D01*
X-37062Y50141D01*
X-37151Y50185D01*
X-37233Y50229D01*
X-37299Y50289D01*
X-37307D01*
X-37314Y50303D01*
X-37351Y50348D01*
X-37403Y50414D01*
X-37462Y50511D01*
X-37521Y50636D01*
X-37573Y50777D01*
X-37610Y50947D01*
X-37625Y51036D01*
Y51480D01*
X-34398D01*
Y51073D01*
D02*
G37*
G36*
X-33703Y49038D02*
X-35989D01*
X-35923Y49045D01*
X-35834D01*
X-35730Y49060D01*
X-35605Y49068D01*
X-35471Y49090D01*
X-35324Y49112D01*
X-35175Y49149D01*
X-35020Y49186D01*
X-34872Y49238D01*
X-34717Y49297D01*
X-34576Y49371D01*
X-34443Y49452D01*
X-34317Y49549D01*
X-34214Y49660D01*
X-34206Y49667D01*
X-34191Y49689D01*
X-34169Y49719D01*
X-34132Y49771D01*
X-34095Y49830D01*
X-34051Y49904D01*
X-34006Y49985D01*
X-33962Y50081D01*
X-33910Y50192D01*
X-33866Y50303D01*
X-33821Y50437D01*
X-33784Y50570D01*
X-33747Y50718D01*
X-33725Y50873D01*
X-33710Y51036D01*
X-33703Y51206D01*
Y49038D01*
D02*
G37*
G36*
X-34347Y46152D02*
X-33703D01*
Y45153D01*
X-37255D01*
X-35879Y45286D01*
Y45930D01*
X-36582D01*
Y45945D01*
X-36574Y45974D01*
X-36567Y46026D01*
X-36544Y46093D01*
X-36515Y46174D01*
X-36463Y46263D01*
X-36397Y46352D01*
X-36308Y46448D01*
X-36293Y46455D01*
X-36256Y46492D01*
X-36197Y46537D01*
X-36115Y46589D01*
X-36012Y46655D01*
X-35879Y46722D01*
X-35730Y46788D01*
X-35560Y46848D01*
X-34347D01*
Y46152D01*
D02*
G37*
G36*
X-34443Y38789D02*
X-37277Y37960D01*
Y39603D01*
X-34443Y38789D01*
D02*
G37*
G36*
X-35812Y34038D02*
X-35819D01*
X-35827D01*
X-35849D01*
X-35879Y34046D01*
X-35952Y34053D01*
X-36049Y34068D01*
X-36145Y34090D01*
X-36256Y34127D01*
X-36360Y34179D01*
X-36456Y34238D01*
X-36463Y34245D01*
X-36493Y34268D01*
X-36530Y34312D01*
X-36582Y34371D01*
X-36626Y34438D01*
X-36663Y34527D01*
X-36693Y34630D01*
X-36700Y34749D01*
Y34800D01*
X-36685Y34860D01*
X-36670Y34934D01*
X-36641Y35015D01*
X-36604Y35104D01*
X-36544Y35193D01*
X-36463Y35274D01*
X-36456Y35281D01*
X-36419Y35304D01*
X-36367Y35341D01*
X-36293Y35378D01*
X-36197Y35422D01*
X-36086Y35459D01*
X-35960Y35489D01*
X-35812Y35511D01*
Y34038D01*
D02*
G37*
G36*
X-35153Y35496D02*
X-35124D01*
X-35050Y35481D01*
X-34953Y35459D01*
X-34850Y35422D01*
X-34739Y35378D01*
X-34635Y35318D01*
X-34539Y35237D01*
X-34532Y35222D01*
X-34502Y35193D01*
X-34465Y35141D01*
X-34428Y35067D01*
X-34384Y34978D01*
X-34347Y34874D01*
X-34317Y34763D01*
X-34310Y34630D01*
Y34593D01*
X-34317Y34541D01*
Y34482D01*
X-34324Y34416D01*
X-34339Y34342D01*
X-34376Y34186D01*
X-34384Y34179D01*
X-34391Y34149D01*
X-34406Y34105D01*
X-34435Y34046D01*
X-34465Y33979D01*
X-34510Y33898D01*
X-34554Y33801D01*
X-34613Y33705D01*
X-34088Y33343D01*
X-34080Y33357D01*
X-34051Y33387D01*
X-34006Y33446D01*
X-33955Y33520D01*
X-33895Y33609D01*
X-33836Y33720D01*
X-33777Y33831D01*
X-33733Y33957D01*
X-33725Y33972D01*
X-33718Y34016D01*
X-33696Y34083D01*
X-33681Y34171D01*
X-33658Y34275D01*
X-33636Y34393D01*
X-33629Y34527D01*
X-33621Y34660D01*
Y33195D01*
X-35457D01*
X-35397Y33202D01*
X-35331Y33209D01*
X-35190Y33224D01*
Y35503D01*
X-35183D01*
X-35175D01*
X-35153Y35496D01*
D02*
G37*
G36*
X-34347Y30138D02*
X-33703D01*
Y29139D01*
X-37255D01*
X-35879Y29273D01*
Y29916D01*
X-36582D01*
Y29931D01*
X-36574Y29961D01*
X-36567Y30013D01*
X-36544Y30079D01*
X-36515Y30161D01*
X-36463Y30249D01*
X-36397Y30338D01*
X-36308Y30434D01*
X-36293Y30442D01*
X-36256Y30479D01*
X-36197Y30523D01*
X-36115Y30575D01*
X-36012Y30642D01*
X-35879Y30708D01*
X-35730Y30775D01*
X-35560Y30834D01*
X-34347D01*
Y30138D01*
D02*
G37*
%LPC*%
G36*
X44278Y71098D02*
X43701Y68982D01*
X44862D01*
X44278Y71098D01*
D02*
G37*
G36*
X-12446Y-35903D02*
X-12662Y-36695D01*
X-12227D01*
X-12446Y-35903D01*
D02*
G37*
G36*
X-16753Y-35895D02*
X-16933D01*
X-16994Y-35897D01*
X-17044Y-35909D01*
X-17091Y-35922D01*
X-17130Y-35942D01*
X-17161Y-35964D01*
X-17188Y-35989D01*
X-17210Y-36014D01*
X-17230Y-36042D01*
X-17244Y-36069D01*
X-17255Y-36094D01*
X-17260Y-36119D01*
X-17266Y-36141D01*
X-17269Y-36161D01*
X-17271Y-36174D01*
Y-36186D01*
Y-36188D01*
X-17269Y-36249D01*
X-17258Y-36299D01*
X-17244Y-36344D01*
X-17227Y-36377D01*
X-17210Y-36402D01*
X-17197Y-36421D01*
X-17186Y-36432D01*
X-17183Y-36435D01*
X-17147Y-36460D01*
X-17108Y-36476D01*
X-17066Y-36490D01*
X-17028Y-36499D01*
X-16992Y-36504D01*
X-16964Y-36507D01*
X-16753D01*
Y-35895D01*
D02*
G37*
G36*
X-6227Y-65599D02*
X-9787Y-65599D01*
X-8373Y-65599D01*
X-8462Y-65606D01*
X-8565Y-65614D01*
X-8684Y-65628D01*
X-8817Y-65650D01*
X-8950Y-65680D01*
X-9076Y-65717D01*
X-9083D01*
X-9091Y-65724D01*
X-9135Y-65739D01*
X-9194Y-65769D01*
X-9276Y-65806D01*
X-9380Y-65858D01*
X-9483Y-65932D01*
X-9601Y-66013D01*
X-9720Y-66109D01*
X-9268Y-66650D01*
X-9261Y-66642D01*
X-9246Y-66635D01*
X-9224Y-66620D01*
X-9194Y-66598D01*
X-9150Y-66575D01*
X-9106Y-66546D01*
X-8987Y-66479D01*
X-8847Y-66420D01*
X-8684Y-66368D01*
X-8514Y-66331D01*
X-8417Y-66316D01*
X-8277D01*
X-8240Y-66324D01*
X-8196Y-66331D01*
X-8151Y-66339D01*
X-8025Y-66368D01*
X-7892Y-66413D01*
X-7751Y-66487D01*
X-7677Y-66531D01*
X-7611Y-66583D01*
X-7544Y-66642D01*
X-7478Y-66716D01*
Y-66724D01*
X-7463Y-66738D01*
X-7448Y-66760D01*
X-7426Y-66790D01*
X-7404Y-66834D01*
X-7374Y-66886D01*
X-7344Y-66953D01*
X-7315Y-67027D01*
X-7285Y-67108D01*
X-7256Y-67204D01*
X-7226Y-67308D01*
X-7204Y-67427D01*
X-7182Y-67552D01*
X-7167Y-67686D01*
X-7159Y-67834D01*
X-7152Y-67996D01*
Y-68004D01*
Y-68033D01*
Y-68078D01*
X-7159Y-68137D01*
Y-68211D01*
X-7167Y-68292D01*
X-7182Y-68381D01*
X-7197Y-68485D01*
X-7233Y-68692D01*
X-7293Y-68899D01*
X-7374Y-69099D01*
X-7418Y-69188D01*
X-7478Y-69269D01*
X-7485Y-69276D01*
X-7492Y-69284D01*
X-7537Y-69328D01*
X-7611Y-69395D01*
X-7707Y-69469D01*
X-7833Y-69543D01*
X-7981Y-69609D01*
X-8144Y-69654D01*
X-8240Y-69661D01*
X-8336Y-69669D01*
X-8388D01*
X-8447Y-69661D01*
X-8521Y-69654D01*
X-8602Y-69647D01*
X-8691Y-69624D01*
X-8780Y-69602D01*
X-8869Y-69573D01*
X-8876Y-69565D01*
X-8906Y-69558D01*
X-8950Y-69528D01*
X-9017Y-69498D01*
X-9091Y-69454D01*
X-9172Y-69410D01*
X-9268Y-69343D01*
X-9365Y-69276D01*
X-9787Y-69817D01*
X-9779Y-69824D01*
X-9757Y-69839D01*
X-9727Y-69868D01*
X-9683Y-69906D01*
X-9624Y-69950D01*
X-9557Y-70002D01*
X-9476Y-70053D01*
X-9380Y-70105D01*
X-9283Y-70165D01*
X-9165Y-70216D01*
X-9047Y-70268D01*
X-8913Y-70312D01*
X-8773Y-70350D01*
X-8625Y-70379D01*
X-8469Y-70394D01*
X-8307Y-70401D01*
X-6227D01*
X-8247D01*
X-8203Y-70394D01*
X-8151D01*
X-8092Y-70386D01*
X-8025Y-70379D01*
X-7951Y-70364D01*
X-7781Y-70335D01*
X-7604Y-70283D01*
X-7418Y-70216D01*
X-7233Y-70127D01*
X-7226D01*
X-7211Y-70113D01*
X-7189Y-70098D01*
X-7152Y-70076D01*
X-7071Y-70009D01*
X-6967Y-69920D01*
X-6841Y-69802D01*
X-6723Y-69661D01*
X-6605Y-69498D01*
X-6493Y-69306D01*
Y-69299D01*
X-6479Y-69284D01*
X-6471Y-69247D01*
X-6449Y-69210D01*
X-6434Y-69158D01*
X-6412Y-69091D01*
X-6382Y-69017D01*
X-6360Y-68936D01*
X-6338Y-68847D01*
X-6308Y-68744D01*
X-6286Y-68640D01*
X-6272Y-68522D01*
X-6242Y-68270D01*
X-6227Y-67996D01*
Y-67922D01*
X-6235Y-67870D01*
Y-67804D01*
X-6242Y-67730D01*
X-6249Y-67649D01*
X-6264Y-67552D01*
X-6294Y-67352D01*
X-6346Y-67138D01*
X-6412Y-66916D01*
X-6501Y-66709D01*
Y-66701D01*
X-6516Y-66686D01*
X-6531Y-66657D01*
X-6553Y-66620D01*
X-6582Y-66575D01*
X-6612Y-66524D01*
X-6701Y-66405D01*
X-6804Y-66272D01*
X-6930Y-66132D01*
X-7078Y-66006D01*
X-7248Y-65887D01*
X-7256D01*
X-7271Y-65873D01*
X-7293Y-65858D01*
X-7330Y-65843D01*
X-7374Y-65821D01*
X-7426Y-65798D01*
X-7492Y-65769D01*
X-7559Y-65739D01*
X-7715Y-65688D01*
X-7892Y-65643D01*
X-8092Y-65614D01*
X-8299Y-65599D01*
X-6227D01*
D01*
D02*
G37*
G36*
X17505Y-65688D02*
X14308D01*
X16099D01*
X16039Y-65695D01*
X15966Y-65702D01*
X15877Y-65710D01*
X15780Y-65717D01*
X15677Y-65732D01*
X15455Y-65776D01*
X15225Y-65843D01*
X15114Y-65887D01*
X15003Y-65939D01*
X14900Y-65998D01*
X14804Y-66065D01*
X14796Y-66072D01*
X14782Y-66080D01*
X14759Y-66102D01*
X14722Y-66132D01*
X14685Y-66176D01*
X14648Y-66220D01*
X14604Y-66280D01*
X14552Y-66339D01*
X14508Y-66413D01*
X14463Y-66494D01*
X14426Y-66590D01*
X14382Y-66686D01*
X14352Y-66790D01*
X14330Y-66909D01*
X14315Y-67034D01*
X14308Y-67168D01*
Y-67242D01*
X14315Y-67293D01*
X14323Y-67360D01*
X14337Y-67441D01*
X14352Y-67523D01*
X14367Y-67611D01*
X14426Y-67804D01*
X14471Y-67900D01*
X14515Y-67996D01*
X14574Y-68085D01*
X14641Y-68181D01*
X14715Y-68263D01*
X14804Y-68337D01*
X14811Y-68344D01*
X14826Y-68352D01*
X14855Y-68374D01*
X14893Y-68396D01*
X14944Y-68426D01*
X15003Y-68455D01*
X15078Y-68492D01*
X15159Y-68522D01*
X15248Y-68559D01*
X15344Y-68596D01*
X15455Y-68625D01*
X15573Y-68655D01*
X15699Y-68677D01*
X15840Y-68699D01*
X15980Y-68707D01*
X16136Y-68714D01*
X16617D01*
Y-70320D01*
X14308D01*
X17505D01*
Y-65688D01*
D02*
G37*
G36*
X14049Y-66746D02*
X10149D01*
X10726Y-70320D01*
X11755D01*
X12088Y-67870D01*
X12450Y-70320D01*
X13457D01*
X14049Y-66746D01*
D02*
G37*
G36*
X7034Y-66664D02*
X6982D01*
X6930Y-66672D01*
X6856Y-66679D01*
X6767Y-66686D01*
X6664Y-66709D01*
X6553Y-66731D01*
X6442Y-66768D01*
X6575Y-68144D01*
X7219D01*
Y-67441D01*
X7233D01*
X7263Y-67449D01*
X7315Y-67456D01*
X7382Y-67478D01*
X7463Y-67508D01*
X7552Y-67560D01*
X7641Y-67626D01*
X7737Y-67715D01*
X7744Y-67730D01*
X7781Y-67767D01*
X7825Y-67826D01*
X7877Y-67908D01*
X7944Y-68011D01*
X8010Y-68144D01*
X8077Y-68292D01*
X8136Y-68463D01*
Y-69676D01*
X7441D01*
Y-70320D01*
X9505D01*
Y-68181D01*
Y-69676D01*
X9002D01*
Y-67397D01*
X9505D01*
Y-66746D01*
X8321D01*
X8218Y-67537D01*
Y-67530D01*
X8210Y-67523D01*
X8203Y-67501D01*
X8196Y-67471D01*
X8166Y-67397D01*
X8122Y-67301D01*
X8062Y-67197D01*
X7988Y-67093D01*
X7899Y-66990D01*
X7796Y-66894D01*
X7781Y-66886D01*
X7737Y-66857D01*
X7670Y-66820D01*
X7581Y-66775D01*
X7470Y-66738D01*
X7344Y-66701D01*
X7197Y-66672D01*
X7034Y-66664D01*
D02*
G37*
G36*
X6442D02*
D01*
Y-70320D01*
Y-66664D01*
D01*
D02*
G37*
G36*
X-9949Y-65688D02*
X-12443D01*
X-13893Y-70320D01*
X-12976D01*
X-12658Y-69239D01*
X-11156D01*
X-10837Y-70320D01*
X-12239D01*
X-9949D01*
X-11400Y-65688D01*
X-9949D01*
D02*
G37*
G36*
X-14360D02*
X-17490D01*
Y-70320D01*
X-16387D01*
X-15063Y-66487D01*
Y-66501D01*
X-15070Y-66531D01*
Y-66583D01*
X-15078Y-66657D01*
X-15085Y-66746D01*
X-15092Y-66842D01*
X-15107Y-66960D01*
X-15114Y-67079D01*
X-15122Y-67212D01*
X-15137Y-67352D01*
X-15152Y-67641D01*
X-15159Y-67930D01*
X-15166Y-68211D01*
Y-70320D01*
X-14360D01*
Y-65688D01*
D02*
G37*
G36*
X226Y-65606D02*
X-1772D01*
X166D01*
X93Y-65614D01*
X11Y-65621D01*
X-93Y-65636D01*
X-203Y-65658D01*
X-314Y-65688D01*
X-426Y-65724D01*
X-440Y-65732D01*
X-477Y-65747D01*
X-529Y-65776D01*
X-603Y-65821D01*
X-692Y-65880D01*
X-788Y-65961D01*
X-892Y-66050D01*
X-995Y-66168D01*
X-514Y-66598D01*
X-507Y-66590D01*
X-477Y-66568D01*
X-440Y-66531D01*
X-396Y-66494D01*
X-277Y-66405D01*
X-218Y-66361D01*
X-159Y-66331D01*
X-152Y-66324D01*
X-129Y-66316D01*
X-100Y-66302D01*
X-63Y-66287D01*
X-11Y-66272D01*
X48Y-66265D01*
X115Y-66250D01*
X233D01*
X277Y-66257D01*
X337Y-66265D01*
X403Y-66287D01*
X470Y-66309D01*
X537Y-66346D01*
X596Y-66398D01*
X603Y-66405D01*
X618Y-66420D01*
X640Y-66457D01*
X662Y-66501D01*
X685Y-66561D01*
X707Y-66627D01*
X722Y-66709D01*
X729Y-66798D01*
Y-66812D01*
Y-66842D01*
X722Y-66886D01*
X707Y-66953D01*
X685Y-67019D01*
X648Y-67093D01*
X603Y-67168D01*
X544Y-67242D01*
X537Y-67249D01*
X507Y-67271D01*
X470Y-67301D01*
X411Y-67330D01*
X344Y-67360D01*
X263Y-67390D01*
X166Y-67412D01*
X63Y-67419D01*
X-1772D01*
Y-70401D01*
Y-68070D01*
X-1254D01*
Y-69780D01*
X-1247Y-69787D01*
X-1232Y-69809D01*
X-1195Y-69839D01*
X-1151Y-69876D01*
X-1099Y-69920D01*
X-1032Y-69980D01*
X-951Y-70031D01*
X-862Y-70091D01*
X-758Y-70150D01*
X-648Y-70201D01*
X-522Y-70253D01*
X-396Y-70305D01*
X-248Y-70342D01*
X-100Y-70372D01*
X63Y-70394D01*
X233Y-70401D01*
X1802D01*
X314D01*
X359Y-70394D01*
X411D01*
X529Y-70379D01*
X670Y-70357D01*
X810Y-70320D01*
X958Y-70275D01*
X1099Y-70209D01*
X1106D01*
X1114Y-70201D01*
X1158Y-70172D01*
X1217Y-70127D01*
X1299Y-70068D01*
X1388Y-69994D01*
X1476Y-69906D01*
X1558Y-69809D01*
X1632Y-69691D01*
Y-69683D01*
X1639Y-69676D01*
X1661Y-69632D01*
X1684Y-69565D01*
X1713Y-69476D01*
X1750Y-69373D01*
X1772Y-69247D01*
X1795Y-69114D01*
X1802Y-68973D01*
Y-68884D01*
Y-68921D01*
X1795Y-68884D01*
Y-68840D01*
X1787Y-68788D01*
X1765Y-68670D01*
X1735Y-68529D01*
X1691Y-68388D01*
X1624Y-68248D01*
X1536Y-68115D01*
Y-68107D01*
X1521Y-68100D01*
X1484Y-68063D01*
X1424Y-68004D01*
X1343Y-67937D01*
X1232Y-67863D01*
X1106Y-67789D01*
X958Y-67730D01*
X908Y-67714D01*
X921Y-67708D01*
X1003Y-67671D01*
X1099Y-67626D01*
X1195Y-67567D01*
X1291Y-67486D01*
X1373Y-67397D01*
X1380Y-67382D01*
X1402Y-67345D01*
X1439Y-67293D01*
X1469Y-67212D01*
X1506Y-67116D01*
X1543Y-67005D01*
X1565Y-66879D01*
X1572Y-66746D01*
Y-66738D01*
Y-66731D01*
Y-66694D01*
X1565Y-66635D01*
X1550Y-66553D01*
X1536Y-66465D01*
X1506Y-66368D01*
X1462Y-66272D01*
X1410Y-66176D01*
X1402Y-66161D01*
X1380Y-66132D01*
X1343Y-66087D01*
X1284Y-66028D01*
X1217Y-65961D01*
X1136Y-65895D01*
X1040Y-65821D01*
X936Y-65762D01*
X921Y-65754D01*
X884Y-65739D01*
X818Y-65710D01*
X729Y-65680D01*
X625Y-65658D01*
X507Y-65628D01*
X374Y-65614D01*
X226Y-65606D01*
D02*
G37*
%LPD*%
G36*
X16617Y-68019D02*
X16054D01*
X15980Y-68011D01*
X15884Y-67996D01*
X15780Y-67974D01*
X15669Y-67937D01*
X15566Y-67893D01*
X15470Y-67826D01*
X15462Y-67819D01*
X15433Y-67789D01*
X15396Y-67737D01*
X15351Y-67671D01*
X15307Y-67582D01*
X15270Y-67463D01*
X15240Y-67330D01*
X15233Y-67168D01*
Y-67160D01*
Y-67131D01*
X15240Y-67093D01*
X15248Y-67042D01*
X15262Y-66983D01*
X15277Y-66916D01*
X15307Y-66849D01*
X15344Y-66775D01*
X15396Y-66701D01*
X15455Y-66635D01*
X15529Y-66568D01*
X15610Y-66509D01*
X15714Y-66457D01*
X15840Y-66420D01*
X15973Y-66391D01*
X16136Y-66383D01*
X16617D01*
Y-68019D01*
D02*
G37*
G36*
X12902Y-69735D02*
X12488Y-67182D01*
X11644D01*
X11266Y-69735D01*
X10956Y-66746D01*
X13220D01*
X12902Y-69735D01*
D02*
G37*
G36*
X-11326Y-68522D02*
X-12488D01*
X-11910Y-66405D01*
X-11326Y-68522D01*
D02*
G37*
G36*
X-16787Y-69521D02*
Y-69513D01*
Y-69506D01*
X-16780Y-69484D01*
Y-69454D01*
X-16772Y-69373D01*
X-16765Y-69269D01*
X-16750Y-69151D01*
X-16735Y-69017D01*
X-16728Y-68877D01*
X-16713Y-68729D01*
Y-68721D01*
Y-68714D01*
Y-68692D01*
X-16705Y-68655D01*
Y-68618D01*
Y-68573D01*
X-16698Y-68463D01*
X-16691Y-68322D01*
Y-68167D01*
X-16683Y-67989D01*
Y-67796D01*
Y-65688D01*
X-15462D01*
X-16787Y-69521D01*
D02*
G37*
G36*
X240Y-68078D02*
X300Y-68085D01*
X374Y-68100D01*
X448Y-68122D01*
X522Y-68152D01*
X596Y-68196D01*
X603Y-68204D01*
X625Y-68218D01*
X655Y-68248D01*
X699Y-68285D01*
X744Y-68329D01*
X788Y-68388D01*
X833Y-68448D01*
X869Y-68522D01*
Y-68529D01*
X884Y-68551D01*
X899Y-68596D01*
X914Y-68647D01*
X929Y-68707D01*
X943Y-68781D01*
X951Y-68855D01*
X958Y-68936D01*
Y-68944D01*
Y-68951D01*
Y-68995D01*
X951Y-69055D01*
X936Y-69136D01*
X914Y-69225D01*
X877Y-69321D01*
X833Y-69417D01*
X766Y-69506D01*
X758Y-69513D01*
X729Y-69543D01*
X685Y-69573D01*
X625Y-69617D01*
X544Y-69654D01*
X448Y-69691D01*
X337Y-69721D01*
X203Y-69728D01*
X166D01*
X129Y-69721D01*
X78D01*
X18Y-69713D01*
X-48Y-69698D01*
X-181Y-69661D01*
X-189D01*
X-211Y-69647D01*
X-240Y-69632D01*
X-285Y-69609D01*
X-366Y-69558D01*
X-411Y-69521D01*
X-448Y-69484D01*
Y-68070D01*
X189D01*
X240Y-68078D01*
D02*
G37*
%LPC*%
G36*
X-43486Y8401D02*
X-43560D01*
X-43648Y8394D01*
X-43752Y8379D01*
X-43878Y8364D01*
X-44011Y8335D01*
X-44144Y8290D01*
X-44277Y8239D01*
X-44285D01*
X-44292Y8231D01*
X-44337Y8209D01*
X-44396Y8172D01*
X-44477Y8128D01*
X-44559Y8061D01*
X-44647Y7987D01*
X-44736Y7898D01*
X-44810Y7802D01*
X-44818Y7787D01*
X-44840Y7757D01*
X-44869Y7698D01*
X-44906Y7624D01*
X-44936Y7536D01*
X-44965Y7432D01*
X-44988Y7321D01*
X-44995Y7203D01*
Y7195D01*
Y7180D01*
Y7158D01*
X-44988Y7129D01*
X-44980Y7047D01*
X-44965Y6951D01*
X-44929Y6832D01*
X-44884Y6707D01*
X-44818Y6588D01*
X-44729Y6470D01*
X-44714Y6455D01*
X-44684Y6425D01*
X-44625Y6374D01*
X-44551Y6322D01*
X-44455Y6263D01*
X-44351Y6211D01*
X-44233Y6174D01*
X-44100Y6159D01*
X-44144D01*
X-44174Y6152D01*
X-44248Y6144D01*
X-44351Y6115D01*
X-44462Y6078D01*
X-44581Y6026D01*
X-44706Y5952D01*
X-44825Y5848D01*
X-44840Y5833D01*
X-44877Y5796D01*
X-44921Y5730D01*
X-44980Y5634D01*
X-45039Y5515D01*
X-45084Y5375D01*
X-45121Y5212D01*
X-45136Y5027D01*
Y3599D01*
X-43367D01*
X-43323Y3606D01*
X-43278D01*
X-43160Y3621D01*
X-43027Y3636D01*
X-42886Y3665D01*
X-42738Y3710D01*
X-42583Y3762D01*
X-42575D01*
X-42568Y3769D01*
X-42546Y3776D01*
X-42516Y3791D01*
X-42442Y3836D01*
X-42353Y3887D01*
X-42250Y3961D01*
X-42131Y4050D01*
X-42020Y4161D01*
X-41909Y4287D01*
D01*
X-42435Y4746D01*
X-42442Y4738D01*
X-42472Y4709D01*
X-42516Y4664D01*
X-42575Y4612D01*
X-42642Y4553D01*
X-42716Y4494D01*
X-42797Y4442D01*
X-42886Y4398D01*
X-42901Y4391D01*
X-42930Y4383D01*
X-42975Y4368D01*
X-43042Y4346D01*
X-43115Y4324D01*
X-43204Y4309D01*
X-43301Y4302D01*
X-43397Y4294D01*
X-43463D01*
X-43537Y4302D01*
X-43626Y4316D01*
X-43722Y4346D01*
X-43826Y4376D01*
X-43929Y4428D01*
X-44018Y4494D01*
X-44026Y4501D01*
X-44055Y4531D01*
X-44092Y4575D01*
X-44137Y4642D01*
X-44174Y4724D01*
X-44211Y4820D01*
X-44240Y4931D01*
X-44248Y5057D01*
Y5064D01*
Y5086D01*
X-44240Y5123D01*
X-44233Y5167D01*
X-44225Y5227D01*
X-44203Y5286D01*
X-44181Y5353D01*
X-44144Y5419D01*
X-44107Y5486D01*
X-44048Y5552D01*
X-43989Y5612D01*
X-43907Y5671D01*
X-43819Y5715D01*
X-43707Y5752D01*
X-43582Y5774D01*
X-43441Y5782D01*
X-42990D01*
X-43079Y6440D01*
X-43463D01*
X-43523Y6448D01*
X-43597Y6463D01*
X-43678Y6477D01*
X-43767Y6507D01*
X-43848Y6551D01*
X-43929Y6603D01*
X-43937Y6611D01*
X-43959Y6633D01*
X-43996Y6677D01*
X-44033Y6729D01*
X-44070Y6796D01*
X-44107Y6884D01*
X-44129Y6981D01*
X-44137Y7091D01*
Y7106D01*
Y7136D01*
X-44129Y7195D01*
X-44115Y7254D01*
X-44085Y7328D01*
X-44055Y7402D01*
X-44003Y7476D01*
X-43937Y7543D01*
X-43929Y7550D01*
X-43900Y7565D01*
X-43863Y7595D01*
X-43804Y7624D01*
X-43730Y7654D01*
X-43641Y7683D01*
X-43537Y7698D01*
X-43426Y7706D01*
X-43382D01*
X-43330Y7698D01*
X-43271Y7691D01*
X-43197Y7683D01*
X-43115Y7669D01*
X-43034Y7639D01*
X-42953Y7609D01*
X-42945Y7602D01*
X-42916Y7595D01*
X-42871Y7572D01*
X-42819Y7536D01*
X-42746Y7498D01*
X-42671Y7447D01*
X-42583Y7380D01*
X-42487Y7306D01*
X-42042Y7787D01*
X-42050Y7795D01*
X-42072Y7817D01*
X-42102Y7846D01*
X-42153Y7883D01*
X-42205Y7928D01*
X-42279Y7980D01*
X-42361Y8039D01*
X-42450Y8098D01*
X-42553Y8150D01*
X-42664Y8209D01*
X-42783Y8261D01*
X-42908Y8305D01*
X-43042Y8342D01*
X-43182Y8372D01*
X-43330Y8394D01*
X-43486Y8401D01*
D02*
G37*
G36*
X-63503Y8401D02*
X-63577D01*
X-63665Y8394D01*
X-63769Y8379D01*
X-63895Y8364D01*
X-64028Y8335D01*
X-64161Y8290D01*
X-64294Y8239D01*
X-64302D01*
X-64309Y8231D01*
X-64354Y8209D01*
X-64413Y8172D01*
X-64494Y8128D01*
X-64575Y8061D01*
X-64664Y7987D01*
X-64753Y7898D01*
X-64827Y7802D01*
X-64834Y7787D01*
X-64857Y7757D01*
X-64886Y7698D01*
X-64923Y7624D01*
X-64953Y7536D01*
X-64982Y7432D01*
X-65005Y7321D01*
X-65012Y7203D01*
Y7195D01*
Y7180D01*
Y7158D01*
X-65005Y7129D01*
X-64997Y7047D01*
X-64982Y6951D01*
X-64946Y6832D01*
X-64901Y6707D01*
X-64834Y6588D01*
X-64746Y6470D01*
X-64731Y6455D01*
X-64701Y6425D01*
X-64642Y6374D01*
X-64568Y6322D01*
X-64472Y6263D01*
X-64368Y6211D01*
X-64250Y6174D01*
X-64117Y6159D01*
X-64161D01*
X-64191Y6152D01*
X-64265Y6144D01*
X-64368Y6115D01*
X-64479Y6078D01*
X-64598Y6026D01*
X-64723Y5952D01*
X-64842Y5848D01*
X-64857Y5833D01*
X-64894Y5796D01*
X-64938Y5730D01*
X-64997Y5634D01*
X-65057Y5515D01*
X-65101Y5375D01*
X-65138Y5212D01*
X-65153Y5027D01*
Y3599D01*
X-61926D01*
D01*
X-63384D01*
X-63340Y3606D01*
X-63295D01*
X-63177Y3621D01*
X-63044Y3636D01*
X-62903Y3665D01*
X-62755Y3710D01*
X-62600Y3762D01*
X-62592D01*
X-62585Y3769D01*
X-62563Y3776D01*
X-62533Y3791D01*
X-62459Y3836D01*
X-62370Y3887D01*
X-62267Y3961D01*
X-62148Y4050D01*
X-62037Y4161D01*
X-61926Y4287D01*
D01*
X-62452Y4746D01*
X-62459Y4738D01*
X-62489Y4709D01*
X-62533Y4664D01*
X-62592Y4612D01*
X-62659Y4553D01*
X-62733Y4494D01*
X-62814Y4442D01*
X-62903Y4398D01*
X-62918Y4391D01*
X-62947Y4383D01*
X-62992Y4368D01*
X-63059Y4346D01*
X-63133Y4324D01*
X-63221Y4309D01*
X-63318Y4302D01*
X-63414Y4294D01*
X-63480D01*
X-63554Y4302D01*
X-63643Y4316D01*
X-63739Y4346D01*
X-63843Y4376D01*
X-63946Y4428D01*
X-64035Y4494D01*
X-64043Y4501D01*
X-64072Y4531D01*
X-64109Y4575D01*
X-64154Y4642D01*
X-64191Y4724D01*
X-64228Y4820D01*
X-64257Y4931D01*
X-64265Y5057D01*
Y5064D01*
Y5086D01*
X-64257Y5123D01*
X-64250Y5167D01*
X-64243Y5227D01*
X-64220Y5286D01*
X-64198Y5353D01*
X-64161Y5419D01*
X-64124Y5486D01*
X-64065Y5552D01*
X-64006Y5612D01*
X-63924Y5671D01*
X-63836Y5715D01*
X-63724Y5752D01*
X-63599Y5774D01*
X-63458Y5782D01*
X-63007D01*
X-63095Y6440D01*
X-63480D01*
X-63539Y6448D01*
X-63613Y6463D01*
X-63695Y6477D01*
X-63784Y6507D01*
X-63865Y6551D01*
X-63946Y6603D01*
X-63954Y6611D01*
X-63976Y6633D01*
X-64013Y6677D01*
X-64050Y6729D01*
X-64087Y6796D01*
X-64124Y6884D01*
X-64146Y6981D01*
X-64154Y7091D01*
Y7106D01*
Y7136D01*
X-64146Y7195D01*
X-64131Y7254D01*
X-64102Y7328D01*
X-64072Y7402D01*
X-64021Y7476D01*
X-63954Y7543D01*
X-63946Y7550D01*
X-63917Y7565D01*
X-63880Y7595D01*
X-63821Y7624D01*
X-63747Y7654D01*
X-63658Y7683D01*
X-63554Y7698D01*
X-63443Y7706D01*
X-63399D01*
X-63347Y7698D01*
X-63288Y7691D01*
X-63214Y7683D01*
X-63133Y7669D01*
X-63051Y7639D01*
X-62970Y7609D01*
X-62962Y7602D01*
X-62933Y7595D01*
X-62888Y7572D01*
X-62836Y7536D01*
X-62762Y7498D01*
X-62688Y7447D01*
X-62600Y7380D01*
X-62503Y7306D01*
X-62059Y7787D01*
X-62067Y7795D01*
X-62089Y7817D01*
X-62119Y7846D01*
X-62170Y7883D01*
X-62222Y7928D01*
X-62296Y7980D01*
X-62378Y8039D01*
X-62467Y8098D01*
X-62570Y8150D01*
X-62681Y8209D01*
X-62800Y8261D01*
X-62925Y8305D01*
X-63059Y8342D01*
X-63199Y8372D01*
X-63347Y8394D01*
X-63503Y8401D01*
D02*
G37*
G36*
X-55621Y8313D02*
X-56362D01*
Y4376D01*
X-57257D01*
Y3680D01*
X-54193Y3680D01*
X-54400D01*
Y4376D01*
X-55503Y4376D01*
Y7432D01*
X-54549Y6825D01*
X-54193Y7417D01*
X-55621Y8313D01*
D02*
G37*
G36*
X-59692Y8401D02*
X-59728D01*
X-59765Y8394D01*
X-59825D01*
X-59891Y8379D01*
X-59965Y8372D01*
X-60047Y8349D01*
X-60136Y8320D01*
X-60232Y8290D01*
X-60335Y8246D01*
X-60431Y8194D01*
X-60535Y8135D01*
X-60631Y8061D01*
X-60720Y7980D01*
X-60809Y7883D01*
X-60890Y7772D01*
X-60898Y7765D01*
X-60905Y7743D01*
X-60927Y7706D01*
X-60957Y7654D01*
X-60987Y7595D01*
X-61016Y7513D01*
X-61053Y7424D01*
X-61098Y7321D01*
X-61134Y7203D01*
X-61172Y7069D01*
X-61201Y6921D01*
X-61231Y6766D01*
X-61260Y6596D01*
X-61282Y6411D01*
X-61290Y6211D01*
X-61297Y6004D01*
D01*
Y5893D01*
X-61290Y5811D01*
X-61282Y5715D01*
X-61275Y5612D01*
X-61260Y5486D01*
X-61246Y5353D01*
X-61201Y5064D01*
X-61127Y4768D01*
X-61083Y4627D01*
X-61023Y4487D01*
X-60964Y4354D01*
X-60890Y4228D01*
X-60883Y4220D01*
X-60868Y4198D01*
X-60846Y4169D01*
X-60816Y4132D01*
X-60772Y4080D01*
X-60720Y4028D01*
X-60661Y3969D01*
X-60587Y3917D01*
X-60505Y3858D01*
X-60417Y3799D01*
X-60321Y3747D01*
X-60210Y3695D01*
X-60098Y3658D01*
X-59973Y3628D01*
X-59832Y3606D01*
X-59692Y3599D01*
X-61297D01*
Y5893D01*
Y3599D01*
D01*
X-58093D01*
Y4109D01*
Y3599D01*
X-59654D01*
X-59618Y3606D01*
X-59566D01*
X-59499Y3621D01*
X-59425Y3636D01*
X-59336Y3650D01*
X-59247Y3680D01*
X-59151Y3710D01*
X-59055Y3754D01*
X-58959Y3806D01*
X-58855Y3865D01*
X-58759Y3939D01*
X-58670Y4021D01*
X-58582Y4117D01*
X-58500Y4228D01*
X-58493Y4235D01*
X-58485Y4257D01*
X-58463Y4294D01*
X-58434Y4346D01*
X-58404Y4405D01*
X-58374Y4487D01*
X-58337Y4583D01*
X-58300Y4687D01*
X-58256Y4805D01*
X-58219Y4938D01*
X-58189Y5086D01*
X-58160Y5241D01*
X-58130Y5412D01*
X-58108Y5597D01*
X-58100Y5796D01*
X-58093Y6004D01*
Y4109D01*
Y6004D01*
Y6115D01*
X-58100Y6196D01*
X-58108Y6292D01*
X-58115Y6403D01*
X-58130Y6522D01*
X-58145Y6655D01*
X-58189Y6936D01*
X-58263Y7232D01*
X-58315Y7380D01*
X-58367Y7521D01*
X-58426Y7654D01*
X-58500Y7772D01*
X-58508Y7780D01*
X-58522Y7802D01*
X-58544Y7831D01*
X-58574Y7869D01*
X-58618Y7920D01*
X-58670Y7972D01*
X-58729Y8031D01*
X-58803Y8090D01*
X-58885Y8142D01*
X-58974Y8202D01*
X-59070Y8253D01*
X-59174Y8305D01*
X-59292Y8342D01*
X-59418Y8372D01*
X-59551Y8394D01*
X-59692Y8401D01*
D02*
G37*
G36*
X-38069Y8313D02*
X-39097D01*
X-39689Y5301D01*
X-40252Y8313D01*
X-41280D01*
X-41539Y3680D01*
D01*
X-37817D01*
X-38069Y8313D01*
D02*
G37*
G36*
X-47504Y8401D02*
X-49102D01*
X-47578D01*
X-47666Y8394D01*
X-47778Y8379D01*
X-47903Y8357D01*
X-48037Y8327D01*
X-48170Y8283D01*
X-48303Y8224D01*
X-48310D01*
X-48318Y8216D01*
X-48362Y8194D01*
X-48421Y8150D01*
X-48495Y8098D01*
X-48577Y8031D01*
X-48665Y7942D01*
X-48747Y7854D01*
X-48821Y7743D01*
X-48828Y7728D01*
X-48851Y7691D01*
X-48880Y7624D01*
X-48910Y7543D01*
X-48939Y7447D01*
X-48969Y7328D01*
X-48991Y7203D01*
X-48998Y7069D01*
Y7062D01*
Y7055D01*
Y7032D01*
Y6995D01*
X-48991Y6921D01*
X-48976Y6818D01*
X-48954Y6692D01*
X-48917Y6559D01*
X-48873Y6418D01*
X-48806Y6270D01*
Y6263D01*
X-48799Y6255D01*
X-48784Y6233D01*
X-48769Y6204D01*
X-48725Y6122D01*
X-48665Y6019D01*
X-48577Y5893D01*
X-48473Y5752D01*
X-48355Y5589D01*
X-48207Y5419D01*
X-48199Y5412D01*
X-48184Y5397D01*
X-48162Y5375D01*
X-48133Y5338D01*
X-48088Y5293D01*
X-48037Y5241D01*
X-47977Y5182D01*
X-47911Y5116D01*
X-47829Y5049D01*
X-47748Y4968D01*
X-47652Y4879D01*
X-47548Y4790D01*
X-47437Y4694D01*
X-47319Y4598D01*
X-47193Y4494D01*
X-47060Y4391D01*
X-49102D01*
X-49013Y3680D01*
X-45994D01*
Y4294D01*
Y3680D01*
X-46090D01*
Y4324D01*
X-46098Y4331D01*
X-46127Y4361D01*
X-46172Y4405D01*
X-46231Y4465D01*
X-46305Y4531D01*
X-46386Y4612D01*
X-46475Y4701D01*
X-46579Y4797D01*
X-46786Y5005D01*
X-46993Y5219D01*
X-47200Y5426D01*
X-47289Y5523D01*
X-47370Y5612D01*
X-47378Y5619D01*
X-47385Y5634D01*
X-47407Y5656D01*
X-47437Y5686D01*
X-47511Y5774D01*
X-47600Y5878D01*
X-47696Y6004D01*
X-47792Y6129D01*
X-47874Y6263D01*
X-47948Y6381D01*
Y6389D01*
X-47955Y6396D01*
X-47977Y6433D01*
X-48000Y6499D01*
X-48037Y6581D01*
X-48066Y6677D01*
X-48088Y6788D01*
X-48110Y6906D01*
X-48118Y7025D01*
Y7040D01*
Y7077D01*
X-48110Y7136D01*
X-48096Y7203D01*
X-48074Y7284D01*
X-48044Y7365D01*
X-48000Y7439D01*
X-47940Y7513D01*
X-47933Y7521D01*
X-47911Y7543D01*
X-47866Y7572D01*
X-47815Y7602D01*
X-47741Y7632D01*
X-47659Y7661D01*
X-47563Y7683D01*
X-47452Y7691D01*
X-47407D01*
X-47356Y7683D01*
X-47289Y7676D01*
X-47215Y7669D01*
X-47134Y7647D01*
X-47052Y7624D01*
X-46978Y7587D01*
X-46971Y7580D01*
X-46941Y7565D01*
X-46904Y7543D01*
X-46852Y7506D01*
X-46786Y7454D01*
X-46712Y7388D01*
X-46630Y7314D01*
X-46542Y7217D01*
X-45994Y7639D01*
Y4294D01*
Y7639D01*
Y7647D01*
X-46009Y7654D01*
X-46024Y7676D01*
X-46046Y7706D01*
X-46105Y7772D01*
X-46187Y7861D01*
X-46283Y7957D01*
X-46394Y8054D01*
X-46512Y8142D01*
X-46645Y8216D01*
X-46653D01*
X-46660Y8224D01*
X-46682Y8231D01*
X-46712Y8246D01*
X-46786Y8275D01*
X-46889Y8313D01*
X-47015Y8342D01*
X-47163Y8372D01*
X-47326Y8394D01*
X-47504Y8401D01*
D02*
G37*
G36*
X-33865Y8313D02*
X-37492D01*
X-37403Y7572D01*
X-36115D01*
Y3680D01*
X-33865D01*
X-35220D01*
Y7572D01*
X-33865D01*
Y8313D01*
D02*
G37*
G36*
X-50493D02*
X-53394D01*
X-53305Y7609D01*
X-51381D01*
Y6300D01*
X-53083D01*
Y5597D01*
X-51381D01*
Y3680D01*
X-50493D01*
Y8313D01*
D02*
G37*
G36*
X-51633Y3680D02*
X-53394D01*
D01*
X-51633D01*
D02*
G37*
G36*
X-29847Y8401D02*
X-33362D01*
X-31719D01*
X-31764Y8394D01*
X-31830D01*
X-31912Y8387D01*
X-32008Y8372D01*
X-32112Y8349D01*
X-32223Y8327D01*
X-32348Y8298D01*
X-32474Y8253D01*
X-32607Y8209D01*
X-32733Y8150D01*
X-32866Y8083D01*
X-33000Y8002D01*
X-33125Y7905D01*
X-33251Y7802D01*
X-32792Y7284D01*
X-32785Y7291D01*
X-32770Y7299D01*
X-32741Y7321D01*
X-32704Y7343D01*
X-32659Y7380D01*
X-32607Y7410D01*
X-32541Y7447D01*
X-32474Y7484D01*
X-32311Y7558D01*
X-32134Y7624D01*
X-31934Y7669D01*
X-31830Y7676D01*
X-31719Y7683D01*
X-31660D01*
X-31601Y7676D01*
X-31527Y7669D01*
X-31438Y7647D01*
X-31342Y7624D01*
X-31253Y7587D01*
X-31172Y7543D01*
X-31165Y7536D01*
X-31142Y7521D01*
X-31105Y7491D01*
X-31076Y7447D01*
X-31039Y7395D01*
X-31002Y7328D01*
X-30979Y7254D01*
X-30972Y7165D01*
Y7158D01*
Y7143D01*
X-30979Y7114D01*
Y7077D01*
X-31009Y6988D01*
X-31024Y6944D01*
X-31054Y6899D01*
X-31061Y6892D01*
X-31068Y6877D01*
X-31091Y6862D01*
X-31128Y6832D01*
X-31165Y6803D01*
X-31216Y6766D01*
X-31283Y6729D01*
X-31357Y6692D01*
X-31364Y6684D01*
X-31394Y6677D01*
X-31446Y6655D01*
X-31512Y6625D01*
X-31601Y6596D01*
X-31712Y6559D01*
X-31838Y6514D01*
X-31978Y6470D01*
X-31986D01*
X-32008Y6463D01*
X-32045Y6448D01*
X-32089Y6433D01*
X-32141Y6411D01*
X-32208Y6389D01*
X-32356Y6329D01*
X-32519Y6255D01*
X-32689Y6166D01*
X-32852Y6063D01*
X-33000Y5945D01*
X-33007D01*
X-33015Y5930D01*
X-33059Y5885D01*
X-33118Y5811D01*
X-33185Y5708D01*
X-33251Y5582D01*
X-33303Y5419D01*
X-33347Y5234D01*
X-33355Y5130D01*
X-33362Y5020D01*
Y3599D01*
Y4945D01*
X-33355Y4864D01*
X-33333Y4768D01*
X-33310Y4650D01*
X-33274Y4524D01*
X-33222Y4391D01*
X-33148Y4265D01*
X-33140Y4250D01*
X-33111Y4213D01*
X-33059Y4154D01*
X-32992Y4087D01*
X-32904Y4006D01*
X-32792Y3924D01*
X-32667Y3843D01*
X-32526Y3769D01*
X-32519D01*
X-32511Y3762D01*
X-32482Y3754D01*
X-32452Y3739D01*
X-32415Y3732D01*
X-32371Y3717D01*
X-32252Y3687D01*
X-32112Y3650D01*
X-31949Y3628D01*
X-31771Y3606D01*
X-31571Y3599D01*
X-29847D01*
X-31527D01*
X-31468Y3606D01*
X-31394D01*
X-31305Y3621D01*
X-31201Y3636D01*
X-31083Y3650D01*
X-30957Y3680D01*
X-30817Y3717D01*
X-30676Y3762D01*
X-30536Y3813D01*
X-30395Y3872D01*
X-30247Y3946D01*
X-30106Y4035D01*
X-29973Y4139D01*
X-29847Y4250D01*
X-30328Y4790D01*
X-30336Y4783D01*
X-30351Y4768D01*
X-30380Y4746D01*
X-30424Y4716D01*
X-30476Y4679D01*
X-30536Y4635D01*
X-30610Y4598D01*
X-30683Y4553D01*
X-30772Y4501D01*
X-30869Y4465D01*
X-31083Y4383D01*
X-31194Y4354D01*
X-31320Y4331D01*
X-31438Y4316D01*
X-31571Y4309D01*
X-31638D01*
X-31705Y4316D01*
X-31793Y4331D01*
X-31890Y4354D01*
X-31993Y4383D01*
X-32097Y4420D01*
X-32193Y4479D01*
X-32201Y4487D01*
X-32230Y4509D01*
X-32267Y4553D01*
X-32319Y4605D01*
X-32363Y4679D01*
X-32400Y4761D01*
X-32430Y4864D01*
X-32437Y4975D01*
Y4983D01*
Y5005D01*
Y5042D01*
X-32430Y5086D01*
X-32408Y5182D01*
X-32363Y5279D01*
Y5286D01*
X-32348Y5301D01*
X-32334Y5323D01*
X-32304Y5353D01*
X-32274Y5390D01*
X-32230Y5426D01*
X-32178Y5471D01*
X-32112Y5508D01*
X-32104Y5515D01*
X-32075Y5523D01*
X-32038Y5545D01*
X-31971Y5574D01*
X-31897Y5604D01*
X-31801Y5641D01*
X-31690Y5678D01*
X-31564Y5715D01*
X-31557D01*
X-31534Y5723D01*
X-31490Y5737D01*
X-31438Y5759D01*
X-31379Y5782D01*
X-31305Y5804D01*
X-31224Y5833D01*
X-31135Y5870D01*
X-30950Y5952D01*
X-30765Y6041D01*
X-30587Y6152D01*
X-30506Y6204D01*
X-30432Y6263D01*
X-30424Y6270D01*
X-30417Y6278D01*
X-30373Y6322D01*
X-30314Y6396D01*
X-30247Y6492D01*
X-30180Y6618D01*
X-30121Y6766D01*
X-30077Y6929D01*
X-30069Y7025D01*
X-30062Y7121D01*
Y7129D01*
Y7136D01*
Y7158D01*
Y7188D01*
X-30077Y7254D01*
X-30092Y7343D01*
X-30114Y7447D01*
X-30151Y7565D01*
X-30202Y7676D01*
X-30269Y7787D01*
X-30277Y7802D01*
X-30306Y7839D01*
X-30358Y7891D01*
X-30424Y7957D01*
X-30506Y8031D01*
X-30602Y8105D01*
X-30720Y8172D01*
X-30846Y8239D01*
X-30854D01*
X-30861Y8246D01*
X-30883Y8253D01*
X-30913Y8261D01*
X-30987Y8290D01*
X-31091Y8320D01*
X-31209Y8349D01*
X-31350Y8379D01*
X-31505Y8394D01*
X-31675Y8401D01*
X-29847D01*
D02*
G37*
%LPD*%
G36*
X-45128Y4886D02*
X-45106Y4783D01*
X-45084Y4672D01*
X-45047Y4546D01*
X-44995Y4420D01*
X-44921Y4294D01*
X-44914Y4279D01*
X-44884Y4242D01*
X-44832Y4183D01*
X-44766Y4109D01*
X-44684Y4028D01*
X-44581Y3939D01*
X-44462Y3858D01*
X-44322Y3784D01*
X-44314D01*
X-44307Y3776D01*
X-44285Y3769D01*
X-44255Y3754D01*
X-44218Y3739D01*
X-44174Y3725D01*
X-44070Y3695D01*
X-43937Y3658D01*
X-43789Y3628D01*
X-43619Y3606D01*
X-43441Y3599D01*
X-45136D01*
Y4960D01*
X-45128Y4886D01*
D02*
G37*
G36*
X-65145Y4886D02*
X-65123Y4783D01*
X-65101Y4672D01*
X-65064Y4546D01*
X-65012Y4420D01*
X-64938Y4294D01*
X-64931Y4279D01*
X-64901Y4242D01*
X-64849Y4183D01*
X-64783Y4109D01*
X-64701Y4028D01*
X-64598Y3939D01*
X-64479Y3858D01*
X-64339Y3784D01*
X-64331D01*
X-64324Y3776D01*
X-64302Y3769D01*
X-64272Y3754D01*
X-64235Y3739D01*
X-64191Y3725D01*
X-64087Y3695D01*
X-63954Y3658D01*
X-63806Y3628D01*
X-63636Y3606D01*
X-63458Y3599D01*
X-65153D01*
Y4960D01*
X-65145Y4886D01*
D02*
G37*
G36*
X-59632Y7706D02*
X-59566Y7691D01*
X-59492Y7661D01*
X-59403Y7617D01*
X-59314Y7543D01*
X-59270Y7498D01*
X-59225Y7447D01*
X-59181Y7388D01*
X-59144Y7314D01*
Y7306D01*
X-59136Y7299D01*
X-59129Y7269D01*
X-59114Y7239D01*
X-59100Y7195D01*
X-59085Y7143D01*
X-59062Y7077D01*
X-59048Y7003D01*
X-59033Y6921D01*
X-59011Y6825D01*
X-58996Y6714D01*
X-58981Y6596D01*
X-58966Y6463D01*
X-58959Y6322D01*
X-58951Y6166D01*
Y6004D01*
Y5996D01*
Y5974D01*
Y5937D01*
Y5893D01*
Y5833D01*
Y5767D01*
X-58959Y5619D01*
Y5449D01*
X-58974Y5279D01*
X-58981Y5123D01*
X-58988Y5049D01*
X-58996Y4983D01*
X-60180Y7513D01*
X-60172Y7521D01*
X-60150Y7543D01*
X-60113Y7580D01*
X-60062Y7617D01*
X-59995Y7647D01*
X-59913Y7683D01*
X-59810Y7706D01*
X-59692Y7713D01*
X-59677D01*
X-59632Y7706D01*
D02*
G37*
G36*
X-59247Y4435D02*
X-59255Y4428D01*
X-59277Y4413D01*
X-59307Y4383D01*
X-59359Y4354D01*
X-59418Y4324D01*
X-59492Y4294D01*
X-59588Y4279D01*
X-59692Y4272D01*
X-59706D01*
X-59751Y4279D01*
X-59817Y4294D01*
X-59899Y4324D01*
X-59987Y4368D01*
X-60076Y4442D01*
X-60121Y4487D01*
X-60165Y4538D01*
X-60202Y4605D01*
X-60239Y4672D01*
Y4679D01*
X-60246Y4694D01*
X-60254Y4716D01*
X-60269Y4746D01*
X-60283Y4790D01*
X-60298Y4849D01*
X-60321Y4916D01*
X-60335Y4990D01*
X-60350Y5071D01*
X-60372Y5175D01*
X-60387Y5279D01*
X-60402Y5404D01*
X-60417Y5537D01*
X-60424Y5678D01*
X-60431Y5833D01*
Y6004D01*
Y6011D01*
Y6033D01*
Y6063D01*
Y6107D01*
Y6159D01*
Y6211D01*
Y6352D01*
X-60424Y6499D01*
X-60417Y6647D01*
X-60409Y6796D01*
X-60402Y6921D01*
X-59247Y4435D01*
D02*
G37*
G36*
X-38698Y7506D02*
X-38705Y7469D01*
Y7432D01*
Y7395D01*
X-38712Y7350D01*
Y7299D01*
Y7232D01*
X-38720Y7165D01*
Y7084D01*
Y6995D01*
X-38727Y6899D01*
Y6796D01*
Y6684D01*
Y6559D01*
Y6551D01*
Y6544D01*
Y6522D01*
Y6492D01*
Y6425D01*
Y6337D01*
Y6233D01*
Y6129D01*
X-38720Y6026D01*
Y5930D01*
X-38624Y3680D01*
X-40710D01*
X-40607Y5937D01*
Y5945D01*
Y5959D01*
Y5982D01*
Y6011D01*
X-40600Y6092D01*
Y6204D01*
X-40592Y6329D01*
Y6470D01*
X-40585Y6618D01*
Y6766D01*
Y6773D01*
Y6788D01*
Y6818D01*
Y6855D01*
Y6892D01*
Y6944D01*
Y7055D01*
X-40592Y7180D01*
Y7306D01*
X-40600Y7424D01*
X-40607Y7521D01*
X-40059Y4472D01*
X-39290D01*
X-38698Y7521D01*
Y7506D01*
D02*
G37*
%LPC*%
G36*
X29250Y70900D02*
X28473D01*
Y69583D01*
X27171D01*
Y70900D01*
D01*
D01*
Y67556D01*
Y68873D01*
X28473D01*
Y67556D01*
X27171D01*
X30538D01*
D01*
X29250D01*
Y68873D01*
X30538D01*
Y69583D01*
X29250D01*
Y70900D01*
D02*
G37*
G36*
X34830Y71766D02*
X32336D01*
X30885Y67134D01*
X31803D01*
X32121Y68214D01*
X33623D01*
X33942Y67134D01*
X34830D01*
X33379Y71766D01*
X34830D01*
D02*
G37*
%LPD*%
G36*
X33453Y68932D02*
X32291D01*
X32868Y71048D01*
X33453Y68932D01*
D02*
G37*
%LPC*%
G36*
X7933Y-73826D02*
X7644Y-74885D01*
X8225D01*
X7933Y-73826D01*
D02*
G37*
G36*
X-4077D02*
X-4366Y-74885D01*
X-3785D01*
X-4077Y-73826D01*
D02*
G37*
G36*
X13956Y-74296D02*
X13916D01*
X13882Y-74304D01*
X13819Y-74322D01*
X13768Y-74352D01*
X13723Y-74382D01*
X13690Y-74411D01*
X13664Y-74441D01*
X13646Y-74459D01*
X13642Y-74463D01*
Y-74467D01*
Y-75262D01*
X13668Y-75303D01*
X13697Y-75336D01*
X13723Y-75366D01*
X13753Y-75392D01*
X13782Y-75414D01*
X13808Y-75432D01*
X13864Y-75458D01*
X13908Y-75477D01*
X13945Y-75484D01*
X13960Y-75488D01*
X13979D01*
X14034Y-75480D01*
X14086Y-75462D01*
X14130Y-75432D01*
X14167Y-75395D01*
X14197Y-75347D01*
X14223Y-75299D01*
X14245Y-75244D01*
X14264Y-75188D01*
X14278Y-75133D01*
X14286Y-75077D01*
X14293Y-75029D01*
X14300Y-74981D01*
Y-74944D01*
X14304Y-74914D01*
Y-74896D01*
Y-74888D01*
Y-74833D01*
X14300Y-74781D01*
X14297Y-74733D01*
X14289Y-74689D01*
X14282Y-74648D01*
X14275Y-74611D01*
X14256Y-74548D01*
X14241Y-74500D01*
X14227Y-74467D01*
X14215Y-74448D01*
X14212Y-74441D01*
X14175Y-74393D01*
X14130Y-74356D01*
X14090Y-74330D01*
X14045Y-74315D01*
X14008Y-74304D01*
X13979Y-74300D01*
X13956Y-74296D01*
D02*
G37*
G36*
X-27879Y71171D02*
X-28360D01*
X-28493Y71163D01*
X-28604Y71148D01*
X-28700Y71126D01*
X-28781Y71104D01*
X-28841Y71082D01*
X-28878Y71060D01*
X-28907Y71045D01*
X-28915Y71037D01*
X-28974Y70978D01*
X-29018Y70912D01*
X-29055Y70838D01*
X-29077Y70771D01*
X-29092Y70704D01*
X-29100Y70653D01*
Y70616D01*
Y70601D01*
X-29092Y70490D01*
X-29070Y70394D01*
X-29048Y70312D01*
X-29018Y70246D01*
X-28981Y70201D01*
X-28959Y70164D01*
X-28937Y70142D01*
X-28929Y70135D01*
X-28855Y70090D01*
X-28774Y70053D01*
X-28685Y70031D01*
X-28604Y70009D01*
X-28522Y70001D01*
X-28463Y69994D01*
X-27879D01*
Y71171D01*
D02*
G37*
G36*
Y69298D02*
X-28456D01*
X-28596Y69291D01*
X-28715Y69276D01*
X-28818Y69247D01*
X-28907Y69224D01*
X-28974Y69195D01*
X-29026Y69165D01*
X-29055Y69150D01*
X-29063Y69143D01*
X-29137Y69076D01*
X-29188Y68995D01*
X-29225Y68899D01*
X-29248Y68810D01*
X-29270Y68729D01*
X-29277Y68662D01*
Y68610D01*
Y68603D01*
Y68595D01*
X-29270Y68484D01*
X-29240Y68381D01*
X-29196Y68292D01*
X-29144Y68218D01*
X-29077Y68159D01*
X-29011Y68107D01*
X-28929Y68063D01*
X-28855Y68026D01*
X-28774Y67996D01*
X-28693Y67981D01*
X-28626Y67966D01*
X-28559Y67952D01*
X-28508D01*
X-28463Y67944D01*
X-27879D01*
Y69298D01*
D02*
G37*
G36*
X-43506Y70950D02*
X-44283D01*
Y69633D01*
X-45585D01*
Y70950D01*
Y67606D01*
Y68923D01*
X-44283D01*
Y67606D01*
X-45585D01*
X-42218D01*
X-43506D01*
Y68923D01*
X-42218D01*
Y69633D01*
X-43506D01*
Y70950D01*
D02*
G37*
G36*
X-38400Y71816D02*
X-39776D01*
X-39828Y71809D01*
X-39887D01*
X-39961Y71801D01*
X-40043Y71794D01*
X-40132Y71779D01*
X-40324Y71750D01*
X-40524Y71698D01*
X-40731Y71631D01*
X-40923Y71535D01*
X-40931D01*
X-40946Y71520D01*
X-40968Y71505D01*
X-40997Y71483D01*
X-41079Y71409D01*
X-41123Y71365D01*
X-41168Y71313D01*
X-41212Y71254D01*
X-41256Y71187D01*
X-41301Y71113D01*
X-41338Y71024D01*
X-41367Y70936D01*
X-41390Y70832D01*
X-41404Y70728D01*
X-41412Y70610D01*
Y70603D01*
Y70595D01*
Y70573D01*
Y70543D01*
X-41397Y70462D01*
X-41382Y70366D01*
X-41352Y70262D01*
X-41308Y70144D01*
X-41241Y70033D01*
X-41160Y69922D01*
X-41145Y69907D01*
X-41116Y69877D01*
X-41064Y69840D01*
X-40990Y69789D01*
X-40909Y69737D01*
X-40805Y69692D01*
X-40694Y69655D01*
X-40576Y69641D01*
X-40613D01*
X-40642Y69633D01*
X-40723Y69618D01*
X-40820Y69596D01*
X-40938Y69559D01*
X-41056Y69507D01*
X-41182Y69433D01*
X-41301Y69345D01*
X-41315Y69330D01*
X-41352Y69293D01*
X-41397Y69234D01*
X-41456Y69145D01*
X-41515Y69034D01*
X-41560Y68893D01*
X-41597Y68730D01*
X-41611Y68545D01*
Y71816D01*
Y67184D01*
D01*
Y68479D01*
X-41604Y68427D01*
X-41597Y68368D01*
X-41582Y68294D01*
X-41545Y68138D01*
X-41515Y68057D01*
X-41486Y67968D01*
X-41441Y67879D01*
X-41390Y67791D01*
X-41330Y67709D01*
X-41256Y67628D01*
X-41182Y67561D01*
X-41086Y67495D01*
X-41079D01*
X-41064Y67480D01*
X-41034Y67465D01*
X-40990Y67443D01*
X-40946Y67421D01*
X-40879Y67398D01*
X-40812Y67369D01*
X-40731Y67339D01*
X-40642Y67310D01*
X-40538Y67280D01*
X-40435Y67258D01*
X-40317Y67236D01*
X-40198Y67213D01*
X-40065Y67199D01*
X-39784Y67184D01*
X-38400D01*
Y71816D01*
D02*
G37*
%LPD*%
G36*
X-39288Y69944D02*
X-39873D01*
X-39932Y69951D01*
X-40013Y69959D01*
X-40095Y69981D01*
X-40183Y70003D01*
X-40265Y70040D01*
X-40339Y70085D01*
X-40346Y70092D01*
X-40368Y70114D01*
X-40391Y70151D01*
X-40428Y70196D01*
X-40457Y70262D01*
X-40479Y70344D01*
X-40501Y70440D01*
X-40509Y70551D01*
Y70566D01*
Y70603D01*
X-40501Y70654D01*
X-40487Y70721D01*
X-40464Y70788D01*
X-40428Y70862D01*
X-40383Y70928D01*
X-40324Y70987D01*
X-40317Y70995D01*
X-40287Y71010D01*
X-40250Y71032D01*
X-40191Y71054D01*
X-40109Y71076D01*
X-40013Y71098D01*
X-39902Y71113D01*
X-39769Y71121D01*
X-39288D01*
Y69944D01*
D02*
G37*
G36*
Y67894D02*
X-39873D01*
X-39917Y67902D01*
X-39969D01*
X-40035Y67916D01*
X-40102Y67931D01*
X-40183Y67946D01*
X-40265Y67976D01*
X-40339Y68013D01*
X-40420Y68057D01*
X-40487Y68109D01*
X-40553Y68168D01*
X-40605Y68242D01*
X-40650Y68331D01*
X-40679Y68434D01*
X-40687Y68545D01*
Y68553D01*
Y68560D01*
Y68612D01*
X-40679Y68679D01*
X-40657Y68760D01*
X-40635Y68849D01*
X-40598Y68945D01*
X-40546Y69026D01*
X-40472Y69093D01*
X-40464Y69100D01*
X-40435Y69115D01*
X-40383Y69145D01*
X-40317Y69174D01*
X-40228Y69197D01*
X-40124Y69226D01*
X-40006Y69241D01*
X-39865Y69248D01*
X-39288D01*
Y67894D01*
D02*
G37*
%LPC*%
G36*
X-6061Y19312D02*
X-7696D01*
X-6801D01*
Y15376D01*
X-7696D01*
Y14680D01*
X-4840D01*
Y15376D01*
X-5942D01*
Y18432D01*
X-4988Y17825D01*
X-4632Y18417D01*
X-6061Y19312D01*
D02*
G37*
G36*
X1709Y19401D02*
X1554D01*
X1517Y19394D01*
X1465D01*
X1413Y19387D01*
X1280Y19364D01*
X1132Y19327D01*
X962Y19268D01*
X792Y19187D01*
X703Y19142D01*
X614Y19083D01*
X940Y18528D01*
X947D01*
X955Y18535D01*
X999Y18558D01*
X1066Y18587D01*
X1154Y18624D01*
X1258Y18661D01*
X1369Y18691D01*
X1487Y18713D01*
X1606Y18721D01*
X1643D01*
X1672Y18713D01*
X1754Y18698D01*
X1850Y18669D01*
X1961Y18624D01*
X2072Y18550D01*
X2131Y18506D01*
X2190Y18447D01*
X2242Y18387D01*
X2294Y18314D01*
Y18306D01*
X2301Y18291D01*
X2316Y18269D01*
X2331Y18239D01*
X2353Y18203D01*
X2375Y18151D01*
X2398Y18091D01*
X2427Y18032D01*
X2449Y17958D01*
X2479Y17877D01*
X2523Y17699D01*
X2553Y17485D01*
X2575Y17255D01*
X2568Y17263D01*
X2560Y17278D01*
X2546Y17300D01*
X2516Y17337D01*
X2486Y17374D01*
X2442Y17418D01*
X2390Y17462D01*
X2338Y17514D01*
X2272Y17559D01*
X2205Y17603D01*
X2124Y17648D01*
X2035Y17684D01*
X1939Y17721D01*
X1835Y17744D01*
X1724Y17759D01*
X1606Y17766D01*
X1539D01*
X1473Y17759D01*
X1376Y17744D01*
X1273Y17721D01*
X1162Y17692D01*
X1043Y17655D01*
X925Y17596D01*
X910Y17588D01*
X873Y17566D01*
X821Y17522D01*
X747Y17470D01*
X673Y17396D01*
X592Y17307D01*
X518Y17203D01*
X444Y17078D01*
Y17070D01*
X437Y17063D01*
X414Y17018D01*
X385Y16944D01*
X355Y16848D01*
X326Y16730D01*
X296Y16589D01*
X274Y16434D01*
X266Y16264D01*
Y14599D01*
Y16182D01*
X274Y16138D01*
Y16086D01*
X289Y15975D01*
X318Y15834D01*
X355Y15687D01*
X407Y15539D01*
X474Y15391D01*
Y15383D01*
X481Y15376D01*
X511Y15324D01*
X555Y15257D01*
X614Y15176D01*
X696Y15080D01*
X792Y14976D01*
X903Y14887D01*
X1029Y14798D01*
X1036D01*
X1043Y14791D01*
X1066Y14784D01*
X1088Y14769D01*
X1162Y14732D01*
X1258Y14702D01*
X1376Y14665D01*
X1510Y14628D01*
X1665Y14606D01*
X1828Y14599D01*
X1865D01*
D01*
X3456D01*
X1865D01*
X1909Y14606D01*
X1968D01*
X2035Y14621D01*
X2116Y14628D01*
X2205Y14650D01*
X2301Y14673D01*
X2398Y14702D01*
X2501Y14747D01*
X2605Y14791D01*
X2708Y14850D01*
X2805Y14917D01*
X2901Y14998D01*
X2982Y15094D01*
X3064Y15198D01*
X3071Y15205D01*
X3078Y15228D01*
X3101Y15265D01*
X3123Y15309D01*
X3152Y15368D01*
X3189Y15442D01*
X3226Y15531D01*
X3256Y15635D01*
X3293Y15746D01*
X3330Y15864D01*
X3367Y16005D01*
X3397Y16145D01*
X3419Y16308D01*
X3441Y16471D01*
X3448Y16648D01*
X3456Y16841D01*
Y16967D01*
X3448Y17033D01*
X3441Y17115D01*
Y17196D01*
X3426Y17292D01*
X3404Y17500D01*
X3367Y17729D01*
X3315Y17958D01*
X3241Y18180D01*
Y18188D01*
X3234Y18203D01*
X3219Y18239D01*
X3204Y18277D01*
X3182Y18321D01*
X3152Y18380D01*
X3078Y18506D01*
X2990Y18654D01*
X2879Y18802D01*
X2753Y18943D01*
X2605Y19076D01*
X2597Y19083D01*
X2583Y19091D01*
X2560Y19105D01*
X2531Y19128D01*
X2486Y19150D01*
X2442Y19179D01*
X2383Y19209D01*
X2324Y19239D01*
X2176Y19298D01*
X2005Y19350D01*
X1813Y19387D01*
X1709Y19401D01*
D02*
G37*
G36*
X-10301D02*
X-10456D01*
X-10493Y19394D01*
X-10545D01*
X-10597Y19387D01*
X-10730Y19364D01*
X-10878Y19327D01*
X-11048Y19268D01*
X-11218Y19187D01*
X-11307Y19142D01*
X-11396Y19083D01*
X-11070Y18528D01*
X-11063D01*
X-11056Y18535D01*
X-11011Y18558D01*
X-10945Y18587D01*
X-10856Y18624D01*
X-10752Y18661D01*
X-10641Y18691D01*
X-10523Y18713D01*
X-10404Y18721D01*
X-10367D01*
X-10338Y18713D01*
X-10256Y18698D01*
X-10160Y18669D01*
X-10049Y18624D01*
X-9938Y18550D01*
X-9879Y18506D01*
X-9820Y18447D01*
X-9768Y18387D01*
X-9716Y18314D01*
Y18306D01*
X-9709Y18291D01*
X-9694Y18269D01*
X-9679Y18239D01*
X-9657Y18203D01*
X-9635Y18151D01*
X-9613Y18091D01*
X-9583Y18032D01*
X-9561Y17958D01*
X-9531Y17877D01*
X-9487Y17699D01*
X-9457Y17485D01*
X-9435Y17255D01*
X-9442Y17263D01*
X-9450Y17278D01*
X-9465Y17300D01*
X-9494Y17337D01*
X-9524Y17374D01*
X-9568Y17418D01*
X-9620Y17462D01*
X-9672Y17514D01*
X-9738Y17559D01*
X-9805Y17603D01*
X-9886Y17648D01*
X-9975Y17684D01*
X-10071Y17721D01*
X-10175Y17744D01*
X-10286Y17759D01*
X-10404Y17766D01*
X-10471D01*
X-10538Y17759D01*
X-10634Y17744D01*
X-10737Y17721D01*
X-10848Y17692D01*
X-10967Y17655D01*
X-11085Y17596D01*
X-11100Y17588D01*
X-11137Y17566D01*
X-11189Y17522D01*
X-11263Y17470D01*
X-11337Y17396D01*
X-11418Y17307D01*
X-11492Y17203D01*
X-11566Y17078D01*
Y17070D01*
X-11574Y17063D01*
X-11596Y17018D01*
X-11625Y16944D01*
X-11655Y16848D01*
X-11685Y16730D01*
X-11714Y16589D01*
X-11736Y16434D01*
X-11744Y16264D01*
Y16271D01*
Y14599D01*
Y16182D01*
X-11736Y16138D01*
Y16086D01*
X-11722Y15975D01*
X-11692Y15834D01*
X-11655Y15687D01*
X-11603Y15539D01*
X-11537Y15391D01*
Y15383D01*
X-11529Y15376D01*
X-11500Y15324D01*
X-11455Y15257D01*
X-11396Y15176D01*
X-11315Y15080D01*
X-11218Y14976D01*
X-11107Y14887D01*
X-10982Y14798D01*
X-10974D01*
X-10967Y14791D01*
X-10945Y14784D01*
X-10922Y14769D01*
X-10848Y14732D01*
X-10752Y14702D01*
X-10634Y14665D01*
X-10501Y14628D01*
X-10345Y14606D01*
X-10182Y14599D01*
X-8554D01*
D01*
X-10145D01*
X-10101Y14606D01*
X-10042D01*
X-9975Y14621D01*
X-9894Y14628D01*
X-9805Y14650D01*
X-9709Y14673D01*
X-9613Y14702D01*
X-9509Y14747D01*
X-9405Y14791D01*
X-9302Y14850D01*
X-9206Y14917D01*
X-9109Y14998D01*
X-9028Y15094D01*
X-8947Y15198D01*
X-8939Y15205D01*
X-8932Y15228D01*
X-8910Y15265D01*
X-8887Y15309D01*
X-8858Y15368D01*
X-8821Y15442D01*
X-8784Y15531D01*
X-8754Y15635D01*
X-8717Y15746D01*
X-8680Y15864D01*
X-8643Y16005D01*
X-8614Y16145D01*
X-8591Y16308D01*
X-8569Y16471D01*
X-8562Y16648D01*
X-8554Y16841D01*
Y16967D01*
X-8562Y17033D01*
X-8569Y17115D01*
Y17196D01*
X-8584Y17292D01*
X-8606Y17500D01*
X-8643Y17729D01*
X-8695Y17958D01*
X-8769Y18180D01*
Y18188D01*
X-8776Y18203D01*
X-8791Y18239D01*
X-8806Y18277D01*
X-8828Y18321D01*
X-8858Y18380D01*
X-8932Y18506D01*
X-9021Y18654D01*
X-9132Y18802D01*
X-9257Y18943D01*
X-9405Y19076D01*
X-9413Y19083D01*
X-9428Y19091D01*
X-9450Y19105D01*
X-9479Y19128D01*
X-9524Y19150D01*
X-9568Y19179D01*
X-9627Y19209D01*
X-9687Y19239D01*
X-9835Y19298D01*
X-10005Y19350D01*
X-10197Y19387D01*
X-10301Y19401D01*
D02*
G37*
G36*
X11492Y19312D02*
X10464D01*
X9872Y16301D01*
X9309Y19312D01*
X8281D01*
X8022Y14680D01*
D01*
X11744D01*
D01*
X11492Y19312D01*
D02*
G37*
G36*
X-474Y19401D02*
X-2190D01*
X-2264Y19394D01*
X-2368Y19387D01*
X-2479Y19364D01*
X-2605Y19342D01*
X-2731Y19305D01*
X-2856Y19261D01*
X-2864D01*
X-2871Y19253D01*
X-2908Y19231D01*
X-2975Y19202D01*
X-3049Y19157D01*
X-3130Y19098D01*
X-3219Y19024D01*
X-3308Y18935D01*
X-3389Y18839D01*
X-3397Y18824D01*
X-3419Y18787D01*
X-3456Y18735D01*
X-3493Y18654D01*
X-3530Y18558D01*
X-3567Y18447D01*
X-3589Y18321D01*
X-3596Y18180D01*
Y18166D01*
Y18121D01*
X-3589Y18062D01*
X-3574Y17980D01*
X-3552Y17884D01*
X-3515Y17788D01*
X-3471Y17684D01*
X-3404Y17588D01*
X-3397Y17581D01*
X-3367Y17544D01*
X-3323Y17500D01*
X-3263Y17440D01*
X-3189Y17374D01*
X-3093Y17307D01*
X-2982Y17241D01*
X-2856Y17174D01*
X-2864D01*
X-2879Y17166D01*
X-2901Y17159D01*
X-2930Y17144D01*
X-3004Y17107D01*
X-3101Y17055D01*
X-3212Y16989D01*
X-3323Y16907D01*
X-3434Y16804D01*
X-3530Y16693D01*
X-3537Y16678D01*
X-3567Y16634D01*
X-3611Y16567D01*
X-3656Y16486D01*
X-3700Y16375D01*
X-3744Y16249D01*
X-3774Y16108D01*
X-3781Y15960D01*
Y15968D01*
Y14599D01*
Y15894D01*
X-3774Y15820D01*
X-3759Y15731D01*
X-3730Y15620D01*
X-3693Y15502D01*
X-3641Y15376D01*
X-3574Y15257D01*
X-3567Y15243D01*
X-3537Y15205D01*
X-3493Y15146D01*
X-3426Y15080D01*
X-3345Y14998D01*
X-3249Y14917D01*
X-3130Y14843D01*
X-2997Y14769D01*
X-2990D01*
X-2982Y14762D01*
X-2960Y14754D01*
X-2930Y14739D01*
X-2849Y14717D01*
X-2745Y14687D01*
X-2620Y14650D01*
X-2464Y14628D01*
X-2301Y14606D01*
X-2116Y14599D01*
X-2028D01*
X-1983Y14606D01*
X-1931D01*
X-1813Y14621D01*
X-1672Y14643D01*
X-1524Y14673D01*
X-1376Y14710D01*
X-1228Y14769D01*
X-1221D01*
X-1214Y14776D01*
X-1169Y14798D01*
X-1103Y14843D01*
X-1021Y14895D01*
X-932Y14961D01*
X-836Y15050D01*
X-747Y15139D01*
X-666Y15250D01*
X-659Y15265D01*
X-636Y15302D01*
X-607Y15368D01*
X-570Y15450D01*
X-533Y15553D01*
X-503Y15672D01*
X-481Y15798D01*
X-474Y15938D01*
Y15975D01*
X-481Y16012D01*
X-488Y16071D01*
X-503Y16138D01*
X-518Y16212D01*
X-548Y16293D01*
X-585Y16389D01*
X-629Y16478D01*
X-688Y16575D01*
X-755Y16671D01*
X-844Y16767D01*
X-940Y16863D01*
X-1058Y16952D01*
X-1191Y17026D01*
X-1347Y17100D01*
X-1339D01*
X-1332Y17107D01*
X-1288Y17130D01*
X-1228Y17159D01*
X-1154Y17203D01*
X-1066Y17255D01*
X-984Y17322D01*
X-903Y17403D01*
X-829Y17492D01*
X-821Y17507D01*
X-799Y17537D01*
X-777Y17596D01*
X-747Y17670D01*
X-710Y17759D01*
X-688Y17877D01*
X-666Y18003D01*
X-659Y18143D01*
Y18151D01*
Y18158D01*
Y18180D01*
Y18210D01*
X-673Y18284D01*
X-688Y18380D01*
X-710Y18484D01*
X-747Y18602D01*
X-799Y18713D01*
X-866Y18824D01*
X-873Y18839D01*
X-903Y18868D01*
X-947Y18920D01*
X-1014Y18987D01*
X-1088Y19053D01*
X-1184Y19128D01*
X-1295Y19194D01*
X-1413Y19253D01*
X-1421D01*
X-1428Y19261D01*
X-1473Y19275D01*
X-1539Y19298D01*
X-1628Y19327D01*
X-1739Y19357D01*
X-1857Y19379D01*
X-1991Y19394D01*
X-2124Y19401D01*
X-474D01*
D02*
G37*
G36*
X7689Y19312D02*
X4063D01*
X4151Y18573D01*
X5439D01*
Y14680D01*
X7689D01*
X6334D01*
Y18573D01*
X7689D01*
Y19312D01*
D02*
G37*
%LPD*%
G36*
X1850Y17093D02*
X1909Y17085D01*
X1976Y17070D01*
X2050Y17041D01*
X2131Y17011D01*
X2213Y16967D01*
X2220Y16959D01*
X2250Y16944D01*
X2287Y16915D01*
X2338Y16878D01*
X2390Y16826D01*
X2449Y16767D01*
X2509Y16700D01*
X2568Y16626D01*
Y16619D01*
Y16597D01*
Y16560D01*
X2560Y16508D01*
Y16449D01*
X2553Y16382D01*
X2538Y16234D01*
X2516Y16064D01*
X2486Y15886D01*
X2442Y15731D01*
X2412Y15657D01*
X2383Y15590D01*
X2375Y15575D01*
X2346Y15539D01*
X2309Y15487D01*
X2242Y15435D01*
X2168Y15376D01*
X2072Y15324D01*
X1954Y15287D01*
X1887Y15280D01*
X1820Y15272D01*
X1806D01*
X1769Y15280D01*
X1709Y15287D01*
X1635Y15302D01*
X1554Y15331D01*
X1465Y15376D01*
X1384Y15442D01*
X1317Y15524D01*
X1310Y15539D01*
X1288Y15568D01*
X1258Y15627D01*
X1228Y15709D01*
X1199Y15812D01*
X1169Y15931D01*
X1147Y16071D01*
X1140Y16234D01*
Y16241D01*
Y16271D01*
X1147Y16316D01*
Y16367D01*
X1162Y16434D01*
X1169Y16508D01*
X1214Y16671D01*
X1251Y16745D01*
X1288Y16826D01*
X1339Y16900D01*
X1399Y16967D01*
X1473Y17018D01*
X1554Y17063D01*
X1650Y17093D01*
X1761Y17100D01*
X1798D01*
X1850Y17093D01*
D02*
G37*
G36*
X-10160D02*
X-10101Y17085D01*
X-10034Y17070D01*
X-9960Y17041D01*
X-9879Y17011D01*
X-9798Y16967D01*
X-9790Y16959D01*
X-9761Y16944D01*
X-9724Y16915D01*
X-9672Y16878D01*
X-9620Y16826D01*
X-9561Y16767D01*
X-9502Y16700D01*
X-9442Y16626D01*
Y16619D01*
Y16597D01*
Y16560D01*
X-9450Y16508D01*
Y16449D01*
X-9457Y16382D01*
X-9472Y16234D01*
X-9494Y16064D01*
X-9524Y15886D01*
X-9568Y15731D01*
X-9598Y15657D01*
X-9627Y15590D01*
X-9635Y15575D01*
X-9664Y15539D01*
X-9701Y15487D01*
X-9768Y15435D01*
X-9842Y15376D01*
X-9938Y15324D01*
X-10057Y15287D01*
X-10123Y15280D01*
X-10190Y15272D01*
X-10205D01*
X-10242Y15280D01*
X-10301Y15287D01*
X-10375Y15302D01*
X-10456Y15331D01*
X-10545Y15376D01*
X-10626Y15442D01*
X-10693Y15524D01*
X-10700Y15539D01*
X-10723Y15568D01*
X-10752Y15627D01*
X-10782Y15709D01*
X-10811Y15812D01*
X-10841Y15931D01*
X-10863Y16071D01*
X-10871Y16234D01*
Y16241D01*
Y16271D01*
X-10863Y16316D01*
Y16367D01*
X-10848Y16434D01*
X-10841Y16508D01*
X-10797Y16671D01*
X-10760Y16745D01*
X-10723Y16826D01*
X-10671Y16900D01*
X-10612Y16967D01*
X-10538Y17018D01*
X-10456Y17063D01*
X-10360Y17093D01*
X-10249Y17100D01*
X-10212D01*
X-10160Y17093D01*
D02*
G37*
G36*
X10863Y18506D02*
X10856Y18469D01*
Y18432D01*
Y18395D01*
X10848Y18350D01*
Y18299D01*
Y18232D01*
X10841Y18166D01*
Y18084D01*
Y17995D01*
X10834Y17899D01*
Y17796D01*
Y17684D01*
Y17559D01*
Y17551D01*
Y17544D01*
Y17522D01*
Y17492D01*
Y17425D01*
Y17337D01*
Y17233D01*
Y17130D01*
X10841Y17026D01*
Y16930D01*
X10937Y14680D01*
X8850D01*
X8954Y16937D01*
Y16944D01*
Y16959D01*
Y16982D01*
Y17011D01*
X8961Y17093D01*
Y17203D01*
X8969Y17329D01*
Y17470D01*
X8976Y17618D01*
Y17766D01*
Y17773D01*
Y17788D01*
Y17818D01*
Y17855D01*
Y17892D01*
Y17943D01*
Y18055D01*
X8969Y18180D01*
Y18306D01*
X8961Y18425D01*
X8954Y18521D01*
X9502Y15472D01*
X10271D01*
X10863Y18521D01*
Y18506D01*
D02*
G37*
G36*
X-2020Y18735D02*
X-1954Y18721D01*
X-1880Y18706D01*
X-1798Y18676D01*
X-1724Y18632D01*
X-1658Y18580D01*
X-1650Y18573D01*
X-1635Y18550D01*
X-1606Y18513D01*
X-1576Y18469D01*
X-1547Y18402D01*
X-1517Y18328D01*
X-1502Y18239D01*
X-1495Y18136D01*
Y18128D01*
Y18106D01*
X-1502Y18069D01*
X-1510Y18018D01*
X-1532Y17914D01*
X-1554Y17862D01*
X-1584Y17810D01*
X-1591Y17803D01*
X-1598Y17788D01*
X-1621Y17766D01*
X-1650Y17736D01*
X-1687Y17707D01*
X-1724Y17670D01*
X-1835Y17603D01*
X-1843D01*
X-1865Y17588D01*
X-1902Y17573D01*
X-1954Y17551D01*
X-2020Y17522D01*
X-2094Y17492D01*
X-2183Y17462D01*
X-2279Y17425D01*
X-2294Y17433D01*
X-2324Y17455D01*
X-2368Y17485D01*
X-2420Y17522D01*
X-2479Y17566D01*
X-2538Y17618D01*
X-2597Y17677D01*
X-2642Y17736D01*
X-2649Y17744D01*
X-2664Y17766D01*
X-2679Y17803D01*
X-2701Y17855D01*
X-2723Y17914D01*
X-2745Y17980D01*
X-2753Y18055D01*
X-2760Y18143D01*
Y18158D01*
Y18188D01*
X-2753Y18239D01*
X-2738Y18299D01*
X-2723Y18373D01*
X-2694Y18447D01*
X-2649Y18513D01*
X-2597Y18580D01*
X-2590Y18587D01*
X-2568Y18602D01*
X-2531Y18632D01*
X-2479Y18661D01*
X-2412Y18691D01*
X-2331Y18721D01*
X-2235Y18735D01*
X-2124Y18743D01*
X-2072D01*
X-2020Y18735D01*
D02*
G37*
G36*
X-1865Y16819D02*
X-1835Y16804D01*
X-1806Y16782D01*
X-1717Y16715D01*
X-1621Y16619D01*
X-1524Y16500D01*
X-1436Y16353D01*
X-1406Y16264D01*
X-1376Y16175D01*
X-1362Y16071D01*
X-1354Y15968D01*
Y15953D01*
Y15916D01*
X-1362Y15849D01*
X-1376Y15775D01*
X-1399Y15694D01*
X-1436Y15612D01*
X-1480Y15524D01*
X-1547Y15450D01*
X-1554Y15442D01*
X-1584Y15420D01*
X-1628Y15391D01*
X-1695Y15361D01*
X-1776Y15331D01*
X-1872Y15302D01*
X-1991Y15280D01*
X-2124Y15272D01*
X-2183D01*
X-2250Y15280D01*
X-2331Y15294D01*
X-2427Y15316D01*
X-2523Y15353D01*
X-2612Y15398D01*
X-2694Y15457D01*
X-2701Y15464D01*
X-2723Y15494D01*
X-2760Y15531D01*
X-2797Y15590D01*
X-2827Y15664D01*
X-2864Y15746D01*
X-2886Y15842D01*
X-2893Y15953D01*
Y15960D01*
Y15990D01*
X-2886Y16034D01*
X-2879Y16093D01*
X-2864Y16153D01*
X-2849Y16212D01*
X-2819Y16278D01*
X-2782Y16338D01*
X-2775Y16345D01*
X-2760Y16367D01*
X-2738Y16389D01*
X-2701Y16427D01*
X-2657Y16471D01*
X-2605Y16508D01*
X-2538Y16552D01*
X-2464Y16589D01*
X-2457Y16597D01*
X-2427Y16612D01*
X-2383Y16626D01*
X-2316Y16656D01*
X-2235Y16693D01*
X-2139Y16737D01*
X-2020Y16782D01*
X-1887Y16834D01*
X-1880D01*
X-1865Y16819D01*
D02*
G37*
D12*
X-67200Y-1600D02*
X-66850D01*
X-67200Y-3400D02*
X-66850D01*
X-67200D02*
Y-1600D01*
X-66850Y-3400D02*
Y-1600D01*
X-68150Y-3400D02*
Y-1600D01*
X-67800Y-3400D02*
Y-1600D01*
X-68150D02*
X-67800D01*
X-68150Y-3400D02*
X-67800D01*
X-950Y39350D02*
Y40650D01*
Y39350D02*
X-600D01*
Y40650D01*
X-950D02*
X-600D01*
X600Y39350D02*
X950Y39350D01*
X600Y39350D02*
Y40650D01*
X950Y40650D01*
Y39350D02*
Y40650D01*
X-950Y46350D02*
Y47650D01*
Y46350D02*
X-600D01*
Y47650D01*
X-950D02*
X-600D01*
X600Y46350D02*
X950Y46350D01*
X600Y46350D02*
Y47650D01*
X950Y47650D01*
Y46350D02*
Y47650D01*
X-15650Y-28950D02*
X-14350D01*
X-14350Y-28600D02*
X-14350Y-28950D01*
X-15650Y-28600D02*
X-14350D01*
X-15650Y-28950D02*
X-15650Y-28600D01*
X-14350Y-27400D02*
Y-27050D01*
X-15650Y-27400D02*
X-14350D01*
X-15650D02*
Y-27050D01*
X-14350D01*
X-26400Y-36200D02*
Y-35850D01*
X-24600Y-36200D02*
Y-35850D01*
X-26400Y-36200D02*
X-24600D01*
X-26400Y-35850D02*
X-24600D01*
X-26400Y-37150D02*
X-24600D01*
X-26400Y-36800D02*
X-24600D01*
X-26400Y-37150D02*
Y-36800D01*
X-24600Y-37150D02*
Y-36800D01*
X-67200Y-12100D02*
X-66850D01*
X-67200Y-13900D02*
X-66850D01*
X-67200D02*
Y-12100D01*
X-66850Y-13900D02*
Y-12100D01*
X-68150Y-13900D02*
Y-12100D01*
X-67800Y-13900D02*
Y-12100D01*
X-68150D02*
X-67800D01*
X-68150Y-13900D02*
X-67800D01*
X-62900Y-36200D02*
Y-35850D01*
X-61100Y-36200D02*
Y-35850D01*
X-62900Y-36200D02*
X-61100D01*
X-62900Y-35850D02*
X-61100D01*
X-62900Y-37150D02*
X-61100D01*
X-62900Y-36800D02*
X-61100D01*
X-62900Y-37150D02*
Y-36800D01*
X-61100Y-37150D02*
Y-36800D01*
X-11650Y27950D02*
X-10350D01*
X-11650D02*
X-11650Y27600D01*
X-10350D01*
X-10350Y27950D01*
X-11650Y26050D02*
Y26400D01*
X-10350D01*
Y26050D02*
Y26400D01*
X-11650Y26050D02*
X-10350D01*
X-25650Y27950D02*
X-24350D01*
X-25650D02*
X-25650Y27600D01*
X-24350D01*
X-24350Y27950D01*
X-25650Y26050D02*
Y26400D01*
X-24350D01*
Y26050D02*
Y26400D01*
X-25650Y26050D02*
X-24350D01*
X17350Y27950D02*
X18650D01*
X17350D02*
X17350Y27600D01*
X18650D01*
X18650Y27950D01*
X17350Y26050D02*
Y26400D01*
X18650D01*
Y26050D02*
Y26400D01*
X17350Y26050D02*
X18650D01*
X3350Y27950D02*
X4650D01*
X3350D02*
X3350Y27600D01*
X4650D01*
X4650Y27950D01*
X3350Y26050D02*
Y26400D01*
X4650D01*
Y26050D02*
Y26400D01*
X3350Y26050D02*
X4650D01*
X-4650Y26100D02*
X-4300D01*
X-4650Y27900D02*
X-4300D01*
Y26100D02*
Y27900D01*
X-4650Y26100D02*
Y27900D01*
X-3350Y26100D02*
Y27900D01*
X-3700Y26100D02*
Y27900D01*
Y26100D02*
X-3350D01*
X-3700Y27900D02*
X-3350D01*
X-18650Y26100D02*
X-18300D01*
X-18650Y27900D02*
X-18300D01*
Y26100D02*
Y27900D01*
X-18650Y26100D02*
Y27900D01*
X-17350Y26100D02*
Y27900D01*
X-17700Y26100D02*
Y27900D01*
Y26100D02*
X-17350D01*
X-17700Y27900D02*
X-17350D01*
X24350Y26100D02*
X24700D01*
X24350Y27900D02*
X24700D01*
Y26100D02*
Y27900D01*
X24350Y26100D02*
Y27900D01*
X25650Y26100D02*
Y27900D01*
X25300Y26100D02*
Y27900D01*
Y26100D02*
X25650D01*
X25300Y27900D02*
X25650D01*
X11300D02*
X11650D01*
X11300Y26100D02*
X11650D01*
X11300D02*
Y27900D01*
X11650Y26100D02*
Y27900D01*
X10350Y26100D02*
Y27900D01*
X10700Y26100D02*
Y27900D01*
X10350D02*
X10700D01*
X10350Y26100D02*
X10700D01*
X-15650Y-23550D02*
X-14350D01*
X-15650D02*
X-15650Y-23900D01*
X-14350D01*
X-14350Y-23550D01*
X-15650Y-25450D02*
Y-25100D01*
X-14350D01*
Y-25450D02*
Y-25100D01*
X-15650Y-25450D02*
X-14350D01*
X-68150Y-32450D02*
X-66850D01*
X-66850Y-32100D02*
X-66850Y-32450D01*
X-68150Y-32100D02*
X-66850D01*
X-68150Y-32450D02*
X-68150Y-32100D01*
X-66850Y-30900D02*
Y-30550D01*
X-68150Y-30900D02*
X-66850D01*
X-68150D02*
Y-30550D01*
X-66850D01*
X4600Y-19700D02*
Y-19350D01*
X6400Y-19700D02*
Y-19350D01*
X4600Y-19700D02*
X6400D01*
X4600Y-19350D02*
X6400D01*
X4600Y-20650D02*
X6400D01*
X4600Y-20300D02*
X6400D01*
X4600Y-20650D02*
Y-20300D01*
X6400Y-20650D02*
Y-20300D01*
X8100Y-19700D02*
Y-19350D01*
X9900Y-19700D02*
Y-19350D01*
X8100Y-19700D02*
X9900D01*
X8100Y-19350D02*
X9900D01*
X8100Y-20650D02*
X9900D01*
X8100Y-20300D02*
X9900D01*
X8100Y-20650D02*
Y-20300D01*
X9900Y-20650D02*
Y-20300D01*
X-15650Y-21900D02*
X-15300D01*
X-15650Y-20100D02*
X-15300D01*
Y-21900D02*
Y-20100D01*
X-15650Y-21900D02*
Y-20100D01*
X-14350Y-21900D02*
Y-20100D01*
X-14700Y-21900D02*
Y-20100D01*
Y-21900D02*
X-14350D01*
X-14700Y-20100D02*
X-14350D01*
X-68150Y-39450D02*
X-66850D01*
X-66850Y-39100D02*
X-66850Y-39450D01*
X-68150Y-39100D02*
X-66850D01*
X-68150Y-39450D02*
X-68150Y-39100D01*
X-66850Y-37900D02*
Y-37550D01*
X-68150Y-37900D02*
X-66850D01*
X-68150D02*
Y-37550D01*
X-66850D01*
X22300Y-37100D02*
X22650D01*
X22300Y-38900D02*
X22650D01*
X22300D02*
Y-37100D01*
X22650Y-38900D02*
Y-37100D01*
X21350Y-38900D02*
Y-37100D01*
X21700Y-38900D02*
Y-37100D01*
X21350D02*
X21700D01*
X21350Y-38900D02*
X21700D01*
X21350Y-55550D02*
X22650D01*
X21350D02*
X21350Y-55900D01*
X22650D01*
X22650Y-55550D01*
X21350Y-57450D02*
Y-57100D01*
X22650D01*
Y-57450D02*
Y-57100D01*
X21350Y-57450D02*
X22650D01*
X-67200Y-34100D02*
X-66850D01*
X-67200Y-35900D02*
X-66850D01*
X-67200D02*
Y-34100D01*
X-66850Y-35900D02*
Y-34100D01*
X-68150Y-35900D02*
Y-34100D01*
X-67800Y-35900D02*
Y-34100D01*
X-68150D02*
X-67800D01*
X-68150Y-35900D02*
X-67800D01*
X-650Y-18400D02*
X-300D01*
X-650Y-16600D02*
X-300D01*
Y-18400D02*
Y-16600D01*
X-650Y-18400D02*
Y-16600D01*
X650Y-18400D02*
Y-16600D01*
X300Y-18400D02*
Y-16600D01*
Y-18400D02*
X650D01*
X300Y-16600D02*
X650D01*
X-650Y-21900D02*
X-300D01*
X-650Y-20100D02*
X-300D01*
Y-21900D02*
Y-20100D01*
X-650Y-21900D02*
Y-20100D01*
X650Y-21900D02*
Y-20100D01*
X300Y-21900D02*
Y-20100D01*
Y-21900D02*
X650D01*
X300Y-20100D02*
X650D01*
X-8150Y-21900D02*
X-7800D01*
X-8150Y-20100D02*
X-7800D01*
Y-21900D02*
Y-20100D01*
X-8150Y-21900D02*
Y-20100D01*
X-6850Y-21900D02*
Y-20100D01*
X-7200Y-21900D02*
Y-20100D01*
Y-21900D02*
X-6850D01*
X-7200Y-20100D02*
X-6850D01*
X6400Y-28650D02*
Y-28300D01*
X4600Y-28650D02*
Y-28300D01*
X6400D01*
X4600Y-28650D02*
X6400D01*
X4600Y-27350D02*
X6400D01*
X4600Y-27700D02*
X6400D01*
Y-27350D01*
X4600Y-27700D02*
Y-27350D01*
X9900Y-28650D02*
Y-28300D01*
X8100Y-28650D02*
Y-28300D01*
X9900D01*
X8100Y-28650D02*
X9900D01*
X8100Y-27350D02*
X9900D01*
X8100Y-27700D02*
X9900D01*
Y-27350D01*
X8100Y-27700D02*
Y-27350D01*
X24900Y-24650D02*
Y-24300D01*
X23100Y-24650D02*
Y-24300D01*
X24900D01*
X23100Y-24650D02*
X24900D01*
X23100Y-23350D02*
X24900D01*
X23100Y-23700D02*
X24900D01*
Y-23350D01*
X23100Y-23700D02*
Y-23350D01*
X24900Y-33150D02*
Y-32800D01*
X23100Y-33150D02*
Y-32800D01*
X24900D01*
X23100Y-33150D02*
X24900D01*
X23100Y-31850D02*
X24900D01*
X23100Y-32200D02*
X24900D01*
Y-31850D01*
X23100Y-32200D02*
Y-31850D01*
X21350Y-19400D02*
X21700D01*
X21350Y-17600D02*
X21700D01*
Y-19400D02*
Y-17600D01*
X21350Y-19400D02*
Y-17600D01*
X22650Y-19400D02*
Y-17600D01*
X22300Y-19400D02*
Y-17600D01*
Y-19400D02*
X22650D01*
X22300Y-17600D02*
X22650D01*
X13850Y-19450D02*
X15150D01*
X15150Y-19100D02*
X15150Y-19450D01*
X13850Y-19100D02*
X15150D01*
X13850Y-19450D02*
X13850Y-19100D01*
X15150Y-17900D02*
Y-17550D01*
X13850Y-17900D02*
X15150D01*
X13850D02*
Y-17550D01*
X15150D01*
X8050Y-36650D02*
Y-35350D01*
Y-36650D02*
X8400Y-36650D01*
Y-35350D01*
X8050Y-35350D02*
X8400Y-35350D01*
X9600Y-36650D02*
X9950D01*
X9600D02*
Y-35350D01*
X9950D01*
Y-36650D02*
Y-35350D01*
X6400Y-36650D02*
Y-36300D01*
X4600Y-36650D02*
Y-36300D01*
X6400D01*
X4600Y-36650D02*
X6400D01*
X4600Y-35350D02*
X6400D01*
X4600Y-35700D02*
X6400D01*
Y-35350D01*
X4600Y-35700D02*
Y-35350D01*
X13850Y-38950D02*
X15150D01*
X15150Y-38600D02*
X15150Y-38950D01*
X13850Y-38600D02*
X15150D01*
X13850Y-38950D02*
X13850Y-38600D01*
X15150Y-37400D02*
Y-37050D01*
X13850Y-37400D02*
X15150D01*
X13850D02*
Y-37050D01*
X15150D01*
D13*
X-29346Y40941D02*
Y45059D01*
X-22654Y40941D02*
Y45059D01*
X-71087Y-15795D02*
X-70791Y-15500D01*
X-64394D02*
X-64000Y-15894D01*
X-64500Y-28500D02*
X-64000Y-28000D01*
X-71000D02*
X-70500Y-28500D01*
X-64000Y-28000D02*
Y-27803D01*
X-70791Y-15500D02*
X-64394D01*
X-70500Y-28500D02*
X-64500D01*
X-64000Y-16091D02*
Y-15894D01*
X29346Y40941D02*
Y45059D01*
X22654Y40941D02*
Y45059D01*
X-9602Y-27457D02*
X-6256D01*
X-9602Y-31787D02*
Y-27457D01*
X-744D02*
X2602D01*
Y-31787D02*
Y-27457D01*
X-12224Y-59842D02*
Y-40157D01*
X-2776Y-59842D02*
Y-40157D01*
X-12224Y-59842D02*
X-2776D01*
X-12224Y-40157D02*
X-2776D01*
X4724Y-9843D02*
Y9843D01*
X-4724Y-9843D02*
Y9843D01*
X4724D01*
X-4724Y-9843D02*
X4724D01*
D14*
X-55000Y-31500D02*
Y-8500D01*
X-32000Y-8500D02*
X-32000Y-31500D01*
X-55000D02*
X-32000D01*
X-55000Y-8500D02*
X-32000Y-8500D01*
D84*
X-465Y32567D02*
G03*
X-465Y32567I-492J0D01*
G01*
X24276Y-32724D02*
G03*
X24276Y-32724I-492J0D01*
G01*
X-17441Y-61043D02*
G03*
X-17441Y-61043I-492J0D01*
G01*
X23535Y32567D02*
G03*
X23535Y32567I-492J0D01*
G01*
X10925Y11043D02*
G03*
X10925Y11043I-492J0D01*
G01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GBP
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=128*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
D18*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GBS
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Negative*
G04*
G01*
G75*
G04:AMPARAMS|DCode=38|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD38*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
%ADD38ROUNDEDRECTD38*%
%ADD49C,0.20600*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
%ADD73O,0.02568X0.05718*%
G04:AMPARAMS|DCode=74|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD74*
21,1,0.02600,0.01000,0,0,270.0*
21,1,0.01000,0.02600,0,0,270.0*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
1,1,0.01600,0.00500,-0.00500*
%
%ADD74ROUNDEDRECTD74*%
G04:AMPARAMS|DCode=75|XSize=96.55mil|YSize=96.55mil|CornerRadius=25.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD75*
21,1,0.09655,0.04528,0,0,0.0*
21,1,0.04528,0.09655,0,0,0.0*
1,1,0.05128,0.02264,-0.02264*
1,1,0.05128,-0.02264,-0.02264*
1,1,0.05128,-0.02264,0.02264*
1,1,0.05128,0.02264,0.02264*
%
%ADD75ROUNDEDRECTD75*%
G04:AMPARAMS|DCode=76|XSize=206mil|YSize=86mil|CornerRadius=23mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD76*
21,1,0.20600,0.04000,0,0,270.0*
21,1,0.16000,0.08600,0,0,270.0*
1,1,0.04600,-0.02000,-0.08000*
1,1,0.04600,-0.02000,0.08000*
1,1,0.04600,0.02000,0.08000*
1,1,0.04600,0.02000,-0.08000*
%
%ADD76ROUNDEDRECTD76*%
G04:AMPARAMS|DCode=77|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD77*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
%ADD77ROUNDEDRECTD77*%
G04:AMPARAMS|DCode=78|XSize=27.65mil|YSize=63.09mil|CornerRadius=8.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD78*
21,1,0.02765,0.04626,0,0,270.0*
21,1,0.01083,0.06309,0,0,270.0*
1,1,0.01683,-0.02313,-0.00541*
1,1,0.01683,-0.02313,0.00541*
1,1,0.01683,0.02313,0.00541*
1,1,0.01683,0.02313,-0.00541*
%
%ADD78ROUNDEDRECTD78*%
G04:AMPARAMS|DCode=79|XSize=29.62mil|YSize=41mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD79*
21,1,0.02962,0.02319,0,0,0.0*
21,1,0.01181,0.04100,0,0,0.0*
1,1,0.01781,0.00591,-0.01159*
1,1,0.01781,-0.00591,-0.01159*
1,1,0.01781,-0.00591,0.01159*
1,1,0.01781,0.00591,0.01159*
%
%ADD79ROUNDEDRECTD79*%
G04:AMPARAMS|DCode=80|XSize=33.56mil|YSize=57.18mil|CornerRadius=9.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD80*
21,1,0.03356,0.03740,0,0,0.0*
21,1,0.01378,0.05718,0,0,0.0*
1,1,0.01978,0.00689,-0.01870*
1,1,0.01978,-0.00689,-0.01870*
1,1,0.01978,-0.00689,0.01870*
1,1,0.01978,0.00689,0.01870*
%
%ADD80ROUNDEDRECTD80*%
%ADD81O,0.05718X0.02568*%
%ADD82O,0.01800X0.06000*%
%ADD83O,0.06000X0.01800*%
G36*
X60300Y36696D02*
X57858Y36178D01*
Y34911D01*
X57849Y34790D01*
Y34596D01*
X57840Y34513D01*
Y34374D01*
X57830Y34319D01*
Y34235D01*
X57821Y34189D01*
Y34170D01*
X57793Y33976D01*
X57756Y33810D01*
X57719Y33662D01*
X57682Y33542D01*
X57655Y33449D01*
X57627Y33375D01*
X57617Y33338D01*
X57608Y33320D01*
X57543Y33199D01*
X57479Y33097D01*
X57414Y32996D01*
X57340Y32912D01*
X57284Y32838D01*
X57238Y32783D01*
X57201Y32746D01*
X57192Y32737D01*
X57081Y32635D01*
X56961Y32542D01*
X56840Y32469D01*
X56720Y32404D01*
X56618Y32348D01*
X56535Y32311D01*
X56480Y32283D01*
X56471Y32274D01*
X56461D01*
X56286Y32210D01*
X56119Y32163D01*
X55953Y32126D01*
X55814Y32108D01*
X55684Y32089D01*
X55592Y32080D01*
X55555D01*
X55527D01*
X55518D01*
X55509D01*
X55323Y32089D01*
X55148Y32117D01*
X55000Y32154D01*
X54861Y32200D01*
X54759Y32247D01*
X54676Y32283D01*
X54630Y32311D01*
X54611Y32320D01*
X54482Y32413D01*
X54361Y32524D01*
X54269Y32635D01*
X54195Y32737D01*
X54140Y32829D01*
X54093Y32903D01*
X54075Y32950D01*
X54066Y32959D01*
Y32968D01*
X54010Y33125D01*
X53973Y33310D01*
X53936Y33486D01*
X53917Y33662D01*
X53908Y33819D01*
Y33884D01*
X53899Y33948D01*
Y36659D01*
X60300Y38000D01*
Y36696D01*
D02*
G37*
G36*
Y27029D02*
X59227Y26798D01*
Y30526D01*
X57488Y30147D01*
Y26807D01*
X56415Y26586D01*
Y29906D01*
X54972Y29592D01*
Y26160D01*
X53899Y25938D01*
Y30683D01*
X60300Y32024D01*
Y27029D01*
D02*
G37*
G36*
Y24819D02*
X55999Y23912D01*
X60300Y22173D01*
Y20962D01*
X53899Y19620D01*
Y20832D01*
X58182Y21738D01*
X53899Y23478D01*
Y24689D01*
X60300Y26030D01*
Y24819D01*
D02*
G37*
G36*
X58006Y19176D02*
X58246Y19149D01*
X58469Y19102D01*
X58681Y19047D01*
X58866Y18982D01*
X59042Y18917D01*
X59199Y18834D01*
X59347Y18751D01*
X59468Y18677D01*
X59579Y18594D01*
X59671Y18529D01*
X59745Y18455D01*
X59810Y18408D01*
X59847Y18362D01*
X59874Y18335D01*
X59884Y18325D01*
X59976Y18196D01*
X60059Y18066D01*
X60133Y17918D01*
X60189Y17770D01*
X60245Y17622D01*
X60291Y17465D01*
X60356Y17178D01*
X60374Y17040D01*
X60392Y16910D01*
X60402Y16799D01*
X60411Y16697D01*
X60420Y16614D01*
Y16503D01*
X60411Y16216D01*
X60383Y15948D01*
X60346Y15689D01*
X60309Y15467D01*
X60291Y15365D01*
X60272Y15273D01*
X60254Y15199D01*
X60235Y15134D01*
X60217Y15078D01*
X60207Y15042D01*
X60198Y15014D01*
Y15004D01*
X60106Y14736D01*
X60013Y14496D01*
X59921Y14283D01*
X59838Y14098D01*
X59791Y14024D01*
X59754Y13959D01*
X59727Y13894D01*
X59699Y13848D01*
X59671Y13811D01*
X59662Y13774D01*
X59643Y13765D01*
Y13756D01*
X56877Y13182D01*
Y16040D01*
X57951Y16262D01*
Y14625D01*
X58912Y14829D01*
X58968Y14958D01*
X59023Y15088D01*
X59079Y15217D01*
X59116Y15337D01*
X59153Y15439D01*
X59181Y15522D01*
X59190Y15578D01*
X59199Y15587D01*
Y15597D01*
X59236Y15763D01*
X59264Y15920D01*
X59292Y16068D01*
X59301Y16198D01*
X59310Y16309D01*
X59320Y16392D01*
Y16466D01*
X59301Y16716D01*
X59264Y16938D01*
X59199Y17123D01*
X59125Y17271D01*
X59061Y17391D01*
X58996Y17483D01*
X58959Y17530D01*
X58940Y17548D01*
X58866Y17613D01*
X58774Y17669D01*
X58589Y17761D01*
X58385Y17817D01*
X58191Y17863D01*
X58015Y17890D01*
X57941Y17900D01*
X57867D01*
X57812Y17909D01*
X57775D01*
X57747D01*
X57738D01*
X57433Y17900D01*
X57155Y17863D01*
X56896Y17817D01*
X56776Y17789D01*
X56674Y17761D01*
X56572Y17733D01*
X56480Y17706D01*
X56406Y17678D01*
X56341Y17659D01*
X56286Y17641D01*
X56248Y17622D01*
X56230Y17613D01*
X56221D01*
X55971Y17493D01*
X55758Y17354D01*
X55582Y17215D01*
X55435Y17086D01*
X55323Y16965D01*
X55250Y16864D01*
X55222Y16827D01*
X55203Y16799D01*
X55185Y16790D01*
Y16781D01*
X55074Y16577D01*
X54991Y16374D01*
X54926Y16179D01*
X54889Y15994D01*
X54861Y15846D01*
X54852Y15781D01*
Y15717D01*
X54843Y15680D01*
Y15615D01*
X54852Y15421D01*
X54889Y15245D01*
X54926Y15088D01*
X54981Y14958D01*
X55028Y14847D01*
X55074Y14773D01*
X55111Y14727D01*
X55120Y14708D01*
X55231Y14579D01*
X55361Y14477D01*
X55499Y14385D01*
X55629Y14311D01*
X55749Y14255D01*
X55841Y14209D01*
X55879Y14200D01*
X55906Y14190D01*
X55925Y14181D01*
X55934D01*
X55795Y12951D01*
X55620Y12997D01*
X55453Y13053D01*
X55296Y13117D01*
X55148Y13182D01*
X55009Y13256D01*
X54889Y13330D01*
X54778Y13404D01*
X54676Y13478D01*
X54593Y13552D01*
X54510Y13626D01*
X54445Y13682D01*
X54389Y13737D01*
X54352Y13783D01*
X54325Y13821D01*
X54306Y13839D01*
X54297Y13848D01*
X54204Y13978D01*
X54121Y14117D01*
X54056Y14255D01*
X54001Y14403D01*
X53908Y14699D01*
X53843Y14986D01*
X53825Y15115D01*
X53807Y15236D01*
X53797Y15347D01*
X53788Y15439D01*
X53779Y15513D01*
Y15624D01*
X53788Y15828D01*
X53807Y16022D01*
X53834Y16216D01*
X53871Y16392D01*
X53908Y16568D01*
X53964Y16725D01*
X54010Y16873D01*
X54066Y17003D01*
X54121Y17132D01*
X54167Y17234D01*
X54223Y17335D01*
X54260Y17410D01*
X54297Y17474D01*
X54325Y17521D01*
X54343Y17548D01*
X54352Y17558D01*
X54463Y17706D01*
X54584Y17844D01*
X54843Y18094D01*
X54981Y18214D01*
X55111Y18316D01*
X55240Y18408D01*
X55370Y18492D01*
X55490Y18566D01*
X55601Y18631D01*
X55694Y18686D01*
X55786Y18732D01*
X55851Y18769D01*
X55906Y18797D01*
X55943Y18806D01*
X55953Y18815D01*
X56276Y18936D01*
X56600Y19028D01*
X56905Y19093D01*
X57044Y19121D01*
X57174Y19139D01*
X57303Y19158D01*
X57414Y19167D01*
X57507Y19176D01*
X57599D01*
X57664Y19185D01*
X57710D01*
X57747D01*
X57756D01*
X58006Y19176D01*
D02*
G37*
G36*
X60300Y7826D02*
X59227Y7604D01*
Y9381D01*
X59236Y9612D01*
Y10417D01*
X59246Y10527D01*
Y10759D01*
X59255Y10860D01*
Y10953D01*
X54907Y7235D01*
X53899Y7040D01*
Y11656D01*
X54972Y11878D01*
Y8890D01*
X59292Y12581D01*
X60300Y12794D01*
Y7826D01*
D02*
G37*
G36*
Y5866D02*
X57442Y5264D01*
Y2776D01*
X60300Y3368D01*
Y2064D01*
X53899Y713D01*
Y2027D01*
X56369Y2545D01*
Y5033D01*
X53899Y4515D01*
Y5829D01*
X60300Y7170D01*
Y5866D01*
D02*
G37*
G36*
Y-526D02*
X53899Y-1877D01*
Y-563D01*
X60300Y778D01*
Y-526D01*
D02*
G37*
G36*
Y-3079D02*
X57442Y-3681D01*
Y-6169D01*
X60300Y-5577D01*
Y-6881D01*
X53899Y-8231D01*
Y-6918D01*
X56369Y-6400D01*
Y-3912D01*
X53899Y-4430D01*
Y-3116D01*
X60300Y-1775D01*
Y-3079D01*
D02*
G37*
G36*
X58617Y-8676D02*
X58764Y-8694D01*
X58912Y-8722D01*
X59042Y-8759D01*
X59171Y-8805D01*
X59282Y-8861D01*
X59394Y-8916D01*
X59486Y-8971D01*
X59579Y-9027D01*
X59653Y-9082D01*
X59717Y-9138D01*
X59773Y-9184D01*
X59819Y-9221D01*
X59847Y-9249D01*
X59865Y-9268D01*
X59874Y-9277D01*
X59967Y-9397D01*
X60050Y-9536D01*
X60124Y-9674D01*
X60189Y-9813D01*
X60245Y-9961D01*
X60291Y-10119D01*
X60356Y-10405D01*
X60374Y-10535D01*
X60392Y-10664D01*
X60402Y-10775D01*
X60411Y-10868D01*
X60420Y-10951D01*
Y-11062D01*
X60402Y-11404D01*
X60383Y-11571D01*
X60365Y-11719D01*
X60337Y-11857D01*
X60309Y-11987D01*
X60281Y-12107D01*
X60245Y-12218D01*
X60207Y-12320D01*
X60180Y-12403D01*
X60152Y-12477D01*
X60124Y-12542D01*
X60097Y-12588D01*
X60087Y-12625D01*
X60069Y-12644D01*
Y-12653D01*
X59930Y-12875D01*
X59773Y-13069D01*
X59625Y-13236D01*
X59477Y-13365D01*
X59347Y-13476D01*
X59246Y-13550D01*
X59209Y-13569D01*
X59181Y-13587D01*
X59162Y-13606D01*
X59153D01*
X59042Y-13661D01*
X58922Y-13717D01*
X58663Y-13828D01*
X58385Y-13920D01*
X58126Y-13994D01*
X58006Y-14031D01*
X57895Y-14059D01*
X57793Y-14087D01*
X57701Y-14115D01*
X57627Y-14133D01*
X57571Y-14142D01*
X57534Y-14152D01*
X57525D01*
X53899Y-14919D01*
Y-13606D01*
X57405Y-12866D01*
X57562Y-12829D01*
X57701Y-12801D01*
X57830Y-12764D01*
X57951Y-12727D01*
X58061Y-12699D01*
X58163Y-12672D01*
X58246Y-12634D01*
X58330Y-12616D01*
X58394Y-12588D01*
X58459Y-12561D01*
X58505Y-12542D01*
X58543Y-12524D01*
X58598Y-12505D01*
X58617Y-12496D01*
X58737Y-12422D01*
X58848Y-12338D01*
X58940Y-12246D01*
X59014Y-12163D01*
X59070Y-12089D01*
X59107Y-12024D01*
X59135Y-11987D01*
X59144Y-11969D01*
X59199Y-11839D01*
X59246Y-11691D01*
X59273Y-11552D01*
X59301Y-11423D01*
X59310Y-11303D01*
X59320Y-11201D01*
Y-11118D01*
X59310Y-10914D01*
X59282Y-10738D01*
X59246Y-10590D01*
X59209Y-10461D01*
X59171Y-10368D01*
X59135Y-10294D01*
X59107Y-10257D01*
X59097Y-10239D01*
X59005Y-10137D01*
X58912Y-10072D01*
X58811Y-10017D01*
X58718Y-9980D01*
X58635Y-9961D01*
X58570Y-9952D01*
X58533Y-9943D01*
X58515D01*
X58404Y-9961D01*
X58311Y-9971D01*
X58256Y-9980D01*
X58246D01*
X58237D01*
X57386Y-10174D01*
X53899Y-10932D01*
Y-9628D01*
X57275Y-8870D01*
X57395Y-8842D01*
X57497Y-8823D01*
X57590Y-8805D01*
X57673Y-8787D01*
X57747Y-8768D01*
X57812Y-8759D01*
X57923Y-8740D01*
X57987Y-8722D01*
X58043D01*
X58061Y-8713D01*
X58071D01*
X58219Y-8694D01*
X58284Y-8685D01*
X58348Y-8676D01*
X58394D01*
X58432Y-8666D01*
X58450D01*
X58459D01*
X58617Y-8676D01*
D02*
G37*
G36*
X60300Y-15927D02*
X53899Y-17278D01*
Y-15965D01*
X60300Y-14623D01*
Y-15927D01*
D02*
G37*
G36*
Y-18443D02*
X59088Y-18684D01*
Y-17445D01*
X60300Y-17204D01*
Y-18443D01*
D02*
G37*
G36*
Y-20710D02*
X59338Y-21588D01*
X59199Y-21709D01*
X59070Y-21829D01*
X58959Y-21931D01*
X58848Y-22014D01*
X58755Y-22097D01*
X58672Y-22171D01*
X58598Y-22227D01*
X58533Y-22282D01*
X58432Y-22366D01*
X58358Y-22421D01*
X58320Y-22449D01*
X58311Y-22458D01*
X58376Y-22486D01*
X58450Y-22513D01*
X58607Y-22588D01*
X58783Y-22671D01*
X58959Y-22754D01*
X59116Y-22837D01*
X59181Y-22874D01*
X59246Y-22902D01*
X59292Y-22930D01*
X59329Y-22948D01*
X59356Y-22967D01*
X59366D01*
X60300Y-23457D01*
Y-24946D01*
X57266Y-23365D01*
X53913Y-26285D01*
X57802Y-28045D01*
X60300Y-27527D01*
Y-28831D01*
X57932Y-29331D01*
X53899Y-32272D01*
Y-30737D01*
X55194Y-29840D01*
X56045Y-29229D01*
X56267Y-29081D01*
X56369Y-29016D01*
X56461Y-28961D01*
X56535Y-28924D01*
X56591Y-28887D01*
X56628Y-28868D01*
X56637Y-28859D01*
X56517Y-28813D01*
X56369Y-28757D01*
X56212Y-28692D01*
X56063Y-28628D01*
X55925Y-28572D01*
X55860Y-28545D01*
X55805Y-28526D01*
X55768Y-28508D01*
X55730Y-28489D01*
X55712Y-28480D01*
X55703D01*
X53899Y-27684D01*
Y-26297D01*
Y-24622D01*
X55009Y-23623D01*
X55166Y-23485D01*
X55342Y-23337D01*
X55518Y-23189D01*
X55675Y-23041D01*
X55823Y-22920D01*
X55888Y-22865D01*
X55943Y-22828D01*
X55980Y-22791D01*
X56017Y-22763D01*
X56036Y-22745D01*
X56045Y-22736D01*
X55999Y-22717D01*
X55962Y-22698D01*
X55943Y-22689D01*
X55934Y-22680D01*
X55795Y-22606D01*
X55666Y-22550D01*
X55555Y-22495D01*
X55462Y-22449D01*
X55379Y-22402D01*
X55314Y-22375D01*
X55250Y-22338D01*
X55203Y-22319D01*
X55166Y-22301D01*
X55138Y-22282D01*
X55092Y-22264D01*
X55074Y-22254D01*
X53899Y-21625D01*
Y-20247D01*
X57072Y-21838D01*
X60300Y-19008D01*
Y-20710D01*
D02*
G37*
G36*
Y-36407D02*
X59227Y-36629D01*
Y-34853D01*
X59236Y-34622D01*
Y-33817D01*
X59246Y-33706D01*
Y-33475D01*
X59255Y-33373D01*
Y-33281D01*
X54907Y-36999D01*
X53899Y-37193D01*
Y-32577D01*
X54972Y-32355D01*
Y-35343D01*
X59292Y-31653D01*
X60300Y-31440D01*
Y-36407D01*
D02*
G37*
%LPC*%
G36*
X56785Y35956D02*
X54953Y35567D01*
Y34402D01*
X54963Y34309D01*
Y34226D01*
X54972Y34078D01*
X54991Y33976D01*
X55000Y33893D01*
X55018Y33838D01*
X55028Y33810D01*
Y33801D01*
X55092Y33680D01*
X55157Y33588D01*
X55212Y33532D01*
X55231Y33514D01*
X55240D01*
X55296Y33477D01*
X55361Y33449D01*
X55481Y33412D01*
X55536D01*
X55582Y33403D01*
X55610D01*
X55620D01*
X55749Y33412D01*
X55860Y33430D01*
X55971Y33468D01*
X56063Y33505D01*
X56138Y33542D01*
X56202Y33579D01*
X56239Y33597D01*
X56248Y33606D01*
X56341Y33689D01*
X56424Y33782D01*
X56498Y33874D01*
X56554Y33958D01*
X56600Y34041D01*
X56628Y34106D01*
X56646Y34143D01*
X56656Y34161D01*
X56674Y34235D01*
X56702Y34319D01*
X56711Y34420D01*
X56730Y34522D01*
X56757Y34753D01*
X56766Y34984D01*
X56776Y35197D01*
X56785Y35299D01*
Y35956D01*
D02*
G37*
%LPD*%
D38*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D49*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D73*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D74*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D75*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D76*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D77*
X-67500Y-18260D02*
D03*
D78*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D79*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D80*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D81*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D82*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D83*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GD1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=2752767*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
%ADD87C,0.00267*%
D86*
X-99087Y-53576D02*
Y-51976D01*
X-97487D01*
Y-53576D01*
X-99087D01*
X97487D02*
Y-51976D01*
X99087D01*
Y-53576D01*
X97487D01*
Y51976D02*
Y53576D01*
X99087D01*
Y51976D01*
X97487D01*
X-99087D02*
Y53576D01*
X-97487D01*
Y51976D01*
X-99087D01*
X4500Y51300D02*
X3700Y52900D01*
X5300D01*
X4500Y51300D01*
Y54300D02*
X3700Y55900D01*
X5300D01*
X4500Y54300D01*
X32000Y15200D02*
X31200Y16800D01*
X32800D01*
X32000Y15200D01*
X29000D02*
X28200Y16800D01*
X29800D01*
X29000Y15200D01*
X26000D02*
X25200Y16800D01*
X26800D01*
X26000Y15200D01*
X23000D02*
X22200Y16800D01*
X23800D01*
X23000Y15200D01*
X20000D02*
X19200Y16800D01*
X20800D01*
X20000Y15200D01*
X17000D02*
X16200Y16800D01*
X17800D01*
X17000Y15200D01*
X14000D02*
X13200Y16800D01*
X14800D01*
X14000Y15200D01*
X11000D02*
X10200Y16800D01*
X11800D01*
X11000Y15200D01*
X8000D02*
X7200Y16800D01*
X8800D01*
X8000Y15200D01*
X5000D02*
X4200Y16800D01*
X5800D01*
X5000Y15200D01*
X2000D02*
X1200Y16800D01*
X2800D01*
X2000Y15200D01*
X-1000D02*
X-1800Y16800D01*
X-200D01*
X-1000Y15200D01*
X-4000D02*
X-4800Y16800D01*
X-3200D01*
X-4000Y15200D01*
X-7000D02*
X-7800Y16800D01*
X-6200D01*
X-7000Y15200D01*
X-10000D02*
X-10800Y16800D01*
X-9200D01*
X-10000Y15200D01*
X-13000D02*
X-13800Y16800D01*
X-12200D01*
X-13000Y15200D01*
X-16000D02*
X-16800Y16800D01*
X-15200D01*
X-16000Y15200D01*
X-19000D02*
X-19800Y16800D01*
X-18200D01*
X-19000Y15200D01*
X73000Y-15800D02*
X72200Y-14200D01*
X73800D01*
X73000Y-15800D01*
X76000D02*
X75200Y-14200D01*
X76800D01*
X76000Y-15800D01*
X70000D02*
X69200Y-14200D01*
X70800D01*
X70000Y-15800D01*
Y-12800D02*
X69200Y-11200D01*
X70800D01*
X70000Y-12800D01*
X73000D02*
X72200Y-11200D01*
X73800D01*
X73000Y-12800D01*
X76000D02*
X75200Y-11200D01*
X76800D01*
X76000Y-12800D01*
X73000Y-18800D02*
X72200Y-17200D01*
X73800D01*
X73000Y-18800D01*
X76000D02*
X75200Y-17200D01*
X76800D01*
X76000Y-18800D01*
X70000D02*
X69200Y-17200D01*
X70800D01*
X70000Y-18800D01*
X73000Y14200D02*
X72200Y15800D01*
X73800D01*
X73000Y14200D01*
Y11200D02*
X72200Y12800D01*
X73800D01*
X73000Y11200D01*
Y17200D02*
X72200Y18800D01*
X73800D01*
X73000Y17200D01*
X76000D02*
X75200Y18800D01*
X76800D01*
X76000Y17200D01*
Y14200D02*
X75200Y15800D01*
X76800D01*
X76000Y14200D01*
Y11200D02*
X75200Y12800D01*
X76800D01*
X76000Y11200D01*
X70000Y14200D02*
X69200Y15800D01*
X70800D01*
X70000Y14200D01*
Y11200D02*
X69200Y12800D01*
X70800D01*
X70000Y11200D01*
Y17200D02*
X69200Y18800D01*
X70800D01*
X70000Y17200D01*
X-30500Y62200D02*
X-31300Y63800D01*
X-29700D01*
X-30500Y62200D01*
Y59200D02*
X-31300Y60800D01*
X-29700D01*
X-30500Y59200D01*
Y65200D02*
X-31300Y66800D01*
X-29700D01*
X-30500Y65200D01*
X-27500D02*
X-28300Y66800D01*
X-26700D01*
X-27500Y65200D01*
Y62200D02*
X-28300Y63800D01*
X-26700D01*
X-27500Y62200D01*
Y59200D02*
X-28300Y60800D01*
X-26700D01*
X-27500Y59200D01*
X-33500Y62200D02*
X-34300Y63800D01*
X-32700D01*
X-33500Y62200D01*
Y59200D02*
X-34300Y60800D01*
X-32700D01*
X-33500Y59200D01*
Y65200D02*
X-34300Y66800D01*
X-32700D01*
X-33500Y65200D01*
X-39500Y62200D02*
X-40300Y63800D01*
X-38700D01*
X-39500Y62200D01*
Y59200D02*
X-40300Y60800D01*
X-38700D01*
X-39500Y59200D01*
Y65200D02*
X-40300Y66800D01*
X-38700D01*
X-39500Y65200D01*
X-36500D02*
X-37300Y66800D01*
X-35700D01*
X-36500Y65200D01*
Y62200D02*
X-37300Y63800D01*
X-35700D01*
X-36500Y62200D01*
Y59200D02*
X-37300Y60800D01*
X-35700D01*
X-36500Y59200D01*
X-42500Y62200D02*
X-43300Y63800D01*
X-41700D01*
X-42500Y62200D01*
Y59200D02*
X-43300Y60800D01*
X-41700D01*
X-42500Y59200D01*
Y65200D02*
X-43300Y66800D01*
X-41700D01*
X-42500Y65200D01*
X-39592Y-22300D02*
X-40392Y-20700D01*
X-38792D01*
X-39592Y-22300D01*
X-36546D02*
X-37346Y-20700D01*
X-35746D01*
X-36546Y-22300D01*
X-33500D02*
X-34300Y-20700D01*
X-32700D01*
X-33500Y-22300D01*
Y-25300D02*
X-34300Y-23700D01*
X-32700D01*
X-33500Y-25300D01*
X-36546D02*
X-37346Y-23700D01*
X-35746D01*
X-36546Y-25300D01*
X-39592Y-25366D02*
X-40392Y-23766D01*
X-38792D01*
X-39592Y-25366D01*
Y-28300D02*
X-40392Y-26700D01*
X-38792D01*
X-39592Y-28300D01*
X-36546D02*
X-37346Y-26700D01*
X-35746D01*
X-36546Y-28300D01*
X-33500D02*
X-34300Y-26700D01*
X-32700D01*
X-33500Y-28300D01*
X-19500Y40200D02*
X-20300Y41800D01*
X-18700D01*
X-19500Y40200D01*
Y37200D02*
X-20300Y38800D01*
X-18700D01*
X-19500Y37200D01*
Y43200D02*
X-20300Y44800D01*
X-18700D01*
X-19500Y43200D01*
X33100Y43600D02*
X32300Y45200D01*
X33900D01*
X33100Y43600D01*
Y40600D02*
X32300Y42200D01*
X33900D01*
X33100Y40600D01*
Y37600D02*
X32300Y39200D01*
X33900D01*
X33100Y37600D01*
Y34600D02*
X32300Y36200D01*
X33900D01*
X33100Y34600D01*
Y31600D02*
X32300Y33200D01*
X33900D01*
X33100Y31600D01*
Y28600D02*
X32300Y30200D01*
X33900D01*
X33100Y28600D01*
X-34200Y51200D02*
X-35000Y52800D01*
X-33400D01*
X-34200Y51200D01*
Y48200D02*
X-35000Y49800D01*
X-33400D01*
X-34200Y48200D01*
Y45200D02*
X-35000Y46800D01*
X-33400D01*
X-34200Y45200D01*
Y42200D02*
X-35000Y43800D01*
X-33400D01*
X-34200Y42200D01*
Y39200D02*
X-35000Y40800D01*
X-33400D01*
X-34200Y39200D01*
Y36200D02*
X-35000Y37800D01*
X-33400D01*
X-34200Y36200D01*
X19300Y43900D02*
X18500Y45500D01*
X20100D01*
X19300Y43900D01*
Y40900D02*
X18500Y42500D01*
X20100D01*
X19300Y40900D01*
Y37900D02*
X18500Y39500D01*
X20100D01*
X19300Y37900D01*
X4300Y44300D02*
X3500Y45900D01*
X5100D01*
X4300Y44300D01*
Y41300D02*
X3500Y42900D01*
X5100D01*
X4300Y41300D01*
Y38300D02*
X3500Y39900D01*
X5100D01*
X4300Y38300D01*
X-4200Y44300D02*
X-5000Y45900D01*
X-3400D01*
X-4200Y44300D01*
Y41300D02*
X-5000Y42900D01*
X-3400D01*
X-4200Y41300D01*
Y38300D02*
X-5000Y39900D01*
X-3400D01*
X-4200Y38300D01*
X12000Y42200D02*
X11200Y43800D01*
X12800D01*
X12000Y42200D01*
X9000D02*
X8200Y43800D01*
X9800D01*
X9000Y42200D01*
X15000D02*
X14200Y43800D01*
X15800D01*
X15000Y42200D01*
Y39200D02*
X14200Y40800D01*
X15800D01*
X15000Y39200D01*
X12000D02*
X11200Y40800D01*
X12800D01*
X12000Y39200D01*
X9000D02*
X8200Y40800D01*
X9800D01*
X9000Y39200D01*
X12000Y45200D02*
X11200Y46800D01*
X12800D01*
X12000Y45200D01*
X9000D02*
X8200Y46800D01*
X9800D01*
X9000Y45200D01*
X15000D02*
X14200Y46800D01*
X15800D01*
X15000Y45200D01*
X-9000D02*
X-9800Y46800D01*
X-8200D01*
X-9000Y45200D01*
X-15000D02*
X-15800Y46800D01*
X-14200D01*
X-15000Y45200D01*
X-12000D02*
X-12800Y46800D01*
X-11200D01*
X-12000Y45200D01*
X-15000Y39200D02*
X-15800Y40800D01*
X-14200D01*
X-15000Y39200D01*
X-12000D02*
X-12800Y40800D01*
X-11200D01*
X-12000Y39200D01*
X-9000D02*
X-9800Y40800D01*
X-8200D01*
X-9000Y39200D01*
Y42200D02*
X-9800Y43800D01*
X-8200D01*
X-9000Y42200D01*
X-15000D02*
X-15800Y43800D01*
X-14200D01*
X-15000Y42200D01*
X-12000D02*
X-12800Y43800D01*
X-11200D01*
X-12000Y42200D01*
X1500Y51300D02*
X700Y52900D01*
X2300D01*
X1500Y51300D01*
Y54300D02*
X700Y55900D01*
X2300D01*
X1500Y54300D01*
X-22500Y51300D02*
X-23300Y52900D01*
X-21700D01*
X-22500Y51300D01*
X-19500D02*
X-20300Y52900D01*
X-18700D01*
X-19500Y51300D01*
X-22500Y54300D02*
X-23300Y55900D01*
X-21700D01*
X-22500Y54300D01*
X-19500D02*
X-20300Y55900D01*
X-18700D01*
X-19500Y54300D01*
X43000Y-67800D02*
X42200Y-66200D01*
X43800D01*
X43000Y-67800D01*
X40000D02*
X39200Y-66200D01*
X40800D01*
X40000Y-67800D01*
X46000D02*
X45200Y-66200D01*
X46800D01*
X46000Y-67800D01*
X43000Y-70800D02*
X42200Y-69200D01*
X43800D01*
X43000Y-70800D01*
X40000D02*
X39200Y-69200D01*
X40800D01*
X40000Y-70800D01*
X46000D02*
X45200Y-69200D01*
X46800D01*
X46000Y-70800D01*
X43000Y-73800D02*
X42200Y-72200D01*
X43800D01*
X43000Y-73800D01*
X40000D02*
X39200Y-72200D01*
X40800D01*
X40000Y-73800D01*
X46000D02*
X45200Y-72200D01*
X46800D01*
X46000Y-73800D01*
X34000Y-79300D02*
X33200Y-77700D01*
X34800D01*
X34000Y-79300D01*
X31000D02*
X30200Y-77700D01*
X31800D01*
X31000Y-79300D01*
X37000D02*
X36200Y-77700D01*
X37800D01*
X37000Y-79300D01*
X25000D02*
X24200Y-77700D01*
X25800D01*
X25000Y-79300D01*
X22000D02*
X21200Y-77700D01*
X22800D01*
X22000Y-79300D01*
X28000D02*
X27200Y-77700D01*
X28800D01*
X28000Y-79300D01*
X19000Y-76300D02*
X18200Y-74700D01*
X19800D01*
X19000Y-76300D01*
Y-79300D02*
X18200Y-77700D01*
X19800D01*
X19000Y-79300D01*
X-14000Y-72800D02*
X-14800Y-71200D01*
X-13200D01*
X-14000Y-72800D01*
X-20000D02*
X-20800Y-71200D01*
X-19200D01*
X-20000Y-72800D01*
X-17000D02*
X-17800Y-71200D01*
X-16200D01*
X-17000Y-72800D01*
X-14000Y-69800D02*
X-14800Y-68200D01*
X-13200D01*
X-14000Y-69800D01*
X-20000D02*
X-20800Y-68200D01*
X-19200D01*
X-20000Y-69800D01*
X-17000D02*
X-17800Y-68200D01*
X-16200D01*
X-17000Y-69800D01*
X-14000Y-66800D02*
X-14800Y-65200D01*
X-13200D01*
X-14000Y-66800D01*
X-20000D02*
X-20800Y-65200D01*
X-19200D01*
X-20000Y-66800D01*
X-17000D02*
X-17800Y-65200D01*
X-16200D01*
X-17000Y-66800D01*
D87*
X9300Y-24100D02*
G03*
X9300Y-24100I-800J0D01*
G01*
X6300D02*
G03*
X6300Y-24100I-800J0D01*
G01*
X-43500Y26900D02*
G03*
X-43500Y26900I-800J0D01*
G01*
X-43300Y31200D02*
G03*
X-43300Y31200I-800J0D01*
G01*
X-52900Y30300D02*
G03*
X-52900Y30300I-800J0D01*
G01*
X-53000Y23500D02*
G03*
X-53000Y23500I-800J0D01*
G01*
X-56200D02*
G03*
X-56200Y23500I-800J0D01*
G01*
X-55500Y12500D02*
G03*
X-55500Y12500I-800J0D01*
G01*
X-58200Y17500D02*
G03*
X-58200Y17500I-800J0D01*
G01*
X-55800Y26900D02*
G03*
X-55800Y26900I-800J0D01*
G01*
X-59100Y40300D02*
G03*
X-59100Y40300I-800J0D01*
G01*
X-59200Y36400D02*
G03*
X-59200Y36400I-800J0D01*
G01*
X-59100Y32500D02*
G03*
X-59100Y32500I-800J0D01*
G01*
X-41900Y-10600D02*
G03*
X-41900Y-10600I-800J0D01*
G01*
X73800Y-4700D02*
G03*
X73800Y-4700I-800J0D01*
G01*
Y3500D02*
G03*
X73800Y3500I-800J0D01*
G01*
X50800Y-7200D02*
G03*
X50800Y-7200I-800J0D01*
G01*
Y-4000D02*
G03*
X50800Y-4000I-800J0D01*
G01*
X28900Y54000D02*
G03*
X28900Y54000I-800J0D01*
G01*
X-1200Y-65500D02*
G03*
X-1200Y-65500I-800J0D01*
G01*
X3300Y-47500D02*
G03*
X3300Y-47500I-800J0D01*
G01*
X2768Y-62500D02*
G03*
X2768Y-62500I-800J0D01*
G01*
X-27200Y-63000D02*
G03*
X-27200Y-63000I-800J0D01*
G01*
X-72700Y-55000D02*
G03*
X-72700Y-55000I-800J0D01*
G01*
Y-52000D02*
G03*
X-72700Y-52000I-800J0D01*
G01*
X-70566Y-45734D02*
G03*
X-70566Y-45734I-800J0D01*
G01*
X-70000Y-3100D02*
G03*
X-70000Y-3100I-800J0D01*
G01*
X-65800Y-2500D02*
G03*
X-65800Y-2500I-800J0D01*
G01*
X800Y43500D02*
G03*
X800Y43500I-800J0D01*
G01*
X16600Y300D02*
G03*
X16600Y300I-800J0D01*
G01*
X800Y37000D02*
G03*
X800Y37000I-800J0D01*
G01*
X-50200Y-22000D02*
G03*
X-50200Y-22000I-800J0D01*
G01*
X-66700Y100D02*
G03*
X-66700Y100I-800J0D01*
G01*
X-61300Y-42600D02*
G03*
X-61300Y-42600I-800J0D01*
G01*
X-77600Y-53500D02*
G03*
X-77600Y-53500I-800J0D01*
G01*
X-76200Y13000D02*
G03*
X-76200Y13000I-800J0D01*
G01*
Y24000D02*
G03*
X-76200Y24000I-800J0D01*
G01*
Y30000D02*
G03*
X-76200Y30000I-800J0D01*
G01*
Y36000D02*
G03*
X-76200Y36000I-800J0D01*
G01*
Y-21000D02*
G03*
X-76200Y-21000I-800J0D01*
G01*
Y-37500D02*
G03*
X-76200Y-37500I-800J0D01*
G01*
Y-34000D02*
G03*
X-76200Y-34000I-800J0D01*
G01*
Y-30500D02*
G03*
X-76200Y-30500I-800J0D01*
G01*
X-56700Y5000D02*
G03*
X-56700Y5000I-800J0D01*
G01*
X-59700Y3000D02*
G03*
X-59700Y3000I-800J0D01*
G01*
X-40200Y2500D02*
G03*
X-40200Y2500I-800J0D01*
G01*
X-44200Y5000D02*
G03*
X-44200Y5000I-800J0D01*
G01*
X-40200D02*
G03*
X-40200Y5000I-800J0D01*
G01*
X-32700Y5500D02*
G03*
X-32700Y5500I-800J0D01*
G01*
Y2000D02*
G03*
X-32700Y2000I-800J0D01*
G01*
X-33700Y-59000D02*
G03*
X-33700Y-59000I-800J0D01*
G01*
X-36700D02*
G03*
X-36700Y-59000I-800J0D01*
G01*
X27800Y-49500D02*
G03*
X27800Y-49500I-800J0D01*
G01*
X33300Y-37500D02*
G03*
X33300Y-37500I-800J0D01*
G01*
Y-34500D02*
G03*
X33300Y-34500I-800J0D01*
G01*
Y-31500D02*
G03*
X33300Y-31500I-800J0D01*
G01*
Y-28500D02*
G03*
X33300Y-28500I-800J0D01*
G01*
Y-25500D02*
G03*
X33300Y-25500I-800J0D01*
G01*
Y-22500D02*
G03*
X33300Y-22500I-800J0D01*
G01*
Y-19500D02*
G03*
X33300Y-19500I-800J0D01*
G01*
Y-16500D02*
G03*
X33300Y-16500I-800J0D01*
G01*
X16300Y-13000D02*
G03*
X16300Y-13000I-800J0D01*
G01*
X18800D02*
G03*
X18800Y-13000I-800J0D01*
G01*
X21300D02*
G03*
X21300Y-13000I-800J0D01*
G01*
X23800D02*
G03*
X23800Y-13000I-800J0D01*
G01*
X26300D02*
G03*
X26300Y-13000I-800J0D01*
G01*
Y-15500D02*
G03*
X26300Y-15500I-800J0D01*
G01*
X23800D02*
G03*
X23800Y-15500I-800J0D01*
G01*
X-12700Y5500D02*
G03*
X-12700Y5500I-800J0D01*
G01*
Y9500D02*
G03*
X-12700Y9500I-800J0D01*
G01*
X-10200D02*
G03*
X-10200Y9500I-800J0D01*
G01*
Y5500D02*
G03*
X-10200Y5500I-800J0D01*
G01*
X-55700Y-42500D02*
G03*
X-55700Y-42500I-800J0D01*
G01*
X-57700Y-41000D02*
G03*
X-57700Y-41000I-800J0D01*
G01*
X-56200Y-37000D02*
G03*
X-56200Y-37000I-800J0D01*
G01*
X-2700Y-38000D02*
G03*
X-2700Y-38000I-800J0D01*
G01*
Y-35000D02*
G03*
X-2700Y-35000I-800J0D01*
G01*
X-4200Y-23000D02*
G03*
X-4200Y-23000I-800J0D01*
G01*
Y-20000D02*
G03*
X-4200Y-20000I-800J0D01*
G01*
X9300Y-21000D02*
G03*
X9300Y-21000I-800J0D01*
G01*
X6300D02*
G03*
X6300Y-21000I-800J0D01*
G01*
X17800Y-35000D02*
G03*
X17800Y-35000I-800J0D01*
G01*
Y-32500D02*
G03*
X17800Y-32500I-800J0D01*
G01*
X-1200Y-41500D02*
G03*
X-1200Y-41500I-800J0D01*
G01*
X-4200D02*
G03*
X-4200Y-41500I-800J0D01*
G01*
X-27700Y-43000D02*
G03*
X-27700Y-43000I-800J0D01*
G01*
X-26200Y-40500D02*
G03*
X-26200Y-40500I-800J0D01*
G01*
Y-38000D02*
G03*
X-26200Y-38000I-800J0D01*
G01*
X-22700D02*
G03*
X-22700Y-38000I-800J0D01*
G01*
X-65700Y-15500D02*
G03*
X-65700Y-15500I-800J0D01*
G01*
X-65200Y-22000D02*
G03*
X-65200Y-22000I-800J0D01*
G01*
X-54700Y-28000D02*
G03*
X-54700Y-28000I-800J0D01*
G01*
Y-25500D02*
G03*
X-54700Y-25500I-800J0D01*
G01*
Y-23000D02*
G03*
X-54700Y-23000I-800J0D01*
G01*
X-37200Y-17000D02*
G03*
X-37200Y-17000I-800J0D01*
G01*
X-39700D02*
G03*
X-39700Y-17000I-800J0D01*
G01*
X-34200Y-16500D02*
G03*
X-34200Y-16500I-800J0D01*
G01*
X-53500Y-41000D02*
G03*
X-53500Y-41000I-800J0D01*
G01*
X-51300Y-42400D02*
G03*
X-51300Y-42400I-800J0D01*
G01*
X11600Y7500D02*
G03*
X11600Y7500I-800J0D01*
G01*
X-10600Y-7500D02*
G03*
X-10600Y-7500I-800J0D01*
G01*
X-17500Y-4200D02*
G03*
X-17500Y-4200I-800J0D01*
G01*
X-31000Y-12300D02*
G03*
X-31000Y-12300I-800J0D01*
G01*
X-9800Y2500D02*
G03*
X-9800Y2500I-800J0D01*
G01*
X-50600Y-14500D02*
G03*
X-50600Y-14500I-800J0D01*
G01*
X32900Y53700D02*
G03*
X32900Y53700I-800J0D01*
G01*
X30100Y-4100D02*
G03*
X30100Y-4100I-800J0D01*
G01*
Y-7200D02*
G03*
X30100Y-7200I-800J0D01*
G01*
X-34500Y-8400D02*
G03*
X-34500Y-8400I-800J0D01*
G01*
X20600Y-22100D02*
G03*
X20600Y-22100I-800J0D01*
G01*
X23254Y-21500D02*
G03*
X23254Y-21500I-800J0D01*
G01*
X9300Y-51100D02*
G03*
X9300Y-51100I-800J0D01*
G01*
X-11700Y-45800D02*
G03*
X-11700Y-45800I-800J0D01*
G01*
X-10000Y-44100D02*
G03*
X-10000Y-44100I-800J0D01*
G01*
X-10700Y-31900D02*
G03*
X-10700Y-31900I-800J0D01*
G01*
X-50700Y-31600D02*
G03*
X-50700Y-31600I-800J0D01*
G01*
X-51100Y-11100D02*
G03*
X-51100Y-11100I-800J0D01*
G01*
X29300Y-21200D02*
G03*
X29300Y-21200I-800J0D01*
G01*
Y-18700D02*
G03*
X29300Y-18700I-800J0D01*
G01*
Y-16400D02*
G03*
X29300Y-16400I-800J0D01*
G01*
X1100Y-38700D02*
G03*
X1100Y-38700I-800J0D01*
G01*
Y-36200D02*
G03*
X1100Y-36200I-800J0D01*
G01*
X1040Y-33540D02*
G03*
X1040Y-33540I-800J0D01*
G01*
X18800Y-16300D02*
G03*
X18800Y-16300I-800J0D01*
G01*
X16600D02*
G03*
X16600Y-16300I-800J0D01*
G01*
X20700Y-17400D02*
G03*
X20700Y-17400I-800J0D01*
G01*
X-38900Y-41600D02*
G03*
X-38900Y-41600I-800J0D01*
G01*
X-36900Y-43700D02*
G03*
X-36900Y-43700I-800J0D01*
G01*
X24800Y-57500D02*
G03*
X24800Y-57500I-800J0D01*
G01*
X28100Y-52900D02*
G03*
X28100Y-52900I-800J0D01*
G01*
X-55500Y-13100D02*
G03*
X-55500Y-13100I-800J0D01*
G01*
X-21700Y-19300D02*
G03*
X-21700Y-19300I-800J0D01*
G01*
X-39747Y-33553D02*
G03*
X-39747Y-33553I-800J0D01*
G01*
X-35800Y-33400D02*
G03*
X-35800Y-33400I-800J0D01*
G01*
X-33821Y-41200D02*
G03*
X-33821Y-41200I-800J0D01*
G01*
X-37800Y-31800D02*
G03*
X-37800Y-31800I-800J0D01*
G01*
X-49600Y4800D02*
G03*
X-49600Y4800I-800J0D01*
G01*
X-53500D02*
G03*
X-53500Y4800I-800J0D01*
G01*
X-51558Y658D02*
G03*
X-51558Y658I-800J0D01*
G01*
X-55700Y700D02*
G03*
X-55700Y700I-800J0D01*
G01*
X15300Y31000D02*
G03*
X15300Y31000I-800J0D01*
G01*
X10300D02*
G03*
X10300Y31000I-800J0D01*
G01*
X-8700D02*
G03*
X-8700Y31000I-800J0D01*
G01*
X-13700D02*
G03*
X-13700Y31000I-800J0D01*
G01*
X-54984Y-19016D02*
G03*
X-54984Y-19016I-800J0D01*
G01*
X30300Y-52300D02*
G03*
X30300Y-52300I-800J0D01*
G01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GG1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=128*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
D86*
X-104390Y-52776D02*
X-92185D01*
X-98287Y-58878D02*
Y-46673D01*
X92185Y-52776D02*
X104390D01*
X98287Y-58878D02*
Y-46673D01*
X92185Y52776D02*
X104390D01*
X98287Y46673D02*
Y58878D01*
X-104390Y52776D02*
X-92185D01*
X-98287Y46673D02*
Y58878D01*
X8000Y-24100D02*
X9000D01*
X8500Y-24600D02*
Y-23600D01*
X5000Y-24100D02*
X6000D01*
X5500Y-24600D02*
Y-23600D01*
X-44800Y26900D02*
X-43800D01*
X-44300Y26400D02*
Y27400D01*
X-44600Y31200D02*
X-43600D01*
X-44100Y30700D02*
Y31700D01*
X-54200Y30300D02*
X-53200D01*
X-53700Y29800D02*
Y30800D01*
X-54300Y23500D02*
X-53300D01*
X-53800Y23000D02*
Y24000D01*
X-57500Y23500D02*
X-56500D01*
X-57000Y23000D02*
Y24000D01*
X-56800Y12500D02*
X-55800D01*
X-56300Y12000D02*
Y13000D01*
X-59500Y17500D02*
X-58500D01*
X-59000Y17000D02*
Y18000D01*
X-57100Y26900D02*
X-56100D01*
X-56600Y26400D02*
Y27400D01*
X-60400Y40300D02*
X-59400D01*
X-59900Y39800D02*
Y40800D01*
X-60500Y36400D02*
X-59500D01*
X-60000Y35900D02*
Y36900D01*
X-60400Y32500D02*
X-59400D01*
X-59900Y32000D02*
Y33000D01*
X-43200Y-10600D02*
X-42200D01*
X-42700Y-11100D02*
Y-10100D01*
X72500Y-4700D02*
X73500D01*
X73000Y-5200D02*
Y-4200D01*
X72500Y3500D02*
X73500D01*
X73000Y3000D02*
Y4000D01*
X49500Y-7200D02*
X50500D01*
X50000Y-7700D02*
Y-6700D01*
X49500Y-4000D02*
X50500D01*
X50000Y-4500D02*
Y-3500D01*
X27600Y54000D02*
X28600D01*
X28100Y53500D02*
Y54500D01*
X3713Y52100D02*
X5287D01*
X4500Y51313D02*
Y52887D01*
X3713Y55100D02*
X5287D01*
X4500Y54313D02*
Y55887D01*
X-2500Y-65500D02*
X-1500D01*
X-2000Y-66000D02*
Y-65000D01*
X2000Y-47500D02*
X3000D01*
X2500Y-48000D02*
Y-47000D01*
X1469Y-62500D02*
X2468D01*
X1969Y-63000D02*
Y-62000D01*
X-28500Y-63000D02*
X-27500D01*
X-28000Y-63500D02*
Y-62500D01*
X-74000Y-55000D02*
X-73000D01*
X-73500Y-55500D02*
Y-54500D01*
X-74000Y-52000D02*
X-73000D01*
X-73500Y-52500D02*
Y-51500D01*
X-71866Y-45734D02*
X-70866D01*
X-71366Y-46234D02*
Y-45234D01*
X-71300Y-3100D02*
X-70300D01*
X-70800Y-3600D02*
Y-2600D01*
X-67100Y-2500D02*
X-66100D01*
X-66600Y-3000D02*
Y-2000D01*
X-500Y43500D02*
X500D01*
X0Y43000D02*
Y44000D01*
X15300Y300D02*
X16300D01*
X15800Y-200D02*
Y800D01*
X-500Y37000D02*
X500D01*
X0Y36500D02*
Y37500D01*
X-51500Y-22000D02*
X-50500D01*
X-51000Y-22500D02*
Y-21500D01*
X-68000Y100D02*
X-67000D01*
X-67500Y-400D02*
Y600D01*
X-62600Y-42600D02*
X-61600D01*
X-62100Y-43100D02*
Y-42100D01*
X-78900Y-53500D02*
X-77900D01*
X-78400Y-54000D02*
Y-53000D01*
X31213Y16000D02*
X32787D01*
X32000Y15213D02*
Y16787D01*
X28213Y16000D02*
X29787D01*
X29000Y15213D02*
Y16787D01*
X25213Y16000D02*
X26787D01*
X26000Y15213D02*
Y16787D01*
X22213Y16000D02*
X23787D01*
X23000Y15213D02*
Y16787D01*
X19213Y16000D02*
X20787D01*
X20000Y15213D02*
Y16787D01*
X16213Y16000D02*
X17787D01*
X17000Y15213D02*
Y16787D01*
X13213Y16000D02*
X14787D01*
X14000Y15213D02*
Y16787D01*
X10213Y16000D02*
X11787D01*
X11000Y15213D02*
Y16787D01*
X7213Y16000D02*
X8787D01*
X8000Y15213D02*
Y16787D01*
X4213Y16000D02*
X5787D01*
X5000Y15213D02*
Y16787D01*
X1213Y16000D02*
X2787D01*
X2000Y15213D02*
Y16787D01*
X-1787Y16000D02*
X-213D01*
X-1000Y15213D02*
Y16787D01*
X-4787Y16000D02*
X-3213D01*
X-4000Y15213D02*
Y16787D01*
X-7787Y16000D02*
X-6213D01*
X-7000Y15213D02*
Y16787D01*
X-10787Y16000D02*
X-9213D01*
X-10000Y15213D02*
Y16787D01*
X-13787Y16000D02*
X-12213D01*
X-13000Y15213D02*
Y16787D01*
X-16787Y16000D02*
X-15213D01*
X-16000Y15213D02*
Y16787D01*
X-19787Y16000D02*
X-18213D01*
X-19000Y15213D02*
Y16787D01*
X72213Y-15000D02*
X73787D01*
X73000Y-15787D02*
Y-14213D01*
X75213Y-15000D02*
X76787D01*
X76000Y-15787D02*
Y-14213D01*
X69213Y-15000D02*
X70787D01*
X70000Y-15787D02*
Y-14213D01*
X69213Y-12000D02*
X70787D01*
X70000Y-12787D02*
Y-11213D01*
X72213Y-12000D02*
X73787D01*
X73000Y-12787D02*
Y-11213D01*
X75213Y-12000D02*
X76787D01*
X76000Y-12787D02*
Y-11213D01*
X72213Y-18000D02*
X73787D01*
X73000Y-18787D02*
Y-17213D01*
X75213Y-18000D02*
X76787D01*
X76000Y-18787D02*
Y-17213D01*
X69213Y-18000D02*
X70787D01*
X70000Y-18787D02*
Y-17213D01*
X72213Y15000D02*
X73787D01*
X73000Y14213D02*
Y15787D01*
X72213Y12000D02*
X73787D01*
X73000Y11213D02*
Y12787D01*
X72213Y18000D02*
X73787D01*
X73000Y17213D02*
Y18787D01*
X75213Y18000D02*
X76787D01*
X76000Y17213D02*
Y18787D01*
X75213Y15000D02*
X76787D01*
X76000Y14213D02*
Y15787D01*
X75213Y12000D02*
X76787D01*
X76000Y11213D02*
Y12787D01*
X69213Y15000D02*
X70787D01*
X70000Y14213D02*
Y15787D01*
X69213Y12000D02*
X70787D01*
X70000Y11213D02*
Y12787D01*
X69213Y18000D02*
X70787D01*
X70000Y17213D02*
Y18787D01*
X-31287Y63000D02*
X-29713D01*
X-30500Y62213D02*
Y63787D01*
X-31287Y60000D02*
X-29713D01*
X-30500Y59213D02*
Y60787D01*
X-31287Y66000D02*
X-29713D01*
X-30500Y65213D02*
Y66787D01*
X-28287Y66000D02*
X-26713D01*
X-27500Y65213D02*
Y66787D01*
X-28287Y63000D02*
X-26713D01*
X-27500Y62213D02*
Y63787D01*
X-28287Y60000D02*
X-26713D01*
X-27500Y59213D02*
Y60787D01*
X-34287Y63000D02*
X-32713D01*
X-33500Y62213D02*
Y63787D01*
X-34287Y60000D02*
X-32713D01*
X-33500Y59213D02*
Y60787D01*
X-34287Y66000D02*
X-32713D01*
X-33500Y65213D02*
Y66787D01*
X-40287Y63000D02*
X-38713D01*
X-39500Y62213D02*
Y63787D01*
X-40287Y60000D02*
X-38713D01*
X-39500Y59213D02*
Y60787D01*
X-40287Y66000D02*
X-38713D01*
X-39500Y65213D02*
Y66787D01*
X-37287Y66000D02*
X-35713D01*
X-36500Y65213D02*
Y66787D01*
X-37287Y63000D02*
X-35713D01*
X-36500Y62213D02*
Y63787D01*
X-37287Y60000D02*
X-35713D01*
X-36500Y59213D02*
Y60787D01*
X-43287Y63000D02*
X-41713D01*
X-42500Y62213D02*
Y63787D01*
X-43287Y60000D02*
X-41713D01*
X-42500Y59213D02*
Y60787D01*
X-43287Y66000D02*
X-41713D01*
X-42500Y65213D02*
Y66787D01*
X-77500Y13000D02*
X-76500D01*
X-77000Y12500D02*
Y13500D01*
X-77500Y24000D02*
X-76500D01*
X-77000Y23500D02*
Y24500D01*
X-77500Y30000D02*
X-76500D01*
X-77000Y29500D02*
Y30500D01*
X-77500Y36000D02*
X-76500D01*
X-77000Y35500D02*
Y36500D01*
X-77500Y-21000D02*
X-76500D01*
X-77000Y-21500D02*
Y-20500D01*
X-77500Y-37500D02*
X-76500D01*
X-77000Y-38000D02*
Y-37000D01*
X-77500Y-34000D02*
X-76500D01*
X-77000Y-34500D02*
Y-33500D01*
X-77500Y-30500D02*
X-76500D01*
X-77000Y-31000D02*
Y-30000D01*
X-58000Y5000D02*
X-57000D01*
X-57500Y4500D02*
Y5500D01*
X-61000Y3000D02*
X-60000D01*
X-60500Y2500D02*
Y3500D01*
X-41500Y2500D02*
X-40500D01*
X-41000Y2000D02*
Y3000D01*
X-45500Y5000D02*
X-44500D01*
X-45000Y4500D02*
Y5500D01*
X-41500Y5000D02*
X-40500D01*
X-41000Y4500D02*
Y5500D01*
X-34000D02*
X-33000D01*
X-33500Y5000D02*
Y6000D01*
X-34000Y2000D02*
X-33000D01*
X-33500Y1500D02*
Y2500D01*
X-35000Y-59000D02*
X-34000D01*
X-34500Y-59500D02*
Y-58500D01*
X-38000Y-59000D02*
X-37000D01*
X-37500Y-59500D02*
Y-58500D01*
X26500Y-49500D02*
X27500D01*
X27000Y-50000D02*
Y-49000D01*
X32000Y-37500D02*
X33000D01*
X32500Y-38000D02*
Y-37000D01*
X32000Y-34500D02*
X33000D01*
X32500Y-35000D02*
Y-34000D01*
X32000Y-31500D02*
X33000D01*
X32500Y-32000D02*
Y-31000D01*
X32000Y-28500D02*
X33000D01*
X32500Y-29000D02*
Y-28000D01*
X32000Y-25500D02*
X33000D01*
X32500Y-26000D02*
Y-25000D01*
X32000Y-22500D02*
X33000D01*
X32500Y-23000D02*
Y-22000D01*
X32000Y-19500D02*
X33000D01*
X32500Y-20000D02*
Y-19000D01*
X32000Y-16500D02*
X33000D01*
X32500Y-17000D02*
Y-16000D01*
X15000Y-13000D02*
X16000D01*
X15500Y-13500D02*
Y-12500D01*
X17500Y-13000D02*
X18500D01*
X18000Y-13500D02*
Y-12500D01*
X20000Y-13000D02*
X21000D01*
X20500Y-13500D02*
Y-12500D01*
X22500Y-13000D02*
X23500D01*
X23000Y-13500D02*
Y-12500D01*
X25000Y-13000D02*
X26000D01*
X25500Y-13500D02*
Y-12500D01*
X25000Y-15500D02*
X26000D01*
X25500Y-16000D02*
Y-15000D01*
X22500Y-15500D02*
X23500D01*
X23000Y-16000D02*
Y-15000D01*
X-14000Y5500D02*
X-13000D01*
X-13500Y5000D02*
Y6000D01*
X-14000Y9500D02*
X-13000D01*
X-13500Y9000D02*
Y10000D01*
X-11500Y9500D02*
X-10500D01*
X-11000Y9000D02*
Y10000D01*
X-11500Y5500D02*
X-10500D01*
X-11000Y5000D02*
Y6000D01*
X-57000Y-42500D02*
X-56000D01*
X-56500Y-43000D02*
Y-42000D01*
X-59000Y-41000D02*
X-58000D01*
X-58500Y-41500D02*
Y-40500D01*
X-57500Y-37000D02*
X-56500D01*
X-57000Y-37500D02*
Y-36500D01*
X-4000Y-38000D02*
X-3000D01*
X-3500Y-38500D02*
Y-37500D01*
X-4000Y-35000D02*
X-3000D01*
X-3500Y-35500D02*
Y-34500D01*
X-5500Y-23000D02*
X-4500D01*
X-5000Y-23500D02*
Y-22500D01*
X-5500Y-20000D02*
X-4500D01*
X-5000Y-20500D02*
Y-19500D01*
X8000Y-21000D02*
X9000D01*
X8500Y-21500D02*
Y-20500D01*
X5000Y-21000D02*
X6000D01*
X5500Y-21500D02*
Y-20500D01*
X16500Y-35000D02*
X17500D01*
X17000Y-35500D02*
Y-34500D01*
X16500Y-32500D02*
X17500D01*
X17000Y-33000D02*
Y-32000D01*
X-2500Y-41500D02*
X-1500D01*
X-2000Y-42000D02*
Y-41000D01*
X-5500Y-41500D02*
X-4500D01*
X-5000Y-42000D02*
Y-41000D01*
X-29000Y-43000D02*
X-28000D01*
X-28500Y-43500D02*
Y-42500D01*
X-27500Y-40500D02*
X-26500D01*
X-27000Y-41000D02*
Y-40000D01*
X-27500Y-38000D02*
X-26500D01*
X-27000Y-38500D02*
Y-37500D01*
X-24000Y-38000D02*
X-23000D01*
X-23500Y-38500D02*
Y-37500D01*
X-67000Y-15500D02*
X-66000D01*
X-66500Y-16000D02*
Y-15000D01*
Y-22000D02*
X-65500D01*
X-66000Y-22500D02*
Y-21500D01*
X-56000Y-28000D02*
X-55000D01*
X-55500Y-28500D02*
Y-27500D01*
X-56000Y-25500D02*
X-55000D01*
X-55500Y-26000D02*
Y-25000D01*
X-56000Y-23000D02*
X-55000D01*
X-55500Y-23500D02*
Y-22500D01*
X-38500Y-17000D02*
X-37500D01*
X-38000Y-17500D02*
Y-16500D01*
X-41000Y-17000D02*
X-40000D01*
X-40500Y-17500D02*
Y-16500D01*
X-35500D02*
X-34500D01*
X-35000Y-17000D02*
Y-16000D01*
X-40380Y-21500D02*
X-38805D01*
X-39592Y-22287D02*
Y-20713D01*
X-37334Y-21500D02*
X-35759D01*
X-36546Y-22287D02*
Y-20713D01*
X-34287Y-21500D02*
X-32713D01*
X-33500Y-22287D02*
Y-20713D01*
X-34287Y-24500D02*
X-32713D01*
X-33500Y-25287D02*
Y-23713D01*
X-37334Y-24500D02*
X-35759D01*
X-36546Y-25287D02*
Y-23713D01*
X-40380Y-24566D02*
X-38805D01*
X-39592Y-25354D02*
Y-23779D01*
X-40380Y-27500D02*
X-38805D01*
X-39592Y-28287D02*
Y-26713D01*
X-37334Y-27500D02*
X-35759D01*
X-36546Y-28287D02*
Y-26713D01*
X-34287Y-27500D02*
X-32713D01*
X-33500Y-28287D02*
Y-26713D01*
X-54800Y-41000D02*
X-53800D01*
X-54300Y-41500D02*
Y-40500D01*
X-52600Y-42400D02*
X-51600D01*
X-52100Y-42900D02*
Y-41900D01*
X-20287Y41000D02*
X-18713D01*
X-19500Y40213D02*
Y41787D01*
X-20287Y38000D02*
X-18713D01*
X-19500Y37213D02*
Y38787D01*
X-20287Y44000D02*
X-18713D01*
X-19500Y43213D02*
Y44787D01*
X10300Y7500D02*
X11300D01*
X10800Y7000D02*
Y8000D01*
X-11900Y-7500D02*
X-10900D01*
X-11400Y-8000D02*
Y-7000D01*
X-18800Y-4200D02*
X-17800D01*
X-18300Y-4700D02*
Y-3700D01*
X-32300Y-12300D02*
X-31300D01*
X-31800Y-12800D02*
Y-11800D01*
X-11100Y2500D02*
X-10100D01*
X-10600Y2000D02*
Y3000D01*
X-51900Y-14500D02*
X-50900D01*
X-51400Y-15000D02*
Y-14000D01*
X32313Y44400D02*
X33887D01*
X33100Y43613D02*
Y45187D01*
X32313Y41400D02*
X33887D01*
X33100Y40613D02*
Y42187D01*
X32313Y38400D02*
X33887D01*
X33100Y37613D02*
Y39187D01*
X32313Y35400D02*
X33887D01*
X33100Y34613D02*
Y36187D01*
X32313Y32400D02*
X33887D01*
X33100Y31613D02*
Y33187D01*
X32313Y29400D02*
X33887D01*
X33100Y28613D02*
Y30187D01*
X-34987Y52000D02*
X-33413D01*
X-34200Y51213D02*
Y52787D01*
X-34987Y49000D02*
X-33413D01*
X-34200Y48213D02*
Y49787D01*
X-34987Y46000D02*
X-33413D01*
X-34200Y45213D02*
Y46787D01*
X-34987Y43000D02*
X-33413D01*
X-34200Y42213D02*
Y43787D01*
X-34987Y40000D02*
X-33413D01*
X-34200Y39213D02*
Y40787D01*
X-34987Y37000D02*
X-33413D01*
X-34200Y36213D02*
Y37787D01*
X18513Y44700D02*
X20087D01*
X19300Y43913D02*
Y45487D01*
X18513Y41700D02*
X20087D01*
X19300Y40913D02*
Y42487D01*
X18513Y38700D02*
X20087D01*
X19300Y37913D02*
Y39487D01*
X3513Y45100D02*
X5087D01*
X4300Y44313D02*
Y45887D01*
X3513Y42100D02*
X5087D01*
X4300Y41313D02*
Y42887D01*
X3513Y39100D02*
X5087D01*
X4300Y38313D02*
Y39887D01*
X-4987Y45100D02*
X-3413D01*
X-4200Y44313D02*
Y45887D01*
X-4987Y42100D02*
X-3413D01*
X-4200Y41313D02*
Y42887D01*
X-4987Y39100D02*
X-3413D01*
X-4200Y38313D02*
Y39887D01*
X11213Y43000D02*
X12787D01*
X12000Y42213D02*
Y43787D01*
X8213Y43000D02*
X9787D01*
X9000Y42213D02*
Y43787D01*
X14213Y43000D02*
X15787D01*
X15000Y42213D02*
Y43787D01*
X14213Y40000D02*
X15787D01*
X15000Y39213D02*
Y40787D01*
X11213Y40000D02*
X12787D01*
X12000Y39213D02*
Y40787D01*
X8213Y40000D02*
X9787D01*
X9000Y39213D02*
Y40787D01*
X11213Y46000D02*
X12787D01*
X12000Y45213D02*
Y46787D01*
X8213Y46000D02*
X9787D01*
X9000Y45213D02*
Y46787D01*
X14213Y46000D02*
X15787D01*
X15000Y45213D02*
Y46787D01*
X-9787Y46000D02*
X-8213D01*
X-9000Y45213D02*
Y46787D01*
X-15787Y46000D02*
X-14213D01*
X-15000Y45213D02*
Y46787D01*
X-12787Y46000D02*
X-11213D01*
X-12000Y45213D02*
Y46787D01*
X-15787Y40000D02*
X-14213D01*
X-15000Y39213D02*
Y40787D01*
X-12787Y40000D02*
X-11213D01*
X-12000Y39213D02*
Y40787D01*
X-9787Y40000D02*
X-8213D01*
X-9000Y39213D02*
Y40787D01*
X-9787Y43000D02*
X-8213D01*
X-9000Y42213D02*
Y43787D01*
X-15787Y43000D02*
X-14213D01*
X-15000Y42213D02*
Y43787D01*
X-12787Y43000D02*
X-11213D01*
X-12000Y42213D02*
Y43787D01*
X713Y52100D02*
X2287D01*
X1500Y51313D02*
Y52887D01*
X713Y55100D02*
X2287D01*
X1500Y54313D02*
Y55887D01*
X-23287Y52100D02*
X-21713D01*
X-22500Y51313D02*
Y52887D01*
X-20287Y52100D02*
X-18713D01*
X-19500Y51313D02*
Y52887D01*
X-23287Y55100D02*
X-21713D01*
X-22500Y54313D02*
Y55887D01*
X-20287Y55100D02*
X-18713D01*
X-19500Y54313D02*
Y55887D01*
X31600Y53700D02*
X32600D01*
X32100Y53200D02*
Y54200D01*
X28800Y-4100D02*
X29800D01*
X29300Y-4600D02*
Y-3600D01*
X28800Y-7200D02*
X29800D01*
X29300Y-7700D02*
Y-6700D01*
X-35800Y-8400D02*
X-34800D01*
X-35300Y-8900D02*
Y-7900D01*
X19300Y-22100D02*
X20300D01*
X19800Y-22600D02*
Y-21600D01*
X21953Y-21500D02*
X22953D01*
X22454Y-22000D02*
Y-21000D01*
X8000Y-51100D02*
X9000D01*
X8500Y-51600D02*
Y-50600D01*
X-13000Y-45800D02*
X-12000D01*
X-12500Y-46300D02*
Y-45300D01*
X-11300Y-44100D02*
X-10300D01*
X-10800Y-44600D02*
Y-43600D01*
X-12000Y-31900D02*
X-11000D01*
X-11500Y-32400D02*
Y-31400D01*
X-52000Y-31600D02*
X-51000D01*
X-51500Y-32100D02*
Y-31100D01*
X-52400Y-11100D02*
X-51400D01*
X-51900Y-11600D02*
Y-10600D01*
X28000Y-21200D02*
X29000D01*
X28500Y-21700D02*
Y-20700D01*
X28000Y-18700D02*
X29000D01*
X28500Y-19200D02*
Y-18200D01*
X28000Y-16400D02*
X29000D01*
X28500Y-16900D02*
Y-15900D01*
X-200Y-38700D02*
X800D01*
X300Y-39200D02*
Y-38200D01*
X-200Y-36200D02*
X800D01*
X300Y-36700D02*
Y-35700D01*
X-260Y-33540D02*
X740D01*
X240Y-34040D02*
Y-33040D01*
X17500Y-16300D02*
X18500D01*
X18000Y-16800D02*
Y-15800D01*
X15300Y-16300D02*
X16300D01*
X15800Y-16800D02*
Y-15800D01*
X19400Y-17400D02*
X20400D01*
X19900Y-17900D02*
Y-16900D01*
X42213Y-67000D02*
X43787D01*
X43000Y-67787D02*
Y-66213D01*
X39213Y-67000D02*
X40787D01*
X40000Y-67787D02*
Y-66213D01*
X45213Y-67000D02*
X46787D01*
X46000Y-67787D02*
Y-66213D01*
X42213Y-70000D02*
X43787D01*
X43000Y-70787D02*
Y-69213D01*
X39213Y-70000D02*
X40787D01*
X40000Y-70787D02*
Y-69213D01*
X45213Y-70000D02*
X46787D01*
X46000Y-70787D02*
Y-69213D01*
X42213Y-73000D02*
X43787D01*
X43000Y-73787D02*
Y-72213D01*
X39213Y-73000D02*
X40787D01*
X40000Y-73787D02*
Y-72213D01*
X45213Y-73000D02*
X46787D01*
X46000Y-73787D02*
Y-72213D01*
X33213Y-78500D02*
X34787D01*
X34000Y-79287D02*
Y-77713D01*
X30213Y-78500D02*
X31787D01*
X31000Y-79287D02*
Y-77713D01*
X36213Y-78500D02*
X37787D01*
X37000Y-79287D02*
Y-77713D01*
X24213Y-78500D02*
X25787D01*
X25000Y-79287D02*
Y-77713D01*
X21213Y-78500D02*
X22787D01*
X22000Y-79287D02*
Y-77713D01*
X27213Y-78500D02*
X28787D01*
X28000Y-79287D02*
Y-77713D01*
X18213Y-75500D02*
X19787D01*
X19000Y-76287D02*
Y-74713D01*
X18213Y-78500D02*
X19787D01*
X19000Y-79287D02*
Y-77713D01*
X-14787Y-72000D02*
X-13213D01*
X-14000Y-72787D02*
Y-71213D01*
X-20787Y-72000D02*
X-19213D01*
X-20000Y-72787D02*
Y-71213D01*
X-17787Y-72000D02*
X-16213D01*
X-17000Y-72787D02*
Y-71213D01*
X-14787Y-69000D02*
X-13213D01*
X-14000Y-69787D02*
Y-68213D01*
X-20787Y-69000D02*
X-19213D01*
X-20000Y-69787D02*
Y-68213D01*
X-17787Y-69000D02*
X-16213D01*
X-17000Y-69787D02*
Y-68213D01*
X-14787Y-66000D02*
X-13213D01*
X-14000Y-66787D02*
Y-65213D01*
X-20787Y-66000D02*
X-19213D01*
X-20000Y-66787D02*
Y-65213D01*
X-17787Y-66000D02*
X-16213D01*
X-17000Y-66787D02*
Y-65213D01*
X-40200Y-41600D02*
X-39200D01*
X-39700Y-42100D02*
Y-41100D01*
X-38200Y-43700D02*
X-37200D01*
X-37700Y-44200D02*
Y-43200D01*
X23500Y-57500D02*
X24500D01*
X24000Y-58000D02*
Y-57000D01*
X26800Y-52900D02*
X27800D01*
X27300Y-53400D02*
Y-52400D01*
X-56800Y-13100D02*
X-55800D01*
X-56300Y-13600D02*
Y-12600D01*
X-23000Y-19300D02*
X-22000D01*
X-22500Y-19800D02*
Y-18800D01*
X-41047Y-33553D02*
X-40047D01*
X-40547Y-34053D02*
Y-33053D01*
X-37100Y-33400D02*
X-36100D01*
X-36600Y-33900D02*
Y-32900D01*
X-35120Y-41200D02*
X-34121D01*
X-34620Y-41700D02*
Y-40700D01*
X-39100Y-31800D02*
X-38100D01*
X-38600Y-32300D02*
Y-31300D01*
X-50900Y4800D02*
X-49900D01*
X-50400Y4300D02*
Y5300D01*
X-54800Y4800D02*
X-53800D01*
X-54300Y4300D02*
Y5300D01*
X-52858Y658D02*
X-51858D01*
X-52358Y158D02*
Y1158D01*
X-57000Y700D02*
X-56000D01*
X-56500Y200D02*
Y1200D01*
X14000Y31000D02*
X15000D01*
X14500Y30500D02*
Y31500D01*
X9000Y31000D02*
X10000D01*
X9500Y30500D02*
Y31500D01*
X-10000Y31000D02*
X-9000D01*
X-9500Y30500D02*
Y31500D01*
X-15000Y31000D02*
X-14000D01*
X-14500Y30500D02*
Y31500D01*
X-56284Y-19016D02*
X-55284D01*
X-55784Y-19516D02*
Y-18516D01*
X29000Y-52300D02*
X30000D01*
X29500Y-52800D02*
Y-51800D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GKO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
D10*
X69300Y101997D02*
G03*
X65748Y111024I-13700J-179D01*
G01*
X-69300Y-101997D02*
G03*
X-65748Y-111024I13700J179D01*
G01*
Y111024D02*
G03*
X-69300Y101997I10148J-9205D01*
G01*
X69300Y92863D02*
G03*
X92863Y69300I23563J0D01*
G01*
X65748Y-111024D02*
G03*
X69300Y-101997I-10148J9205D01*
G01*
X-92863Y69300D02*
G03*
X-69300Y92863I0J23563D01*
G01*
X92863Y-69300D02*
G03*
X69300Y-92863I0J-23563D01*
G01*
X-101997Y69300D02*
G03*
X-111024Y65748I179J-13700D01*
G01*
X101997Y-69300D02*
G03*
X111024Y-65748I-179J13700D01*
G01*
Y65748D02*
G03*
X101997Y69300I-9205J-10148D01*
G01*
X-111024Y-65748D02*
G03*
X-101997Y-69300I9205J10148D01*
G01*
X-69300Y-92863D02*
G03*
X-92863Y-69300I-23563J0D01*
G01*
X69300Y92863D02*
Y101997D01*
X111024Y-65748D02*
Y65748D01*
X-69300Y-101997D02*
Y-92863D01*
X-65748Y111024D02*
X65748D01*
X-65748Y-111024D02*
X65748D01*
X-69300Y92863D02*
Y101997D01*
X92863Y69300D02*
X101997D01*
X69300Y-101997D02*
Y-92863D01*
X-101997Y69300D02*
X-92863D01*
X-111024Y-65748D02*
Y65748D01*
X-101997Y-69300D02*
X-92863D01*
X92863D02*
X101997D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM1
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
D10*
X69300Y92863D02*
G03*
X92863Y69300I23563J0D01*
G01*
X69300Y101997D02*
G03*
X65748Y111024I-13700J-179D01*
G01*
X-65748D02*
G03*
X-69300Y101997I10148J-9205D01*
G01*
X-92863Y69300D02*
G03*
X-69300Y92863I0J23563D01*
G01*
X-101997Y69300D02*
G03*
X-111024Y65748I179J-13700D01*
G01*
Y-65748D02*
G03*
X-101997Y-69300I9205J10148D01*
G01*
X-69300Y-92863D02*
G03*
X-92863Y-69300I-23563J0D01*
G01*
X-69300Y-101997D02*
G03*
X-65748Y-111024I13700J179D01*
G01*
X65748D02*
G03*
X69300Y-101997I-10148J9205D01*
G01*
X92863Y-69300D02*
G03*
X69300Y-92863I0J-23563D01*
G01*
X101997Y-69300D02*
G03*
X111024Y-65748I-179J13700D01*
G01*
Y65748D02*
G03*
X101997Y69300I-9205J-10148D01*
G01*
X69300Y92863D02*
Y101997D01*
X-65748Y111024D02*
X65748D01*
X-69300Y92863D02*
Y101997D01*
X-101997Y69300D02*
X-92863D01*
X-111024Y-65748D02*
Y65748D01*
X-101997Y-69300D02*
X-92863D01*
X-69300Y-101997D02*
Y-92863D01*
X-65748Y-111024D02*
X65748D01*
X69300Y-101997D02*
Y-92863D01*
X92863Y-69300D02*
X101997D01*
X111024Y-65748D02*
Y65748D01*
X92863Y69300D02*
X101997D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM10
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
D13*
X-29740Y50398D02*
X-22260D01*
Y35602D02*
Y50398D01*
X-29740Y35602D02*
X-22260D01*
X-29740D02*
Y50398D01*
X22260Y35602D02*
Y50398D01*
Y35602D02*
X29740D01*
Y50398D01*
X22260D02*
X29740D01*
X-39291Y-17850D02*
X-10709D01*
Y-34150D02*
Y-17850D01*
X-39291Y-34150D02*
X-10709D01*
X-39291D02*
Y-17850D01*
X19988Y-25437D02*
Y-17563D01*
Y-25437D02*
X31012D01*
Y-17563D01*
X19988D02*
X31012D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM12
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32896*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
D13*
X-29051Y49102D02*
X-22949D01*
Y36898D02*
Y49102D01*
X-29051Y36898D02*
X-22949D01*
X-29051D02*
Y49102D01*
X22949Y36898D02*
Y49102D01*
Y36898D02*
X29051D01*
Y49102D01*
X22949D02*
X29051D01*
X-34350Y-18244D02*
X-15650D01*
Y-33756D02*
Y-18244D01*
X-34350Y-33756D02*
X-15650D01*
X-34350D02*
Y-18244D01*
X21169Y-25043D02*
Y-17957D01*
Y-25043D02*
X29831D01*
Y-17957D01*
X21169D02*
X29831D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM13
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=16711935*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD85C,0.00394*%
%ADD86C,0.00200*%
D85*
X-9862Y-56299D02*
G03*
X-9862Y-56299I-1969J0D01*
G01*
X-51768Y-30236D02*
G03*
X-51768Y-30236I-1969J0D01*
G01*
X6299Y6299D02*
G03*
X6299Y6299I-1969J0D01*
G01*
X-50402Y17657D02*
X-38198D01*
X-50402Y24743D02*
X-38198D01*
X-50402Y17657D02*
Y24743D01*
X-38198Y17657D02*
Y24743D01*
X-21843Y35126D02*
X-2158D01*
X-21843Y50874D02*
X-2158D01*
Y35126D02*
Y50874D01*
X-21843Y35126D02*
Y50874D01*
X-9602Y-34543D02*
Y-27457D01*
X2602Y-34543D02*
Y-27457D01*
X-9602D02*
X2602D01*
X-9602Y-34543D02*
X2602D01*
X10398Y-31543D02*
Y-24457D01*
X22602D01*
X10398Y-31543D02*
X22602D01*
Y-24457D01*
X-15374Y-59842D02*
Y-40157D01*
X374Y-59842D02*
Y-40157D01*
X-15374Y-59842D02*
X374D01*
X-15374Y-40157D02*
X374D01*
X2158Y35126D02*
Y50874D01*
X21843Y35126D02*
Y50874D01*
X2158D02*
X21843D01*
X2158Y35126D02*
X21843D01*
X-57279Y-33779D02*
Y-6221D01*
X-29721Y-33779D02*
Y-6221D01*
X-57279Y-33779D02*
X-29721D01*
X-57279Y-6221D02*
X-29721D01*
X7874Y-9843D02*
Y9843D01*
X-7874Y-9843D02*
Y9843D01*
X7874D01*
X-7874Y-9843D02*
X7874D01*
D86*
X-54000Y17100D02*
Y18300D01*
X-54600Y17700D02*
X-53400D01*
X-54984Y15732D02*
Y19669D01*
X-53016Y15732D02*
Y19669D01*
X-54984Y15732D02*
X-53016D01*
X-54984Y19669D02*
X-53016D01*
X-68100Y-2500D02*
X-66900D01*
X-67500Y-3100D02*
Y-1900D01*
X-69468Y-1516D02*
X-65531D01*
X-69468Y-3484D02*
X-65531D01*
Y-3484D02*
Y-1516D01*
X-69468Y-3484D02*
Y-1516D01*
X-0Y39400D02*
Y40600D01*
X-600Y40000D02*
X600D01*
X984Y38032D02*
Y41969D01*
X-984Y38032D02*
Y41969D01*
X-984Y38032D02*
X984D01*
X-984Y41969D02*
X984D01*
X-0Y46400D02*
Y47600D01*
X-600Y47000D02*
X600D01*
X984Y45031D02*
Y48968D01*
X-984Y45031D02*
Y48968D01*
X-984Y45031D02*
X984D01*
X-984Y48968D02*
X984D01*
X-13032Y-28984D02*
Y-27016D01*
X-16969Y-28984D02*
Y-27016D01*
Y-27016D02*
X-13032D01*
X-16969Y-28984D02*
X-13032D01*
X-15000Y-28600D02*
Y-27400D01*
X-15600Y-28000D02*
X-14400D01*
X-25500Y-37100D02*
Y-35900D01*
X-26100Y-36500D02*
X-24900D01*
X-26484Y-38469D02*
Y-34532D01*
X-24516Y-38469D02*
Y-34532D01*
X-26484D02*
X-24516D01*
X-26484Y-38469D02*
X-24516D01*
X-68100Y-13000D02*
X-66900D01*
X-67500Y-13600D02*
Y-12400D01*
X-69468Y-12016D02*
X-65531D01*
X-69468Y-13984D02*
X-65531D01*
Y-13984D02*
Y-12016D01*
X-69468Y-13984D02*
Y-12016D01*
X-62000Y-37100D02*
Y-35900D01*
X-62600Y-36500D02*
X-61400D01*
X-62984Y-38469D02*
Y-34532D01*
X-61016Y-38469D02*
Y-34532D01*
X-62984D02*
X-61016D01*
X-62984Y-38469D02*
X-61016D01*
X-12968Y26016D02*
Y27984D01*
X-9031Y26016D02*
Y27984D01*
X-12968Y26016D02*
X-9031D01*
X-12968Y27984D02*
X-9031D01*
X-11000Y26400D02*
Y27600D01*
X-11600Y27000D02*
X-10400D01*
X-26969Y26016D02*
Y27984D01*
X-23031Y26016D02*
Y27984D01*
X-26969Y26016D02*
X-23031D01*
X-26969Y27984D02*
X-23031D01*
X-25000Y26400D02*
Y27600D01*
X-25600Y27000D02*
X-24400D01*
X16032Y26016D02*
Y27984D01*
X19969Y26016D02*
Y27984D01*
X16032Y26016D02*
X19969D01*
X16032Y27984D02*
X19969D01*
X18000Y26400D02*
Y27600D01*
X17400Y27000D02*
X18600D01*
X2032Y26016D02*
Y27984D01*
X5968Y26016D02*
Y27984D01*
X2032Y26016D02*
X5968D01*
X2032Y27984D02*
X5968D01*
X4000Y26400D02*
Y27600D01*
X3400Y27000D02*
X4600D01*
X-4600Y27000D02*
X-3400D01*
X-4000Y26400D02*
Y27600D01*
X-5968Y26016D02*
X-2032D01*
X-5968Y27984D02*
X-2032D01*
X-5968Y26016D02*
Y27984D01*
X-2032Y26016D02*
Y27984D01*
X-18600Y27000D02*
X-17400D01*
X-18000Y26400D02*
Y27600D01*
X-19969Y26016D02*
X-16032D01*
X-19969Y27984D02*
X-16032D01*
X-19969Y26016D02*
Y27984D01*
X-16032Y26016D02*
Y27984D01*
X24400Y27000D02*
X25600D01*
X25000Y26400D02*
Y27600D01*
X23031Y26016D02*
X26969D01*
X23031Y27984D02*
X26969D01*
X23031Y26016D02*
Y27984D01*
X26969Y26016D02*
Y27984D01*
X10400Y27000D02*
X11600D01*
X11000Y26400D02*
Y27600D01*
X9031Y27984D02*
X12968D01*
X9031Y26016D02*
X12968D01*
Y26016D02*
Y27984D01*
X9031Y26016D02*
Y27984D01*
X67094Y-22874D02*
X78905D01*
X67094D02*
Y-7126D01*
X78905Y-22873D02*
Y-7125D01*
X67094D02*
X78905D01*
X67094Y22874D02*
X78905D01*
Y7126D02*
Y22874D01*
X67095Y7125D02*
Y22873D01*
Y7125D02*
X78906D01*
X-16969Y-25484D02*
Y-23516D01*
X-13032Y-25484D02*
Y-23516D01*
X-16969Y-25484D02*
X-13032D01*
X-16969Y-23516D02*
X-13032D01*
X-15000Y-25100D02*
Y-23900D01*
X-15600Y-24500D02*
X-14400D01*
X-65531Y-32484D02*
Y-30516D01*
X-69468Y-32484D02*
Y-30516D01*
Y-30516D02*
X-65531D01*
X-69468Y-32484D02*
X-65531D01*
X-67500Y-32100D02*
Y-30900D01*
X-68100Y-31500D02*
X-66900D01*
X5500Y-20600D02*
Y-19400D01*
X4900Y-20000D02*
X6100D01*
X4516Y-21969D02*
Y-18032D01*
X6484Y-21969D02*
Y-18032D01*
X4516D02*
X6484D01*
X4516Y-21969D02*
X6484D01*
X9000Y-20600D02*
Y-19400D01*
X8400Y-20000D02*
X9600D01*
X8016Y-21969D02*
Y-18032D01*
X9984Y-21969D02*
Y-18032D01*
X8016D02*
X9984D01*
X8016Y-21969D02*
X9984D01*
X-15600Y-21000D02*
X-14400D01*
X-15000Y-21600D02*
Y-20400D01*
X-16969Y-21984D02*
X-13032D01*
X-16969Y-20016D02*
X-13032D01*
X-16969Y-21984D02*
Y-20016D01*
X-13032Y-21984D02*
Y-20016D01*
X-65531Y-39484D02*
Y-37516D01*
X-69468Y-39484D02*
Y-37516D01*
Y-37516D02*
X-65531D01*
X-69468Y-39484D02*
X-65531D01*
X-67500Y-39100D02*
Y-37900D01*
X-68100Y-38500D02*
X-66900D01*
X21400Y-38000D02*
X22600D01*
X22000Y-38600D02*
Y-37400D01*
X20031Y-37016D02*
X23968D01*
X20031Y-38984D02*
X23968D01*
Y-38984D02*
Y-37016D01*
X20031Y-38984D02*
Y-37016D01*
Y-57484D02*
Y-55516D01*
X23968Y-57484D02*
Y-55516D01*
X20031Y-57484D02*
X23968D01*
X20031Y-55516D02*
X23968D01*
X22000Y-57100D02*
Y-55900D01*
X21400Y-56500D02*
X22600D01*
X-68100Y-35000D02*
X-66900D01*
X-67500Y-35600D02*
Y-34400D01*
X-69468Y-34016D02*
X-65531D01*
X-69468Y-35984D02*
X-65531D01*
Y-35984D02*
Y-34016D01*
X-69468Y-35984D02*
Y-34016D01*
X-600Y-17500D02*
X600D01*
X0Y-18100D02*
Y-16900D01*
X-1969Y-18484D02*
X1969D01*
X-1969Y-16516D02*
X1969D01*
X-1969Y-18484D02*
Y-16516D01*
X1969Y-18484D02*
Y-16516D01*
X-600Y-21000D02*
X600D01*
X0Y-21600D02*
Y-20400D01*
X-1969Y-21984D02*
X1969D01*
X-1969Y-20016D02*
X1969D01*
X-1969Y-21984D02*
Y-20016D01*
X1969Y-21984D02*
Y-20016D01*
X-8100Y-21000D02*
X-6900D01*
X-7500Y-21600D02*
Y-20400D01*
X-9469Y-21984D02*
X-5531D01*
X-9469Y-20016D02*
X-5531D01*
X-9469Y-21984D02*
Y-20016D01*
X-5531Y-21984D02*
Y-20016D01*
X5500Y-28600D02*
Y-27400D01*
X4900Y-28000D02*
X6100D01*
X6484Y-29969D02*
Y-26032D01*
X4516Y-29969D02*
Y-26032D01*
X4516Y-29969D02*
X6484D01*
X4516Y-26032D02*
X6484D01*
X9000Y-28600D02*
Y-27400D01*
X8400Y-28000D02*
X9600D01*
X9984Y-29969D02*
Y-26032D01*
X8016Y-29969D02*
Y-26032D01*
X8016Y-29969D02*
X9984D01*
X8016Y-26032D02*
X9984D01*
X24000Y-24600D02*
Y-23400D01*
X23400Y-24000D02*
X24600D01*
X24984Y-25969D02*
Y-22031D01*
X23016Y-25969D02*
Y-22031D01*
X23016Y-25969D02*
X24984D01*
X23016Y-22031D02*
X24984D01*
X24000Y-33100D02*
Y-31900D01*
X23400Y-32500D02*
X24600D01*
X24984Y-34468D02*
Y-30531D01*
X23016Y-34468D02*
Y-30531D01*
X23016Y-34468D02*
X24984D01*
X23016Y-30531D02*
X24984D01*
X21400Y-18500D02*
X22600D01*
X22000Y-19100D02*
Y-17900D01*
X20031Y-19484D02*
X23968D01*
X20031Y-17516D02*
X23968D01*
X20031Y-19484D02*
Y-17516D01*
X23968Y-19484D02*
Y-17516D01*
X16468Y-19484D02*
Y-17516D01*
X12531Y-19484D02*
Y-17516D01*
Y-17516D02*
X16468D01*
X12531Y-19484D02*
X16468D01*
X14500Y-19100D02*
Y-17900D01*
X13900Y-18500D02*
X15100D01*
X8016Y-37969D02*
X9984D01*
X8016Y-34032D02*
X9984D01*
X9984Y-37969D02*
Y-34032D01*
X8016Y-37969D02*
Y-34032D01*
X8400Y-36000D02*
X9600D01*
X9000Y-36600D02*
Y-35400D01*
X5500Y-36600D02*
Y-35400D01*
X4900Y-36000D02*
X6100D01*
X6484Y-37969D02*
Y-34032D01*
X4516Y-37969D02*
Y-34032D01*
X4516Y-37969D02*
X6484D01*
X4516Y-34032D02*
X6484D01*
X16468Y-38984D02*
Y-37016D01*
X12531Y-38984D02*
Y-37016D01*
Y-37016D02*
X16468D01*
X12531Y-38984D02*
X16468D01*
X14500Y-38600D02*
Y-37400D01*
X13900Y-38000D02*
X15100D01*
X-29961Y-60437D02*
X-25039D01*
X-29961Y-52563D02*
X-25039D01*
X-29961Y-60437D02*
Y-52563D01*
X-25039Y-60437D02*
Y-52563D01*
X-27500Y-57500D02*
Y-55500D01*
X-28500Y-56500D02*
X-26500D01*
X-18999Y-46001D02*
X-16999D01*
X-17999Y-47001D02*
Y-45001D01*
X-23314Y-55844D02*
Y-36159D01*
Y-55844D02*
X-12684D01*
X-23314Y-36159D02*
X-12684D01*
Y-55844D02*
Y-36159D01*
X-43500Y-21000D02*
Y-19000D01*
X-44500Y-20000D02*
X-42500D01*
X-36461Y-60437D02*
X-31539D01*
X-36461Y-52563D02*
X-31539D01*
X-36461Y-60437D02*
Y-52563D01*
X-31539Y-60437D02*
Y-52563D01*
X-34000Y-57500D02*
Y-55500D01*
X-35000Y-56500D02*
X-33000D01*
X-36461Y-38063D02*
X-31539D01*
X-36461Y-45937D02*
X-31539D01*
Y-38063D01*
X-36461Y-45937D02*
Y-38063D01*
X-34000Y-43000D02*
Y-41000D01*
X-35000Y-42000D02*
X-33000D01*
X-29961Y-38063D02*
X-25039D01*
X-29961Y-45937D02*
X-25039D01*
Y-38063D01*
X-29961Y-45937D02*
Y-38063D01*
X-27500Y-43000D02*
Y-41000D01*
X-28500Y-42000D02*
X-26500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM14
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD86C,0.00200*%
G36*
X-15200Y-45342D02*
X-16106D01*
Y-43955D01*
X-19594D01*
X-18937Y-45166D01*
X-19770Y-45499D01*
X-20676Y-43769D01*
Y-42909D01*
X-16106D01*
Y-41716D01*
X-15200D01*
Y-45342D01*
D02*
G37*
G36*
X-17762Y-46202D02*
X-17605Y-46211D01*
X-17429Y-46230D01*
X-17235Y-46258D01*
X-17031Y-46295D01*
X-16837Y-46350D01*
X-16828D01*
X-16819Y-46360D01*
X-16791Y-46369D01*
X-16754Y-46378D01*
X-16652Y-46415D01*
X-16532Y-46470D01*
X-16393Y-46535D01*
X-16245Y-46619D01*
X-16097Y-46720D01*
X-15949Y-46841D01*
X-15931Y-46859D01*
X-15894Y-46896D01*
X-15829Y-46970D01*
X-15746Y-47072D01*
X-15653Y-47192D01*
X-15561Y-47340D01*
X-15477Y-47506D01*
X-15394Y-47692D01*
Y-47701D01*
X-15385Y-47710D01*
X-15376Y-47747D01*
X-15367Y-47784D01*
X-15348Y-47830D01*
X-15329Y-47886D01*
X-15311Y-47960D01*
X-15302Y-48034D01*
X-15265Y-48219D01*
X-15228Y-48422D01*
X-15209Y-48663D01*
X-15200Y-48922D01*
Y-50300D01*
X-20639D01*
Y-48533D01*
X-20630Y-48469D01*
X-20620Y-48320D01*
X-20602Y-48154D01*
X-20574Y-47969D01*
X-20537Y-47784D01*
X-20482Y-47608D01*
Y-47599D01*
X-20472Y-47590D01*
X-20454Y-47525D01*
X-20417Y-47442D01*
X-20361Y-47331D01*
X-20297Y-47210D01*
X-20213Y-47081D01*
X-20112Y-46942D01*
X-20001Y-46822D01*
X-19982Y-46804D01*
X-19945Y-46766D01*
X-19871Y-46711D01*
X-19779Y-46646D01*
X-19658Y-46572D01*
X-19520Y-46489D01*
X-19353Y-46415D01*
X-19177Y-46350D01*
X-19168D01*
X-19159Y-46341D01*
X-19131Y-46332D01*
X-19085Y-46323D01*
X-19039Y-46313D01*
X-18983Y-46304D01*
X-18845Y-46267D01*
X-18669Y-46239D01*
X-18465Y-46221D01*
X-18234Y-46202D01*
X-17984Y-46193D01*
X-17975D01*
X-17956D01*
X-17920D01*
X-17883D01*
X-17827D01*
X-17762Y-46202D01*
D02*
G37*
%LPC*%
G36*
X-17744Y-47294D02*
X-17920D01*
X-17929D01*
X-17938D01*
X-17993D01*
X-18077D01*
X-18179Y-47303D01*
X-18299Y-47312D01*
X-18428Y-47322D01*
X-18697Y-47368D01*
X-18715D01*
X-18752Y-47377D01*
X-18817Y-47396D01*
X-18900Y-47423D01*
X-18993Y-47460D01*
X-19094Y-47497D01*
X-19196Y-47553D01*
X-19288Y-47608D01*
X-19298Y-47618D01*
X-19326Y-47636D01*
X-19372Y-47673D01*
X-19427Y-47728D01*
X-19483Y-47793D01*
X-19538Y-47867D01*
X-19603Y-47960D01*
X-19649Y-48061D01*
X-19658Y-48071D01*
X-19668Y-48108D01*
X-19686Y-48173D01*
X-19714Y-48256D01*
X-19742Y-48348D01*
X-19760Y-48469D01*
X-19770Y-48607D01*
X-19779Y-48755D01*
Y-49273D01*
X-16060D01*
Y-48755D01*
X-16070Y-48709D01*
Y-48644D01*
X-16088Y-48570D01*
X-16116Y-48404D01*
X-16171Y-48219D01*
X-16245Y-48034D01*
X-16356Y-47849D01*
X-16430Y-47765D01*
X-16504Y-47692D01*
X-16513Y-47682D01*
X-16523Y-47673D01*
X-16551Y-47655D01*
X-16588Y-47627D01*
X-16643Y-47599D01*
X-16699Y-47562D01*
X-16772Y-47525D01*
X-16856Y-47488D01*
X-16948Y-47451D01*
X-17050Y-47423D01*
X-17161Y-47386D01*
X-17290Y-47359D01*
X-17429Y-47331D01*
X-17586Y-47312D01*
X-17744Y-47294D01*
D02*
G37*
%LPD*%
D86*
X-52300Y14200D02*
Y21200D01*
X-55700Y14200D02*
X-52300D01*
X-55700Y21200D02*
X-52300D01*
X-55700Y14200D02*
Y21200D01*
X-71000Y-800D02*
X-64000D01*
X-71000Y-4200D02*
Y-800D01*
X-64000Y-4200D02*
Y-800D01*
X-71000Y-4200D02*
X-64000D01*
X-1700Y36500D02*
Y43500D01*
Y36500D02*
X1700D01*
X-1700Y43500D02*
X1700D01*
Y36500D02*
Y43500D01*
X-1700D02*
Y50500D01*
Y43500D02*
X1700D01*
X-1700Y50500D02*
X1700D01*
Y43500D02*
Y50500D01*
X-18500Y-29700D02*
X-11500D01*
Y-26300D01*
X-18500Y-29700D02*
Y-26300D01*
X-11500D01*
X-27200Y-40000D02*
Y-33000D01*
Y-40000D02*
X-23800D01*
X-27200Y-33000D02*
X-23800D01*
Y-40000D02*
Y-33000D01*
X-71000Y-11300D02*
X-64000D01*
X-71000Y-14700D02*
Y-11300D01*
X-64000Y-14700D02*
Y-11300D01*
X-71000Y-14700D02*
X-64000D01*
X-63700Y-40000D02*
Y-33000D01*
Y-40000D02*
X-60300D01*
X-63700Y-33000D02*
X-60300D01*
Y-40000D02*
Y-33000D01*
X-14500Y28700D02*
X-7500D01*
X-14500Y25300D02*
Y28700D01*
X-7500Y25300D02*
Y28700D01*
X-14500Y25300D02*
X-7500D01*
X-28500Y28700D02*
X-21500D01*
X-28500Y25300D02*
Y28700D01*
X-21500Y25300D02*
Y28700D01*
X-28500Y25300D02*
X-21500D01*
X14500Y28700D02*
X21500D01*
X14500Y25300D02*
Y28700D01*
X21500Y25300D02*
Y28700D01*
X14500Y25300D02*
X21500D01*
X500Y28700D02*
X7500D01*
X500Y25300D02*
Y28700D01*
X7500Y25300D02*
Y28700D01*
X500Y25300D02*
X7500D01*
X-7500D02*
X-500D01*
Y28700D01*
X-7500Y25300D02*
Y28700D01*
X-500D01*
X-21500Y25300D02*
X-14500D01*
Y28700D01*
X-21500Y25300D02*
Y28700D01*
X-14500D01*
X21500Y25300D02*
X28500D01*
Y28700D01*
X21500Y25300D02*
Y28700D01*
X28500D01*
X7500D02*
X14500D01*
X7500Y25300D02*
Y28700D01*
X14500Y25300D02*
Y28700D01*
X7500Y25300D02*
X14500D01*
X66500Y-25500D02*
Y-4500D01*
X79500D01*
X66500Y-25500D02*
X79500D01*
Y-4500D01*
Y4500D02*
Y25500D01*
X66500Y4500D02*
X79500D01*
X66500Y25500D02*
X79500D01*
X66500Y4500D02*
Y25500D01*
X-18500Y-22800D02*
X-11500D01*
X-18500Y-26200D02*
Y-22800D01*
X-11500Y-26200D02*
Y-22800D01*
X-18500Y-26200D02*
X-11500D01*
X-71000Y-33200D02*
X-64000D01*
Y-29800D01*
X-71000Y-33200D02*
Y-29800D01*
X-64000D01*
X3800Y-23500D02*
Y-16500D01*
Y-23500D02*
X7200D01*
X3800Y-16500D02*
X7200D01*
Y-23500D02*
Y-16500D01*
X7300Y-23500D02*
Y-16500D01*
Y-23500D02*
X10700D01*
X7300Y-16500D02*
X10700D01*
Y-23500D02*
Y-16500D01*
X-18500Y-22700D02*
X-11500D01*
Y-19300D01*
X-18500Y-22700D02*
Y-19300D01*
X-11500D01*
X-71000Y-40200D02*
X-64000D01*
Y-36800D01*
X-71000Y-40200D02*
Y-36800D01*
X-64000D01*
X18500Y-36300D02*
X25500D01*
X18500Y-39700D02*
Y-36300D01*
X25500Y-39700D02*
Y-36300D01*
X18500Y-39700D02*
X25500D01*
X18500Y-54800D02*
X25500D01*
X18500Y-58200D02*
Y-54800D01*
X25500Y-58200D02*
Y-54800D01*
X18500Y-58200D02*
X25500D01*
X-71000Y-33300D02*
X-64000D01*
X-71000Y-36700D02*
Y-33300D01*
X-64000Y-36700D02*
Y-33300D01*
X-71000Y-36700D02*
X-64000D01*
X-3500Y-19200D02*
X3500D01*
Y-15800D01*
X-3500Y-19200D02*
Y-15800D01*
X3500D01*
X-3500Y-22700D02*
X3500D01*
Y-19300D01*
X-3500Y-22700D02*
Y-19300D01*
X3500D01*
X-11000Y-22700D02*
X-4000D01*
Y-19300D01*
X-11000Y-22700D02*
Y-19300D01*
X-4000D01*
X7200Y-31500D02*
Y-24500D01*
X3800D02*
X7200D01*
X3800Y-31500D02*
X7200D01*
X3800D02*
Y-24500D01*
X10700Y-31500D02*
Y-24500D01*
X7300D02*
X10700D01*
X7300Y-31500D02*
X10700D01*
X7300D02*
Y-24500D01*
X25700Y-27500D02*
Y-20500D01*
X22300D02*
X25700D01*
X22300Y-27500D02*
X25700D01*
X22300D02*
Y-20500D01*
X25700Y-36000D02*
Y-29000D01*
X22300D02*
X25700D01*
X22300Y-36000D02*
X25700D01*
X22300D02*
Y-29000D01*
X18500Y-20200D02*
X25500D01*
Y-16800D01*
X18500Y-20200D02*
Y-16800D01*
X25500D01*
X11000Y-20200D02*
X18000D01*
Y-16800D01*
X11000Y-20200D02*
Y-16800D01*
X18000D01*
X7300Y-39500D02*
Y-32500D01*
Y-39500D02*
X10700D01*
X7300Y-32500D02*
X10700D01*
Y-39500D02*
Y-32500D01*
X7200Y-39500D02*
Y-32500D01*
X3800D02*
X7200D01*
X3800Y-39500D02*
X7200D01*
X3800D02*
Y-32500D01*
X11000Y-39700D02*
X18000D01*
Y-36300D01*
X11000Y-39700D02*
Y-36300D01*
X18000D01*
X-30500Y-62000D02*
Y-51000D01*
X-24500D01*
X-30500Y-62000D02*
X-24500D01*
Y-51000D01*
X-12000Y-57000D02*
Y-35000D01*
X-24000Y-57000D02*
X-12000D01*
X-24000Y-35000D02*
X-12000D01*
X-24000Y-57000D02*
Y-35000D01*
Y-39500D02*
Y-500D01*
X-63000D02*
X-24000D01*
X-63000Y-39500D02*
X-63000Y-500D01*
X-63000Y-39500D02*
X-24000Y-39500D01*
X-37000Y-62000D02*
Y-51000D01*
X-31000D01*
X-37000Y-62000D02*
X-31000D01*
Y-51000D01*
Y-47500D02*
Y-36500D01*
X-37000Y-47500D02*
X-31000D01*
X-37000Y-36500D02*
X-31000D01*
X-37000Y-47500D02*
Y-36500D01*
X-24500Y-47500D02*
Y-36500D01*
X-30500Y-47500D02*
X-24500D01*
X-30500Y-36500D02*
X-24500D01*
X-30500Y-47500D02*
Y-36500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GM15
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=32768*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD13C,0.00787*%
%ADD85C,0.00394*%
D13*
X-29740Y50398D02*
X-22260D01*
Y35602D02*
Y50398D01*
X-29740Y35602D02*
X-22260D01*
X-29740D02*
Y50398D01*
X22260Y35602D02*
Y50398D01*
Y35602D02*
X29740D01*
Y50398D01*
X22260D02*
X29740D01*
X-39291Y-17850D02*
X-10709D01*
Y-34150D02*
Y-17850D01*
X-39291Y-34150D02*
X-10709D01*
X-39291D02*
Y-17850D01*
X19988Y-25437D02*
Y-17563D01*
Y-25437D02*
X31012D01*
Y-17563D01*
X19988D02*
X31012D01*
D85*
X-51387Y13200D02*
X-37213D01*
X-51387Y29200D02*
X-37213D01*
X-51387Y13200D02*
Y29200D01*
X-37213Y13200D02*
Y29200D01*
X-44300Y19231D02*
Y23168D01*
X-46268Y21200D02*
X-42331D01*
X-27968Y43000D02*
X-24032D01*
X-26000Y41032D02*
Y44969D01*
X-23024Y26465D02*
X500D01*
X-23024Y59535D02*
X500D01*
Y26465D02*
Y59535D01*
X-23024Y26465D02*
Y59535D01*
X-12000Y41032D02*
Y44969D01*
X-13969Y43000D02*
X-10031D01*
X27200Y-55700D02*
X30800D01*
X27200Y-62300D02*
Y-55700D01*
X30800Y-62300D02*
Y-55700D01*
X27200Y-62300D02*
X30800D01*
X26000Y41032D02*
Y44969D01*
X24032Y43000D02*
X27968D01*
X-5469Y-31000D02*
X-1531D01*
X-3500Y-32969D02*
Y-29032D01*
X-10587Y-40000D02*
Y-22000D01*
X3587Y-40000D02*
Y-22000D01*
X-10587D02*
X3587D01*
X-10587Y-40000D02*
X3587D01*
X14532Y-28000D02*
X18469D01*
X16500Y-29969D02*
Y-26032D01*
X8429Y-37252D02*
Y-18748D01*
X24571Y-37252D02*
Y-18748D01*
X8429D02*
X24571D01*
X8429Y-37252D02*
X24571D01*
X-26969Y-26000D02*
X-23031D01*
X-25000Y-27968D02*
Y-24032D01*
X-24035Y-62500D02*
Y-38976D01*
X9035Y-62500D02*
Y-38976D01*
X-24035Y-62500D02*
X9035D01*
X-24035Y-38976D02*
X9035D01*
X-9469Y-50000D02*
X-5531D01*
X-7500Y-51968D02*
Y-48031D01*
X10031Y43000D02*
X13969D01*
X12000Y41032D02*
Y44969D01*
X976Y26465D02*
Y59535D01*
X24500Y26465D02*
Y59535D01*
X976D02*
X24500D01*
X976Y26465D02*
X24500D01*
X16535Y-11024D02*
Y12500D01*
X-16535Y-11024D02*
Y12500D01*
X16535D01*
X-16535Y-11024D02*
X16535D01*
X-1969Y0D02*
X1969D01*
X0Y-1969D02*
Y1969D01*
X25500Y-23469D02*
Y-19532D01*
X23531Y-21500D02*
X27468D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GPB
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
%ADD54C,0.20000*%
%ADD59O,0.01968X0.05118*%
G04:AMPARAMS|DCode=60|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD60*
21,1,0.02000,0.01000,0,0,270.0*
21,1,0.01000,0.02000,0,0,270.0*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
1,1,0.01000,0.00500,-0.00500*
%
%ADD60ROUNDEDRECTD60*%
G04:AMPARAMS|DCode=61|XSize=37.64mil|YSize=63.38mil|CornerRadius=9.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD61*
21,1,0.03764,0.04456,0,0,270.0*
21,1,0.01882,0.06338,0,0,270.0*
1,1,0.01882,-0.02228,-0.00941*
1,1,0.01882,-0.02228,0.00941*
1,1,0.01882,0.02228,0.00941*
1,1,0.01882,0.02228,-0.00941*
%
%ADD61ROUNDEDRECTD61*%
G04:AMPARAMS|DCode=62|XSize=90.55mil|YSize=90.55mil|CornerRadius=22.64mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD62*
21,1,0.09055,0.04528,0,0,0.0*
21,1,0.04528,0.09055,0,0,0.0*
1,1,0.04528,0.02264,-0.02264*
1,1,0.04528,-0.02264,-0.02264*
1,1,0.04528,-0.02264,0.02264*
1,1,0.04528,0.02264,0.02264*
%
%ADD62ROUNDEDRECTD62*%
G04:AMPARAMS|DCode=63|XSize=200mil|YSize=80mil|CornerRadius=20mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD63*
21,1,0.20000,0.04000,0,0,270.0*
21,1,0.16000,0.08000,0,0,270.0*
1,1,0.04000,-0.02000,-0.08000*
1,1,0.04000,-0.02000,0.08000*
1,1,0.04000,0.02000,0.08000*
1,1,0.04000,0.02000,-0.08000*
%
%ADD63ROUNDEDRECTD63*%
G04:AMPARAMS|DCode=64|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD64*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD64ROUNDEDRECTD64*%
G04:AMPARAMS|DCode=65|XSize=21.65mil|YSize=57.09mil|CornerRadius=5.41mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD65*
21,1,0.02165,0.04626,0,0,270.0*
21,1,0.01083,0.05709,0,0,270.0*
1,1,0.01083,-0.02313,-0.00541*
1,1,0.01083,-0.02313,0.00541*
1,1,0.01083,0.02313,0.00541*
1,1,0.01083,0.02313,-0.00541*
%
%ADD65ROUNDEDRECTD65*%
G04:AMPARAMS|DCode=66|XSize=23.62mil|YSize=35mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD66*
21,1,0.02362,0.02319,0,0,0.0*
21,1,0.01181,0.03500,0,0,0.0*
1,1,0.01181,0.00591,-0.01159*
1,1,0.01181,-0.00591,-0.01159*
1,1,0.01181,-0.00591,0.01159*
1,1,0.01181,0.00591,0.01159*
%
%ADD66ROUNDEDRECTD66*%
G04:AMPARAMS|DCode=67|XSize=27.56mil|YSize=51.18mil|CornerRadius=6.89mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD67*
21,1,0.02756,0.03740,0,0,0.0*
21,1,0.01378,0.05118,0,0,0.0*
1,1,0.01378,0.00689,-0.01870*
1,1,0.01378,-0.00689,-0.01870*
1,1,0.01378,-0.00689,0.01870*
1,1,0.01378,0.00689,0.01870*
%
%ADD67ROUNDEDRECTD67*%
%ADD68O,0.05118X0.01968*%
%ADD69O,0.01200X0.05400*%
%ADD70O,0.05400X0.01200*%
D18*
X0Y42000D02*
D03*
Y38000D02*
D03*
Y49000D02*
D03*
Y45000D02*
D03*
X-25500Y-38500D02*
D03*
Y-34500D02*
D03*
X-62000Y-38500D02*
D03*
Y-34500D02*
D03*
X5500Y-22000D02*
D03*
Y-18000D02*
D03*
X9000Y-22000D02*
D03*
Y-18000D02*
D03*
X5500Y-26000D02*
D03*
Y-30000D02*
D03*
X9000Y-26000D02*
D03*
Y-30000D02*
D03*
X24000Y-22000D02*
D03*
Y-26000D02*
D03*
Y-30500D02*
D03*
Y-34500D02*
D03*
X9000Y-34000D02*
D03*
Y-38000D02*
D03*
X5500Y-34000D02*
D03*
Y-38000D02*
D03*
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D59*
X4500Y53433D02*
D03*
X-4500Y32567D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X-4500Y53433D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-19500D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
X4500Y32567D02*
D03*
X9500D02*
D03*
X14500D02*
D03*
X19500D02*
D03*
D60*
X-69500Y-2500D02*
D03*
X-65500D02*
D03*
X-17000Y-28000D02*
D03*
X-13000D02*
D03*
X-69500Y-13000D02*
D03*
X-65500D02*
D03*
X-9000Y27000D02*
D03*
X-13000D02*
D03*
X-23000D02*
D03*
X-27000D02*
D03*
X20000D02*
D03*
X16000D02*
D03*
X6000D02*
D03*
X2000D02*
D03*
X-2000D02*
D03*
X-6000D02*
D03*
X-16000D02*
D03*
X-20000D02*
D03*
X27000D02*
D03*
X23000D02*
D03*
X9000D02*
D03*
X13000D02*
D03*
X-13000Y-24500D02*
D03*
X-17000D02*
D03*
X-69500Y-31500D02*
D03*
X-65500D02*
D03*
X-13000Y-21000D02*
D03*
X-17000D02*
D03*
X-69500Y-38500D02*
D03*
X-65500D02*
D03*
X20000Y-38000D02*
D03*
X24000D02*
D03*
Y-56500D02*
D03*
X20000D02*
D03*
X-69500Y-35000D02*
D03*
X-65500D02*
D03*
X2000Y-17500D02*
D03*
X-2000D02*
D03*
X2000Y-21000D02*
D03*
X-2000D02*
D03*
X-5500D02*
D03*
X-9500D02*
D03*
X24000Y-18500D02*
D03*
X20000D02*
D03*
X12500D02*
D03*
X16500D02*
D03*
X12500Y-38000D02*
D03*
X16500D02*
D03*
D61*
X-26000Y37878D02*
D03*
Y48122D02*
D03*
X26000D02*
D03*
Y37878D02*
D03*
D62*
X-12000Y43000D02*
D03*
X12000D02*
D03*
D63*
X-18000Y70000D02*
D03*
X-6000D02*
D03*
X18000D02*
D03*
X6000D02*
D03*
D64*
X-67500Y-18260D02*
D03*
D65*
X-67500Y-22000D02*
D03*
Y-25740D02*
D03*
D66*
X-7240Y-36906D02*
D03*
X-3500D02*
D03*
X240D02*
D03*
Y-25506D02*
D03*
X-7240D02*
D03*
D67*
X20240Y-23276D02*
D03*
X16500D02*
D03*
X12760D02*
D03*
Y-32724D02*
D03*
X16500D02*
D03*
X20240D02*
D03*
D68*
X-17933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X2933Y-57500D02*
D03*
Y-52500D02*
D03*
Y-47500D02*
D03*
Y-42500D02*
D03*
X10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
X-10433Y7500D02*
D03*
Y2500D02*
D03*
Y-2500D02*
D03*
Y-7500D02*
D03*
D69*
X-36610Y-3500D02*
D03*
X-34642D02*
D03*
X-32673D02*
D03*
X-38579D02*
D03*
X-40547D02*
D03*
X-48421D02*
D03*
X-46453D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-50390D02*
D03*
X-52358D02*
D03*
X-54327D02*
D03*
X-32673Y-36500D02*
D03*
X-34642D02*
D03*
X-36610D02*
D03*
X-42516D02*
D03*
X-44484D02*
D03*
X-40547D02*
D03*
X-38579D02*
D03*
X-46453D02*
D03*
X-48421D02*
D03*
X-54327D02*
D03*
X-52358D02*
D03*
X-50390D02*
D03*
D70*
X-27000Y-20984D02*
D03*
Y-9173D02*
D03*
Y-11142D02*
D03*
Y-13110D02*
D03*
Y-19016D02*
D03*
Y-17047D02*
D03*
Y-15079D02*
D03*
Y-22953D02*
D03*
Y-24921D02*
D03*
X-27000Y-30827D02*
D03*
X-27000Y-28858D02*
D03*
Y-26890D02*
D03*
X-60000Y-26890D02*
D03*
Y-28858D02*
D03*
Y-30827D02*
D03*
Y-24921D02*
D03*
Y-22953D02*
D03*
Y-15079D02*
D03*
Y-17047D02*
D03*
Y-20984D02*
D03*
Y-19016D02*
D03*
Y-13110D02*
D03*
Y-11142D02*
D03*
Y-9173D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GPT
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.03937,0.03937,0,0,90.0*
21,1,0.01968,0.05906,0,0,90.0*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
%ADD54C,0.20000*%
D16*
X-62500Y20689D02*
D03*
Y40374D02*
D03*
Y36437D02*
D03*
Y28563D02*
D03*
Y32500D02*
D03*
Y24626D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D17*
X-77000Y16000D02*
D03*
Y45063D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D18*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D19*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GTL
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Physical_Order=1*
G04 Layer_Color=255*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD14C,0.00600*%
G04:AMPARAMS|DCode=16|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.03937,0.03937,0,0,90.0*
21,1,0.01968,0.05906,0,0,90.0*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
%ADD50C,0.02000*%
%ADD51C,0.08000*%
%ADD52C,0.04000*%
%ADD53C,0.03000*%
%ADD54C,0.20000*%
%ADD55C,0.01800*%
%ADD56C,0.02362*%
G36*
X65948Y109336D02*
X66997Y107625D01*
X67765Y105771D01*
X68233Y103819D01*
X68378Y101985D01*
X68378Y101985D01*
X68378D01*
X68382Y101980D01*
Y92863D01*
X68362D01*
X68516Y90120D01*
X68976Y87411D01*
X69736Y84771D01*
X70788Y82232D01*
X72117Y79827D01*
X73707Y77587D01*
X75538Y75538D01*
X77587Y73707D01*
X79827Y72117D01*
X82232Y70788D01*
X84771Y69736D01*
X87411Y68976D01*
X90120Y68516D01*
X92863Y68362D01*
Y68382D01*
X101980D01*
X101985Y68378D01*
X101985Y68378D01*
X101985Y68378D01*
X103819Y68233D01*
X105771Y67765D01*
X107625Y66997D01*
X109336Y65948D01*
X110106Y65290D01*
Y-65290D01*
X109336Y-65948D01*
X107625Y-66997D01*
X105771Y-67765D01*
X103819Y-68233D01*
X101985Y-68378D01*
X101985Y-68378D01*
Y-68378D01*
X101980Y-68382D01*
X92863D01*
Y-68362D01*
X90120Y-68516D01*
X87411Y-68976D01*
X84771Y-69736D01*
X82232Y-70788D01*
X79827Y-72117D01*
X77587Y-73707D01*
X75538Y-75538D01*
X73707Y-77587D01*
X72117Y-79827D01*
X70788Y-82232D01*
X69736Y-84771D01*
X68976Y-87411D01*
X68516Y-90120D01*
X68362Y-92863D01*
X68382D01*
Y-101980D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68378Y-101985D01*
X68233Y-103819D01*
X67765Y-105771D01*
X66997Y-107625D01*
X65948Y-109336D01*
X65290Y-110106D01*
X-65290D01*
X-65948Y-109336D01*
X-66997Y-107625D01*
X-67765Y-105771D01*
X-68233Y-103819D01*
X-68378Y-101985D01*
X-68378Y-101985D01*
X-68378D01*
X-68382Y-101980D01*
Y-92863D01*
X-68362D01*
X-68516Y-90120D01*
X-68976Y-87411D01*
X-69736Y-84771D01*
X-70788Y-82232D01*
X-72117Y-79827D01*
X-73707Y-77587D01*
X-75538Y-75538D01*
X-77587Y-73707D01*
X-79827Y-72117D01*
X-82232Y-70788D01*
X-84771Y-69736D01*
X-87411Y-68976D01*
X-90120Y-68516D01*
X-92863Y-68362D01*
Y-68382D01*
X-101980D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-101985Y-68378D01*
X-103819Y-68233D01*
X-105771Y-67765D01*
X-107625Y-66997D01*
X-109336Y-65948D01*
X-110106Y-65290D01*
Y65290D01*
X-109336Y65948D01*
X-107625Y66997D01*
X-105771Y67765D01*
X-103819Y68233D01*
X-101985Y68378D01*
X-101985Y68378D01*
Y68378D01*
X-101980Y68382D01*
X-92863D01*
Y68362D01*
X-90120Y68516D01*
X-87411Y68976D01*
X-84771Y69736D01*
X-82232Y70788D01*
X-79827Y72117D01*
X-77587Y73707D01*
X-75538Y75538D01*
X-73707Y77587D01*
X-72117Y79827D01*
X-70788Y82232D01*
X-69736Y84771D01*
X-68976Y87411D01*
X-68516Y90120D01*
X-68362Y92863D01*
X-68382D01*
Y101980D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68378Y101985D01*
X-68233Y103819D01*
X-67765Y105771D01*
X-66997Y107625D01*
X-65948Y109336D01*
X-65290Y110106D01*
X65290D01*
X65948Y109336D01*
D02*
G37*
%LPC*%
G36*
X16500Y80433D02*
X4567Y80433D01*
X4261Y80306D01*
X4134Y80000D01*
Y79309D01*
X4073Y79000D01*
Y75000D01*
X4134Y74691D01*
Y59933D01*
X4135Y59931D01*
X3882Y59521D01*
X3523Y59523D01*
X3171Y59941D01*
Y65059D01*
X3110Y65369D01*
X2934Y65631D01*
X2672Y65807D01*
X2362Y65868D01*
X1575D01*
X1265Y65807D01*
X1003Y65631D01*
X827Y65369D01*
X766Y65059D01*
Y59941D01*
X827Y59631D01*
X1003Y59369D01*
X1265Y59193D01*
X1495Y59148D01*
X1556Y59119D01*
X1570Y59119D01*
X1745Y58914D01*
X1681Y58672D01*
X1448Y58414D01*
X524D01*
X-805Y59742D01*
X-766Y59941D01*
Y65059D01*
X-827Y65369D01*
X-1003Y65631D01*
X-1265Y65807D01*
X-1575Y65868D01*
X-2362D01*
X-2672Y65807D01*
X-2934Y65631D01*
X-3110Y65369D01*
X-3171Y65059D01*
Y59941D01*
X-3110Y59631D01*
X-2934Y59369D01*
X-2672Y59193D01*
X-2442Y59148D01*
X-2381Y59119D01*
X-2279Y59115D01*
X-2254Y59112D01*
X-2231Y59108D01*
X-2215Y59104D01*
X-2209Y59102D01*
X-2207Y59100D01*
X-2203Y59099D01*
X-2195Y59093D01*
X-2190Y59092D01*
X-2187Y59091D01*
X-2187D01*
X-2179Y59077D01*
X-2151Y59070D01*
X-277Y57195D01*
X-45Y57041D01*
X-32Y57038D01*
X-81Y56538D01*
X-18840D01*
X-19185Y56681D01*
X-19815D01*
X-20160Y56538D01*
X-21840D01*
X-22185Y56681D01*
X-22815D01*
X-23235Y56507D01*
X-24149Y56387D01*
X-25219Y55943D01*
X-26138Y55238D01*
X-30138Y51238D01*
X-30843Y50319D01*
X-31287Y49249D01*
X-31438Y48100D01*
Y-5400D01*
X-31287Y-6549D01*
X-30843Y-7619D01*
X-30138Y-8538D01*
X-19792Y-18884D01*
Y-22591D01*
X-19860Y-22692D01*
X-20056Y-23677D01*
Y-28323D01*
X-19860Y-29308D01*
X-19792Y-29409D01*
Y-34815D01*
X-19875D01*
X-20568Y-34953D01*
X-21155Y-35345D01*
X-21547Y-35932D01*
X-21685Y-36625D01*
Y-38908D01*
X-27381Y-44605D01*
X-29469D01*
X-30009Y-44712D01*
X-30084Y-44762D01*
X-31417D01*
X-31492Y-44712D01*
X-32032Y-44605D01*
X-35969D01*
X-36149Y-44640D01*
X-36500Y-44201D01*
X-36400Y-43959D01*
Y-43441D01*
X-36598Y-42964D01*
X-36964Y-42598D01*
X-37441Y-42400D01*
X-37959D01*
X-38109Y-42462D01*
X-38491Y-42080D01*
X-38400Y-41859D01*
Y-41341D01*
X-38598Y-40864D01*
X-38964Y-40498D01*
X-39441Y-40300D01*
X-39959D01*
X-40436Y-40498D01*
X-40802Y-40864D01*
X-41000Y-41341D01*
Y-41527D01*
X-41033Y-41604D01*
X-41034Y-41711D01*
X-41039Y-41799D01*
X-41048Y-41877D01*
X-41060Y-41945D01*
X-41074Y-42003D01*
X-41090Y-42051D01*
X-41105Y-42087D01*
X-41169Y-42151D01*
X-46931D01*
X-55541Y-33541D01*
X-56000Y-33351D01*
X-59183D01*
X-59193Y-33297D01*
X-59369Y-33034D01*
X-59631Y-32859D01*
X-59941Y-32797D01*
X-65059D01*
X-65369Y-32859D01*
X-65631Y-33034D01*
X-65807Y-33297D01*
X-65868Y-33606D01*
Y-34394D01*
X-65807Y-34703D01*
X-65631Y-34966D01*
X-65369Y-35141D01*
X-65059Y-35203D01*
X-60028D01*
X-59882Y-35412D01*
X-59804Y-35686D01*
X-60849Y-36731D01*
X-60883Y-36733D01*
X-60919Y-36733D01*
X-60921Y-36734D01*
X-65059D01*
X-65369Y-36796D01*
X-65631Y-36971D01*
X-65807Y-37234D01*
X-65868Y-37543D01*
Y-38331D01*
X-65807Y-38640D01*
X-65631Y-38903D01*
X-65369Y-39078D01*
X-65059Y-39140D01*
X-59941D01*
X-59631Y-39078D01*
X-59369Y-38903D01*
X-59193Y-38640D01*
X-59132Y-38331D01*
Y-37543D01*
X-59193Y-37234D01*
X-59322Y-37041D01*
X-58713Y-36431D01*
X-58289Y-36714D01*
X-58300Y-36741D01*
Y-37259D01*
X-58102Y-37736D01*
X-57736Y-38102D01*
X-57259Y-38300D01*
X-56741D01*
X-56264Y-38102D01*
X-55898Y-37736D01*
X-55700Y-37259D01*
Y-37057D01*
X-55200Y-36850D01*
X-47891Y-44159D01*
X-47431Y-44349D01*
X-39038D01*
X-39002Y-44364D01*
X-38957Y-44387D01*
X-38906Y-44418D01*
X-38854Y-44454D01*
X-38718Y-44569D01*
X-38645Y-44640D01*
X-38568Y-44671D01*
X-38436Y-44802D01*
X-37959Y-45000D01*
X-37556D01*
X-37332Y-45284D01*
X-37263Y-45462D01*
X-37273Y-45476D01*
X-37380Y-46016D01*
Y-47985D01*
X-37273Y-48525D01*
X-37002Y-48929D01*
X-37038Y-49200D01*
X-36991Y-49555D01*
X-37272Y-49975D01*
X-37380Y-50515D01*
Y-52484D01*
X-37272Y-53024D01*
X-36966Y-53482D01*
X-36508Y-53788D01*
X-35968Y-53895D01*
X-32031D01*
X-31491Y-53788D01*
X-31267Y-53638D01*
X-30233D01*
X-30008Y-53788D01*
X-29468Y-53895D01*
X-25531D01*
X-24991Y-53788D01*
X-24533Y-53482D01*
X-24531Y-53478D01*
X-23481Y-53043D01*
X-22640Y-52398D01*
X-22390Y-52520D01*
X-22223Y-52698D01*
X-22287Y-52851D01*
X-22438Y-54000D01*
Y-68000D01*
X-22433Y-68038D01*
Y-72236D01*
X-22306Y-72542D01*
X-21202Y-73647D01*
X-20896Y-73773D01*
X-16978D01*
Y-77000D01*
X-16927Y-77258D01*
Y-78969D01*
X-16820Y-79509D01*
X-16514Y-79966D01*
X-16056Y-80272D01*
X-15516Y-80380D01*
X-13547D01*
X-13007Y-80272D01*
X-12549Y-79966D01*
X-12243Y-79509D01*
X-12136Y-78969D01*
Y-77433D01*
X-8927Y-77433D01*
Y-79000D01*
X-8819Y-79546D01*
X-8509Y-80009D01*
X-8046Y-80319D01*
X-7500Y-80427D01*
X-5500D01*
X-4954Y-80319D01*
X-4491Y-80009D01*
X-4181Y-79546D01*
X-4073Y-79000D01*
Y-75513D01*
X-4067Y-75500D01*
Y-65000D01*
Y-59500D01*
X-4194Y-59194D01*
X-5194Y-58194D01*
X-5500Y-58067D01*
X-13562D01*
Y-54000D01*
X-13713Y-52851D01*
X-14157Y-51781D01*
X-14862Y-50862D01*
X-15781Y-50157D01*
X-16851Y-49713D01*
X-18000Y-49562D01*
X-19149Y-49713D01*
X-19287Y-49771D01*
X-19571Y-49347D01*
X-12216Y-41993D01*
X-11511Y-41073D01*
X-11068Y-40003D01*
X-10916Y-38854D01*
Y-33065D01*
X-10764Y-33002D01*
X-10398Y-32636D01*
X-10200Y-32159D01*
Y-31641D01*
X-10398Y-31164D01*
X-10764Y-30798D01*
X-10916Y-30735D01*
Y-29409D01*
X-10849Y-29308D01*
X-10653Y-28323D01*
Y-24966D01*
X-10452Y-24167D01*
X-10294Y-23685D01*
X-10122Y-23248D01*
X-9939Y-22863D01*
X-9747Y-22530D01*
X-9675Y-22427D01*
X-8234D01*
X-8105Y-22402D01*
X-7545D01*
X-7197Y-22332D01*
X-6902Y-22135D01*
X-6705Y-21840D01*
X-6635Y-21492D01*
Y-20508D01*
X-6705Y-20160D01*
X-6902Y-19865D01*
X-7197Y-19668D01*
X-7545Y-19598D01*
X-8105D01*
X-8234Y-19573D01*
X-10354D01*
X-10354Y-19573D01*
X-10416Y-19585D01*
X-10916Y-19175D01*
Y-17046D01*
X-11068Y-15897D01*
X-11511Y-14827D01*
X-12216Y-13907D01*
X-22562Y-3562D01*
Y46262D01*
X-21162Y47662D01*
X4500D01*
X5649Y47813D01*
X6719Y48257D01*
X7638Y48962D01*
X8343Y49881D01*
X8787Y50951D01*
X8938Y52100D01*
X8787Y53249D01*
X8399Y54184D01*
X8795Y54495D01*
X9027Y54341D01*
X9300Y54286D01*
X26339D01*
X26549Y54174D01*
X26768Y54050D01*
X26800Y53974D01*
Y53741D01*
X26998Y53264D01*
X27364Y52898D01*
X27841Y52700D01*
X28359D01*
X28836Y52898D01*
X29202Y53264D01*
X29400Y53741D01*
Y54259D01*
X29265Y54583D01*
X29426Y55035D01*
X29505Y55141D01*
X29626Y55165D01*
X30572Y54218D01*
X30588Y54176D01*
X30633Y54128D01*
X30661Y54091D01*
X30686Y54054D01*
X30707Y54015D01*
X30725Y53974D01*
X30740Y53930D01*
X30751Y53883D01*
X30760Y53831D01*
X30765Y53774D01*
X30767Y53699D01*
X30800Y53625D01*
Y53441D01*
X30998Y52964D01*
X31364Y52598D01*
X31841Y52400D01*
X32359D01*
X32836Y52598D01*
X33202Y52964D01*
X33400Y53441D01*
Y53959D01*
X33202Y54436D01*
X32836Y54802D01*
X32359Y55000D01*
X32175D01*
X32101Y55033D01*
X32026Y55035D01*
X31969Y55040D01*
X31917Y55049D01*
X31870Y55060D01*
X31826Y55075D01*
X31785Y55093D01*
X31746Y55114D01*
X31709Y55139D01*
X31672Y55167D01*
X31624Y55212D01*
X31582Y55228D01*
X30146Y56663D01*
X29915Y56818D01*
X29641Y56872D01*
X10037D01*
X8304Y58605D01*
X8496Y59067D01*
X23000D01*
X23306Y59194D01*
X23474Y59362D01*
X30162D01*
X38562Y50962D01*
Y-66340D01*
X38419Y-66685D01*
Y-67314D01*
X38562Y-67660D01*
Y-69340D01*
X38419Y-69686D01*
Y-70315D01*
X38562Y-70660D01*
Y-72340D01*
X38419Y-72685D01*
Y-73314D01*
X38660Y-73896D01*
X38683Y-73919D01*
X38713Y-74149D01*
X39157Y-75219D01*
X39862Y-76138D01*
X40781Y-76843D01*
X41851Y-77287D01*
X43000Y-77438D01*
X44149Y-77287D01*
X45219Y-76843D01*
X46138Y-76138D01*
X46843Y-75219D01*
X47287Y-74149D01*
X47317Y-73919D01*
X47340Y-73896D01*
X47581Y-73314D01*
Y-72685D01*
X47438Y-72340D01*
Y-70660D01*
X47581Y-70315D01*
Y-69686D01*
X47438Y-69340D01*
Y-67660D01*
X47581Y-67314D01*
Y-66685D01*
X47438Y-66340D01*
Y52800D01*
X47438Y52800D01*
X47287Y53949D01*
X46843Y55019D01*
X46138Y55938D01*
X35138Y66938D01*
X34219Y67643D01*
X33149Y68087D01*
X32000Y68238D01*
X25433D01*
Y71500D01*
X25306Y71806D01*
X16806Y80306D01*
X16500Y80433D01*
D02*
G37*
G36*
X259Y44800D02*
X-259D01*
X-736Y44602D01*
X-1102Y44236D01*
X-1300Y43759D01*
Y43241D01*
X-1102Y42764D01*
X-736Y42398D01*
X-259Y42200D01*
X259D01*
X736Y42398D01*
X1102Y42764D01*
X1300Y43241D01*
Y43759D01*
X1102Y44236D01*
X736Y44602D01*
X259Y44800D01*
D02*
G37*
G36*
X-59641Y41600D02*
X-60159D01*
X-60214Y41577D01*
X-65059D01*
X-65369Y41515D01*
X-65631Y41340D01*
X-65807Y41077D01*
X-65868Y40768D01*
Y39980D01*
X-65807Y39671D01*
X-65631Y39408D01*
X-65369Y39233D01*
X-65059Y39171D01*
X-60572D01*
X-60159Y39000D01*
X-59641D01*
X-59164Y39198D01*
X-58798Y39564D01*
X-58600Y40041D01*
Y40559D01*
X-58798Y41036D01*
X-59164Y41402D01*
X-59641Y41600D01*
D02*
G37*
G36*
X-4200Y47037D02*
X-4941Y46890D01*
X-5570Y46470D01*
X-5990Y45841D01*
X-6137Y45100D01*
Y42100D01*
Y38102D01*
X-6802Y37437D01*
X-17464D01*
X-17563Y37536D01*
Y41000D01*
Y44000D01*
X-17710Y44741D01*
X-18130Y45370D01*
X-18759Y45790D01*
X-19500Y45937D01*
X-20241Y45790D01*
X-20870Y45370D01*
X-21290Y44741D01*
X-21437Y44000D01*
Y41000D01*
Y36733D01*
X-21290Y35992D01*
X-20870Y35364D01*
X-19636Y34130D01*
X-19008Y33710D01*
X-18267Y33563D01*
X-6000D01*
X-5259Y33710D01*
X-4630Y34130D01*
X-2830Y35930D01*
X-2410Y36559D01*
X-2263Y37300D01*
Y42100D01*
Y45100D01*
X-2410Y45841D01*
X-2830Y46470D01*
X-3459Y46890D01*
X-4200Y47037D01*
D02*
G37*
G36*
X259Y38300D02*
X-259D01*
X-736Y38102D01*
X-1102Y37736D01*
X-1300Y37259D01*
Y36741D01*
X-1102Y36264D01*
X-736Y35898D01*
X-259Y35700D01*
X259D01*
X736Y35898D01*
X1102Y36264D01*
X1300Y36741D01*
Y37259D01*
X1102Y37736D01*
X736Y38102D01*
X259Y38300D01*
D02*
G37*
G36*
X-59741Y37700D02*
X-60259D01*
X-60404Y37640D01*
X-65059D01*
X-65369Y37578D01*
X-65631Y37403D01*
X-65807Y37140D01*
X-65868Y36831D01*
Y36043D01*
X-65807Y35734D01*
X-65631Y35471D01*
X-65369Y35296D01*
X-65059Y35234D01*
X-60582D01*
X-60259Y35100D01*
X-59741D01*
X-59264Y35298D01*
X-58898Y35664D01*
X-58700Y36141D01*
Y36659D01*
X-58898Y37136D01*
X-59264Y37502D01*
X-59741Y37700D01*
D02*
G37*
G36*
X4300Y47037D02*
X3559Y46890D01*
X2930Y46470D01*
X2510Y45841D01*
X2363Y45100D01*
Y42100D01*
Y37700D01*
X2510Y36959D01*
X2930Y36330D01*
X5630Y33630D01*
X6259Y33210D01*
X7000Y33063D01*
X16867D01*
X17608Y33210D01*
X18236Y33630D01*
X20670Y36064D01*
X21090Y36692D01*
X21237Y37433D01*
Y41700D01*
Y44700D01*
X21090Y45441D01*
X20670Y46070D01*
X20041Y46490D01*
X19300Y46637D01*
X18559Y46490D01*
X17930Y46070D01*
X17510Y45441D01*
X17363Y44700D01*
Y41700D01*
Y38236D01*
X16064Y36937D01*
X7802D01*
X6237Y38502D01*
Y42100D01*
Y45100D01*
X6090Y45841D01*
X5670Y46470D01*
X5041Y46890D01*
X4300Y47037D01*
D02*
G37*
G36*
X-59641Y33800D02*
X-60159D01*
X-60393Y33703D01*
X-65059D01*
X-65369Y33641D01*
X-65631Y33466D01*
X-65807Y33203D01*
X-65868Y32894D01*
Y32106D01*
X-65807Y31797D01*
X-65631Y31534D01*
X-65369Y31359D01*
X-65059Y31297D01*
X-60393D01*
X-60159Y31200D01*
X-59641D01*
X-59164Y31398D01*
X-58798Y31764D01*
X-58600Y32241D01*
Y32759D01*
X-58798Y33236D01*
X-59164Y33602D01*
X-59641Y33800D01*
D02*
G37*
G36*
X14759Y32300D02*
X14241D01*
X13764Y32102D01*
X13398Y31736D01*
X13200Y31259D01*
Y30741D01*
X13398Y30264D01*
X13764Y29898D01*
X14241Y29700D01*
X14759D01*
X15236Y29898D01*
X15602Y30264D01*
X15800Y30741D01*
Y31259D01*
X15602Y31736D01*
X15236Y32102D01*
X14759Y32300D01*
D02*
G37*
G36*
X9759D02*
X9241D01*
X8764Y32102D01*
X8398Y31736D01*
X8200Y31259D01*
Y30741D01*
X8398Y30264D01*
X8764Y29898D01*
X9241Y29700D01*
X9759D01*
X10236Y29898D01*
X10602Y30264D01*
X10800Y30741D01*
Y31259D01*
X10602Y31736D01*
X10236Y32102D01*
X9759Y32300D01*
D02*
G37*
G36*
X-9241D02*
X-9759D01*
X-10236Y32102D01*
X-10602Y31736D01*
X-10800Y31259D01*
Y30741D01*
X-10602Y30264D01*
X-10236Y29898D01*
X-9759Y29700D01*
X-9241D01*
X-8764Y29898D01*
X-8398Y30264D01*
X-8200Y30741D01*
Y31259D01*
X-8398Y31736D01*
X-8764Y32102D01*
X-9241Y32300D01*
D02*
G37*
G36*
X-14241D02*
X-14759D01*
X-15236Y32102D01*
X-15602Y31736D01*
X-15800Y31259D01*
Y30741D01*
X-15602Y30264D01*
X-15236Y29898D01*
X-14759Y29700D01*
X-14241D01*
X-13764Y29898D01*
X-13398Y30264D01*
X-13200Y30741D01*
Y31259D01*
X-13398Y31736D01*
X-13764Y32102D01*
X-14241Y32300D01*
D02*
G37*
G36*
X-59941Y29766D02*
X-65059D01*
X-65369Y29704D01*
X-65631Y29529D01*
X-65807Y29266D01*
X-65868Y28957D01*
Y28169D01*
X-65807Y27860D01*
X-65631Y27597D01*
X-65369Y27422D01*
X-65059Y27360D01*
X-59941D01*
X-59631Y27422D01*
X-59369Y27597D01*
X-59348Y27628D01*
X-59315Y27630D01*
X-59270Y27630D01*
X-59233Y27645D01*
X-58643D01*
X-58189Y27191D01*
X-58175Y27155D01*
X-58109Y27088D01*
X-58060Y27034D01*
X-57975Y26931D01*
X-57951Y26898D01*
X-57935Y26871D01*
X-57927Y26856D01*
X-57923Y26840D01*
X-57918Y26834D01*
X-57917Y26830D01*
X-57910Y26823D01*
X-57900Y26810D01*
Y26641D01*
X-57702Y26164D01*
X-57336Y25798D01*
X-56859Y25600D01*
X-56341D01*
X-55864Y25798D01*
X-55498Y26164D01*
X-55300Y26641D01*
Y27159D01*
X-55498Y27636D01*
X-55864Y28002D01*
X-56341Y28200D01*
X-56510D01*
X-56523Y28210D01*
X-56530Y28217D01*
X-56534Y28218D01*
X-56540Y28223D01*
X-56556Y28227D01*
X-56571Y28235D01*
X-56598Y28251D01*
X-56627Y28272D01*
X-56794Y28415D01*
X-56855Y28475D01*
X-56891Y28489D01*
X-57614Y29212D01*
X-57912Y29411D01*
X-58263Y29481D01*
X-59231D01*
X-59266Y29496D01*
X-59347Y29497D01*
X-59369Y29529D01*
X-59631Y29704D01*
X-59941Y29766D01*
D02*
G37*
G36*
Y21892D02*
X-65059D01*
X-65369Y21830D01*
X-65631Y21655D01*
X-65807Y21392D01*
X-65868Y21083D01*
Y20295D01*
X-65807Y19986D01*
X-65631Y19723D01*
X-65369Y19548D01*
X-65059Y19486D01*
X-63516D01*
X-63514Y19485D01*
X-63436Y19483D01*
X-63418Y19481D01*
Y12980D01*
X-75349Y1049D01*
X-75548Y751D01*
X-75618Y400D01*
Y-5300D01*
X-75548Y-5651D01*
X-75349Y-5949D01*
X-70418Y-10880D01*
Y-17100D01*
X-70348Y-17451D01*
X-70149Y-17749D01*
X-68049Y-19849D01*
X-67751Y-20048D01*
X-67400Y-20118D01*
X-62380D01*
X-60849Y-21649D01*
X-60551Y-21848D01*
X-60200Y-21918D01*
X-52413D01*
X-52364Y-21975D01*
X-52338Y-22009D01*
X-52321Y-22035D01*
X-52317Y-22041D01*
X-52316Y-22042D01*
X-52315Y-22044D01*
X-52314Y-22046D01*
X-52305Y-22065D01*
X-52300Y-22070D01*
Y-22259D01*
X-52102Y-22736D01*
X-51736Y-23102D01*
X-51259Y-23300D01*
X-50741D01*
X-50264Y-23102D01*
X-49898Y-22736D01*
X-49700Y-22259D01*
Y-21741D01*
X-49898Y-21264D01*
X-50264Y-20898D01*
X-50741Y-20700D01*
X-50699Y-20218D01*
X-23830D01*
X-23794Y-20233D01*
X-23701Y-20234D01*
X-23627Y-20237D01*
X-23494Y-20250D01*
X-23454Y-20257D01*
X-23423Y-20264D01*
X-23407Y-20269D01*
X-23393Y-20278D01*
X-23386Y-20279D01*
X-23381Y-20280D01*
X-23372Y-20281D01*
X-23356Y-20283D01*
X-23236Y-20402D01*
X-22759Y-20600D01*
X-22241D01*
X-21764Y-20402D01*
X-21398Y-20036D01*
X-21200Y-19559D01*
Y-19041D01*
X-21398Y-18564D01*
X-21764Y-18198D01*
X-22241Y-18000D01*
X-22759D01*
X-23236Y-18198D01*
X-23356Y-18317D01*
X-23372Y-18319D01*
X-23381Y-18319D01*
X-23386Y-18321D01*
X-23393Y-18323D01*
X-23407Y-18330D01*
X-23423Y-18336D01*
X-23454Y-18343D01*
X-23490Y-18349D01*
X-23708Y-18366D01*
X-23794Y-18367D01*
X-23830Y-18382D01*
X-45566D01*
X-45651Y-17882D01*
X-45451Y-17749D01*
X-42051Y-14349D01*
X-41852Y-14051D01*
X-41782Y-13700D01*
Y-11930D01*
X-41767Y-11894D01*
X-41766Y-11801D01*
X-41763Y-11727D01*
X-41750Y-11594D01*
X-41743Y-11554D01*
X-41736Y-11523D01*
X-41730Y-11507D01*
X-41722Y-11493D01*
X-41721Y-11486D01*
X-41719Y-11481D01*
X-41719Y-11472D01*
X-41717Y-11456D01*
X-41598Y-11336D01*
X-41400Y-10859D01*
Y-10341D01*
X-41598Y-9864D01*
X-41964Y-9498D01*
X-42441Y-9300D01*
X-42959D01*
X-43436Y-9498D01*
X-43802Y-9864D01*
X-44000Y-10341D01*
Y-10859D01*
X-43802Y-11336D01*
X-43683Y-11456D01*
X-43681Y-11472D01*
X-43681Y-11481D01*
X-43679Y-11486D01*
X-43678Y-11493D01*
X-43670Y-11507D01*
X-43664Y-11523D01*
X-43657Y-11554D01*
X-43651Y-11590D01*
X-43634Y-11808D01*
X-43633Y-11894D01*
X-43618Y-11930D01*
Y-13320D01*
X-46480Y-16182D01*
X-50758D01*
X-50857Y-15682D01*
X-50664Y-15602D01*
X-50298Y-15236D01*
X-50100Y-14759D01*
Y-14573D01*
X-50067Y-14496D01*
X-50066Y-14389D01*
X-50061Y-14301D01*
X-50052Y-14223D01*
X-50040Y-14155D01*
X-50026Y-14097D01*
X-50010Y-14049D01*
X-49995Y-14013D01*
X-49241Y-13259D01*
X-49051Y-12800D01*
Y-9100D01*
X-49241Y-8641D01*
X-56798Y-1084D01*
X-56574Y-600D01*
X-56241D01*
X-55764Y-402D01*
X-55398Y-36D01*
X-55200Y441D01*
Y959D01*
X-55398Y1436D01*
X-55764Y1802D01*
X-56241Y2000D01*
X-56759D01*
X-57236Y1802D01*
X-57523Y1516D01*
X-57850Y1480D01*
X-58107Y1525D01*
X-59095Y2513D01*
X-59110Y2549D01*
X-59126Y2597D01*
X-59140Y2655D01*
X-59151Y2717D01*
X-59166Y2895D01*
X-59167Y2996D01*
X-59200Y3073D01*
Y3161D01*
X-59193Y3171D01*
X-59132Y3480D01*
Y4268D01*
X-59193Y4577D01*
X-59369Y4840D01*
X-59631Y5015D01*
X-59941Y5077D01*
X-65059D01*
X-65369Y5015D01*
X-65631Y4840D01*
X-65807Y4577D01*
X-65868Y4268D01*
Y3480D01*
X-65807Y3171D01*
X-65631Y2908D01*
X-65369Y2733D01*
X-65059Y2671D01*
X-61771D01*
X-61602Y2264D01*
X-61236Y1898D01*
X-60759Y1700D01*
X-60573D01*
X-60496Y1667D01*
X-60473Y1640D01*
X-60637Y1214D01*
X-60660Y1191D01*
X-60737Y1144D01*
X-60750Y1140D01*
X-65059D01*
X-65369Y1078D01*
X-65631Y903D01*
X-65807Y640D01*
X-65868Y331D01*
Y-457D01*
X-65807Y-766D01*
X-65719Y-898D01*
X-65702Y-924D01*
X-65987Y-1347D01*
X-66013Y-1336D01*
X-66341Y-1200D01*
X-66859D01*
X-67336Y-1398D01*
X-67702Y-1764D01*
X-67900Y-2241D01*
Y-2759D01*
X-67702Y-3236D01*
X-67336Y-3602D01*
X-66859Y-3800D01*
X-66341D01*
X-65864Y-3602D01*
X-65498Y-3236D01*
X-65300Y-2759D01*
Y-2241D01*
X-65498Y-1764D01*
X-65610Y-1651D01*
X-65614Y-1647D01*
X-65377Y-1230D01*
X-65345Y-1209D01*
X-65297Y-1219D01*
X-65059Y-1266D01*
X-59941D01*
X-59867Y-1251D01*
X-52549Y-8569D01*
Y-9762D01*
X-52564Y-9798D01*
X-52587Y-9843D01*
X-52618Y-9894D01*
X-52654Y-9946D01*
X-52769Y-10082D01*
X-52840Y-10155D01*
X-52871Y-10232D01*
X-53002Y-10364D01*
X-53200Y-10841D01*
X-53700Y-11002D01*
X-54651Y-10051D01*
X-54949Y-9852D01*
X-55300Y-9782D01*
X-58000D01*
X-58351Y-9852D01*
X-58649Y-10051D01*
X-59451Y-10853D01*
X-59631Y-10733D01*
X-59941Y-10671D01*
X-65059D01*
X-65369Y-10733D01*
X-65631Y-10908D01*
X-65807Y-11171D01*
X-65868Y-11480D01*
Y-12268D01*
X-65807Y-12577D01*
X-65631Y-12840D01*
X-65369Y-13015D01*
X-65059Y-13077D01*
X-59941D01*
X-59631Y-13015D01*
X-59369Y-12840D01*
X-59348Y-12809D01*
X-59315Y-12807D01*
X-59270Y-12807D01*
X-59233Y-12792D01*
X-59174D01*
X-58823Y-12722D01*
X-58525Y-12523D01*
X-57794Y-11792D01*
X-57576Y-11830D01*
X-57402Y-12364D01*
X-57600Y-12841D01*
Y-13359D01*
X-57402Y-13836D01*
X-57283Y-13956D01*
X-57281Y-13972D01*
X-57280Y-13981D01*
X-57279Y-13986D01*
X-57278Y-13993D01*
X-57270Y-14007D01*
X-57264Y-14023D01*
X-57257Y-14054D01*
X-57251Y-14089D01*
X-57234Y-14308D01*
X-57233Y-14394D01*
X-57218Y-14430D01*
Y-14800D01*
X-57148Y-15151D01*
X-56949Y-15449D01*
X-55009Y-17389D01*
X-55292Y-17812D01*
X-55526Y-17716D01*
X-56043D01*
X-56521Y-17914D01*
X-56886Y-18279D01*
X-57084Y-18757D01*
Y-19274D01*
X-56957Y-19582D01*
X-57209Y-20082D01*
X-59820D01*
X-61351Y-18551D01*
X-61649Y-18352D01*
X-62000Y-18282D01*
X-67020D01*
X-68582Y-16720D01*
Y-10500D01*
X-68652Y-10149D01*
X-68851Y-9851D01*
X-69386Y-9317D01*
X-69194Y-8855D01*
X-65769D01*
X-65734Y-8870D01*
X-65653Y-8871D01*
X-65631Y-8903D01*
X-65369Y-9078D01*
X-65059Y-9140D01*
X-59941D01*
X-59631Y-9078D01*
X-59369Y-8903D01*
X-59193Y-8640D01*
X-59132Y-8331D01*
Y-7543D01*
X-59193Y-7234D01*
X-59369Y-6971D01*
X-59631Y-6796D01*
X-59941Y-6734D01*
X-65059D01*
X-65369Y-6796D01*
X-65631Y-6971D01*
X-65652Y-7002D01*
X-65685Y-7004D01*
X-65730Y-7004D01*
X-65767Y-7019D01*
X-69583D01*
X-72382Y-4220D01*
Y-1080D01*
X-56520Y14782D01*
X-55345D01*
X-55312Y14767D01*
X-55293Y14767D01*
X-55291Y14763D01*
X-55266Y14703D01*
X-55245Y14695D01*
X-55149Y14551D01*
X-54851Y14352D01*
X-54500Y14282D01*
X-53500D01*
X-53149Y14352D01*
X-52851Y14551D01*
X-52755Y14695D01*
X-52734Y14703D01*
X-52709Y14763D01*
X-52707Y14767D01*
X-52688Y14767D01*
X-52655Y14782D01*
X-49614D01*
X-49600Y14712D01*
X-49598Y14677D01*
X-49590Y14660D01*
X-49564Y14530D01*
X-49345Y14202D01*
X-49017Y13984D01*
X-48631Y13907D01*
X-47450D01*
X-47063Y13984D01*
X-46736Y14202D01*
X-46516Y14530D01*
X-46491Y14660D01*
X-46482Y14677D01*
X-46480Y14712D01*
X-46466Y14782D01*
X-42134D01*
X-42120Y14712D01*
X-42118Y14677D01*
X-42109Y14660D01*
X-42083Y14530D01*
X-41865Y14202D01*
X-41537Y13984D01*
X-41150Y13907D01*
X-39969D01*
X-39583Y13984D01*
X-39255Y14202D01*
X-39036Y14530D01*
X-38959Y14917D01*
Y17672D01*
X-39036Y18059D01*
X-39255Y18387D01*
X-39583Y18606D01*
X-39969Y18682D01*
X-41150D01*
X-41537Y18606D01*
X-41865Y18387D01*
X-42083Y18059D01*
X-42160Y17672D01*
Y16707D01*
X-42161Y16705D01*
X-42162Y16628D01*
X-42163Y16618D01*
X-46437D01*
X-46438Y16628D01*
X-46439Y16705D01*
X-46440Y16707D01*
Y17672D01*
X-46516Y18059D01*
X-46736Y18387D01*
X-47063Y18606D01*
X-47450Y18682D01*
X-48631D01*
X-49017Y18606D01*
X-49345Y18387D01*
X-49564Y18059D01*
X-49641Y17672D01*
Y16707D01*
X-49641Y16705D01*
X-49643Y16628D01*
X-49643Y16618D01*
X-52655D01*
X-52688Y16633D01*
X-52707Y16633D01*
X-52709Y16637D01*
X-52734Y16697D01*
X-52755Y16705D01*
X-52851Y16849D01*
X-53149Y17048D01*
X-53500Y17118D01*
X-54500D01*
X-54851Y17048D01*
X-55149Y16849D01*
X-55245Y16705D01*
X-55266Y16697D01*
X-55291Y16637D01*
X-55293Y16633D01*
X-55312Y16633D01*
X-55345Y16618D01*
X-56900D01*
X-57251Y16548D01*
X-57549Y16349D01*
X-61082Y12815D01*
X-61582Y13023D01*
Y19481D01*
X-61564Y19483D01*
X-61486Y19485D01*
X-61484Y19486D01*
X-59941D01*
X-59631Y19548D01*
X-59369Y19723D01*
X-59348Y19754D01*
X-59315Y19756D01*
X-59270Y19756D01*
X-59233Y19771D01*
X-55418D01*
Y19200D01*
X-55348Y18849D01*
X-55149Y18551D01*
X-54851Y18352D01*
X-54500Y18282D01*
X-53500D01*
X-53149Y18352D01*
X-52851Y18551D01*
X-52652Y18849D01*
X-52582Y19200D01*
Y20200D01*
X-52652Y20551D01*
X-52851Y20849D01*
X-53149Y21048D01*
X-53500Y21118D01*
X-54120D01*
X-54340Y21338D01*
X-54638Y21537D01*
X-54989Y21607D01*
X-59231D01*
X-59266Y21622D01*
X-59347Y21623D01*
X-59369Y21655D01*
X-59631Y21830D01*
X-59941Y21892D01*
D02*
G37*
G36*
X11059Y8800D02*
X10541D01*
X10064Y8602D01*
X9698Y8236D01*
X9500Y7759D01*
Y7241D01*
X9698Y6764D01*
X10064Y6398D01*
X10541Y6200D01*
X11059D01*
X11536Y6398D01*
X11902Y6764D01*
X12100Y7241D01*
Y7759D01*
X11902Y8236D01*
X11536Y8602D01*
X11059Y8800D01*
D02*
G37*
G36*
X-50141Y6100D02*
X-50659D01*
X-51136Y5902D01*
X-51502Y5536D01*
X-51700Y5059D01*
Y4541D01*
X-51502Y4064D01*
X-51136Y3698D01*
X-50659Y3500D01*
X-50141D01*
X-49664Y3698D01*
X-49298Y4064D01*
X-49100Y4541D01*
Y5059D01*
X-49298Y5536D01*
X-49664Y5902D01*
X-50141Y6100D01*
D02*
G37*
G36*
X-54041D02*
X-54559D01*
X-55036Y5902D01*
X-55402Y5536D01*
X-55600Y5059D01*
Y4541D01*
X-55402Y4064D01*
X-55036Y3698D01*
X-54559Y3500D01*
X-54041D01*
X-53564Y3698D01*
X-53198Y4064D01*
X-53000Y4541D01*
Y5059D01*
X-53198Y5536D01*
X-53564Y5902D01*
X-54041Y6100D01*
D02*
G37*
G36*
X9000Y10000D02*
X-9000D01*
Y3341D01*
X-9488Y3239D01*
X-9500Y3238D01*
X-9864Y3602D01*
X-10341Y3800D01*
X-10859D01*
X-11336Y3602D01*
X-11702Y3236D01*
X-11900Y2759D01*
Y2241D01*
X-11702Y1764D01*
X-11336Y1398D01*
X-10859Y1200D01*
X-10341D01*
X-9864Y1398D01*
X-9500Y1761D01*
X-9488Y1761D01*
X-9000Y1659D01*
Y-10000D01*
X9000D01*
Y10000D01*
D02*
G37*
G36*
X75700Y9627D02*
X70300D01*
X69754Y9519D01*
X69291Y9209D01*
X68981Y8746D01*
X68873Y8200D01*
Y6200D01*
X68981Y5654D01*
X69291Y5191D01*
X69754Y4881D01*
X70300Y4773D01*
X71694D01*
X71770Y4705D01*
X71898Y4236D01*
X71700Y3759D01*
Y3241D01*
X71898Y2764D01*
X72264Y2398D01*
X72741Y2200D01*
X73259D01*
X73736Y2398D01*
X74102Y2764D01*
X74300Y3241D01*
Y3759D01*
X74102Y4236D01*
X74230Y4705D01*
X74306Y4773D01*
X75700D01*
X76246Y4881D01*
X76709Y5191D01*
X77019Y5654D01*
X77127Y6200D01*
Y8200D01*
X77019Y8746D01*
X76709Y9209D01*
X76246Y9519D01*
X75700Y9627D01*
D02*
G37*
G36*
X-52100Y1958D02*
X-52617D01*
X-53095Y1760D01*
X-53460Y1395D01*
X-53658Y917D01*
Y400D01*
X-53460Y-78D01*
X-53095Y-444D01*
X-52617Y-642D01*
X-52100D01*
X-51622Y-444D01*
X-51256Y-78D01*
X-51058Y400D01*
Y917D01*
X-51256Y1395D01*
X-51622Y1760D01*
X-52100Y1958D01*
D02*
G37*
G36*
X16059Y1600D02*
X15541D01*
X15064Y1402D01*
X14698Y1036D01*
X14500Y559D01*
Y41D01*
X14698Y-436D01*
X15064Y-802D01*
X15541Y-1000D01*
X16059D01*
X16536Y-802D01*
X16902Y-436D01*
X17100Y41D01*
Y559D01*
X16902Y1036D01*
X16536Y1402D01*
X16059Y1600D01*
D02*
G37*
G36*
X50259Y-2700D02*
X49741D01*
X49264Y-2898D01*
X48898Y-3264D01*
X48700Y-3741D01*
Y-4259D01*
X48898Y-4736D01*
X49264Y-5102D01*
X49741Y-5300D01*
X50259D01*
X50736Y-5102D01*
X51102Y-4736D01*
X51300Y-4259D01*
Y-3741D01*
X51102Y-3264D01*
X50736Y-2898D01*
X50259Y-2700D01*
D02*
G37*
G36*
X29559Y-2800D02*
X29041D01*
X28564Y-2998D01*
X28198Y-3364D01*
X28000Y-3841D01*
Y-4359D01*
X28198Y-4836D01*
X28564Y-5202D01*
X29041Y-5400D01*
X29559D01*
X30036Y-5202D01*
X30402Y-4836D01*
X30600Y-4359D01*
Y-3841D01*
X30402Y-3364D01*
X30036Y-2998D01*
X29559Y-2800D01*
D02*
G37*
G36*
X-18041Y-2900D02*
X-18559D01*
X-19036Y-3098D01*
X-19402Y-3464D01*
X-19600Y-3941D01*
Y-4459D01*
X-19402Y-4936D01*
X-19036Y-5302D01*
X-18559Y-5500D01*
X-18041D01*
X-17564Y-5302D01*
X-17198Y-4936D01*
X-17000Y-4459D01*
Y-3941D01*
X-17198Y-3464D01*
X-17564Y-3098D01*
X-18041Y-2900D01*
D02*
G37*
G36*
X50259Y-5900D02*
X49741D01*
X49264Y-6098D01*
X48898Y-6464D01*
X48700Y-6941D01*
Y-7459D01*
X48898Y-7936D01*
X49264Y-8302D01*
X49741Y-8500D01*
X50259D01*
X50736Y-8302D01*
X51102Y-7936D01*
X51300Y-7459D01*
Y-6941D01*
X51102Y-6464D01*
X50736Y-6098D01*
X50259Y-5900D01*
D02*
G37*
G36*
X29559D02*
X29041D01*
X28564Y-6098D01*
X28198Y-6464D01*
X28000Y-6941D01*
Y-7459D01*
X28198Y-7936D01*
X28564Y-8302D01*
X29041Y-8500D01*
X29559D01*
X30036Y-8302D01*
X30402Y-7936D01*
X30600Y-7459D01*
Y-6941D01*
X30402Y-6464D01*
X30036Y-6098D01*
X29559Y-5900D01*
D02*
G37*
G36*
X-11141Y-6200D02*
X-11659D01*
X-12136Y-6398D01*
X-12502Y-6764D01*
X-12700Y-7241D01*
Y-7759D01*
X-12502Y-8236D01*
X-12136Y-8602D01*
X-11659Y-8800D01*
X-11141D01*
X-10664Y-8602D01*
X-10298Y-8236D01*
X-10100Y-7759D01*
Y-7241D01*
X-10298Y-6764D01*
X-10664Y-6398D01*
X-11141Y-6200D01*
D02*
G37*
G36*
X73259Y-3400D02*
X72741D01*
X72264Y-3598D01*
X71898Y-3964D01*
X71700Y-4441D01*
Y-4773D01*
X70300D01*
X69754Y-4881D01*
X69291Y-5191D01*
X68981Y-5654D01*
X68873Y-6200D01*
Y-8200D01*
X68981Y-8746D01*
X69291Y-9209D01*
X69754Y-9519D01*
X70300Y-9627D01*
X75700D01*
X76246Y-9519D01*
X76709Y-9209D01*
X77019Y-8746D01*
X77127Y-8200D01*
Y-6200D01*
X77019Y-5654D01*
X76709Y-5191D01*
X76246Y-4881D01*
X75700Y-4773D01*
X74300D01*
Y-4441D01*
X74102Y-3964D01*
X73736Y-3598D01*
X73259Y-3400D01*
D02*
G37*
G36*
X-35041Y-7100D02*
X-35559D01*
X-36036Y-7298D01*
X-36402Y-7664D01*
X-36600Y-8141D01*
Y-8659D01*
X-36402Y-9136D01*
X-36036Y-9502D01*
X-35559Y-9700D01*
X-35041D01*
X-34564Y-9502D01*
X-34198Y-9136D01*
X-34000Y-8659D01*
Y-8141D01*
X-34198Y-7664D01*
X-34564Y-7298D01*
X-35041Y-7100D01*
D02*
G37*
G36*
X-31541Y-11000D02*
X-32059D01*
X-32536Y-11198D01*
X-32902Y-11564D01*
X-33100Y-12041D01*
Y-12559D01*
X-32902Y-13036D01*
X-32536Y-13402D01*
X-32059Y-13600D01*
X-31541D01*
X-31064Y-13402D01*
X-30698Y-13036D01*
X-30500Y-12559D01*
Y-12041D01*
X-30698Y-11564D01*
X-31064Y-11198D01*
X-31541Y-11000D01*
D02*
G37*
G36*
X28500Y-13073D02*
X27954Y-13182D01*
X27491Y-13491D01*
X27181Y-13954D01*
X27073Y-14501D01*
Y-19050D01*
X26956Y-19225D01*
X26876Y-19625D01*
Y-23375D01*
X26956Y-23775D01*
X27182Y-24114D01*
X27521Y-24340D01*
X27922Y-24420D01*
X29171D01*
X29571Y-24340D01*
X29910Y-24114D01*
X30137Y-23775D01*
X30217Y-23375D01*
Y-19625D01*
X30137Y-19225D01*
X29927Y-18911D01*
Y-14501D01*
X29819Y-13954D01*
X29509Y-13491D01*
X29046Y-13182D01*
X28500Y-13073D01*
D02*
G37*
G36*
X18800Y-14873D02*
X18800Y-14873D01*
X4200D01*
X3654Y-14981D01*
X3191Y-15291D01*
X3191Y-15291D01*
X1225Y-17257D01*
X915Y-17720D01*
X806Y-18266D01*
X807Y-18266D01*
Y-19521D01*
X801Y-19534D01*
X798Y-19834D01*
X789Y-20019D01*
X788Y-20035D01*
X704Y-20160D01*
X635Y-20508D01*
Y-21492D01*
X704Y-21840D01*
X902Y-22135D01*
X1197Y-22332D01*
X1545Y-22402D01*
X2105D01*
X2234Y-22427D01*
X2363Y-22402D01*
X2923D01*
X3271Y-22332D01*
X3566Y-22135D01*
X3763Y-21840D01*
X3833Y-21492D01*
Y-20508D01*
X3763Y-20160D01*
X3690Y-20051D01*
X3667Y-19640D01*
X3667Y-19537D01*
X3661Y-19524D01*
Y-18857D01*
X4791Y-17727D01*
X18209D01*
X18891Y-18409D01*
X19354Y-18719D01*
X19900Y-18827D01*
X20406Y-18727D01*
X20465Y-18729D01*
X20938Y-18991D01*
X20947Y-19072D01*
X20929Y-19121D01*
X20948Y-19077D01*
Y-19077D01*
X20923Y-19134D01*
X20923Y-19135D01*
X20896Y-19176D01*
X20863Y-19225D01*
X20859Y-19244D01*
X20831Y-19283D01*
X20807Y-19379D01*
X20786Y-19441D01*
X20764Y-19485D01*
X20745Y-19513D01*
X20730Y-19531D01*
X20716Y-19542D01*
X20702Y-19550D01*
X20681Y-19557D01*
X20649Y-19564D01*
X20577Y-19568D01*
X20568Y-19573D01*
X16734D01*
X16605Y-19598D01*
X16045D01*
X15697Y-19668D01*
X15402Y-19865D01*
X15204Y-20160D01*
X15135Y-20508D01*
Y-21492D01*
X15204Y-21840D01*
X15402Y-22135D01*
X15697Y-22332D01*
X16045Y-22402D01*
X16605D01*
X16734Y-22427D01*
X18438D01*
X18481Y-22646D01*
X18791Y-23109D01*
X19254Y-23419D01*
X19800Y-23527D01*
X20572D01*
X20582Y-23532D01*
X20663Y-23536D01*
X20708Y-23544D01*
X20738Y-23553D01*
X20756Y-23561D01*
X20768Y-23569D01*
X20777Y-23577D01*
X20787Y-23590D01*
X20799Y-23613D01*
X20813Y-23648D01*
X20831Y-23721D01*
X20860Y-23759D01*
X20863Y-23775D01*
X20923Y-23865D01*
X20948Y-23923D01*
X20967Y-23931D01*
X21090Y-24114D01*
X21429Y-24340D01*
X21828Y-24420D01*
X23078D01*
X23479Y-24340D01*
X23818Y-24114D01*
X24044Y-23775D01*
X24124Y-23375D01*
Y-19625D01*
X24044Y-19225D01*
X23818Y-18886D01*
X23479Y-18659D01*
X23078Y-18580D01*
X21828D01*
X21510Y-18643D01*
X21429Y-18659D01*
X21380Y-18662D01*
X21336Y-18657D01*
X21062Y-18185D01*
X21066Y-18175D01*
X21219Y-17946D01*
X21327Y-17400D01*
X21219Y-16854D01*
X20909Y-16391D01*
X19809Y-15291D01*
X19346Y-14981D01*
X18800Y-14873D01*
D02*
G37*
G36*
X-51241Y-30300D02*
X-51759D01*
X-52236Y-30498D01*
X-52602Y-30864D01*
X-52800Y-31341D01*
Y-31859D01*
X-52602Y-32336D01*
X-52236Y-32702D01*
X-51759Y-32900D01*
X-51241D01*
X-50764Y-32702D01*
X-50398Y-32336D01*
X-50200Y-31859D01*
Y-31341D01*
X-50398Y-30864D01*
X-50764Y-30498D01*
X-51241Y-30300D01*
D02*
G37*
G36*
X-38341Y-30500D02*
X-38859D01*
X-39336Y-30698D01*
X-39702Y-31064D01*
X-39900Y-31541D01*
Y-31872D01*
X-40234Y-32199D01*
X-40361Y-32253D01*
X-40806D01*
X-41284Y-32451D01*
X-41649Y-32816D01*
X-41847Y-33294D01*
Y-33811D01*
X-41649Y-34289D01*
X-41284Y-34655D01*
X-40806Y-34853D01*
X-40289D01*
X-39811Y-34655D01*
X-39445Y-34289D01*
X-39247Y-33811D01*
Y-33480D01*
X-38913Y-33153D01*
X-38787Y-33100D01*
X-38362D01*
X-38339Y-33102D01*
X-37900Y-33458D01*
Y-33659D01*
X-37702Y-34136D01*
X-37336Y-34502D01*
X-36859Y-34700D01*
X-36341D01*
X-35864Y-34502D01*
X-35498Y-34136D01*
X-35300Y-33659D01*
Y-33141D01*
X-35498Y-32664D01*
X-35864Y-32298D01*
X-36341Y-32100D01*
X-36838D01*
X-36861Y-32098D01*
X-37300Y-31742D01*
Y-31541D01*
X-37498Y-31064D01*
X-37864Y-30698D01*
X-38341Y-30500D01*
D02*
G37*
G36*
X240Y-32113D02*
X-306Y-32221D01*
X-769Y-32531D01*
X-1079Y-32994D01*
X-1187Y-33540D01*
Y-38640D01*
X-1079Y-39186D01*
X-769Y-39650D01*
X-306Y-39959D01*
X240Y-40068D01*
X786Y-39959D01*
X996Y-39819D01*
X1036Y-39802D01*
X1067Y-39771D01*
X1249Y-39650D01*
X1371Y-39467D01*
X1402Y-39436D01*
X1419Y-39396D01*
X1559Y-39186D01*
X1668Y-38640D01*
Y-33540D01*
X1559Y-32994D01*
X1249Y-32531D01*
X786Y-32221D01*
X240Y-32113D01*
D02*
G37*
G36*
X-58241Y-39700D02*
X-58759D01*
X-59236Y-39898D01*
X-59602Y-40264D01*
X-59800Y-40741D01*
Y-41259D01*
X-59602Y-41736D01*
X-59236Y-42102D01*
X-58759Y-42300D01*
X-58241D01*
X-57764Y-42102D01*
X-57398Y-41736D01*
X-57200Y-41259D01*
Y-40741D01*
X-57398Y-40264D01*
X-57764Y-39898D01*
X-58241Y-39700D01*
D02*
G37*
G36*
X-34362Y-39900D02*
X-34879D01*
X-35357Y-40098D01*
X-35723Y-40464D01*
X-35921Y-40941D01*
Y-41459D01*
X-35723Y-41936D01*
X-35357Y-42302D01*
X-34879Y-42500D01*
X-34362D01*
X-33884Y-42302D01*
X-33518Y-41936D01*
X-33321Y-41459D01*
Y-40941D01*
X-33518Y-40464D01*
X-33884Y-40098D01*
X-34362Y-39900D01*
D02*
G37*
G36*
X-61841Y-41300D02*
X-62359D01*
X-62836Y-41498D01*
X-63202Y-41864D01*
X-63400Y-42341D01*
Y-42859D01*
X-63202Y-43336D01*
X-62836Y-43702D01*
X-62359Y-43900D01*
X-61841D01*
X-61364Y-43702D01*
X-60998Y-43336D01*
X-60800Y-42859D01*
Y-42341D01*
X-60998Y-41864D01*
X-61364Y-41498D01*
X-61841Y-41300D01*
D02*
G37*
G36*
X-71108Y-44434D02*
X-71625D01*
X-72103Y-44631D01*
X-72469Y-44997D01*
X-72666Y-45475D01*
Y-45992D01*
X-72469Y-46470D01*
X-72103Y-46836D01*
X-71625Y-47034D01*
X-71108D01*
X-70630Y-46836D01*
X-70264Y-46470D01*
X-70066Y-45992D01*
Y-45475D01*
X-70264Y-44997D01*
X-70630Y-44631D01*
X-71108Y-44434D01*
D02*
G37*
G36*
X-10541Y-42800D02*
X-11059D01*
X-11536Y-42998D01*
X-11902Y-43364D01*
X-12100Y-43841D01*
Y-44038D01*
X-12208Y-44392D01*
X-12562Y-44500D01*
X-12759D01*
X-13236Y-44698D01*
X-13602Y-45064D01*
X-13800Y-45541D01*
Y-46059D01*
X-13602Y-46536D01*
X-13236Y-46902D01*
X-12759Y-47100D01*
X-12241D01*
X-11764Y-46902D01*
X-11398Y-46536D01*
X-11200Y-46059D01*
Y-45862D01*
X-11092Y-45508D01*
X-10738Y-45400D01*
X-10541D01*
X-10064Y-45202D01*
X-9698Y-44836D01*
X-9500Y-44359D01*
Y-43841D01*
X-9698Y-43364D01*
X-10064Y-42998D01*
X-10541Y-42800D01*
D02*
G37*
G36*
X71000Y-27099D02*
X61200D01*
Y-49000D01*
X71000D01*
Y-27099D01*
D02*
G37*
G36*
X-78400Y-51082D02*
X-78751Y-51152D01*
X-79049Y-51351D01*
X-79248Y-51649D01*
X-79318Y-52000D01*
Y-52170D01*
X-79333Y-52206D01*
X-79334Y-52299D01*
X-79337Y-52373D01*
X-79350Y-52506D01*
X-79357Y-52546D01*
X-79364Y-52577D01*
X-79369Y-52593D01*
X-79378Y-52607D01*
X-79379Y-52614D01*
X-79381Y-52619D01*
X-79381Y-52628D01*
X-79383Y-52644D01*
X-79502Y-52764D01*
X-79700Y-53241D01*
Y-53759D01*
X-79502Y-54236D01*
X-79383Y-54356D01*
X-79381Y-54372D01*
X-79381Y-54381D01*
X-79379Y-54386D01*
X-79378Y-54393D01*
X-79369Y-54407D01*
X-79364Y-54423D01*
X-79357Y-54454D01*
X-79351Y-54489D01*
X-79334Y-54708D01*
X-79333Y-54794D01*
X-79318Y-54830D01*
Y-55000D01*
X-79248Y-55351D01*
X-79049Y-55649D01*
X-78751Y-55848D01*
X-78400Y-55918D01*
X-78049Y-55848D01*
X-77751Y-55649D01*
X-77552Y-55351D01*
X-77482Y-55000D01*
Y-54830D01*
X-77467Y-54794D01*
X-77466Y-54701D01*
X-77463Y-54627D01*
X-77450Y-54494D01*
X-77443Y-54454D01*
X-77436Y-54423D01*
X-77430Y-54407D01*
X-77422Y-54393D01*
X-77421Y-54386D01*
X-77420Y-54381D01*
X-77419Y-54372D01*
X-77417Y-54356D01*
X-77298Y-54236D01*
X-77100Y-53759D01*
Y-53241D01*
X-77298Y-52764D01*
X-77417Y-52644D01*
X-77419Y-52628D01*
X-77420Y-52619D01*
X-77421Y-52614D01*
X-77422Y-52607D01*
X-77430Y-52593D01*
X-77436Y-52577D01*
X-77443Y-52546D01*
X-77449Y-52510D01*
X-77466Y-52292D01*
X-77467Y-52206D01*
X-77482Y-52170D01*
Y-52000D01*
X-77552Y-51649D01*
X-77751Y-51351D01*
X-78049Y-51152D01*
X-78400Y-51082D01*
D02*
G37*
G36*
X-73241Y-50700D02*
X-73759D01*
X-74236Y-50898D01*
X-74602Y-51264D01*
X-74667Y-51420D01*
X-74959Y-51541D01*
X-75149Y-52000D01*
X-74959Y-52459D01*
X-74667Y-52580D01*
X-74602Y-52736D01*
X-74236Y-53102D01*
X-73908Y-53238D01*
Y-53762D01*
X-74236Y-53898D01*
X-74419Y-54080D01*
X-74492Y-54110D01*
X-74496Y-54121D01*
X-74506Y-54126D01*
X-74563Y-54189D01*
X-74609Y-54233D01*
X-74652Y-54270D01*
X-74694Y-54299D01*
X-74732Y-54322D01*
X-74767Y-54339D01*
X-74799Y-54351D01*
X-74900D01*
X-75359Y-54541D01*
X-75549Y-55000D01*
X-75359Y-55459D01*
X-74900Y-55649D01*
X-74799D01*
X-74767Y-55661D01*
X-74732Y-55678D01*
X-74694Y-55701D01*
X-74652Y-55730D01*
X-74609Y-55767D01*
X-74563Y-55811D01*
X-74506Y-55874D01*
X-74496Y-55879D01*
X-74492Y-55889D01*
X-74419Y-55919D01*
X-74236Y-56102D01*
X-73759Y-56300D01*
X-73241D01*
X-72764Y-56102D01*
X-72398Y-55736D01*
X-72200Y-55259D01*
Y-54741D01*
X-72398Y-54264D01*
X-72764Y-53898D01*
X-73092Y-53762D01*
Y-53238D01*
X-72764Y-53102D01*
X-72398Y-52736D01*
X-72200Y-52259D01*
Y-51741D01*
X-72398Y-51264D01*
X-72764Y-50898D01*
X-73241Y-50700D01*
D02*
G37*
G36*
X8759Y-49800D02*
X8241D01*
X7764Y-49998D01*
X7398Y-50364D01*
X7200Y-50841D01*
Y-51359D01*
X7398Y-51836D01*
X7517Y-51955D01*
X7519Y-51972D01*
X7519Y-51981D01*
X7521Y-51986D01*
X7523Y-51993D01*
X7530Y-52007D01*
X7536Y-52023D01*
X7543Y-52054D01*
X7549Y-52090D01*
X7566Y-52308D01*
X7567Y-52394D01*
X7582Y-52430D01*
Y-53500D01*
X7652Y-53851D01*
X7851Y-54149D01*
X9751Y-56049D01*
X10049Y-56248D01*
X10400Y-56318D01*
X15935D01*
X15951Y-56327D01*
X15980Y-56321D01*
X16007Y-56333D01*
X16051Y-56334D01*
X16076Y-56336D01*
X16094Y-56339D01*
X16103Y-56342D01*
X16104Y-56342D01*
X16111Y-56347D01*
X16115Y-56348D01*
X16126Y-56374D01*
X16214Y-56411D01*
X16320Y-56517D01*
X16761Y-56700D01*
X17239D01*
X17680Y-56517D01*
X17786Y-56411D01*
X17874Y-56374D01*
X17885Y-56348D01*
X17889Y-56347D01*
X17896Y-56342D01*
X17897Y-56342D01*
X17906Y-56339D01*
X17923Y-56336D01*
X17949Y-56334D01*
X17993Y-56333D01*
X18020Y-56321D01*
X18049Y-56327D01*
X18065Y-56318D01*
X22637D01*
X22783Y-56567D01*
X22875Y-56818D01*
X22700Y-57241D01*
Y-57759D01*
X22898Y-58236D01*
X23264Y-58602D01*
X23741Y-58800D01*
X24259D01*
X24736Y-58602D01*
X25102Y-58236D01*
X25107Y-58224D01*
X25128Y-58209D01*
X25179Y-58132D01*
X25221Y-58077D01*
X25261Y-58032D01*
X25297Y-57998D01*
X25328Y-57973D01*
X25355Y-57956D01*
X25370Y-57949D01*
X27616D01*
Y-58684D01*
X30384D01*
Y-55916D01*
X27616D01*
Y-56651D01*
X25448D01*
X25308Y-56189D01*
X25313Y-56142D01*
X25314Y-56139D01*
X25449Y-56049D01*
X27009Y-54489D01*
X27045Y-54475D01*
X27112Y-54409D01*
X27166Y-54360D01*
X27269Y-54275D01*
X27302Y-54251D01*
X27329Y-54235D01*
X27344Y-54227D01*
X27360Y-54223D01*
X27366Y-54218D01*
X27370Y-54217D01*
X27377Y-54210D01*
X27390Y-54200D01*
X27559D01*
X28036Y-54002D01*
X28177Y-53861D01*
X28188Y-53858D01*
X28200Y-53855D01*
X28221Y-53851D01*
X28502Y-53834D01*
X28592Y-53833D01*
X28628Y-53818D01*
X28700D01*
X29051Y-53748D01*
X29272Y-53600D01*
X29759D01*
X30236Y-53402D01*
X30602Y-53036D01*
X30800Y-52559D01*
Y-52041D01*
X30602Y-51564D01*
X30236Y-51198D01*
X29759Y-51000D01*
X29241D01*
X28764Y-51198D01*
X28454Y-51508D01*
X28362Y-51572D01*
X27800Y-51700D01*
X27559Y-51600D01*
X27041D01*
X26564Y-51798D01*
X26198Y-52164D01*
X26000Y-52641D01*
Y-52810D01*
X25990Y-52823D01*
X25983Y-52830D01*
X25982Y-52834D01*
X25977Y-52840D01*
X25973Y-52856D01*
X25965Y-52871D01*
X25949Y-52898D01*
X25928Y-52927D01*
X25785Y-53094D01*
X25725Y-53155D01*
X25711Y-53191D01*
X24420Y-54482D01*
X17855D01*
X17818Y-54467D01*
X17766Y-54467D01*
X17759Y-54470D01*
X17751Y-54468D01*
X17653Y-54472D01*
X17239Y-54300D01*
X16761D01*
X16342Y-54474D01*
X16260Y-54468D01*
X16247Y-54473D01*
X16234Y-54467D01*
X16182Y-54467D01*
X16145Y-54482D01*
X10780D01*
X9418Y-53120D01*
Y-52430D01*
X9433Y-52394D01*
X9434Y-52301D01*
X9437Y-52227D01*
X9450Y-52094D01*
X9457Y-52054D01*
X9464Y-52023D01*
X9470Y-52007D01*
X9477Y-51993D01*
X9479Y-51986D01*
X9481Y-51981D01*
X9481Y-51972D01*
X9483Y-51955D01*
X9602Y-51836D01*
X9800Y-51359D01*
Y-50841D01*
X9602Y-50364D01*
X9236Y-49998D01*
X8759Y-49800D01*
D02*
G37*
G36*
X2759Y-46200D02*
X2241D01*
X1764Y-46398D01*
X1398Y-46764D01*
X1200Y-47241D01*
Y-47425D01*
X1167Y-47499D01*
X1166Y-47574D01*
X1160Y-47631D01*
X1151Y-47683D01*
X1139Y-47730D01*
X1125Y-47774D01*
X1107Y-47815D01*
X1086Y-47854D01*
X1061Y-47891D01*
X1033Y-47927D01*
X988Y-47976D01*
X972Y-48018D01*
X-505Y-49495D01*
X-659Y-49727D01*
X-714Y-50000D01*
Y-57219D01*
X-733Y-57260D01*
X-736Y-57362D01*
X-745Y-57444D01*
X-760Y-57522D01*
X-781Y-57595D01*
X-806Y-57666D01*
X-838Y-57734D01*
X-876Y-57801D01*
X-920Y-57866D01*
X-972Y-57930D01*
X-1041Y-58005D01*
X-1057Y-58048D01*
X-2067Y-59058D01*
X-2084Y-59061D01*
X-2099Y-59082D01*
X-2103Y-59083D01*
X-2107Y-59085D01*
X-2113Y-59086D01*
X-2124Y-59093D01*
X-2129Y-59095D01*
X-2146Y-59100D01*
X-2172Y-59105D01*
X-2203Y-59110D01*
X-2308Y-59118D01*
X-2370Y-59119D01*
X-2430Y-59145D01*
X-2672Y-59193D01*
X-2934Y-59369D01*
X-3110Y-59631D01*
X-3171Y-59941D01*
Y-64931D01*
X-3300Y-65241D01*
Y-65759D01*
X-3102Y-66236D01*
X-2736Y-66602D01*
X-2259Y-66800D01*
X-1741D01*
X-1264Y-66602D01*
X-898Y-66236D01*
X-700Y-65759D01*
Y-65241D01*
X-769Y-65075D01*
X-766Y-65059D01*
Y-59941D01*
X-793Y-59802D01*
X-48Y-59057D01*
X-5Y-59041D01*
X70Y-58972D01*
X134Y-58920D01*
X199Y-58876D01*
X266Y-58838D01*
X334Y-58806D01*
X405Y-58780D01*
X478Y-58760D01*
X556Y-58745D01*
X638Y-58736D01*
X740Y-58733D01*
X929Y-58816D01*
X1046Y-59339D01*
X1003Y-59369D01*
X827Y-59631D01*
X766Y-59941D01*
Y-62007D01*
X668Y-62241D01*
Y-62759D01*
X766Y-62993D01*
Y-65059D01*
X827Y-65369D01*
X1003Y-65631D01*
X1265Y-65807D01*
X1575Y-65868D01*
X2362D01*
X2672Y-65807D01*
X2934Y-65631D01*
X3110Y-65369D01*
X3171Y-65059D01*
Y-62993D01*
X3269Y-62759D01*
Y-62241D01*
X3171Y-62007D01*
Y-59941D01*
X3110Y-59631D01*
X2934Y-59369D01*
X2702Y-59214D01*
X2697Y-59177D01*
X2961Y-58714D01*
X20204D01*
X22695Y-61205D01*
X22927Y-61359D01*
X23200Y-61414D01*
X27616D01*
Y-62084D01*
X30384D01*
Y-59316D01*
X27616D01*
Y-59986D01*
X23496D01*
X21005Y-57495D01*
X20773Y-57341D01*
X20500Y-57286D01*
X1081D01*
X882Y-57118D01*
X714Y-56919D01*
Y-50296D01*
X1982Y-49028D01*
X2024Y-49012D01*
X2073Y-48967D01*
X2109Y-48939D01*
X2146Y-48914D01*
X2185Y-48893D01*
X2226Y-48875D01*
X2270Y-48860D01*
X2317Y-48849D01*
X2369Y-48840D01*
X2426Y-48835D01*
X2501Y-48833D01*
X2575Y-48800D01*
X2759D01*
X3236Y-48602D01*
X3602Y-48236D01*
X3800Y-47759D01*
Y-47241D01*
X3602Y-46764D01*
X3236Y-46398D01*
X2759Y-46200D01*
D02*
G37*
%LPD*%
G36*
X25000Y71500D02*
Y61500D01*
X23000Y59500D01*
X5000D01*
X4567Y59933D01*
Y80000D01*
X16500Y80000D01*
X25000Y71500D01*
D02*
G37*
G36*
X2637Y59663D02*
X2640Y59659D01*
X2645Y59651D01*
X2653Y59642D01*
X2692Y59598D01*
X2757Y59533D01*
X2016Y59425D01*
X1989Y59449D01*
X1958Y59470D01*
X1923Y59489D01*
X1885Y59506D01*
X1842Y59520D01*
X1796Y59531D01*
X1747Y59540D01*
X1693Y59547D01*
X1575Y59552D01*
X2637Y59666D01*
X2637Y59663D01*
D02*
G37*
G36*
X-1300D02*
X-1297Y59659D01*
X-1292Y59651D01*
X-1285Y59642D01*
X-1245Y59598D01*
X-1181Y59533D01*
X-1921Y59425D01*
X-1948Y59449D01*
X-1979Y59470D01*
X-2014Y59489D01*
X-2052Y59506D01*
X-2095Y59520D01*
X-2141Y59531D01*
X-2190Y59540D01*
X-2244Y59547D01*
X-2362Y59552D01*
X-1300Y59666D01*
X-1300Y59663D01*
D02*
G37*
G36*
X27395Y55134D02*
X27461Y55080D01*
X27529Y55034D01*
X27598Y54994D01*
X27669Y54961D01*
X27742Y54935D01*
X27816Y54916D01*
X27893Y54903D01*
X27970Y54897D01*
X28050Y54899D01*
X27201Y54050D01*
X27202Y54130D01*
X27197Y54207D01*
X27184Y54284D01*
X27165Y54358D01*
X27139Y54431D01*
X27106Y54502D01*
X27066Y54571D01*
X27020Y54639D01*
X26966Y54705D01*
X26906Y54770D01*
X27330Y55194D01*
X27395Y55134D01*
D02*
G37*
G36*
X31392Y54837D02*
X31456Y54787D01*
X31524Y54742D01*
X31595Y54704D01*
X31670Y54671D01*
X31747Y54645D01*
X31828Y54624D01*
X31913Y54610D01*
X32000Y54602D01*
X32091Y54600D01*
X31200Y53709D01*
X31198Y53800D01*
X31190Y53887D01*
X31176Y53971D01*
X31155Y54053D01*
X31129Y54130D01*
X31096Y54205D01*
X31058Y54276D01*
X31013Y54344D01*
X30963Y54408D01*
X30906Y54470D01*
X31330Y54894D01*
X31392Y54837D01*
D02*
G37*
G36*
X-9647Y-21707D02*
X-9887Y-21978D01*
X-10112Y-22296D01*
X-10323Y-22662D01*
X-10519Y-23076D01*
X-10701Y-23538D01*
X-10869Y-24047D01*
X-11160Y-25208D01*
X-11284Y-25861D01*
X-11394Y-26561D01*
X-15915Y-22039D01*
X-15215Y-21930D01*
X-13401Y-21514D01*
X-12892Y-21347D01*
X-12431Y-21165D01*
X-12017Y-20968D01*
X-11651Y-20758D01*
X-11332Y-20533D01*
X-11061Y-20293D01*
X-9647Y-21707D01*
D02*
G37*
G36*
X-59563Y-33640D02*
X-59560Y-33674D01*
X-59553Y-33703D01*
X-59544Y-33729D01*
X-59531Y-33751D01*
X-59517Y-33768D01*
X-59500Y-33782D01*
X-59480Y-33792D01*
X-59457Y-33798D01*
X-59432Y-33800D01*
Y-34200D01*
X-59457Y-34202D01*
X-59480Y-34208D01*
X-59500Y-34218D01*
X-59517Y-34232D01*
X-59531Y-34249D01*
X-59544Y-34271D01*
X-59553Y-34297D01*
X-59560Y-34326D01*
X-59563Y-34360D01*
X-59565Y-34398D01*
Y-33602D01*
X-59563Y-33640D01*
D02*
G37*
G36*
X-60005Y-37091D02*
X-60017Y-37111D01*
X-60020Y-37129D01*
X-60015Y-37144D01*
X-60002Y-37157D01*
X-59980Y-37169D01*
X-59951Y-37178D01*
X-59914Y-37184D01*
X-59869Y-37189D01*
X-59816Y-37191D01*
X-60920Y-37166D01*
X-60869Y-37166D01*
X-60776Y-37160D01*
X-60734Y-37154D01*
X-60695Y-37145D01*
X-60660Y-37134D01*
X-60628Y-37121D01*
X-60600Y-37106D01*
X-60574Y-37089D01*
X-60552Y-37069D01*
X-59986D01*
X-60005Y-37091D01*
D02*
G37*
G36*
X-39709Y-42500D02*
X-39826Y-42501D01*
X-40038Y-42519D01*
X-40134Y-42536D01*
X-40223Y-42558D01*
X-40305Y-42585D01*
X-40379Y-42617D01*
X-40447Y-42654D01*
X-40507Y-42696D01*
X-40561Y-42744D01*
X-40844Y-42461D01*
X-40796Y-42407D01*
X-40754Y-42347D01*
X-40717Y-42279D01*
X-40685Y-42205D01*
X-40658Y-42123D01*
X-40636Y-42034D01*
X-40619Y-41938D01*
X-40608Y-41836D01*
X-40601Y-41726D01*
X-40600Y-41609D01*
X-39709Y-42500D01*
D02*
G37*
G36*
X-38343Y-44330D02*
X-38426Y-44248D01*
X-38590Y-44111D01*
X-38669Y-44055D01*
X-38747Y-44008D01*
X-38824Y-43969D01*
X-38899Y-43939D01*
X-38974Y-43917D01*
X-39046Y-43904D01*
X-39118Y-43900D01*
Y-43500D01*
X-39046Y-43496D01*
X-38974Y-43483D01*
X-38899Y-43461D01*
X-38824Y-43431D01*
X-38747Y-43393D01*
X-38669Y-43345D01*
X-38590Y-43289D01*
X-38509Y-43225D01*
X-38426Y-43152D01*
X-38343Y-43070D01*
Y-44330D01*
D02*
G37*
G36*
X-4500Y-59500D02*
Y-65000D01*
Y-75500D01*
X-6000Y-77000D01*
X-15000Y-77000D01*
Y-73340D01*
X-20896D01*
X-22000Y-72236D01*
Y-69500D01*
Y-64000D01*
X-15000D01*
Y-58500D01*
X-5500D01*
X-4500Y-59500D01*
D02*
G37*
G36*
X-59577Y29098D02*
X-59566Y29090D01*
X-59550Y29084D01*
X-59528Y29078D01*
X-59500Y29074D01*
X-59466Y29070D01*
X-59381Y29065D01*
X-59273Y29063D01*
Y28063D01*
X-59330Y28063D01*
X-59500Y28052D01*
X-59528Y28048D01*
X-59550Y28042D01*
X-59566Y28036D01*
X-59577Y28029D01*
X-59581Y28020D01*
Y29106D01*
X-59577Y29098D01*
D02*
G37*
G36*
X-57086Y28095D02*
X-56894Y27930D01*
X-56837Y27890D01*
X-56784Y27857D01*
X-56735Y27832D01*
X-56689Y27814D01*
X-56647Y27803D01*
X-56609Y27800D01*
X-57500Y26909D01*
X-57503Y26947D01*
X-57514Y26989D01*
X-57532Y27035D01*
X-57557Y27084D01*
X-57590Y27137D01*
X-57630Y27194D01*
X-57733Y27318D01*
X-57795Y27386D01*
X-57864Y27457D01*
X-57157Y28164D01*
X-57086Y28095D01*
D02*
G37*
G36*
X-59577Y21224D02*
X-59566Y21216D01*
X-59550Y21210D01*
X-59528Y21204D01*
X-59500Y21200D01*
X-59466Y21196D01*
X-59381Y21191D01*
X-59273Y21189D01*
Y20189D01*
X-59330Y20188D01*
X-59500Y20178D01*
X-59528Y20174D01*
X-59550Y20168D01*
X-59566Y20162D01*
X-59577Y20154D01*
X-59581Y20146D01*
Y21232D01*
X-59577Y21224D01*
D02*
G37*
G36*
X-61595Y19915D02*
X-61680Y19906D01*
X-61755Y19890D01*
X-61820Y19868D01*
X-61875Y19840D01*
X-61920Y19806D01*
X-61955Y19765D01*
X-61980Y19718D01*
X-61995Y19665D01*
X-62000Y19606D01*
X-63000D01*
X-63005Y19665D01*
X-63020Y19718D01*
X-63045Y19765D01*
X-63080Y19806D01*
X-63125Y19840D01*
X-63180Y19868D01*
X-63245Y19890D01*
X-63320Y19906D01*
X-63405Y19915D01*
X-63500Y19918D01*
X-61500D01*
X-61595Y19915D01*
D02*
G37*
G36*
X-53030Y16354D02*
X-53015Y16322D01*
X-52994Y16293D01*
X-52968Y16269D01*
X-52937Y16248D01*
X-52900Y16230D01*
X-52859Y16217D01*
X-52812Y16208D01*
X-52760Y16202D01*
X-52702Y16200D01*
Y15200D01*
X-52760Y15198D01*
X-52812Y15192D01*
X-52859Y15183D01*
X-52900Y15169D01*
X-52937Y15152D01*
X-52968Y15132D01*
X-52994Y15107D01*
X-53015Y15078D01*
X-53030Y15046D01*
X-53040Y15010D01*
Y16390D01*
X-53030Y16354D01*
D02*
G37*
G36*
X-54960Y15010D02*
X-54970Y15046D01*
X-54985Y15078D01*
X-55006Y15107D01*
X-55032Y15132D01*
X-55063Y15152D01*
X-55099Y15169D01*
X-55141Y15183D01*
X-55188Y15192D01*
X-55240Y15198D01*
X-55298Y15200D01*
Y16200D01*
X-55240Y16202D01*
X-55188Y16208D01*
X-55141Y16217D01*
X-55099Y16230D01*
X-55063Y16248D01*
X-55032Y16269D01*
X-55006Y16293D01*
X-54985Y16322D01*
X-54970Y16354D01*
X-54960Y16390D01*
Y15010D01*
D02*
G37*
G36*
X-41685Y14702D02*
X-41691Y14797D01*
X-41703Y14882D01*
X-41722Y14956D01*
X-41747Y15021D01*
X-41780Y15076D01*
X-41818Y15120D01*
X-41864Y15155D01*
X-41916Y15180D01*
X-41975Y15195D01*
X-42040Y15200D01*
Y16200D01*
X-41979Y16205D01*
X-41925Y16220D01*
X-41877Y16245D01*
X-41835Y16280D01*
X-41801Y16325D01*
X-41773Y16380D01*
X-41752Y16445D01*
X-41737Y16520D01*
X-41730Y16605D01*
X-41728Y16700D01*
X-41685Y14702D01*
D02*
G37*
G36*
X-46870Y16605D02*
X-46863Y16520D01*
X-46848Y16445D01*
X-46827Y16380D01*
X-46799Y16325D01*
X-46765Y16280D01*
X-46723Y16245D01*
X-46676Y16220D01*
X-46621Y16205D01*
X-46560Y16200D01*
Y15200D01*
X-46625Y15195D01*
X-46684Y15180D01*
X-46736Y15155D01*
X-46782Y15120D01*
X-46821Y15076D01*
X-46853Y15021D01*
X-46878Y14956D01*
X-46897Y14882D01*
X-46909Y14797D01*
X-46915Y14702D01*
X-46872Y16700D01*
X-46870Y16605D01*
D02*
G37*
G36*
X-49166Y14702D02*
X-49171Y14797D01*
X-49183Y14882D01*
X-49202Y14956D01*
X-49228Y15021D01*
X-49260Y15076D01*
X-49299Y15120D01*
X-49344Y15155D01*
X-49396Y15180D01*
X-49455Y15195D01*
X-49521Y15200D01*
Y16200D01*
X-49459Y16205D01*
X-49405Y16220D01*
X-49357Y16245D01*
X-49316Y16280D01*
X-49281Y16325D01*
X-49253Y16380D01*
X-49232Y16445D01*
X-49218Y16520D01*
X-49210Y16605D01*
X-49209Y16700D01*
X-49166Y14702D01*
D02*
G37*
G36*
X-59599Y2874D02*
X-59581Y2661D01*
X-59564Y2566D01*
X-59542Y2477D01*
X-59515Y2395D01*
X-59483Y2321D01*
X-59446Y2253D01*
X-59404Y2193D01*
X-59356Y2139D01*
X-59639Y1856D01*
X-59693Y1904D01*
X-59753Y1946D01*
X-59821Y1983D01*
X-59895Y2015D01*
X-59977Y2042D01*
X-60066Y2064D01*
X-60162Y2081D01*
X-60264Y2092D01*
X-60374Y2099D01*
X-60491Y2100D01*
X-59600Y2991D01*
X-59599Y2874D01*
D02*
G37*
G36*
X-59574Y-123D02*
X-59580Y-163D01*
X-59582Y-202D01*
X-59579Y-240D01*
X-59572Y-278D01*
X-59560Y-314D01*
X-59543Y-350D01*
X-59522Y-384D01*
X-59497Y-418D01*
X-59467Y-450D01*
X-59632Y-851D01*
X-59649Y-835D01*
X-59666Y-822D01*
X-59682Y-812D01*
X-59698Y-805D01*
X-59714Y-800D01*
X-59730Y-798D01*
X-59746Y-798D01*
X-59762Y-802D01*
X-59777Y-807D01*
X-59792Y-816D01*
X-59564Y-82D01*
X-59574Y-123D01*
D02*
G37*
G36*
X-65419Y-8480D02*
X-65423Y-8472D01*
X-65434Y-8464D01*
X-65450Y-8458D01*
X-65472Y-8452D01*
X-65500Y-8448D01*
X-65534Y-8444D01*
X-65619Y-8439D01*
X-65727Y-8437D01*
Y-7437D01*
X-65670Y-7437D01*
X-65500Y-7426D01*
X-65472Y-7422D01*
X-65450Y-7416D01*
X-65434Y-7410D01*
X-65423Y-7402D01*
X-65419Y-7394D01*
Y-8480D01*
D02*
G37*
G36*
X-51696Y-9754D02*
X-51683Y-9827D01*
X-51661Y-9901D01*
X-51631Y-9976D01*
X-51592Y-10053D01*
X-51545Y-10131D01*
X-51489Y-10210D01*
X-51425Y-10291D01*
X-51352Y-10374D01*
X-51270Y-10457D01*
X-52530D01*
X-52448Y-10374D01*
X-52311Y-10210D01*
X-52255Y-10131D01*
X-52207Y-10053D01*
X-52169Y-9976D01*
X-52139Y-9901D01*
X-52117Y-9827D01*
X-52104Y-9754D01*
X-52100Y-9683D01*
X-51700D01*
X-51696Y-9754D01*
D02*
G37*
G36*
X-42095Y-11272D02*
X-42117Y-11309D01*
X-42136Y-11354D01*
X-42153Y-11407D01*
X-42167Y-11468D01*
X-42179Y-11536D01*
X-42195Y-11697D01*
X-42199Y-11789D01*
X-42200Y-11888D01*
X-43200D01*
X-43201Y-11789D01*
X-43221Y-11536D01*
X-43233Y-11468D01*
X-43247Y-11407D01*
X-43264Y-11354D01*
X-43283Y-11309D01*
X-43305Y-11272D01*
X-43330Y-11243D01*
X-42070D01*
X-42095Y-11272D01*
D02*
G37*
G36*
X-59577Y-11339D02*
X-59566Y-11347D01*
X-59550Y-11353D01*
X-59528Y-11359D01*
X-59500Y-11363D01*
X-59466Y-11367D01*
X-59381Y-11372D01*
X-59273Y-11374D01*
Y-12374D01*
X-59330Y-12375D01*
X-59500Y-12385D01*
X-59528Y-12389D01*
X-59550Y-12395D01*
X-59566Y-12401D01*
X-59577Y-12409D01*
X-59581Y-12417D01*
Y-11331D01*
X-59577Y-11339D01*
D02*
G37*
G36*
X-55695Y-13772D02*
X-55717Y-13809D01*
X-55736Y-13854D01*
X-55753Y-13907D01*
X-55768Y-13968D01*
X-55779Y-14036D01*
X-55795Y-14197D01*
X-55799Y-14289D01*
X-55800Y-14388D01*
X-56800D01*
X-56801Y-14289D01*
X-56821Y-14036D01*
X-56832Y-13968D01*
X-56847Y-13907D01*
X-56864Y-13854D01*
X-56883Y-13809D01*
X-56905Y-13772D01*
X-56930Y-13743D01*
X-55670D01*
X-55695Y-13772D01*
D02*
G37*
G36*
X-50256Y-13639D02*
X-50304Y-13693D01*
X-50346Y-13753D01*
X-50383Y-13821D01*
X-50415Y-13895D01*
X-50442Y-13977D01*
X-50464Y-14066D01*
X-50481Y-14161D01*
X-50492Y-14264D01*
X-50499Y-14374D01*
X-50500Y-14491D01*
X-51391Y-13600D01*
X-51274Y-13599D01*
X-51061Y-13581D01*
X-50966Y-13564D01*
X-50877Y-13542D01*
X-50795Y-13515D01*
X-50721Y-13483D01*
X-50653Y-13446D01*
X-50593Y-13404D01*
X-50539Y-13356D01*
X-50256Y-13639D01*
D02*
G37*
G36*
X-23143Y-19930D02*
X-23172Y-19905D01*
X-23209Y-19883D01*
X-23254Y-19864D01*
X-23307Y-19847D01*
X-23368Y-19832D01*
X-23436Y-19821D01*
X-23597Y-19805D01*
X-23689Y-19801D01*
X-23788Y-19800D01*
Y-18800D01*
X-23689Y-18799D01*
X-23436Y-18779D01*
X-23368Y-18767D01*
X-23307Y-18753D01*
X-23254Y-18736D01*
X-23209Y-18717D01*
X-23172Y-18695D01*
X-23143Y-18670D01*
Y-19930D01*
D02*
G37*
G36*
X-51485Y-20806D02*
X-51244Y-21014D01*
X-51196Y-21046D01*
X-51152Y-21072D01*
X-51113Y-21089D01*
X-51079Y-21099D01*
X-51050Y-21101D01*
X-51899Y-21950D01*
X-51901Y-21921D01*
X-51911Y-21887D01*
X-51928Y-21848D01*
X-51954Y-21804D01*
X-51986Y-21756D01*
X-52027Y-21703D01*
X-52130Y-21582D01*
X-52264Y-21443D01*
X-51557Y-20735D01*
X-51485Y-20806D01*
D02*
G37*
G36*
X73362Y5203D02*
X73328Y5199D01*
X73298Y5193D01*
X73272Y5184D01*
X73250Y5172D01*
X73232Y5157D01*
X73218Y5140D01*
X73208Y5120D01*
X73202Y5098D01*
X73200Y5073D01*
X72800D01*
X72798Y5098D01*
X72792Y5120D01*
X72782Y5140D01*
X72768Y5157D01*
X72750Y5172D01*
X72728Y5184D01*
X72702Y5193D01*
X72672Y5199D01*
X72638Y5203D01*
X72600Y5205D01*
X73400D01*
X73362Y5203D01*
D02*
G37*
G36*
X73204Y4846D02*
X73217Y4773D01*
X73239Y4699D01*
X73269Y4624D01*
X73308Y4547D01*
X73355Y4469D01*
X73411Y4389D01*
X73475Y4309D01*
X73548Y4226D01*
X73630Y4143D01*
X72370D01*
X72452Y4226D01*
X72589Y4389D01*
X72645Y4469D01*
X72693Y4547D01*
X72731Y4624D01*
X72761Y4699D01*
X72783Y4773D01*
X72796Y4846D01*
X72800Y4918D01*
X73200D01*
X73204Y4846D01*
D02*
G37*
G36*
X73202Y-5098D02*
X73208Y-5120D01*
X73218Y-5140D01*
X73232Y-5157D01*
X73250Y-5172D01*
X73272Y-5184D01*
X73298Y-5193D01*
X73328Y-5199D01*
X73362Y-5203D01*
X73400Y-5205D01*
X72600D01*
X72638Y-5203D01*
X72672Y-5199D01*
X72702Y-5193D01*
X72728Y-5184D01*
X72750Y-5172D01*
X72768Y-5157D01*
X72782Y-5140D01*
X72792Y-5120D01*
X72798Y-5098D01*
X72800Y-5073D01*
X73200D01*
X73202Y-5098D01*
D02*
G37*
G36*
X73548Y-5426D02*
X73411Y-5590D01*
X73355Y-5669D01*
X73308Y-5747D01*
X73269Y-5824D01*
X73239Y-5899D01*
X73217Y-5973D01*
X73204Y-6046D01*
X73200Y-6117D01*
X72800D01*
X72796Y-6046D01*
X72783Y-5973D01*
X72761Y-5899D01*
X72731Y-5824D01*
X72693Y-5747D01*
X72645Y-5669D01*
X72589Y-5590D01*
X72525Y-5509D01*
X72452Y-5426D01*
X72370Y-5343D01*
X73630D01*
X73548Y-5426D01*
D02*
G37*
G36*
X3234Y-19652D02*
X3262Y-20151D01*
X3269Y-20162D01*
X1199D01*
X1205Y-20151D01*
X1211Y-20129D01*
X1217Y-20096D01*
X1221Y-20051D01*
X1231Y-19846D01*
X1234Y-19538D01*
X3234D01*
X3234Y-19652D01*
D02*
G37*
G36*
X21230Y-21530D02*
X21251Y-23614D01*
X21226Y-23516D01*
X21192Y-23429D01*
X21150Y-23352D01*
X21098Y-23285D01*
X21038Y-23228D01*
X20969Y-23182D01*
X20891Y-23146D01*
X20804Y-23121D01*
X20708Y-23105D01*
X20604Y-23100D01*
Y-22000D01*
Y-21100D01*
Y-20000D01*
X20705Y-19994D01*
X20798Y-19975D01*
X20883Y-19945D01*
X20959Y-19902D01*
X21028Y-19847D01*
X21089Y-19779D01*
X21141Y-19699D01*
X21186Y-19607D01*
X21223Y-19502D01*
X21251Y-19386D01*
X21230Y-21530D01*
D02*
G37*
G36*
X69313Y-28517D02*
X69322Y-28536D01*
X69341Y-28563D01*
X69359Y-28600D01*
X69378Y-28656D01*
X69406Y-28721D01*
X69433Y-28785D01*
X69452Y-28869D01*
X69507Y-29054D01*
X69554Y-29276D01*
X69591Y-29516D01*
X69600Y-29784D01*
Y-29858D01*
X69591Y-29914D01*
Y-29979D01*
X69572Y-30053D01*
X69544Y-30219D01*
X69489Y-30413D01*
X69415Y-30608D01*
X69304Y-30783D01*
X69230Y-30876D01*
X69156Y-30950D01*
X69147D01*
X69137Y-30968D01*
X69110Y-30987D01*
X69073Y-31005D01*
X69026Y-31033D01*
X68971Y-31070D01*
X68906Y-31107D01*
X68832Y-31135D01*
X68749Y-31172D01*
X68656Y-31209D01*
X68444Y-31274D01*
X68194Y-31311D01*
X67907Y-31329D01*
X64189D01*
Y-32633D01*
X63291D01*
Y-30016D01*
X68074D01*
X68083D01*
X68092D01*
X68148Y-30006D01*
X68231Y-29988D01*
X68314Y-29942D01*
X68407Y-29877D01*
X68453Y-29831D01*
X68490Y-29775D01*
X68518Y-29710D01*
X68545Y-29636D01*
X68555Y-29553D01*
X68564Y-29451D01*
Y-29396D01*
X68555Y-29340D01*
X68545Y-29257D01*
X68536Y-29165D01*
X68508Y-29054D01*
X68481Y-28943D01*
X68434Y-28822D01*
X69313Y-28508D01*
Y-28517D01*
D02*
G37*
G36*
X66890Y-33457D02*
Y-34289D01*
X66085D01*
Y-34308D01*
X66094Y-34354D01*
X66122Y-34419D01*
X66150Y-34502D01*
X66205Y-34604D01*
X66270Y-34715D01*
X66362Y-34826D01*
X66473Y-34937D01*
X66492Y-34946D01*
X66529Y-34983D01*
X66603Y-35038D01*
X66705Y-35103D01*
X66825Y-35168D01*
X66973Y-35242D01*
X67130Y-35316D01*
X67315Y-35381D01*
X68582D01*
Y-34502D01*
X69461D01*
Y-37277D01*
X68582D01*
Y-36694D01*
X65918D01*
Y-37277D01*
X65049D01*
Y-35686D01*
X66039Y-35455D01*
X66029D01*
X66011Y-35445D01*
X65983Y-35427D01*
X65946Y-35408D01*
X65844Y-35362D01*
X65715Y-35288D01*
X65576Y-35205D01*
X65437Y-35103D01*
X65308Y-34983D01*
X65188Y-34853D01*
X65178Y-34835D01*
X65141Y-34789D01*
X65095Y-34705D01*
X65049Y-34604D01*
X64993Y-34465D01*
X64956Y-34317D01*
X64919Y-34141D01*
X64910Y-33947D01*
Y-33882D01*
X64919Y-33799D01*
X64929Y-33706D01*
X64947Y-33595D01*
X64966Y-33466D01*
X65003Y-33346D01*
X65049Y-33216D01*
X66890Y-33457D01*
D02*
G37*
G36*
X69211Y-38341D02*
X69230Y-38359D01*
X69248Y-38396D01*
X69276Y-38442D01*
X69304Y-38498D01*
X69332Y-38572D01*
X69369Y-38655D01*
X69406Y-38748D01*
X69443Y-38849D01*
X69480Y-38960D01*
X69535Y-39210D01*
X69581Y-39488D01*
X69600Y-39784D01*
Y-39867D01*
X69591Y-39922D01*
Y-39996D01*
X69581Y-40080D01*
X69544Y-40265D01*
X69498Y-40468D01*
X69424Y-40681D01*
X69313Y-40884D01*
X69248Y-40977D01*
X69174Y-41060D01*
X69165D01*
X69156Y-41079D01*
X69128Y-41097D01*
X69091Y-41125D01*
X69054Y-41162D01*
X68999Y-41199D01*
X68934Y-41236D01*
X68860Y-41273D01*
X68684Y-41347D01*
X68481Y-41421D01*
X68240Y-41467D01*
X68101Y-41476D01*
X67963Y-41486D01*
X65955D01*
Y-42411D01*
X65049D01*
Y-41486D01*
X64087D01*
X63930Y-40172D01*
X65049D01*
Y-38748D01*
X65955Y-38886D01*
Y-40172D01*
X67963D01*
X67981D01*
X68018D01*
X68074Y-40163D01*
X68138Y-40154D01*
X68222Y-40135D01*
X68296Y-40107D01*
X68370Y-40070D01*
X68425Y-40024D01*
X68434Y-40015D01*
X68444Y-39996D01*
X68471Y-39959D01*
X68490Y-39904D01*
X68518Y-39839D01*
X68545Y-39756D01*
X68555Y-39663D01*
X68564Y-39543D01*
Y-39469D01*
X68555Y-39395D01*
X68536Y-39293D01*
X68518Y-39173D01*
X68481Y-39044D01*
X68434Y-38905D01*
X68370Y-38766D01*
X69211Y-38331D01*
Y-38341D01*
D02*
G37*
G36*
X68832Y-42993D02*
X68860Y-43021D01*
X68897Y-43058D01*
X68943Y-43123D01*
X68999Y-43197D01*
X69073Y-43289D01*
X69137Y-43391D01*
X69211Y-43511D01*
X69285Y-43650D01*
X69350Y-43798D01*
X69415Y-43955D01*
X69480Y-44131D01*
X69526Y-44307D01*
X69563Y-44501D01*
X69591Y-44714D01*
X69600Y-44927D01*
Y-45001D01*
X69591Y-45056D01*
Y-45130D01*
X69581Y-45213D01*
X69572Y-45297D01*
X69554Y-45398D01*
X69517Y-45620D01*
X69452Y-45852D01*
X69369Y-46092D01*
X69258Y-46323D01*
Y-46333D01*
X69239Y-46351D01*
X69221Y-46379D01*
X69193Y-46425D01*
X69110Y-46527D01*
X68999Y-46666D01*
X68851Y-46814D01*
X68675Y-46971D01*
X68462Y-47128D01*
X68222Y-47267D01*
X68212D01*
X68194Y-47285D01*
X68148Y-47295D01*
X68101Y-47322D01*
X68037Y-47350D01*
X67953Y-47378D01*
X67861Y-47406D01*
X67759Y-47433D01*
X67639Y-47470D01*
X67519Y-47498D01*
X67380Y-47526D01*
X67232Y-47554D01*
X66917Y-47591D01*
X66566Y-47609D01*
X66557D01*
X66520D01*
X66473D01*
X66409Y-47600D01*
X66325D01*
X66233Y-47591D01*
X66131Y-47581D01*
X66011Y-47563D01*
X65761Y-47526D01*
X65493Y-47461D01*
X65215Y-47378D01*
X64947Y-47258D01*
X64938D01*
X64919Y-47239D01*
X64882Y-47221D01*
X64836Y-47193D01*
X64781Y-47156D01*
X64716Y-47110D01*
X64559Y-47008D01*
X64392Y-46869D01*
X64216Y-46703D01*
X64059Y-46508D01*
X63911Y-46296D01*
Y-46286D01*
X63893Y-46268D01*
X63874Y-46231D01*
X63856Y-46185D01*
X63828Y-46129D01*
X63800Y-46055D01*
X63763Y-45981D01*
X63726Y-45889D01*
X63661Y-45685D01*
X63606Y-45445D01*
X63569Y-45186D01*
X63550Y-44908D01*
Y-44751D01*
X63560Y-44695D01*
X63569Y-44557D01*
X63587Y-44390D01*
X63615Y-44224D01*
X63652Y-44048D01*
X63708Y-43881D01*
Y-43872D01*
X63717Y-43863D01*
X63735Y-43807D01*
X63772Y-43724D01*
X63828Y-43613D01*
X63893Y-43493D01*
X63976Y-43354D01*
X64068Y-43206D01*
X64179Y-43058D01*
X64984Y-43724D01*
X64975Y-43733D01*
X64966Y-43752D01*
X64947Y-43780D01*
X64919Y-43817D01*
X64882Y-43863D01*
X64845Y-43928D01*
X64771Y-44066D01*
X64697Y-44242D01*
X64623Y-44436D01*
X64577Y-44649D01*
X64559Y-44760D01*
Y-44936D01*
X64568Y-44982D01*
X64586Y-45084D01*
X64623Y-45223D01*
X64679Y-45371D01*
X64771Y-45528D01*
X64827Y-45611D01*
X64892Y-45685D01*
X64966Y-45759D01*
X65058Y-45833D01*
X65067D01*
X65086Y-45852D01*
X65114Y-45870D01*
X65151Y-45889D01*
X65206Y-45916D01*
X65271Y-45944D01*
X65345Y-45981D01*
X65437Y-46009D01*
X65530Y-46046D01*
X65641Y-46083D01*
X65770Y-46111D01*
X65909Y-46138D01*
X66048Y-46157D01*
X66214Y-46175D01*
X66381Y-46194D01*
X66566D01*
X66575D01*
X66612D01*
X66658D01*
X66732Y-46185D01*
X66816D01*
X66908Y-46175D01*
X67019Y-46166D01*
X67130Y-46148D01*
X67371Y-46101D01*
X67620Y-46046D01*
X67861Y-45953D01*
X67963Y-45898D01*
X68064Y-45833D01*
X68074D01*
X68083Y-45815D01*
X68138Y-45768D01*
X68212Y-45685D01*
X68305Y-45574D01*
X68397Y-45435D01*
X68471Y-45269D01*
X68527Y-45075D01*
X68536Y-44964D01*
X68545Y-44853D01*
Y-44788D01*
X68536Y-44714D01*
X68527Y-44631D01*
X68518Y-44529D01*
X68490Y-44418D01*
X68462Y-44307D01*
X68416Y-44196D01*
X68407Y-44187D01*
X68388Y-44150D01*
X68360Y-44094D01*
X68323Y-44020D01*
X68268Y-43928D01*
X68203Y-43826D01*
X68120Y-43715D01*
X68037Y-43604D01*
X68823Y-42984D01*
X68832Y-42993D01*
D02*
G37*
G36*
X-77899Y-52311D02*
X-77879Y-52564D01*
X-77868Y-52632D01*
X-77853Y-52693D01*
X-77836Y-52746D01*
X-77817Y-52791D01*
X-77795Y-52828D01*
X-77770Y-52857D01*
X-79030D01*
X-79005Y-52828D01*
X-78983Y-52791D01*
X-78964Y-52746D01*
X-78947Y-52693D01*
X-78932Y-52632D01*
X-78921Y-52564D01*
X-78905Y-52403D01*
X-78901Y-52311D01*
X-78900Y-52212D01*
X-77900D01*
X-77899Y-52311D01*
D02*
G37*
G36*
X-77795Y-54172D02*
X-77817Y-54209D01*
X-77836Y-54254D01*
X-77853Y-54307D01*
X-77868Y-54368D01*
X-77879Y-54436D01*
X-77895Y-54597D01*
X-77899Y-54689D01*
X-77900Y-54788D01*
X-78900D01*
X-78901Y-54689D01*
X-78921Y-54436D01*
X-78932Y-54368D01*
X-78947Y-54307D01*
X-78964Y-54254D01*
X-78983Y-54209D01*
X-79005Y-54172D01*
X-79030Y-54143D01*
X-77770D01*
X-77795Y-54172D01*
D02*
G37*
G36*
X-74185Y-55583D02*
X-74251Y-55510D01*
X-74318Y-55445D01*
X-74387Y-55388D01*
X-74456Y-55338D01*
X-74527Y-55296D01*
X-74599Y-55261D01*
X-74673Y-55234D01*
X-74747Y-55215D01*
X-74823Y-55204D01*
X-74900Y-55200D01*
Y-54800D01*
X-74823Y-54796D01*
X-74747Y-54785D01*
X-74673Y-54765D01*
X-74599Y-54739D01*
X-74527Y-54704D01*
X-74456Y-54662D01*
X-74387Y-54612D01*
X-74318Y-54555D01*
X-74251Y-54489D01*
X-74185Y-54417D01*
Y-55583D01*
D02*
G37*
G36*
X9105Y-51772D02*
X9083Y-51809D01*
X9064Y-51854D01*
X9047Y-51907D01*
X9032Y-51968D01*
X9021Y-52036D01*
X9005Y-52197D01*
X9001Y-52289D01*
X9000Y-52388D01*
X8000D01*
X7999Y-52289D01*
X7979Y-52036D01*
X7967Y-51968D01*
X7953Y-51907D01*
X7936Y-51854D01*
X7917Y-51809D01*
X7895Y-51772D01*
X7870Y-51743D01*
X9130D01*
X9105Y-51772D01*
D02*
G37*
G36*
X28004Y-52333D02*
X28032Y-52347D01*
X28069Y-52359D01*
X28116Y-52370D01*
X28172Y-52379D01*
X28311Y-52393D01*
X28486Y-52399D01*
X28588Y-52400D01*
Y-53400D01*
X28486Y-53401D01*
X28172Y-53421D01*
X28116Y-53430D01*
X28069Y-53441D01*
X28032Y-53453D01*
X28004Y-53468D01*
X27985Y-53483D01*
Y-52317D01*
X28004Y-52333D01*
D02*
G37*
G36*
X27291Y-53800D02*
X27253Y-53803D01*
X27211Y-53814D01*
X27165Y-53832D01*
X27116Y-53857D01*
X27063Y-53890D01*
X27006Y-53930D01*
X26882Y-54033D01*
X26814Y-54095D01*
X26743Y-54164D01*
X26035Y-53457D01*
X26105Y-53386D01*
X26270Y-53194D01*
X26310Y-53137D01*
X26343Y-53084D01*
X26368Y-53035D01*
X26386Y-52989D01*
X26397Y-52947D01*
X26400Y-52909D01*
X27291Y-53800D01*
D02*
G37*
G36*
X17980Y-55900D02*
X17922Y-55902D01*
X17868Y-55907D01*
X17817Y-55915D01*
X17771Y-55927D01*
X17727Y-55942D01*
X17688Y-55961D01*
X17652Y-55982D01*
X17621Y-56008D01*
X17593Y-56036D01*
X17568Y-56068D01*
Y-54932D01*
X17567Y-54926D01*
X17571Y-54920D01*
X17582Y-54916D01*
X17598Y-54912D01*
X17620Y-54908D01*
X17649Y-54905D01*
X17769Y-54900D01*
X17820Y-54900D01*
X17980Y-55900D01*
D02*
G37*
G36*
X16231Y-54900D02*
X16402Y-54912D01*
X16418Y-54916D01*
X16429Y-54920D01*
X16433Y-54926D01*
X16432Y-54932D01*
Y-56068D01*
X16408Y-56036D01*
X16379Y-56008D01*
X16348Y-55982D01*
X16312Y-55961D01*
X16273Y-55942D01*
X16229Y-55927D01*
X16183Y-55915D01*
X16132Y-55907D01*
X16078Y-55902D01*
X16020Y-55900D01*
X16180Y-54900D01*
X16231Y-54900D01*
D02*
G37*
G36*
X28028Y-57700D02*
X28027Y-57662D01*
X28023Y-57628D01*
X28017Y-57598D01*
X28009Y-57572D01*
X27998Y-57550D01*
X27985Y-57532D01*
X27969Y-57518D01*
X27951Y-57508D01*
X27931Y-57502D01*
X27908Y-57500D01*
Y-57100D01*
X27931Y-57098D01*
X27951Y-57092D01*
X27969Y-57082D01*
X27985Y-57068D01*
X27998Y-57050D01*
X28009Y-57028D01*
X28017Y-57002D01*
X28023Y-56972D01*
X28027Y-56938D01*
X28028Y-56900D01*
Y-57700D01*
D02*
G37*
G36*
X24595Y-56811D02*
X24891Y-56972D01*
X24979Y-57011D01*
X25141Y-57068D01*
X25214Y-57086D01*
X25283Y-57096D01*
X25346Y-57100D01*
X25440Y-57500D01*
X25364Y-57505D01*
X25290Y-57519D01*
X25218Y-57542D01*
X25148Y-57575D01*
X25080Y-57618D01*
X25014Y-57670D01*
X24949Y-57731D01*
X24886Y-57802D01*
X24826Y-57882D01*
X24767Y-57971D01*
X24487Y-56743D01*
X24595Y-56811D01*
D02*
G37*
G36*
X2491Y-48400D02*
X2400Y-48402D01*
X2313Y-48410D01*
X2228Y-48425D01*
X2148Y-48445D01*
X2070Y-48471D01*
X1995Y-48504D01*
X1924Y-48542D01*
X1856Y-48587D01*
X1792Y-48637D01*
X1730Y-48694D01*
X1306Y-48270D01*
X1363Y-48208D01*
X1413Y-48144D01*
X1458Y-48076D01*
X1496Y-48005D01*
X1529Y-47930D01*
X1555Y-47853D01*
X1575Y-47771D01*
X1590Y-47687D01*
X1598Y-47600D01*
X1600Y-47509D01*
X2491Y-48400D01*
D02*
G37*
G36*
X306Y-57214D02*
X324Y-57316D01*
X354Y-57406D01*
X396Y-57484D01*
X450Y-57550D01*
X516Y-57604D01*
X594Y-57646D01*
X684Y-57676D01*
X786Y-57694D01*
X900Y-57700D01*
X724Y-58300D01*
X606Y-58304D01*
X491Y-58317D01*
X380Y-58338D01*
X272Y-58368D01*
X168Y-58406D01*
X68Y-58453D01*
X-30Y-58508D01*
X-123Y-58571D01*
X-213Y-58644D01*
X-300Y-58724D01*
X-724Y-58300D01*
X-644Y-58213D01*
X-571Y-58123D01*
X-508Y-58030D01*
X-453Y-57933D01*
X-406Y-57832D01*
X-368Y-57728D01*
X-338Y-57620D01*
X-317Y-57509D01*
X-304Y-57394D01*
X-300Y-57276D01*
X300Y-57100D01*
X306Y-57214D01*
D02*
G37*
G36*
X-1149Y-59573D02*
X-1173Y-59598D01*
X-1192Y-59623D01*
X-1209Y-59646D01*
X-1221Y-59669D01*
X-1229Y-59692D01*
X-1234Y-59713D01*
X-1235Y-59734D01*
X-1232Y-59754D01*
X-1226Y-59773D01*
X-1215Y-59792D01*
X-2362Y-59552D01*
X-2288Y-59550D01*
X-2154Y-59540D01*
X-2095Y-59531D01*
X-2041Y-59520D01*
X-1992Y-59506D01*
X-1948Y-59489D01*
X-1910Y-59470D01*
X-1877Y-59449D01*
X-1849Y-59425D01*
X-1149Y-59573D01*
D02*
G37*
G36*
X28028Y-61300D02*
X28026Y-61243D01*
X28021Y-61192D01*
X28012Y-61147D01*
X27999Y-61108D01*
X27983Y-61075D01*
X27963Y-61048D01*
X27940Y-61027D01*
X27913Y-61012D01*
X27882Y-61003D01*
X27848Y-61000D01*
Y-60400D01*
X27882Y-60397D01*
X27913Y-60388D01*
X27940Y-60373D01*
X27963Y-60352D01*
X27983Y-60325D01*
X27999Y-60292D01*
X28012Y-60253D01*
X28021Y-60208D01*
X28026Y-60157D01*
X28028Y-60100D01*
Y-61300D01*
D02*
G37*
D10*
X-69500Y-17100D02*
Y-10500D01*
X-74700Y-5300D02*
X-69500Y-10500D01*
X-74700Y-5300D02*
Y400D01*
X-58263Y28563D02*
X-56600Y26900D01*
X-62500Y28563D02*
X-58263D01*
X-52000Y-21000D02*
X-51000Y-22000D01*
X-60200Y-21000D02*
X-52000D01*
X-62000Y-19200D02*
X-60200Y-21000D01*
X-67400Y-19200D02*
X-62000D01*
X-69500Y-17100D02*
X-67400Y-19200D01*
X-73300Y-700D02*
X-56900Y15700D01*
X-54000D02*
X-41154D01*
X-73300Y-4600D02*
Y-700D01*
Y-4600D02*
X-69963Y-7937D01*
X-62500D01*
X-74700Y400D02*
X-62500Y12600D01*
X-56900Y15700D02*
X-54000D01*
X-62500Y12600D02*
Y20689D01*
X-42700Y-13700D02*
Y-10600D01*
X-46100Y-17100D02*
X-42700Y-13700D01*
X-51900Y-17100D02*
X-46100D01*
X-53900Y-15100D02*
X-51900Y-17100D01*
X-53900Y-15100D02*
Y-12100D01*
X-55300Y-10700D02*
X-53900Y-12100D01*
X-58000Y-10700D02*
X-55300D01*
X-59174Y-11874D02*
X-58000Y-10700D01*
X-62500Y-11874D02*
X-59174D01*
X-56300Y-14800D02*
Y-13100D01*
X-51800Y-19300D02*
X-22500D01*
X-56300Y-14800D02*
X-51800Y-19300D01*
X-54989Y20689D02*
X-54000Y19700D01*
X-62500Y20689D02*
X-54989D01*
X28700Y-52900D02*
X29500Y-52100D01*
X10400Y-55400D02*
X24800D01*
X8500Y-53500D02*
Y-51100D01*
X-78400Y-53500D02*
Y-52000D01*
Y-55000D02*
Y-53500D01*
X27300Y-52900D02*
X28700D01*
X24800Y-55400D02*
X27300Y-52900D01*
X8500Y-53500D02*
X10400Y-55400D01*
D11*
X-62500Y-63D02*
X-60137D01*
X-51900Y-8300D01*
Y-11100D02*
Y-8300D01*
X-51400Y-14500D02*
X-49700Y-12800D01*
Y-9100D01*
X-58500Y-300D02*
X-49700Y-9100D01*
X-58500Y-300D02*
Y1000D01*
X-60500Y3000D02*
X-58500Y1000D01*
X-74900Y-55000D02*
X-73500D01*
X-74500Y-52000D02*
X-73500D01*
X-56000Y-34000D02*
X-47200Y-42800D01*
X-40900D02*
X-39700Y-41600D01*
X-47200Y-42800D02*
X-40900D01*
X-58100Y-34900D02*
X-56231D01*
X-47431Y-43700D01*
X-63000Y-34000D02*
X-56000D01*
X-47431Y-43700D02*
X-37700D01*
X-61137Y-37937D02*
X-58100Y-34900D01*
X73000Y-7200D02*
Y-4700D01*
Y3500D02*
Y7200D01*
X-63000Y-37937D02*
X-61137D01*
X24000Y-57500D02*
X24200Y-57300D01*
X29000D01*
D14*
X6600Y57700D02*
X9300Y55000D01*
X27100D01*
X28100Y54000D01*
X228Y57700D02*
X6600D01*
X3165Y58700D02*
X7200D01*
X9741Y56159D02*
X29641D01*
X7200Y58700D02*
X9741Y56159D01*
X1969Y59897D02*
X3165Y58700D01*
X-1969Y59897D02*
Y62500D01*
Y59897D02*
X228Y57700D01*
X1969Y59897D02*
Y62500D01*
X29641Y56159D02*
X32100Y53700D01*
X23200Y-60700D02*
X29000D01*
X20500Y-58000D02*
X23200Y-60700D01*
X0Y-58000D02*
X20500D01*
X0Y-50000D02*
X2500Y-47500D01*
X0Y-58000D02*
Y-50000D01*
X-1969Y-59969D02*
X0Y-58000D01*
X-1969Y-62500D02*
Y-59969D01*
D16*
X-62500Y20689D02*
D03*
Y40374D02*
D03*
Y36437D02*
D03*
Y28563D02*
D03*
Y32500D02*
D03*
Y24626D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D17*
X-77000Y16000D02*
D03*
Y45063D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D18*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D19*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D50*
X240Y-38640D02*
Y-33540D01*
X28500Y-16400D02*
Y-14501D01*
Y-21200D02*
Y-18700D01*
Y-16400D01*
X16734Y-21000D02*
X21953D01*
X21854Y-22100D02*
X22454Y-21500D01*
X19800Y-22100D02*
X21854D01*
X21953Y-21000D02*
X22454Y-21500D01*
X18000Y-16300D02*
X18800D01*
X15800D02*
X18000D01*
X4200D02*
X15800D01*
X18800D02*
X19900Y-17400D01*
X2234Y-18266D02*
X4200Y-16300D01*
X2234Y-21000D02*
Y-18266D01*
X-15354Y-26000D02*
X-10354Y-21000D01*
X-8234D01*
D51*
X-18000Y-68000D02*
Y-54000D01*
Y-68000D02*
X-17000Y-69000D01*
X-22500Y52100D02*
X-19500D01*
X-23000D02*
X-22500D01*
X-19500D02*
X1500D01*
X-27000Y48100D02*
X-23000Y52100D01*
X1500D02*
X4500D01*
X-27000Y-5400D02*
Y48100D01*
X-15354Y-38854D02*
Y-26000D01*
X-25700Y-49200D02*
X-15354Y-38854D01*
X-32600Y-49200D02*
X-25700D01*
X32000Y63800D02*
X43000Y52800D01*
X22200Y63800D02*
X32000D01*
X43000Y-67000D02*
Y52800D01*
X-15354Y-26000D02*
Y-17046D01*
X-27000Y-5400D02*
X-15354Y-17046D01*
X43000Y-70000D02*
Y-67000D01*
Y-73000D02*
Y-70000D01*
D52*
X-17000Y-69000D02*
X-14532Y-71469D01*
Y-77000D02*
Y-71469D01*
D53*
X-4200Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
Y37300D02*
Y39100D01*
X-19500Y41000D02*
Y44000D01*
Y38000D02*
Y41000D01*
Y36733D02*
Y38000D01*
X-6000Y35500D02*
X-4200Y37300D01*
X-18267Y35500D02*
X-6000D01*
X-19500Y36733D02*
X-18267Y35500D01*
X16867Y35000D02*
X19300Y37433D01*
Y38700D01*
X7000Y35000D02*
X16867D01*
X4300Y37700D02*
X7000Y35000D01*
X19300Y41700D02*
Y44700D01*
Y38700D02*
Y41700D01*
X4300Y42100D02*
Y45100D01*
Y39100D02*
Y42100D01*
Y37700D02*
Y39100D01*
D54*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
D55*
X8500Y-24100D02*
D03*
X5500D02*
D03*
X-44300Y26900D02*
D03*
X-44100Y31200D02*
D03*
X-53700Y30300D02*
D03*
X-53800Y23500D02*
D03*
X-57000D02*
D03*
X-56300Y12500D02*
D03*
X-59000Y17500D02*
D03*
X-56600Y26900D02*
D03*
X-59900Y40300D02*
D03*
X-60000Y36400D02*
D03*
X-59900Y32500D02*
D03*
X-42700Y-10600D02*
D03*
X73000Y-4700D02*
D03*
Y3500D02*
D03*
X50000Y-7200D02*
D03*
Y-4000D02*
D03*
X28100Y54000D02*
D03*
X-2000Y-65500D02*
D03*
X2500Y-47500D02*
D03*
X1969Y-62500D02*
D03*
X-28000Y-63000D02*
D03*
X-73500Y-55000D02*
D03*
Y-52000D02*
D03*
X-71366Y-45734D02*
D03*
X-70800Y-3100D02*
D03*
X-66600Y-2500D02*
D03*
X0Y43500D02*
D03*
X15800Y300D02*
D03*
X0Y37000D02*
D03*
X-51000Y-22000D02*
D03*
X-67500Y100D02*
D03*
X-62100Y-42600D02*
D03*
X-78400Y-53500D02*
D03*
X-77000Y13000D02*
D03*
Y24000D02*
D03*
Y30000D02*
D03*
Y36000D02*
D03*
Y-21000D02*
D03*
Y-37500D02*
D03*
Y-34000D02*
D03*
Y-30500D02*
D03*
X-57500Y5000D02*
D03*
X-60500Y3000D02*
D03*
X-41000Y2500D02*
D03*
X-45000Y5000D02*
D03*
X-41000D02*
D03*
X-33500Y5500D02*
D03*
Y2000D02*
D03*
X-34500Y-59000D02*
D03*
X-37500D02*
D03*
X27000Y-49500D02*
D03*
X32500Y-37500D02*
D03*
Y-34500D02*
D03*
Y-31500D02*
D03*
Y-28500D02*
D03*
Y-25500D02*
D03*
Y-22500D02*
D03*
Y-19500D02*
D03*
Y-16500D02*
D03*
X15500Y-13000D02*
D03*
X18000D02*
D03*
X20500D02*
D03*
X23000D02*
D03*
X25500D02*
D03*
Y-15500D02*
D03*
X23000D02*
D03*
X-13500Y5500D02*
D03*
Y9500D02*
D03*
X-11000D02*
D03*
Y5500D02*
D03*
X-56500Y-42500D02*
D03*
X-58500Y-41000D02*
D03*
X-57000Y-37000D02*
D03*
X-3500Y-38000D02*
D03*
Y-35000D02*
D03*
X-5000Y-23000D02*
D03*
Y-20000D02*
D03*
X8500Y-21000D02*
D03*
X5500D02*
D03*
X17000Y-35000D02*
D03*
Y-32500D02*
D03*
X-2000Y-41500D02*
D03*
X-5000D02*
D03*
X-28500Y-43000D02*
D03*
X-27000Y-40500D02*
D03*
Y-38000D02*
D03*
X-23500D02*
D03*
X-66500Y-15500D02*
D03*
X-66000Y-22000D02*
D03*
X-55500Y-28000D02*
D03*
Y-25500D02*
D03*
Y-23000D02*
D03*
X-38000Y-17000D02*
D03*
X-40500D02*
D03*
X-35000Y-16500D02*
D03*
X-54300Y-41000D02*
D03*
X-52100Y-42400D02*
D03*
X10800Y7500D02*
D03*
X-11400Y-7500D02*
D03*
X-18300Y-4200D02*
D03*
X-31800Y-12300D02*
D03*
X-10600Y2500D02*
D03*
X-51400Y-14500D02*
D03*
X32100Y53700D02*
D03*
X29300Y-4100D02*
D03*
Y-7200D02*
D03*
X-35300Y-8400D02*
D03*
X19800Y-22100D02*
D03*
X22454Y-21500D02*
D03*
X8500Y-51100D02*
D03*
X-12500Y-45800D02*
D03*
X-10800Y-44100D02*
D03*
X-11500Y-31900D02*
D03*
X-51500Y-31600D02*
D03*
X-51900Y-11100D02*
D03*
X28500Y-21200D02*
D03*
Y-18700D02*
D03*
Y-16400D02*
D03*
X300Y-38700D02*
D03*
Y-36200D02*
D03*
X240Y-33540D02*
D03*
X18000Y-16300D02*
D03*
X15800D02*
D03*
X19900Y-17400D02*
D03*
X-39700Y-41600D02*
D03*
X-37700Y-43700D02*
D03*
X24000Y-57500D02*
D03*
X27300Y-52900D02*
D03*
X-56300Y-13100D02*
D03*
X-22500Y-19300D02*
D03*
X-40547Y-33553D02*
D03*
X-36600Y-33400D02*
D03*
X-34620Y-41200D02*
D03*
X-38600Y-31800D02*
D03*
X-50400Y4800D02*
D03*
X-54300D02*
D03*
X-52358Y658D02*
D03*
X-56500Y700D02*
D03*
X14500Y31000D02*
D03*
X9500D02*
D03*
X-9500D02*
D03*
X-14500D02*
D03*
X-55784Y-19016D02*
D03*
X29500Y-52300D02*
D03*
D56*
X4500Y52100D02*
D03*
Y55100D02*
D03*
X32000Y16000D02*
D03*
X29000D02*
D03*
X26000D02*
D03*
X23000D02*
D03*
X20000D02*
D03*
X17000D02*
D03*
X14000D02*
D03*
X11000D02*
D03*
X8000D02*
D03*
X5000D02*
D03*
X2000D02*
D03*
X-1000D02*
D03*
X-4000D02*
D03*
X-7000D02*
D03*
X-10000D02*
D03*
X-13000D02*
D03*
X-16000D02*
D03*
X-19000D02*
D03*
X73000Y-15000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
Y-12000D02*
D03*
X73000D02*
D03*
X76000D02*
D03*
X73000Y-18000D02*
D03*
X76000D02*
D03*
X70000D02*
D03*
X73000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X76000D02*
D03*
Y15000D02*
D03*
Y12000D02*
D03*
X70000Y15000D02*
D03*
Y12000D02*
D03*
Y18000D02*
D03*
X-30500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-27500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-33500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-36500D02*
D03*
Y63000D02*
D03*
Y60000D02*
D03*
X-42500Y63000D02*
D03*
Y60000D02*
D03*
Y66000D02*
D03*
X-39592Y-21500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
Y-24500D02*
D03*
X-36546D02*
D03*
X-39592Y-24566D02*
D03*
Y-27500D02*
D03*
X-36546D02*
D03*
X-33500D02*
D03*
X-19500Y41000D02*
D03*
Y38000D02*
D03*
Y44000D02*
D03*
X33100Y44400D02*
D03*
Y41400D02*
D03*
Y38400D02*
D03*
Y35400D02*
D03*
Y32400D02*
D03*
Y29400D02*
D03*
X-34200Y52000D02*
D03*
Y49000D02*
D03*
Y46000D02*
D03*
Y43000D02*
D03*
Y40000D02*
D03*
Y37000D02*
D03*
X19300Y44700D02*
D03*
Y41700D02*
D03*
Y38700D02*
D03*
X4300Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X-4200Y45100D02*
D03*
Y42100D02*
D03*
Y39100D02*
D03*
X12000Y43000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
Y40000D02*
D03*
X12000D02*
D03*
X9000D02*
D03*
X12000Y46000D02*
D03*
X9000D02*
D03*
X15000D02*
D03*
X-9000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X-15000Y40000D02*
D03*
X-12000D02*
D03*
X-9000D02*
D03*
Y43000D02*
D03*
X-15000D02*
D03*
X-12000D02*
D03*
X1500Y52100D02*
D03*
Y55100D02*
D03*
X-22500Y52100D02*
D03*
X-19500D02*
D03*
X-22500Y55100D02*
D03*
X-19500D02*
D03*
X43000Y-67000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-70000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X43000Y-73000D02*
D03*
X40000D02*
D03*
X46000D02*
D03*
X34000Y-78500D02*
D03*
X31000D02*
D03*
X37000D02*
D03*
X25000D02*
D03*
X22000D02*
D03*
X28000D02*
D03*
X19000Y-75500D02*
D03*
Y-78500D02*
D03*
X-14000Y-72000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-69000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
X-14000Y-66000D02*
D03*
X-20000D02*
D03*
X-17000D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GTO
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=65535*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
%ADD10C,0.01000*%
%ADD11C,0.00400*%
%ADD12C,0.00100*%
%ADD13C,0.00787*%
%ADD14C,0.00600*%
%ADD15C,0.00500*%
G36*
X-53050Y17050D02*
X-53400D01*
Y18350D01*
X-53050D01*
Y17050D01*
D02*
G37*
G36*
X-54600Y18350D02*
Y17050D01*
X-54950Y17050D01*
Y18350D01*
X-54600Y18350D01*
D02*
G37*
G36*
X11100Y-20650D02*
X12500D01*
Y-21350D01*
X11100D01*
Y-22550D01*
X10500D01*
Y-19450D01*
X11100D01*
Y-20650D01*
D02*
G37*
G36*
X-3400D02*
X-2000D01*
Y-21350D01*
X-3400D01*
Y-22550D01*
X-4000D01*
Y-19450D01*
X-3400D01*
Y-20650D01*
D02*
G37*
G36*
X-12500Y-41000D02*
X-14000D01*
Y-38000D01*
X-12500D01*
Y-41000D01*
D02*
G37*
G36*
X-22000D02*
X-23500D01*
Y-38000D01*
X-22000D01*
Y-41000D01*
D02*
G37*
G36*
X-25100Y-41300D02*
X-29900D01*
Y-40800D01*
X-25100D01*
Y-41300D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-40800D01*
X-31600D01*
Y-41300D01*
D02*
G37*
G36*
X-25100Y-43200D02*
X-29900D01*
Y-42700D01*
X-25100D01*
Y-43200D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-42700D01*
X-31600D01*
Y-43200D01*
D02*
G37*
G36*
X-25100Y-55800D02*
X-29900D01*
Y-55300D01*
X-25100D01*
Y-55800D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-55300D01*
X-31600D01*
Y-55800D01*
D02*
G37*
G36*
X-25100Y-57700D02*
X-29900D01*
Y-57200D01*
X-25100D01*
Y-57700D01*
D02*
G37*
G36*
X-31600D02*
X-36400D01*
Y-57200D01*
X-31600D01*
Y-57700D01*
D02*
G37*
G36*
X-46734Y-23396D02*
X-46697Y-23400D01*
X-46652Y-23403D01*
X-46608Y-23411D01*
X-46556Y-23418D01*
X-46445Y-23444D01*
X-46390Y-23463D01*
X-46330Y-23481D01*
X-46275Y-23507D01*
X-46220Y-23537D01*
X-46164Y-23570D01*
X-46116Y-23607D01*
X-46112Y-23611D01*
X-46105Y-23618D01*
X-46094Y-23629D01*
X-46075Y-23648D01*
X-46057Y-23670D01*
X-46038Y-23696D01*
X-46012Y-23725D01*
X-45990Y-23762D01*
X-45968Y-23803D01*
X-45946Y-23847D01*
X-45924Y-23896D01*
X-45905Y-23951D01*
X-45886Y-24006D01*
X-45875Y-24069D01*
X-45868Y-24136D01*
X-45864Y-24206D01*
Y-24243D01*
X-45868Y-24269D01*
X-45872Y-24303D01*
X-45879Y-24340D01*
X-45886Y-24384D01*
X-45894Y-24428D01*
X-45924Y-24524D01*
X-45946Y-24573D01*
X-45968Y-24624D01*
X-45998Y-24672D01*
X-46031Y-24721D01*
X-46068Y-24769D01*
X-46112Y-24809D01*
X-46116Y-24813D01*
X-46123Y-24817D01*
X-46138Y-24828D01*
X-46157Y-24843D01*
X-46183Y-24858D01*
X-46216Y-24876D01*
X-46249Y-24894D01*
X-46290Y-24913D01*
X-46338Y-24935D01*
X-46390Y-24954D01*
X-46445Y-24972D01*
X-46508Y-24987D01*
X-46575Y-25002D01*
X-46645Y-25013D01*
X-46719Y-25017D01*
X-46800Y-25020D01*
X-46804D01*
X-46819D01*
X-46841D01*
X-46871Y-25017D01*
X-46908Y-25013D01*
X-46948Y-25009D01*
X-46993Y-25002D01*
X-47045Y-24994D01*
X-47152Y-24969D01*
X-47207Y-24950D01*
X-47263Y-24928D01*
X-47322Y-24906D01*
X-47374Y-24876D01*
X-47429Y-24843D01*
X-47477Y-24806D01*
X-47481Y-24802D01*
X-47489Y-24795D01*
X-47500Y-24783D01*
X-47518Y-24765D01*
X-47537Y-24743D01*
X-47559Y-24717D01*
X-47585Y-24684D01*
X-47607Y-24647D01*
X-47633Y-24606D01*
X-47655Y-24562D01*
X-47677Y-24513D01*
X-47696Y-24458D01*
X-47714Y-24402D01*
X-47725Y-24340D01*
X-47733Y-24273D01*
X-47736Y-24203D01*
Y-24166D01*
X-47733Y-24140D01*
X-47729Y-24106D01*
X-47722Y-24069D01*
X-47714Y-24025D01*
X-47703Y-23981D01*
X-47692Y-23936D01*
X-47674Y-23884D01*
X-47655Y-23836D01*
X-47629Y-23785D01*
X-47600Y-23736D01*
X-47566Y-23688D01*
X-47526Y-23644D01*
X-47481Y-23603D01*
X-47477Y-23599D01*
X-47470Y-23596D01*
X-47455Y-23585D01*
X-47437Y-23570D01*
X-47411Y-23555D01*
X-47378Y-23537D01*
X-47344Y-23518D01*
X-47304Y-23496D01*
X-47256Y-23477D01*
X-47204Y-23459D01*
X-47148Y-23440D01*
X-47089Y-23426D01*
X-47026Y-23411D01*
X-46956Y-23400D01*
X-46882Y-23396D01*
X-46804Y-23392D01*
X-46800D01*
X-46786D01*
X-46763D01*
X-46734Y-23396D01*
D02*
G37*
G36*
X-48236Y-25938D02*
X-48210Y-25945D01*
X-48180Y-25953D01*
X-48151Y-25967D01*
X-48118Y-25986D01*
X-48088Y-26012D01*
X-48084Y-26016D01*
X-48077Y-26027D01*
X-48066Y-26041D01*
X-48051Y-26064D01*
X-48036Y-26093D01*
X-48025Y-26127D01*
X-48018Y-26167D01*
X-48014Y-26208D01*
Y-26226D01*
X-48018Y-26249D01*
X-48025Y-26278D01*
X-48033Y-26308D01*
X-48044Y-26341D01*
X-48062Y-26375D01*
X-48088Y-26404D01*
X-48092Y-26408D01*
X-48103Y-26415D01*
X-48118Y-26426D01*
X-48140Y-26441D01*
X-48166Y-26456D01*
X-48199Y-26467D01*
X-48236Y-26474D01*
X-48277Y-26478D01*
X-48280D01*
X-48295D01*
X-48317Y-26474D01*
X-48343Y-26467D01*
X-48369Y-26460D01*
X-48403Y-26449D01*
X-48432Y-26430D01*
X-48462Y-26404D01*
X-48465Y-26400D01*
X-48473Y-26389D01*
X-48484Y-26375D01*
X-48499Y-26349D01*
X-48513Y-26323D01*
X-48525Y-26289D01*
X-48532Y-26249D01*
X-48536Y-26208D01*
Y-26186D01*
X-48532Y-26164D01*
X-48525Y-26138D01*
X-48517Y-26108D01*
X-48502Y-26075D01*
X-48484Y-26041D01*
X-48458Y-26012D01*
X-48454Y-26008D01*
X-48443Y-26001D01*
X-48428Y-25986D01*
X-48406Y-25971D01*
X-48380Y-25960D01*
X-48351Y-25945D01*
X-48314Y-25938D01*
X-48277Y-25934D01*
X-48273D01*
X-48258D01*
X-48236Y-25938D01*
D02*
G37*
G36*
X-45905Y-26867D02*
X-46234D01*
Y-26352D01*
X-47359D01*
Y-26852D01*
X-47692D01*
Y-25923D01*
X-46234D01*
Y-25449D01*
X-45905D01*
Y-26867D01*
D02*
G37*
G36*
X-47015Y-27325D02*
X-46971D01*
X-46919Y-27333D01*
X-46856Y-27336D01*
X-46789Y-27348D01*
X-46715Y-27359D01*
X-46641Y-27377D01*
X-46564Y-27396D01*
X-46490Y-27422D01*
X-46412Y-27451D01*
X-46342Y-27488D01*
X-46275Y-27529D01*
X-46212Y-27577D01*
X-46160Y-27632D01*
X-46157Y-27636D01*
X-46149Y-27647D01*
X-46138Y-27662D01*
X-46120Y-27688D01*
X-46101Y-27718D01*
X-46079Y-27755D01*
X-46057Y-27795D01*
X-46035Y-27843D01*
X-46009Y-27899D01*
X-45986Y-27954D01*
X-45964Y-28021D01*
X-45946Y-28088D01*
X-45927Y-28162D01*
X-45916Y-28239D01*
X-45909Y-28321D01*
X-45905Y-28406D01*
Y-28990D01*
X-48221D01*
Y-28391D01*
X-48217Y-28358D01*
X-48214Y-28313D01*
X-48206Y-28265D01*
X-48199Y-28210D01*
X-48192Y-28150D01*
X-48162Y-28021D01*
X-48140Y-27954D01*
X-48118Y-27888D01*
X-48088Y-27821D01*
X-48055Y-27755D01*
X-48018Y-27692D01*
X-47973Y-27632D01*
X-47970Y-27629D01*
X-47962Y-27618D01*
X-47947Y-27603D01*
X-47925Y-27584D01*
X-47896Y-27558D01*
X-47862Y-27533D01*
X-47818Y-27507D01*
X-47770Y-27477D01*
X-47714Y-27448D01*
X-47648Y-27422D01*
X-47574Y-27392D01*
X-47492Y-27370D01*
X-47403Y-27351D01*
X-47304Y-27336D01*
X-47196Y-27325D01*
X-47078Y-27322D01*
X-47071D01*
X-47048D01*
X-47015Y-27325D01*
D02*
G37*
G36*
X-45905Y-31773D02*
X-46829Y-32491D01*
X-45905D01*
Y-32923D01*
X-48380D01*
X-48428Y-32491D01*
X-46928D01*
X-47692Y-31821D01*
Y-31347D01*
X-46889Y-32043D01*
X-45905Y-31277D01*
Y-31773D01*
D02*
G37*
G36*
X-45975Y-33490D02*
X-45972Y-33493D01*
X-45964Y-33508D01*
X-45957Y-33523D01*
X-45949Y-33541D01*
X-45942Y-33564D01*
X-45920Y-33623D01*
X-45901Y-33693D01*
X-45883Y-33775D01*
X-45868Y-33863D01*
X-45864Y-33963D01*
Y-33989D01*
X-45868Y-34008D01*
Y-34030D01*
X-45872Y-34056D01*
X-45883Y-34119D01*
X-45901Y-34185D01*
X-45927Y-34255D01*
X-45964Y-34326D01*
X-46016Y-34389D01*
X-46023Y-34396D01*
X-46046Y-34415D01*
X-46079Y-34437D01*
X-46127Y-34466D01*
X-46186Y-34496D01*
X-46260Y-34518D01*
X-46342Y-34537D01*
X-46438Y-34544D01*
X-48055D01*
Y-35062D01*
X-48384D01*
Y-34111D01*
X-46408D01*
X-46404D01*
X-46401D01*
X-46379Y-34108D01*
X-46349Y-34100D01*
X-46312Y-34082D01*
X-46275Y-34056D01*
X-46260Y-34037D01*
X-46245Y-34015D01*
X-46234Y-33989D01*
X-46223Y-33956D01*
X-46220Y-33922D01*
X-46216Y-33882D01*
Y-33860D01*
X-46220Y-33834D01*
X-46223Y-33800D01*
X-46231Y-33756D01*
X-46242Y-33708D01*
X-46257Y-33652D01*
X-46279Y-33590D01*
X-45975Y-33486D01*
Y-33490D01*
D02*
G37*
G36*
X-46153Y-35284D02*
X-46145Y-35295D01*
X-46131Y-35310D01*
X-46112Y-35332D01*
X-46090Y-35362D01*
X-46064Y-35395D01*
X-46038Y-35436D01*
X-46012Y-35484D01*
X-45983Y-35532D01*
X-45957Y-35591D01*
X-45931Y-35650D01*
X-45909Y-35717D01*
X-45890Y-35787D01*
X-45875Y-35861D01*
X-45868Y-35939D01*
X-45864Y-36020D01*
Y-36050D01*
X-45868Y-36072D01*
Y-36098D01*
X-45872Y-36128D01*
X-45875Y-36161D01*
X-45883Y-36198D01*
X-45898Y-36283D01*
X-45924Y-36372D01*
X-45957Y-36464D01*
X-46001Y-36557D01*
Y-36561D01*
X-46009Y-36568D01*
X-46016Y-36579D01*
X-46027Y-36598D01*
X-46060Y-36638D01*
X-46105Y-36690D01*
X-46164Y-36753D01*
X-46234Y-36812D01*
X-46316Y-36871D01*
X-46412Y-36927D01*
X-46416D01*
X-46423Y-36934D01*
X-46442Y-36938D01*
X-46460Y-36949D01*
X-46486Y-36957D01*
X-46519Y-36968D01*
X-46556Y-36982D01*
X-46597Y-36994D01*
X-46641Y-37005D01*
X-46693Y-37019D01*
X-46745Y-37031D01*
X-46804Y-37038D01*
X-46930Y-37053D01*
X-47067Y-37060D01*
X-47071D01*
X-47085D01*
X-47104D01*
X-47130Y-37056D01*
X-47163D01*
X-47200Y-37053D01*
X-47241Y-37049D01*
X-47289Y-37042D01*
X-47389Y-37027D01*
X-47496Y-37001D01*
X-47607Y-36968D01*
X-47711Y-36923D01*
X-47714D01*
X-47722Y-36916D01*
X-47736Y-36908D01*
X-47755Y-36897D01*
X-47777Y-36882D01*
X-47803Y-36868D01*
X-47862Y-36823D01*
X-47929Y-36772D01*
X-47999Y-36709D01*
X-48062Y-36635D01*
X-48121Y-36549D01*
Y-36546D01*
X-48129Y-36538D01*
X-48136Y-36527D01*
X-48144Y-36509D01*
X-48155Y-36487D01*
X-48166Y-36461D01*
X-48180Y-36427D01*
X-48195Y-36394D01*
X-48221Y-36316D01*
X-48243Y-36228D01*
X-48258Y-36128D01*
X-48266Y-36024D01*
Y-35987D01*
X-48262Y-35943D01*
X-48258Y-35891D01*
X-48251Y-35832D01*
X-48240Y-35765D01*
X-48225Y-35699D01*
X-48206Y-35636D01*
Y-35632D01*
X-48203Y-35628D01*
X-48195Y-35606D01*
X-48180Y-35576D01*
X-48162Y-35536D01*
X-48136Y-35484D01*
X-48099Y-35432D01*
X-48058Y-35373D01*
X-48010Y-35314D01*
X-47740Y-35539D01*
X-47744Y-35543D01*
X-47748Y-35550D01*
X-47755Y-35562D01*
X-47766Y-35576D01*
X-47777Y-35599D01*
X-47792Y-35621D01*
X-47825Y-35680D01*
X-47855Y-35750D01*
X-47881Y-35832D01*
X-47899Y-35917D01*
X-47907Y-35965D01*
Y-36035D01*
X-47903Y-36054D01*
X-47899Y-36076D01*
X-47896Y-36098D01*
X-47881Y-36161D01*
X-47859Y-36228D01*
X-47822Y-36298D01*
X-47799Y-36335D01*
X-47774Y-36368D01*
X-47744Y-36402D01*
X-47707Y-36435D01*
X-47703D01*
X-47696Y-36442D01*
X-47685Y-36450D01*
X-47670Y-36461D01*
X-47648Y-36472D01*
X-47622Y-36487D01*
X-47589Y-36501D01*
X-47552Y-36516D01*
X-47511Y-36531D01*
X-47463Y-36546D01*
X-47411Y-36561D01*
X-47352Y-36572D01*
X-47289Y-36583D01*
X-47222Y-36590D01*
X-47148Y-36594D01*
X-47067Y-36598D01*
X-47063D01*
X-47048D01*
X-47026D01*
X-46997Y-36594D01*
X-46959D01*
X-46919Y-36590D01*
X-46874Y-36583D01*
X-46823Y-36575D01*
X-46719Y-36557D01*
X-46615Y-36527D01*
X-46516Y-36487D01*
X-46471Y-36464D01*
X-46430Y-36435D01*
X-46427Y-36431D01*
X-46423Y-36427D01*
X-46401Y-36405D01*
X-46367Y-36368D01*
X-46330Y-36320D01*
X-46294Y-36257D01*
X-46260Y-36183D01*
X-46238Y-36102D01*
X-46234Y-36054D01*
X-46231Y-36006D01*
Y-35980D01*
X-46234Y-35950D01*
X-46238Y-35913D01*
X-46242Y-35872D01*
X-46253Y-35828D01*
X-46264Y-35784D01*
X-46279Y-35739D01*
X-46282Y-35735D01*
X-46286Y-35721D01*
X-46301Y-35699D01*
X-46316Y-35665D01*
X-46338Y-35628D01*
X-46360Y-35587D01*
X-46393Y-35539D01*
X-46427Y-35491D01*
X-46157Y-35280D01*
X-46153Y-35284D01*
D02*
G37*
G36*
X-45905Y-39883D02*
X-46116Y-39902D01*
X-46112Y-39905D01*
X-46097Y-39909D01*
X-46075Y-39920D01*
X-46049Y-39939D01*
X-46020Y-39961D01*
X-45986Y-39990D01*
X-45957Y-40031D01*
X-45931Y-40076D01*
X-45927Y-40083D01*
X-45920Y-40098D01*
X-45909Y-40124D01*
X-45898Y-40161D01*
X-45886Y-40201D01*
X-45875Y-40249D01*
X-45868Y-40305D01*
X-45864Y-40361D01*
Y-40394D01*
X-45868Y-40416D01*
X-45872Y-40446D01*
X-45879Y-40479D01*
X-45898Y-40553D01*
X-45927Y-40638D01*
X-45946Y-40679D01*
X-45972Y-40723D01*
X-46001Y-40764D01*
X-46035Y-40804D01*
X-46071Y-40841D01*
X-46116Y-40875D01*
X-46120D01*
X-46127Y-40882D01*
X-46142Y-40890D01*
X-46160Y-40901D01*
X-46186Y-40916D01*
X-46220Y-40930D01*
X-46253Y-40945D01*
X-46297Y-40960D01*
X-46342Y-40975D01*
X-46393Y-40990D01*
X-46449Y-41004D01*
X-46512Y-41019D01*
X-46578Y-41030D01*
X-46645Y-41038D01*
X-46723Y-41041D01*
X-46800Y-41045D01*
X-46804D01*
X-46812D01*
X-46826D01*
X-46845D01*
X-46871Y-41041D01*
X-46897D01*
X-46963Y-41034D01*
X-47037Y-41023D01*
X-47119Y-41008D01*
X-47200Y-40990D01*
X-47281Y-40960D01*
X-47285D01*
X-47293Y-40956D01*
X-47304Y-40953D01*
X-47315Y-40945D01*
X-47355Y-40923D01*
X-47403Y-40897D01*
X-47455Y-40864D01*
X-47511Y-40819D01*
X-47566Y-40767D01*
X-47614Y-40712D01*
Y-40708D01*
X-47618Y-40705D01*
X-47633Y-40682D01*
X-47651Y-40649D01*
X-47677Y-40605D01*
X-47699Y-40545D01*
X-47718Y-40483D01*
X-47733Y-40409D01*
X-47736Y-40331D01*
Y-40305D01*
X-47733Y-40286D01*
Y-40261D01*
X-47725Y-40235D01*
X-47714Y-40176D01*
X-47692Y-40109D01*
X-47659Y-40042D01*
X-47637Y-40009D01*
X-47614Y-39979D01*
X-47585Y-39954D01*
X-47552Y-39928D01*
X-48428D01*
X-48380Y-39495D01*
X-45905D01*
Y-39883D01*
D02*
G37*
G36*
Y-41926D02*
X-47011D01*
X-47019D01*
X-47037D01*
X-47063D01*
X-47100Y-41929D01*
X-47174Y-41933D01*
X-47211Y-41937D01*
X-47244Y-41944D01*
X-47248D01*
X-47259Y-41948D01*
X-47270Y-41952D01*
X-47289Y-41955D01*
X-47326Y-41974D01*
X-47344Y-41989D01*
X-47359Y-42003D01*
Y-42007D01*
X-47363Y-42011D01*
X-47370Y-42022D01*
X-47378Y-42037D01*
X-47381Y-42055D01*
X-47389Y-42081D01*
X-47392Y-42107D01*
Y-42159D01*
X-47389Y-42181D01*
X-47385Y-42207D01*
X-47378Y-42236D01*
X-47363Y-42273D01*
X-47348Y-42310D01*
X-47326Y-42347D01*
X-47322Y-42351D01*
X-47315Y-42362D01*
X-47300Y-42381D01*
X-47281Y-42403D01*
X-47256Y-42429D01*
X-47230Y-42455D01*
X-47163Y-42510D01*
X-45905D01*
Y-42943D01*
X-47692D01*
Y-42562D01*
X-47470Y-42544D01*
X-47474Y-42540D01*
X-47489Y-42532D01*
X-47511Y-42514D01*
X-47540Y-42492D01*
X-47570Y-42462D01*
X-47600Y-42425D01*
X-47633Y-42381D01*
X-47662Y-42329D01*
X-47666Y-42322D01*
X-47674Y-42303D01*
X-47685Y-42273D01*
X-47699Y-42233D01*
X-47714Y-42185D01*
X-47725Y-42129D01*
X-47733Y-42070D01*
X-47736Y-42007D01*
Y-41981D01*
X-47733Y-41966D01*
Y-41944D01*
X-47729Y-41922D01*
X-47718Y-41866D01*
X-47703Y-41804D01*
X-47677Y-41741D01*
X-47640Y-41678D01*
X-47592Y-41626D01*
X-47585Y-41618D01*
X-47566Y-41604D01*
X-47533Y-41585D01*
X-47489Y-41559D01*
X-47433Y-41533D01*
X-47363Y-41515D01*
X-47281Y-41500D01*
X-47193Y-41493D01*
X-45905D01*
Y-41926D01*
D02*
G37*
G36*
X-46079Y-43376D02*
X-46075Y-43380D01*
X-46068Y-43391D01*
X-46060Y-43406D01*
X-46042Y-43443D01*
X-46020Y-43491D01*
X-45994Y-43550D01*
X-45964Y-43613D01*
X-45938Y-43679D01*
X-45916Y-43750D01*
Y-43753D01*
X-45912Y-43757D01*
Y-43768D01*
X-45909Y-43783D01*
X-45901Y-43820D01*
X-45890Y-43872D01*
X-45879Y-43931D01*
X-45872Y-44001D01*
X-45868Y-44079D01*
X-45864Y-44164D01*
Y-44183D01*
X-45868Y-44208D01*
Y-44238D01*
X-45875Y-44275D01*
X-45879Y-44319D01*
X-45890Y-44368D01*
X-45901Y-44419D01*
X-45920Y-44475D01*
X-45938Y-44534D01*
X-45964Y-44593D01*
X-45994Y-44653D01*
X-46031Y-44708D01*
X-46071Y-44763D01*
X-46116Y-44819D01*
X-46171Y-44867D01*
X-46175Y-44871D01*
X-46186Y-44878D01*
X-46205Y-44889D01*
X-46227Y-44904D01*
X-46260Y-44926D01*
X-46301Y-44945D01*
X-46345Y-44967D01*
X-46397Y-44989D01*
X-46460Y-45015D01*
X-46527Y-45037D01*
X-46597Y-45056D01*
X-46678Y-45074D01*
X-46767Y-45093D01*
X-46860Y-45104D01*
X-46959Y-45111D01*
X-47067Y-45115D01*
X-47071D01*
X-47085D01*
X-47104D01*
X-47130Y-45111D01*
X-47163D01*
X-47200Y-45108D01*
X-47244Y-45104D01*
X-47293Y-45096D01*
X-47392Y-45082D01*
X-47503Y-45059D01*
X-47614Y-45026D01*
X-47718Y-44982D01*
X-47722D01*
X-47729Y-44974D01*
X-47744Y-44967D01*
X-47762Y-44956D01*
X-47785Y-44941D01*
X-47811Y-44926D01*
X-47870Y-44886D01*
X-47936Y-44830D01*
X-48003Y-44767D01*
X-48070Y-44693D01*
X-48125Y-44612D01*
Y-44608D01*
X-48132Y-44601D01*
X-48140Y-44590D01*
X-48147Y-44571D01*
X-48158Y-44549D01*
X-48169Y-44523D01*
X-48180Y-44493D01*
X-48195Y-44460D01*
X-48221Y-44382D01*
X-48243Y-44297D01*
X-48258Y-44201D01*
X-48266Y-44098D01*
Y-44061D01*
X-48262Y-44016D01*
X-48258Y-43964D01*
X-48251Y-43905D01*
X-48236Y-43839D01*
X-48221Y-43776D01*
X-48199Y-43713D01*
Y-43709D01*
X-48195Y-43705D01*
X-48188Y-43683D01*
X-48169Y-43654D01*
X-48147Y-43613D01*
X-48114Y-43565D01*
X-48077Y-43509D01*
X-48029Y-43454D01*
X-47973Y-43395D01*
X-47722Y-43639D01*
X-47725Y-43642D01*
X-47736Y-43661D01*
X-47755Y-43683D01*
X-47777Y-43713D01*
X-47799Y-43746D01*
X-47822Y-43787D01*
X-47844Y-43824D01*
X-47862Y-43864D01*
X-47866Y-43868D01*
X-47870Y-43883D01*
X-47877Y-43901D01*
X-47885Y-43931D01*
X-47892Y-43961D01*
X-47899Y-44001D01*
X-47907Y-44042D01*
Y-44109D01*
X-47903Y-44127D01*
X-47899Y-44149D01*
X-47896Y-44172D01*
X-47881Y-44231D01*
X-47859Y-44294D01*
X-47822Y-44364D01*
X-47799Y-44397D01*
X-47774Y-44431D01*
X-47744Y-44464D01*
X-47707Y-44493D01*
X-47703D01*
X-47696Y-44501D01*
X-47685Y-44508D01*
X-47670Y-44519D01*
X-47648Y-44530D01*
X-47622Y-44545D01*
X-47589Y-44556D01*
X-47552Y-44571D01*
X-47511Y-44586D01*
X-47463Y-44601D01*
X-47411Y-44616D01*
X-47352Y-44627D01*
X-47289Y-44638D01*
X-47222Y-44645D01*
X-47148Y-44649D01*
X-47067Y-44653D01*
X-47063D01*
X-47048D01*
X-47022D01*
X-46993Y-44649D01*
X-46956D01*
X-46911Y-44645D01*
X-46863Y-44641D01*
X-46812Y-44638D01*
X-46704Y-44623D01*
X-46597Y-44601D01*
X-46545Y-44586D01*
X-46497Y-44567D01*
X-46453Y-44549D01*
X-46412Y-44527D01*
X-46408D01*
X-46404Y-44519D01*
X-46382Y-44504D01*
X-46349Y-44475D01*
X-46316Y-44431D01*
X-46279Y-44379D01*
X-46245Y-44312D01*
X-46223Y-44234D01*
X-46220Y-44190D01*
X-46216Y-44146D01*
Y-44112D01*
X-46220Y-44075D01*
X-46227Y-44027D01*
X-46234Y-43975D01*
X-46249Y-43920D01*
X-46271Y-43864D01*
X-46297Y-43809D01*
X-46871D01*
Y-44186D01*
X-47222Y-44231D01*
Y-43372D01*
X-46079D01*
Y-43376D01*
D02*
G37*
G36*
X22852Y15587D02*
X22897D01*
X23001Y15574D01*
X23131Y15554D01*
X23273Y15528D01*
X23435Y15496D01*
X23597Y15444D01*
X23422Y14822D01*
X23416D01*
X23409Y14829D01*
X23370Y14842D01*
X23312Y14854D01*
X23241Y14880D01*
X23163Y14900D01*
X23072Y14913D01*
X22988Y14926D01*
X22910Y14932D01*
X22885D01*
X22859Y14926D01*
X22826Y14919D01*
X22794Y14906D01*
X22755Y14887D01*
X22723Y14861D01*
X22690Y14829D01*
X22684Y14816D01*
X22671Y14796D01*
X22658Y14764D01*
X22645Y14725D01*
X22625Y14667D01*
X22606Y14589D01*
X22586Y14498D01*
X22535Y14278D01*
X23170D01*
X23034Y13636D01*
X22405D01*
X21854Y11025D01*
X20986D01*
X21530Y13636D01*
X21038D01*
X21158Y14205D01*
X20843Y13533D01*
X20837D01*
X20824Y13539D01*
X20798Y13546D01*
X20766Y13558D01*
X20681Y13571D01*
X20584Y13578D01*
X20545D01*
X20500Y13571D01*
X20442Y13558D01*
X20370Y13533D01*
X20292Y13507D01*
X20208Y13461D01*
X20118Y13403D01*
X20105Y13397D01*
X20079Y13371D01*
X20040Y13332D01*
X19988Y13286D01*
X19930Y13221D01*
X19865Y13144D01*
X19806Y13053D01*
X19755Y12949D01*
X19748Y12936D01*
X19742Y12917D01*
X19735Y12898D01*
X19722Y12865D01*
X19709Y12826D01*
X19690Y12781D01*
X19677Y12729D01*
X19658Y12671D01*
X19632Y12606D01*
X19612Y12528D01*
X19593Y12444D01*
X19567Y12360D01*
X19541Y12263D01*
X19521Y12152D01*
X19496Y12042D01*
X19282Y11025D01*
X18413D01*
X19094Y14278D01*
X19910D01*
X19781Y13649D01*
X19787Y13656D01*
X19800Y13682D01*
X19826Y13714D01*
X19858Y13759D01*
X19904Y13811D01*
X19956Y13870D01*
X20014Y13934D01*
X20079Y13999D01*
X20228Y14129D01*
X20305Y14187D01*
X20396Y14239D01*
X20480Y14284D01*
X20578Y14317D01*
X20675Y14343D01*
X20772Y14349D01*
X20804D01*
X20843Y14343D01*
X20895Y14336D01*
X20954Y14323D01*
X21025Y14310D01*
X21102Y14284D01*
X21169Y14256D01*
X21174Y14278D01*
X21666D01*
X21731Y14608D01*
Y14615D01*
X21738Y14628D01*
Y14647D01*
X21744Y14673D01*
X21764Y14744D01*
X21783Y14829D01*
X21809Y14926D01*
X21835Y15017D01*
X21867Y15101D01*
X21893Y15166D01*
X21900Y15172D01*
X21913Y15198D01*
X21938Y15230D01*
X21971Y15276D01*
X22016Y15328D01*
X22068Y15379D01*
X22133Y15431D01*
X22204Y15477D01*
X22217Y15483D01*
X22243Y15496D01*
X22288Y15516D01*
X22347Y15535D01*
X22424Y15554D01*
X22522Y15574D01*
X22625Y15587D01*
X22742Y15593D01*
X22813D01*
X22852Y15587D01*
D02*
G37*
G36*
X1300Y14718D02*
X425D01*
X593Y15509D01*
X1462D01*
X1300Y14718D01*
D02*
G37*
G36*
X40977Y14343D02*
X41054Y14336D01*
X41145Y14323D01*
X41249Y14291D01*
X41352Y14252D01*
X41456Y14194D01*
X41553Y14116D01*
X41566Y14103D01*
X41592Y14077D01*
X41625Y14025D01*
X41670Y13954D01*
X41715Y13863D01*
X41748Y13759D01*
X41774Y13643D01*
X41787Y13507D01*
Y13500D01*
Y13474D01*
X41780Y13429D01*
X41767Y13358D01*
X41754Y13273D01*
X41735Y13157D01*
X41722Y13092D01*
X41709Y13021D01*
X41690Y12943D01*
X41670Y12859D01*
X41275Y11025D01*
X40406D01*
X40802Y12865D01*
Y12872D01*
X40808Y12885D01*
Y12904D01*
X40815Y12930D01*
X40828Y13001D01*
X40847Y13079D01*
X40860Y13163D01*
X40873Y13248D01*
X40886Y13312D01*
X40892Y13338D01*
Y13358D01*
Y13364D01*
Y13384D01*
X40886Y13416D01*
X40879Y13455D01*
X40867Y13494D01*
X40847Y13539D01*
X40821Y13584D01*
X40789Y13623D01*
X40782Y13630D01*
X40769Y13636D01*
X40750Y13656D01*
X40718Y13675D01*
X40679Y13688D01*
X40633Y13708D01*
X40575Y13714D01*
X40510Y13721D01*
X40478D01*
X40439Y13714D01*
X40380Y13701D01*
X40316Y13682D01*
X40244Y13649D01*
X40167Y13610D01*
X40076Y13558D01*
X40063Y13552D01*
X40037Y13526D01*
X39992Y13494D01*
X39940Y13442D01*
X39882Y13384D01*
X39817Y13312D01*
X39758Y13228D01*
X39700Y13131D01*
X39694Y13124D01*
X39681Y13092D01*
X39661Y13040D01*
X39648Y13001D01*
X39635Y12962D01*
X39622Y12911D01*
X39603Y12859D01*
X39584Y12794D01*
X39564Y12723D01*
X39545Y12645D01*
X39519Y12554D01*
X39499Y12457D01*
X39473Y12353D01*
X39195Y11025D01*
X38326D01*
X39007Y14278D01*
X39836D01*
X39752Y13850D01*
X39758D01*
X39765Y13863D01*
X39804Y13895D01*
X39869Y13941D01*
X39946Y13999D01*
X40037Y14058D01*
X40134Y14122D01*
X40238Y14181D01*
X40342Y14232D01*
X40355Y14239D01*
X40387Y14252D01*
X40445Y14271D01*
X40517Y14291D01*
X40601Y14310D01*
X40698Y14330D01*
X40802Y14343D01*
X40912Y14349D01*
X40951D01*
X40977Y14343D01*
D02*
G37*
G36*
X-1279Y11025D02*
X-2193D01*
X-1778Y13027D01*
X-3522D01*
X-3943Y11025D01*
X-4856D01*
X-3917Y15509D01*
X-2997D01*
X-3359Y13779D01*
X-1616D01*
X-1254Y15509D01*
X-333D01*
X-1279Y11025D01*
D02*
G37*
G36*
X33777Y14336D02*
X33862Y14323D01*
X33959Y14297D01*
X34062Y14258D01*
X34160Y14207D01*
X34244Y14135D01*
X34250Y14129D01*
X34276Y14096D01*
X34315Y14051D01*
X34354Y13986D01*
X34393Y13908D01*
X34432Y13818D01*
X34458Y13708D01*
X34464Y13584D01*
Y13578D01*
Y13552D01*
X34458Y13507D01*
X34451Y13448D01*
X34445Y13371D01*
X34425Y13267D01*
X34406Y13144D01*
X34374Y13001D01*
X33946Y11025D01*
X33078D01*
X33499Y13001D01*
Y13008D01*
X33505Y13021D01*
Y13034D01*
X33512Y13060D01*
X33525Y13124D01*
X33538Y13196D01*
X33551Y13267D01*
X33564Y13338D01*
X33577Y13390D01*
Y13409D01*
Y13422D01*
Y13429D01*
Y13448D01*
X33570Y13468D01*
X33564Y13500D01*
X33544Y13571D01*
X33518Y13604D01*
X33492Y13636D01*
X33486Y13643D01*
X33479Y13649D01*
X33460Y13662D01*
X33434Y13682D01*
X33402Y13695D01*
X33356Y13708D01*
X33311Y13714D01*
X33253Y13721D01*
X33220D01*
X33194Y13714D01*
X33129Y13701D01*
X33052Y13675D01*
X32961Y13636D01*
X32857Y13571D01*
X32805Y13533D01*
X32754Y13487D01*
X32708Y13435D01*
X32656Y13371D01*
X32650Y13358D01*
X32637Y13345D01*
X32624Y13325D01*
X32611Y13293D01*
X32592Y13260D01*
X32566Y13215D01*
X32546Y13170D01*
X32520Y13111D01*
X32494Y13047D01*
X32468Y12975D01*
X32443Y12898D01*
X32410Y12813D01*
X32384Y12716D01*
X32358Y12612D01*
X32332Y12496D01*
X32021Y11025D01*
X31153D01*
X31561Y12982D01*
Y12988D01*
X31568Y12995D01*
X31574Y13040D01*
X31587Y13098D01*
X31600Y13163D01*
X31613Y13241D01*
X31620Y13312D01*
X31633Y13377D01*
Y13422D01*
Y13429D01*
Y13442D01*
X31626Y13468D01*
X31620Y13500D01*
X31594Y13565D01*
X31574Y13604D01*
X31542Y13636D01*
X31535Y13643D01*
X31529Y13649D01*
X31509Y13662D01*
X31484Y13682D01*
X31445Y13695D01*
X31406Y13708D01*
X31360Y13714D01*
X31302Y13721D01*
X31276D01*
X31250Y13714D01*
X31211Y13708D01*
X31166Y13701D01*
X31114Y13682D01*
X31062Y13662D01*
X31004Y13630D01*
X30997Y13623D01*
X30978Y13617D01*
X30946Y13597D01*
X30913Y13571D01*
X30868Y13539D01*
X30823Y13494D01*
X30777Y13448D01*
X30732Y13397D01*
X30725Y13390D01*
X30712Y13371D01*
X30693Y13338D01*
X30667Y13293D01*
X30635Y13241D01*
X30602Y13170D01*
X30570Y13098D01*
X30537Y13014D01*
Y13008D01*
X30531Y12988D01*
X30518Y12956D01*
X30505Y12911D01*
X30492Y12846D01*
X30466Y12755D01*
X30440Y12651D01*
X30427Y12586D01*
X30408Y12515D01*
X30097Y11025D01*
X29228D01*
X29909Y14278D01*
X30732D01*
X30654Y13882D01*
X30661Y13889D01*
X30674Y13902D01*
X30699Y13928D01*
X30738Y13954D01*
X30784Y13993D01*
X30836Y14032D01*
X30894Y14070D01*
X30965Y14116D01*
X31121Y14200D01*
X31289Y14278D01*
X31386Y14304D01*
X31477Y14330D01*
X31581Y14343D01*
X31678Y14349D01*
X31736D01*
X31808Y14343D01*
X31885Y14330D01*
X31976Y14310D01*
X32073Y14284D01*
X32164Y14245D01*
X32242Y14194D01*
X32248Y14187D01*
X32274Y14168D01*
X32306Y14129D01*
X32352Y14083D01*
X32391Y14025D01*
X32436Y13947D01*
X32475Y13870D01*
X32501Y13772D01*
X32507Y13785D01*
X32533Y13811D01*
X32572Y13857D01*
X32624Y13915D01*
X32695Y13980D01*
X32773Y14044D01*
X32870Y14116D01*
X32980Y14181D01*
X32987D01*
X32993Y14187D01*
X33013Y14194D01*
X33039Y14207D01*
X33097Y14232D01*
X33181Y14265D01*
X33278Y14297D01*
X33395Y14323D01*
X33512Y14343D01*
X33641Y14349D01*
X33706D01*
X33777Y14336D01*
D02*
G37*
G36*
X29196Y14343D02*
X29248Y14336D01*
X29306Y14323D01*
X29377Y14310D01*
X29455Y14284D01*
X29533Y14252D01*
X29196Y13533D01*
X29190D01*
X29177Y13539D01*
X29151Y13546D01*
X29118Y13558D01*
X29034Y13571D01*
X28937Y13578D01*
X28898D01*
X28853Y13571D01*
X28794Y13558D01*
X28723Y13533D01*
X28645Y13507D01*
X28561Y13461D01*
X28470Y13403D01*
X28457Y13397D01*
X28431Y13371D01*
X28392Y13332D01*
X28341Y13286D01*
X28282Y13222D01*
X28218Y13144D01*
X28159Y13053D01*
X28107Y12949D01*
X28101Y12936D01*
X28094Y12917D01*
X28088Y12898D01*
X28075Y12865D01*
X28062Y12826D01*
X28043Y12781D01*
X28030Y12729D01*
X28010Y12671D01*
X27984Y12606D01*
X27965Y12528D01*
X27945Y12444D01*
X27920Y12360D01*
X27894Y12263D01*
X27874Y12152D01*
X27848Y12042D01*
X27634Y11025D01*
X26766D01*
X27446Y14278D01*
X28263D01*
X28133Y13649D01*
X28140Y13656D01*
X28153Y13682D01*
X28179Y13714D01*
X28211Y13759D01*
X28256Y13811D01*
X28308Y13870D01*
X28367Y13934D01*
X28431Y13999D01*
X28580Y14129D01*
X28658Y14187D01*
X28749Y14239D01*
X28833Y14284D01*
X28930Y14317D01*
X29028Y14343D01*
X29125Y14349D01*
X29157D01*
X29196Y14343D01*
D02*
G37*
G36*
X44217D02*
X44262D01*
X44320Y14336D01*
X44450Y14310D01*
X44599Y14278D01*
X44748Y14220D01*
X44904Y14148D01*
X44975Y14096D01*
X45040Y14044D01*
X45046Y14038D01*
X45053Y14032D01*
X45072Y14012D01*
X45092Y13993D01*
X45150Y13921D01*
X45215Y13831D01*
X45286Y13714D01*
X45351Y13578D01*
X45396Y13422D01*
X45415Y13338D01*
X45428Y13248D01*
X44592Y13163D01*
Y13176D01*
X44586Y13209D01*
X44573Y13254D01*
X44560Y13319D01*
X44534Y13384D01*
X44508Y13448D01*
X44469Y13513D01*
X44424Y13565D01*
X44418Y13571D01*
X44398Y13584D01*
X44372Y13610D01*
X44327Y13636D01*
X44275Y13656D01*
X44217Y13682D01*
X44145Y13695D01*
X44068Y13701D01*
X44022D01*
X43977Y13688D01*
X43912Y13675D01*
X43841Y13656D01*
X43763Y13617D01*
X43679Y13571D01*
X43595Y13507D01*
X43588Y13500D01*
X43556Y13474D01*
X43517Y13429D01*
X43472Y13364D01*
X43413Y13286D01*
X43361Y13189D01*
X43303Y13072D01*
X43258Y12936D01*
Y12930D01*
X43251Y12917D01*
X43245Y12898D01*
X43238Y12872D01*
X43219Y12800D01*
X43199Y12710D01*
X43180Y12599D01*
X43160Y12476D01*
X43148Y12353D01*
X43141Y12224D01*
Y12211D01*
Y12178D01*
X43148Y12126D01*
X43160Y12062D01*
X43173Y11990D01*
X43199Y11919D01*
X43232Y11848D01*
X43277Y11783D01*
X43284Y11777D01*
X43303Y11757D01*
X43335Y11731D01*
X43374Y11705D01*
X43426Y11679D01*
X43491Y11653D01*
X43556Y11634D01*
X43633Y11627D01*
X43672D01*
X43711Y11634D01*
X43763Y11647D01*
X43821Y11666D01*
X43893Y11692D01*
X43964Y11725D01*
X44035Y11777D01*
X44042Y11783D01*
X44068Y11809D01*
X44107Y11841D01*
X44152Y11893D01*
X44197Y11958D01*
X44249Y12036D01*
X44301Y12126D01*
X44346Y12237D01*
X45202Y12094D01*
Y12088D01*
X45189Y12068D01*
X45182Y12042D01*
X45163Y12003D01*
X45137Y11952D01*
X45111Y11900D01*
X45046Y11777D01*
X44955Y11634D01*
X44845Y11491D01*
X44722Y11355D01*
X44573Y11232D01*
X44567D01*
X44554Y11219D01*
X44534Y11206D01*
X44502Y11187D01*
X44463Y11167D01*
X44411Y11141D01*
X44359Y11116D01*
X44301Y11090D01*
X44158Y11031D01*
X43996Y10986D01*
X43815Y10954D01*
X43718Y10947D01*
X43614Y10941D01*
X43556D01*
X43510Y10947D01*
X43459Y10954D01*
X43400Y10960D01*
X43329Y10973D01*
X43258Y10986D01*
X43102Y11031D01*
X43018Y11064D01*
X42934Y11096D01*
X42856Y11141D01*
X42778Y11187D01*
X42700Y11245D01*
X42629Y11310D01*
X42623Y11316D01*
X42616Y11329D01*
X42597Y11349D01*
X42571Y11381D01*
X42545Y11414D01*
X42512Y11459D01*
X42480Y11517D01*
X42448Y11576D01*
X42415Y11647D01*
X42383Y11718D01*
X42350Y11802D01*
X42325Y11893D01*
X42299Y11990D01*
X42279Y12100D01*
X42273Y12211D01*
X42266Y12327D01*
Y12334D01*
Y12353D01*
Y12379D01*
X42273Y12418D01*
Y12463D01*
X42279Y12522D01*
X42286Y12580D01*
X42292Y12651D01*
X42318Y12807D01*
X42357Y12975D01*
X42415Y13150D01*
X42487Y13332D01*
Y13338D01*
X42500Y13351D01*
X42512Y13377D01*
X42525Y13409D01*
X42551Y13448D01*
X42577Y13494D01*
X42655Y13604D01*
X42746Y13721D01*
X42856Y13844D01*
X42992Y13967D01*
X43148Y14077D01*
X43154Y14083D01*
X43167Y14090D01*
X43193Y14103D01*
X43225Y14122D01*
X43271Y14142D01*
X43316Y14161D01*
X43374Y14187D01*
X43439Y14213D01*
X43582Y14265D01*
X43744Y14304D01*
X43925Y14336D01*
X44120Y14349D01*
X44178D01*
X44217Y14343D01*
D02*
G37*
G36*
X36784D02*
X36836D01*
X36894Y14336D01*
X37030Y14317D01*
X37186Y14291D01*
X37335Y14245D01*
X37484Y14181D01*
X37549Y14142D01*
X37607Y14096D01*
X37614D01*
X37620Y14083D01*
X37652Y14051D01*
X37704Y13999D01*
X37763Y13921D01*
X37814Y13831D01*
X37866Y13727D01*
X37899Y13610D01*
X37912Y13546D01*
Y13474D01*
Y13468D01*
Y13448D01*
Y13422D01*
X37905Y13384D01*
Y13338D01*
X37899Y13286D01*
X37879Y13163D01*
Y13157D01*
X37873Y13124D01*
X37866Y13105D01*
Y13072D01*
X37853Y13040D01*
X37847Y12995D01*
X37834Y12943D01*
X37821Y12878D01*
X37808Y12807D01*
X37795Y12729D01*
X37776Y12638D01*
X37750Y12535D01*
X37724Y12418D01*
X37698Y12295D01*
Y12288D01*
X37691Y12269D01*
X37685Y12243D01*
X37678Y12204D01*
X37672Y12152D01*
X37659Y12100D01*
X37639Y11977D01*
X37614Y11841D01*
X37594Y11712D01*
X37581Y11589D01*
X37575Y11530D01*
Y11485D01*
Y11478D01*
Y11446D01*
X37581Y11407D01*
Y11349D01*
X37594Y11284D01*
X37607Y11206D01*
X37620Y11116D01*
X37646Y11025D01*
X36797D01*
Y11031D01*
X36791Y11057D01*
X36778Y11090D01*
X36765Y11135D01*
X36758Y11193D01*
X36745Y11252D01*
X36732Y11388D01*
X36726Y11381D01*
X36700Y11355D01*
X36654Y11316D01*
X36603Y11265D01*
X36538Y11213D01*
X36460Y11161D01*
X36376Y11103D01*
X36285Y11057D01*
X36272Y11051D01*
X36240Y11038D01*
X36194Y11018D01*
X36130Y10999D01*
X36052Y10979D01*
X35968Y10960D01*
X35877Y10947D01*
X35780Y10941D01*
X35741D01*
X35715Y10947D01*
X35637Y10954D01*
X35546Y10973D01*
X35443Y11005D01*
X35326Y11051D01*
X35216Y11116D01*
X35112Y11200D01*
X35099Y11213D01*
X35073Y11245D01*
X35028Y11304D01*
X34983Y11388D01*
X34937Y11485D01*
X34892Y11602D01*
X34866Y11738D01*
X34853Y11887D01*
Y11893D01*
Y11906D01*
Y11932D01*
X34860Y11964D01*
Y12003D01*
X34866Y12049D01*
X34892Y12152D01*
X34924Y12275D01*
X34976Y12399D01*
X35048Y12522D01*
X35086Y12580D01*
X35138Y12632D01*
X35145Y12638D01*
X35151Y12645D01*
X35171Y12658D01*
X35197Y12677D01*
X35229Y12697D01*
X35268Y12723D01*
X35320Y12749D01*
X35378Y12781D01*
X35443Y12807D01*
X35520Y12839D01*
X35605Y12865D01*
X35702Y12891D01*
X35806Y12917D01*
X35916Y12936D01*
X36039Y12956D01*
X36175Y12969D01*
X36201D01*
X36233Y12975D01*
X36279D01*
X36324Y12982D01*
X36382Y12988D01*
X36512Y13008D01*
X36654Y13021D01*
X36791Y13047D01*
X36855Y13060D01*
X36914Y13072D01*
X36966Y13085D01*
X37011Y13098D01*
Y13105D01*
X37017Y13131D01*
X37030Y13163D01*
X37043Y13202D01*
X37063Y13299D01*
X37069Y13345D01*
Y13390D01*
Y13397D01*
Y13416D01*
X37063Y13435D01*
X37056Y13468D01*
X37043Y13507D01*
X37017Y13546D01*
X36992Y13584D01*
X36953Y13623D01*
X36946Y13630D01*
X36933Y13636D01*
X36907Y13656D01*
X36868Y13675D01*
X36816Y13688D01*
X36765Y13708D01*
X36693Y13714D01*
X36616Y13721D01*
X36577D01*
X36531Y13714D01*
X36480Y13708D01*
X36421Y13695D01*
X36356Y13682D01*
X36298Y13656D01*
X36240Y13623D01*
X36233Y13617D01*
X36220Y13604D01*
X36194Y13584D01*
X36169Y13552D01*
X36136Y13513D01*
X36104Y13468D01*
X36078Y13416D01*
X36058Y13358D01*
X35203Y13429D01*
Y13435D01*
X35210Y13448D01*
X35216Y13468D01*
X35229Y13500D01*
X35268Y13578D01*
X35320Y13675D01*
X35391Y13779D01*
X35475Y13895D01*
X35585Y14006D01*
X35708Y14103D01*
X35715D01*
X35728Y14116D01*
X35747Y14129D01*
X35773Y14142D01*
X35812Y14161D01*
X35857Y14181D01*
X35909Y14200D01*
X35968Y14226D01*
X36032Y14252D01*
X36110Y14271D01*
X36188Y14291D01*
X36272Y14310D01*
X36467Y14336D01*
X36680Y14349D01*
X36739D01*
X36784Y14343D01*
D02*
G37*
G36*
X13683Y15503D02*
X13728D01*
X13838Y15496D01*
X13962Y15483D01*
X14085Y15457D01*
X14214Y15431D01*
X14324Y15392D01*
X14331D01*
X14337Y15386D01*
X14370Y15373D01*
X14422Y15340D01*
X14486Y15302D01*
X14558Y15250D01*
X14636Y15185D01*
X14713Y15101D01*
X14778Y15010D01*
X14785Y14997D01*
X14804Y14965D01*
X14830Y14906D01*
X14862Y14835D01*
X14895Y14738D01*
X14921Y14634D01*
X14940Y14511D01*
X14946Y14381D01*
Y14375D01*
Y14368D01*
Y14349D01*
Y14323D01*
X14940Y14258D01*
X14927Y14168D01*
X14914Y14070D01*
X14888Y13954D01*
X14856Y13837D01*
X14810Y13714D01*
Y13708D01*
X14804Y13701D01*
X14785Y13662D01*
X14759Y13604D01*
X14720Y13533D01*
X14674Y13448D01*
X14623Y13364D01*
X14558Y13280D01*
X14486Y13202D01*
X14480Y13196D01*
X14454Y13170D01*
X14415Y13137D01*
X14363Y13098D01*
X14305Y13047D01*
X14234Y13001D01*
X14162Y12956D01*
X14078Y12911D01*
X14065Y12904D01*
X14039Y12898D01*
X13987Y12878D01*
X13923Y12859D01*
X13838Y12833D01*
X13735Y12807D01*
X13618Y12781D01*
X13482Y12762D01*
X13469D01*
X13437Y12755D01*
X13378D01*
X13340Y12749D01*
X13242D01*
X13184Y12742D01*
X13048D01*
X12964Y12736D01*
X12076D01*
X11713Y11025D01*
X10799D01*
X11739Y15509D01*
X13638D01*
X13683Y15503D01*
D02*
G37*
G36*
X6717Y13908D02*
X6723D01*
X6730Y13921D01*
X6769Y13947D01*
X6827Y13986D01*
X6898Y14038D01*
X6983Y14096D01*
X7080Y14148D01*
X7177Y14200D01*
X7274Y14245D01*
X7287Y14252D01*
X7320Y14265D01*
X7371Y14278D01*
X7443Y14297D01*
X7527Y14317D01*
X7618Y14336D01*
X7721Y14343D01*
X7831Y14349D01*
X7870D01*
X7896Y14343D01*
X7968Y14336D01*
X8058Y14323D01*
X8162Y14291D01*
X8266Y14252D01*
X8369Y14194D01*
X8460Y14116D01*
X8473Y14103D01*
X8499Y14077D01*
X8531Y14025D01*
X8577Y13960D01*
X8622Y13870D01*
X8654Y13772D01*
X8680Y13656D01*
X8693Y13526D01*
Y13520D01*
Y13487D01*
X8687Y13442D01*
X8680Y13377D01*
X8667Y13293D01*
X8648Y13189D01*
X8629Y13059D01*
X8596Y12917D01*
X8188Y11025D01*
X7320D01*
X7734Y12956D01*
Y12962D01*
Y12969D01*
X7747Y13008D01*
X7754Y13059D01*
X7767Y13124D01*
X7780Y13189D01*
X7793Y13254D01*
X7799Y13312D01*
X7806Y13358D01*
Y13364D01*
Y13384D01*
X7799Y13416D01*
X7793Y13448D01*
X7780Y13494D01*
X7760Y13533D01*
X7734Y13578D01*
X7702Y13617D01*
X7695Y13623D01*
X7682Y13636D01*
X7663Y13649D01*
X7631Y13669D01*
X7592Y13688D01*
X7540Y13708D01*
X7488Y13714D01*
X7423Y13721D01*
X7384D01*
X7339Y13714D01*
X7287Y13701D01*
X7216Y13682D01*
X7145Y13656D01*
X7067Y13617D01*
X6989Y13565D01*
X6976Y13558D01*
X6944Y13526D01*
X6898Y13487D01*
X6840Y13429D01*
X6775Y13358D01*
X6704Y13273D01*
X6639Y13176D01*
X6581Y13072D01*
X6574Y13066D01*
X6568Y13040D01*
X6548Y12988D01*
X6542Y12956D01*
X6529Y12917D01*
X6516Y12872D01*
X6497Y12813D01*
X6484Y12755D01*
X6464Y12684D01*
X6445Y12599D01*
X6425Y12515D01*
X6406Y12418D01*
X6380Y12308D01*
X6108Y11025D01*
X5240D01*
X6179Y15509D01*
X7047D01*
X6717Y13908D01*
D02*
G37*
G36*
X522Y11025D02*
X-346D01*
X334Y14278D01*
X1209D01*
X522Y11025D01*
D02*
G37*
G36*
X47645Y14343D02*
X47696Y14336D01*
X47755Y14330D01*
X47820Y14317D01*
X47891Y14304D01*
X48046Y14258D01*
X48124Y14232D01*
X48202Y14194D01*
X48280Y14148D01*
X48357Y14103D01*
X48429Y14044D01*
X48500Y13980D01*
X48506Y13973D01*
X48513Y13960D01*
X48532Y13941D01*
X48558Y13915D01*
X48584Y13876D01*
X48610Y13831D01*
X48643Y13772D01*
X48681Y13714D01*
X48714Y13643D01*
X48746Y13565D01*
X48772Y13481D01*
X48798Y13384D01*
X48824Y13286D01*
X48843Y13176D01*
X48850Y13066D01*
X48856Y12943D01*
Y12936D01*
Y12930D01*
Y12891D01*
Y12826D01*
X48850Y12755D01*
X48843Y12664D01*
X48830Y12567D01*
X48792Y12373D01*
X46588D01*
Y12366D01*
Y12340D01*
X46582Y12314D01*
Y12288D01*
Y12282D01*
Y12275D01*
Y12237D01*
X46595Y12178D01*
X46608Y12100D01*
X46627Y12016D01*
X46660Y11932D01*
X46705Y11841D01*
X46763Y11764D01*
X46770Y11757D01*
X46796Y11731D01*
X46835Y11705D01*
X46893Y11666D01*
X46958Y11634D01*
X47036Y11602D01*
X47126Y11576D01*
X47223Y11569D01*
X47269D01*
X47295Y11576D01*
X47334Y11582D01*
X47379Y11595D01*
X47476Y11627D01*
X47528Y11647D01*
X47586Y11679D01*
X47645Y11718D01*
X47696Y11764D01*
X47755Y11815D01*
X47813Y11874D01*
X47865Y11945D01*
X47910Y12023D01*
X48694Y11893D01*
Y11887D01*
X48681Y11874D01*
X48668Y11848D01*
X48649Y11815D01*
X48630Y11777D01*
X48597Y11731D01*
X48532Y11621D01*
X48442Y11504D01*
X48331Y11388D01*
X48208Y11271D01*
X48072Y11174D01*
X48066D01*
X48053Y11161D01*
X48033Y11154D01*
X48008Y11135D01*
X47969Y11122D01*
X47930Y11103D01*
X47820Y11057D01*
X47696Y11012D01*
X47547Y10979D01*
X47392Y10954D01*
X47217Y10941D01*
X47152D01*
X47107Y10947D01*
X47048Y10954D01*
X46984Y10960D01*
X46912Y10973D01*
X46835Y10992D01*
X46666Y11044D01*
X46575Y11077D01*
X46485Y11116D01*
X46400Y11161D01*
X46310Y11219D01*
X46226Y11284D01*
X46148Y11355D01*
X46141Y11362D01*
X46128Y11375D01*
X46109Y11401D01*
X46083Y11433D01*
X46051Y11472D01*
X46018Y11524D01*
X45979Y11582D01*
X45947Y11647D01*
X45908Y11725D01*
X45869Y11802D01*
X45837Y11893D01*
X45804Y11990D01*
X45778Y12094D01*
X45759Y12211D01*
X45746Y12327D01*
X45739Y12450D01*
Y12457D01*
Y12483D01*
Y12515D01*
X45746Y12561D01*
X45752Y12619D01*
X45759Y12690D01*
X45772Y12768D01*
X45785Y12852D01*
X45830Y13034D01*
X45863Y13131D01*
X45895Y13235D01*
X45940Y13338D01*
X45986Y13442D01*
X46044Y13546D01*
X46109Y13643D01*
X46115Y13649D01*
X46135Y13675D01*
X46161Y13708D01*
X46200Y13753D01*
X46258Y13805D01*
X46316Y13870D01*
X46394Y13928D01*
X46478Y13999D01*
X46575Y14064D01*
X46686Y14129D01*
X46802Y14187D01*
X46932Y14239D01*
X47068Y14284D01*
X47217Y14317D01*
X47379Y14343D01*
X47547Y14349D01*
X47606D01*
X47645Y14343D01*
D02*
G37*
G36*
X25081D02*
X25146Y14336D01*
X25211Y14330D01*
X25289Y14317D01*
X25373Y14297D01*
X25554Y14252D01*
X25645Y14220D01*
X25742Y14181D01*
X25833Y14135D01*
X25924Y14077D01*
X26008Y14019D01*
X26086Y13947D01*
X26092Y13941D01*
X26105Y13928D01*
X26125Y13908D01*
X26150Y13876D01*
X26183Y13837D01*
X26215Y13785D01*
X26254Y13734D01*
X26293Y13669D01*
X26325Y13591D01*
X26364Y13513D01*
X26397Y13422D01*
X26429Y13332D01*
X26455Y13228D01*
X26474Y13118D01*
X26487Y13001D01*
X26494Y12878D01*
Y12872D01*
Y12846D01*
Y12800D01*
X26487Y12749D01*
X26481Y12677D01*
X26468Y12599D01*
X26449Y12509D01*
X26429Y12412D01*
X26403Y12308D01*
X26371Y12198D01*
X26332Y12081D01*
X26280Y11971D01*
X26222Y11854D01*
X26157Y11738D01*
X26079Y11621D01*
X25988Y11511D01*
X25982Y11504D01*
X25962Y11485D01*
X25937Y11459D01*
X25898Y11420D01*
X25846Y11381D01*
X25781Y11329D01*
X25710Y11278D01*
X25632Y11226D01*
X25535Y11174D01*
X25438Y11122D01*
X25328Y11070D01*
X25204Y11031D01*
X25075Y10992D01*
X24939Y10966D01*
X24790Y10947D01*
X24634Y10941D01*
X24556D01*
X24518Y10947D01*
X24472Y10954D01*
X24362Y10966D01*
X24232Y10986D01*
X24096Y11018D01*
X23954Y11064D01*
X23818Y11122D01*
X23811D01*
X23805Y11129D01*
X23785Y11141D01*
X23759Y11154D01*
X23695Y11200D01*
X23617Y11258D01*
X23532Y11329D01*
X23442Y11420D01*
X23358Y11524D01*
X23286Y11640D01*
Y11647D01*
X23280Y11653D01*
X23273Y11673D01*
X23260Y11699D01*
X23234Y11770D01*
X23202Y11861D01*
X23170Y11964D01*
X23144Y12088D01*
X23124Y12224D01*
X23118Y12366D01*
Y12379D01*
Y12405D01*
X23124Y12450D01*
Y12515D01*
X23131Y12593D01*
X23144Y12677D01*
X23163Y12781D01*
X23183Y12885D01*
X23209Y12995D01*
X23241Y13111D01*
X23280Y13235D01*
X23332Y13351D01*
X23390Y13474D01*
X23455Y13591D01*
X23532Y13701D01*
X23623Y13805D01*
X23630Y13811D01*
X23649Y13831D01*
X23675Y13857D01*
X23714Y13889D01*
X23766Y13934D01*
X23831Y13980D01*
X23902Y14025D01*
X23986Y14077D01*
X24077Y14129D01*
X24174Y14174D01*
X24284Y14226D01*
X24407Y14265D01*
X24530Y14297D01*
X24667Y14323D01*
X24816Y14343D01*
X24965Y14349D01*
X25036D01*
X25081Y14343D01*
D02*
G37*
G36*
X16994Y14343D02*
X17046Y14336D01*
X17104Y14330D01*
X17169Y14317D01*
X17240Y14304D01*
X17396Y14258D01*
X17474Y14232D01*
X17551Y14194D01*
X17629Y14148D01*
X17707Y14103D01*
X17778Y14044D01*
X17850Y13980D01*
X17856Y13973D01*
X17863Y13960D01*
X17882Y13941D01*
X17908Y13915D01*
X17934Y13876D01*
X17960Y13831D01*
X17992Y13772D01*
X18031Y13714D01*
X18063Y13643D01*
X18096Y13565D01*
X18122Y13481D01*
X18148Y13384D01*
X18174Y13286D01*
X18193Y13176D01*
X18200Y13066D01*
X18206Y12943D01*
Y12936D01*
Y12930D01*
Y12891D01*
Y12826D01*
X18200Y12755D01*
X18193Y12664D01*
X18180Y12567D01*
X18141Y12373D01*
X15938D01*
Y12366D01*
Y12340D01*
X15932Y12314D01*
Y12288D01*
Y12282D01*
Y12275D01*
Y12237D01*
X15944Y12178D01*
X15957Y12100D01*
X15977Y12016D01*
X16009Y11932D01*
X16055Y11841D01*
X16113Y11763D01*
X16119Y11757D01*
X16145Y11731D01*
X16184Y11705D01*
X16242Y11666D01*
X16307Y11634D01*
X16385Y11602D01*
X16476Y11576D01*
X16573Y11569D01*
X16618D01*
X16644Y11576D01*
X16683Y11582D01*
X16728Y11595D01*
X16826Y11627D01*
X16878Y11647D01*
X16936Y11679D01*
X16994Y11718D01*
X17046Y11763D01*
X17104Y11815D01*
X17163Y11874D01*
X17214Y11945D01*
X17260Y12023D01*
X18044Y11893D01*
Y11887D01*
X18031Y11874D01*
X18018Y11848D01*
X17999Y11815D01*
X17979Y11777D01*
X17947Y11731D01*
X17882Y11621D01*
X17791Y11504D01*
X17681Y11388D01*
X17558Y11271D01*
X17422Y11174D01*
X17415D01*
X17402Y11161D01*
X17383Y11154D01*
X17357Y11135D01*
X17318Y11122D01*
X17279Y11103D01*
X17169Y11057D01*
X17046Y11012D01*
X16897Y10979D01*
X16741Y10954D01*
X16567Y10941D01*
X16502D01*
X16456Y10947D01*
X16398Y10954D01*
X16333Y10960D01*
X16262Y10973D01*
X16184Y10992D01*
X16016Y11044D01*
X15925Y11077D01*
X15834Y11116D01*
X15750Y11161D01*
X15659Y11219D01*
X15575Y11284D01*
X15497Y11355D01*
X15491Y11362D01*
X15478Y11375D01*
X15458Y11401D01*
X15432Y11433D01*
X15400Y11472D01*
X15368Y11524D01*
X15329Y11582D01*
X15296Y11647D01*
X15258Y11725D01*
X15219Y11802D01*
X15186Y11893D01*
X15154Y11990D01*
X15128Y12094D01*
X15109Y12211D01*
X15096Y12327D01*
X15089Y12450D01*
Y12457D01*
Y12483D01*
Y12515D01*
X15096Y12561D01*
X15102Y12619D01*
X15109Y12690D01*
X15122Y12768D01*
X15134Y12852D01*
X15180Y13034D01*
X15212Y13131D01*
X15245Y13235D01*
X15290Y13338D01*
X15335Y13442D01*
X15394Y13546D01*
X15458Y13643D01*
X15465Y13649D01*
X15484Y13675D01*
X15510Y13708D01*
X15549Y13753D01*
X15608Y13805D01*
X15666Y13870D01*
X15744Y13928D01*
X15828Y13999D01*
X15925Y14064D01*
X16035Y14129D01*
X16152Y14187D01*
X16281Y14239D01*
X16418Y14284D01*
X16567Y14317D01*
X16728Y14343D01*
X16897Y14349D01*
X16955D01*
X16994Y14343D01*
D02*
G37*
G36*
X3198D02*
X3276Y14330D01*
X3367Y14304D01*
X3470Y14278D01*
X3568Y14232D01*
X3671Y14174D01*
X3684Y14168D01*
X3717Y14142D01*
X3768Y14103D01*
X3827Y14051D01*
X3892Y13986D01*
X3963Y13902D01*
X4034Y13811D01*
X4092Y13701D01*
X4209Y14278D01*
X5026D01*
X4514Y11556D01*
Y11550D01*
X4507Y11530D01*
X4501Y11498D01*
X4488Y11452D01*
X4475Y11401D01*
X4462Y11336D01*
X4430Y11200D01*
X4391Y11051D01*
X4352Y10895D01*
X4313Y10753D01*
X4293Y10694D01*
X4274Y10636D01*
X4267Y10623D01*
X4254Y10591D01*
X4235Y10539D01*
X4209Y10474D01*
X4177Y10409D01*
X4138Y10332D01*
X4099Y10260D01*
X4054Y10195D01*
X4047Y10189D01*
X4034Y10170D01*
X4002Y10137D01*
X3969Y10098D01*
X3924Y10053D01*
X3866Y10007D01*
X3807Y9962D01*
X3736Y9917D01*
X3730Y9910D01*
X3704Y9897D01*
X3665Y9878D01*
X3613Y9858D01*
X3542Y9826D01*
X3470Y9800D01*
X3380Y9774D01*
X3289Y9755D01*
X3276D01*
X3244Y9748D01*
X3192Y9742D01*
X3121Y9729D01*
X3036Y9722D01*
X2939Y9709D01*
X2835Y9703D01*
X2660D01*
X2615Y9709D01*
X2557D01*
X2492Y9716D01*
X2414Y9722D01*
X2336Y9735D01*
X2168Y9761D01*
X2000Y9807D01*
X1831Y9865D01*
X1760Y9904D01*
X1688Y9943D01*
X1682D01*
X1675Y9956D01*
X1637Y9988D01*
X1578Y10046D01*
X1514Y10131D01*
X1481Y10182D01*
X1449Y10234D01*
X1423Y10299D01*
X1390Y10370D01*
X1371Y10448D01*
X1352Y10532D01*
X1345Y10630D01*
X1338Y10727D01*
Y10740D01*
Y10766D01*
Y10804D01*
X1345Y10850D01*
X2278Y10720D01*
Y10714D01*
Y10694D01*
Y10668D01*
X2285Y10643D01*
X2298Y10571D01*
X2310Y10539D01*
X2324Y10506D01*
X2330Y10493D01*
X2356Y10468D01*
X2401Y10422D01*
X2466Y10383D01*
X2472D01*
X2486Y10377D01*
X2511Y10370D01*
X2537Y10357D01*
X2583Y10351D01*
X2628Y10338D01*
X2680Y10332D01*
X2796D01*
X2848Y10338D01*
X2913Y10344D01*
X2991Y10357D01*
X3069Y10383D01*
X3146Y10409D01*
X3218Y10448D01*
X3224Y10455D01*
X3244Y10468D01*
X3263Y10487D01*
X3295Y10513D01*
X3334Y10552D01*
X3367Y10597D01*
X3406Y10655D01*
X3438Y10720D01*
Y10727D01*
X3444Y10746D01*
X3458Y10779D01*
X3477Y10830D01*
X3490Y10902D01*
X3516Y10992D01*
X3542Y11103D01*
X3568Y11239D01*
X3600Y11388D01*
X3594Y11381D01*
X3581Y11375D01*
X3555Y11355D01*
X3516Y11329D01*
X3470Y11304D01*
X3425Y11271D01*
X3360Y11232D01*
X3295Y11200D01*
X3146Y11129D01*
X2984Y11070D01*
X2894Y11044D01*
X2803Y11031D01*
X2712Y11018D01*
X2615Y11012D01*
X2570D01*
X2537Y11018D01*
X2492Y11025D01*
X2447Y11031D01*
X2336Y11051D01*
X2213Y11090D01*
X2084Y11154D01*
X2019Y11187D01*
X1954Y11232D01*
X1889Y11284D01*
X1831Y11342D01*
Y11349D01*
X1818Y11355D01*
X1805Y11375D01*
X1786Y11407D01*
X1760Y11440D01*
X1734Y11485D01*
X1708Y11537D01*
X1682Y11595D01*
X1650Y11660D01*
X1624Y11731D01*
X1598Y11809D01*
X1572Y11900D01*
X1552Y11997D01*
X1539Y12100D01*
X1533Y12211D01*
X1526Y12327D01*
Y12334D01*
Y12353D01*
Y12386D01*
X1533Y12425D01*
Y12476D01*
X1539Y12535D01*
X1546Y12599D01*
X1552Y12677D01*
X1578Y12839D01*
X1617Y13014D01*
X1663Y13196D01*
X1734Y13377D01*
Y13384D01*
X1747Y13397D01*
X1753Y13422D01*
X1773Y13455D01*
X1792Y13494D01*
X1818Y13539D01*
X1883Y13649D01*
X1967Y13766D01*
X2071Y13889D01*
X2187Y13999D01*
X2317Y14103D01*
X2324D01*
X2336Y14116D01*
X2356Y14129D01*
X2382Y14142D01*
X2414Y14161D01*
X2460Y14181D01*
X2557Y14226D01*
X2667Y14271D01*
X2796Y14310D01*
X2939Y14336D01*
X3082Y14349D01*
X3133D01*
X3198Y14343D01*
D02*
G37*
G36*
X38761Y7931D02*
X37886D01*
X38054Y8722D01*
X38923D01*
X38761Y7931D01*
D02*
G37*
G36*
X-2251Y8800D02*
X-2187Y8793D01*
X-2109Y8787D01*
X-2025Y8774D01*
X-1934Y8761D01*
X-1733Y8715D01*
X-1629Y8683D01*
X-1532Y8651D01*
X-1428Y8605D01*
X-1331Y8553D01*
X-1240Y8495D01*
X-1156Y8430D01*
X-1150Y8424D01*
X-1137Y8411D01*
X-1117Y8391D01*
X-1085Y8365D01*
X-1053Y8327D01*
X-1014Y8281D01*
X-975Y8229D01*
X-936Y8171D01*
X-891Y8100D01*
X-845Y8028D01*
X-806Y7944D01*
X-768Y7860D01*
X-735Y7763D01*
X-709Y7666D01*
X-690Y7555D01*
X-677Y7445D01*
X-1558Y7406D01*
Y7413D01*
Y7419D01*
X-1564Y7458D01*
X-1584Y7517D01*
X-1603Y7588D01*
X-1636Y7666D01*
X-1675Y7750D01*
X-1726Y7828D01*
X-1798Y7899D01*
X-1804Y7905D01*
X-1837Y7925D01*
X-1882Y7957D01*
X-1947Y7990D01*
X-2025Y8016D01*
X-2128Y8048D01*
X-2251Y8067D01*
X-2387Y8074D01*
X-2452D01*
X-2517Y8067D01*
X-2601Y8054D01*
X-2686Y8041D01*
X-2776Y8016D01*
X-2860Y7983D01*
X-2932Y7938D01*
X-2938Y7931D01*
X-2958Y7912D01*
X-2984Y7886D01*
X-3010Y7847D01*
X-3042Y7795D01*
X-3068Y7737D01*
X-3087Y7666D01*
X-3094Y7594D01*
Y7588D01*
Y7562D01*
X-3087Y7530D01*
X-3074Y7484D01*
X-3055Y7432D01*
X-3029Y7380D01*
X-2997Y7329D01*
X-2945Y7277D01*
X-2938Y7270D01*
X-2912Y7251D01*
X-2874Y7225D01*
X-2809Y7186D01*
X-2763Y7160D01*
X-2718Y7134D01*
X-2666Y7102D01*
X-2601Y7069D01*
X-2537Y7037D01*
X-2459Y6998D01*
X-2375Y6959D01*
X-2284Y6920D01*
X-2277Y6914D01*
X-2251Y6907D01*
X-2213Y6888D01*
X-2161Y6869D01*
X-2096Y6836D01*
X-2025Y6804D01*
X-1869Y6726D01*
X-1701Y6642D01*
X-1539Y6551D01*
X-1461Y6506D01*
X-1396Y6460D01*
X-1338Y6415D01*
X-1292Y6376D01*
X-1286Y6370D01*
X-1279Y6363D01*
X-1260Y6344D01*
X-1240Y6324D01*
X-1189Y6253D01*
X-1130Y6162D01*
X-1072Y6052D01*
X-1027Y5916D01*
X-988Y5760D01*
X-981Y5683D01*
X-975Y5592D01*
Y5585D01*
Y5566D01*
Y5534D01*
X-981Y5495D01*
X-988Y5443D01*
X-1001Y5378D01*
X-1014Y5313D01*
X-1033Y5242D01*
X-1059Y5164D01*
X-1091Y5080D01*
X-1130Y4996D01*
X-1176Y4912D01*
X-1228Y4827D01*
X-1292Y4737D01*
X-1364Y4659D01*
X-1448Y4575D01*
X-1454Y4568D01*
X-1467Y4555D01*
X-1500Y4536D01*
X-1532Y4510D01*
X-1584Y4477D01*
X-1642Y4439D01*
X-1707Y4406D01*
X-1791Y4367D01*
X-1876Y4322D01*
X-1973Y4290D01*
X-2083Y4251D01*
X-2200Y4218D01*
X-2323Y4192D01*
X-2459Y4173D01*
X-2601Y4160D01*
X-2757Y4153D01*
X-2854D01*
X-2906Y4160D01*
X-2964Y4166D01*
X-3029D01*
X-3100Y4179D01*
X-3256Y4199D01*
X-3424Y4231D01*
X-3599Y4277D01*
X-3761Y4341D01*
X-3768D01*
X-3781Y4348D01*
X-3800Y4361D01*
X-3833Y4380D01*
X-3904Y4419D01*
X-3994Y4484D01*
X-4092Y4555D01*
X-4189Y4652D01*
X-4280Y4756D01*
X-4357Y4879D01*
Y4886D01*
X-4364Y4892D01*
X-4370Y4912D01*
X-4383Y4944D01*
X-4396Y4976D01*
X-4409Y5015D01*
X-4442Y5113D01*
X-4474Y5229D01*
X-4500Y5365D01*
X-4513Y5514D01*
X-4519Y5676D01*
X-3638Y5728D01*
Y5722D01*
Y5709D01*
Y5689D01*
X-3632Y5663D01*
X-3625Y5585D01*
X-3612Y5501D01*
X-3599Y5404D01*
X-3573Y5307D01*
X-3541Y5223D01*
X-3496Y5158D01*
X-3483Y5145D01*
X-3457Y5119D01*
X-3405Y5087D01*
X-3327Y5041D01*
X-3282Y5022D01*
X-3223Y4996D01*
X-3165Y4976D01*
X-3094Y4963D01*
X-3022Y4944D01*
X-2938Y4938D01*
X-2848Y4925D01*
X-2679D01*
X-2640Y4931D01*
X-2595D01*
X-2498Y4944D01*
X-2394Y4963D01*
X-2284Y4996D01*
X-2180Y5035D01*
X-2096Y5087D01*
X-2089Y5093D01*
X-2063Y5113D01*
X-2031Y5151D01*
X-1992Y5197D01*
X-1953Y5255D01*
X-1921Y5320D01*
X-1895Y5391D01*
X-1888Y5475D01*
Y5482D01*
Y5508D01*
X-1895Y5547D01*
X-1908Y5592D01*
X-1927Y5644D01*
X-1960Y5702D01*
X-1999Y5760D01*
X-2057Y5812D01*
X-2063Y5819D01*
X-2083Y5832D01*
X-2122Y5858D01*
X-2180Y5890D01*
X-2219Y5916D01*
X-2264Y5942D01*
X-2316Y5968D01*
X-2375Y5994D01*
X-2446Y6026D01*
X-2517Y6065D01*
X-2608Y6104D01*
X-2699Y6143D01*
X-2705D01*
X-2724Y6156D01*
X-2750Y6162D01*
X-2783Y6182D01*
X-2828Y6201D01*
X-2880Y6221D01*
X-2990Y6272D01*
X-3113Y6337D01*
X-3243Y6396D01*
X-3359Y6460D01*
X-3418Y6493D01*
X-3463Y6519D01*
X-3476Y6525D01*
X-3502Y6545D01*
X-3547Y6583D01*
X-3599Y6629D01*
X-3658Y6681D01*
X-3722Y6752D01*
X-3781Y6830D01*
X-3839Y6914D01*
X-3845Y6927D01*
X-3858Y6959D01*
X-3884Y7011D01*
X-3904Y7076D01*
X-3930Y7160D01*
X-3956Y7257D01*
X-3969Y7367D01*
X-3975Y7484D01*
Y7491D01*
Y7510D01*
Y7542D01*
X-3969Y7581D01*
X-3962Y7627D01*
X-3956Y7685D01*
X-3943Y7750D01*
X-3923Y7815D01*
X-3878Y7964D01*
X-3839Y8041D01*
X-3800Y8126D01*
X-3755Y8203D01*
X-3703Y8281D01*
X-3638Y8359D01*
X-3567Y8430D01*
X-3560Y8437D01*
X-3547Y8450D01*
X-3522Y8463D01*
X-3489Y8489D01*
X-3450Y8514D01*
X-3398Y8547D01*
X-3334Y8586D01*
X-3262Y8618D01*
X-3184Y8651D01*
X-3100Y8689D01*
X-3003Y8722D01*
X-2893Y8748D01*
X-2776Y8774D01*
X-2653Y8793D01*
X-2524Y8800D01*
X-2381Y8806D01*
X-2303D01*
X-2251Y8800D01*
D02*
G37*
G36*
X7579Y7555D02*
X7624Y7549D01*
X7676Y7542D01*
X7793Y7517D01*
X7922Y7478D01*
X8058Y7413D01*
X8123Y7374D01*
X8194Y7322D01*
X8259Y7270D01*
X8318Y7205D01*
X8324Y7199D01*
X8330Y7193D01*
X8350Y7167D01*
X8369Y7141D01*
X8389Y7102D01*
X8421Y7057D01*
X8447Y7005D01*
X8479Y6946D01*
X8505Y6875D01*
X8538Y6797D01*
X8564Y6707D01*
X8583Y6616D01*
X8609Y6512D01*
X8622Y6402D01*
X8629Y6285D01*
X8635Y6156D01*
Y6143D01*
Y6117D01*
X8629Y6072D01*
Y6007D01*
X8616Y5935D01*
X8609Y5845D01*
X8590Y5748D01*
X8570Y5637D01*
X8538Y5527D01*
X8505Y5404D01*
X8460Y5281D01*
X8408Y5158D01*
X8343Y5028D01*
X8272Y4905D01*
X8188Y4782D01*
X8091Y4665D01*
X8084Y4659D01*
X8071Y4646D01*
X8045Y4620D01*
X8006Y4588D01*
X7968Y4549D01*
X7909Y4503D01*
X7851Y4458D01*
X7780Y4413D01*
X7702Y4361D01*
X7624Y4315D01*
X7533Y4270D01*
X7436Y4231D01*
X7333Y4199D01*
X7222Y4173D01*
X7112Y4160D01*
X6996Y4153D01*
X6970D01*
X6931Y4160D01*
X6892D01*
X6834Y4166D01*
X6775Y4179D01*
X6704Y4199D01*
X6633Y4218D01*
X6548Y4244D01*
X6471Y4283D01*
X6386Y4322D01*
X6309Y4374D01*
X6224Y4432D01*
X6147Y4503D01*
X6075Y4581D01*
X6011Y4672D01*
X5667Y3000D01*
X4799D01*
X5732Y7491D01*
X6555D01*
X6490Y7147D01*
X6503Y7160D01*
X6536Y7186D01*
X6587Y7225D01*
X6652Y7270D01*
X6730Y7322D01*
X6814Y7374D01*
X6898Y7426D01*
X6989Y7465D01*
X7002Y7471D01*
X7028Y7478D01*
X7080Y7497D01*
X7138Y7517D01*
X7216Y7530D01*
X7300Y7549D01*
X7397Y7555D01*
X7495Y7562D01*
X7546D01*
X7579Y7555D01*
D02*
G37*
G36*
X48208Y7555D02*
X48260Y7549D01*
X48318Y7536D01*
X48390Y7523D01*
X48468Y7497D01*
X48545Y7465D01*
X48208Y6745D01*
X48202D01*
X48189Y6752D01*
X48163Y6758D01*
X48131Y6771D01*
X48046Y6784D01*
X47949Y6791D01*
X47910D01*
X47865Y6784D01*
X47807Y6771D01*
X47735Y6745D01*
X47658Y6719D01*
X47573Y6674D01*
X47483Y6616D01*
X47470Y6609D01*
X47444Y6583D01*
X47405Y6545D01*
X47353Y6499D01*
X47295Y6434D01*
X47230Y6357D01*
X47172Y6266D01*
X47120Y6162D01*
X47113Y6149D01*
X47107Y6130D01*
X47100Y6110D01*
X47087Y6078D01*
X47074Y6039D01*
X47055Y5994D01*
X47042Y5942D01*
X47023Y5884D01*
X46997Y5819D01*
X46977Y5741D01*
X46958Y5657D01*
X46932Y5573D01*
X46906Y5475D01*
X46886Y5365D01*
X46861Y5255D01*
X46647Y4238D01*
X45778D01*
X46459Y7491D01*
X47275D01*
X47146Y6862D01*
X47152Y6869D01*
X47165Y6894D01*
X47191Y6927D01*
X47223Y6972D01*
X47269Y7024D01*
X47321Y7082D01*
X47379Y7147D01*
X47444Y7212D01*
X47593Y7342D01*
X47671Y7400D01*
X47761Y7452D01*
X47846Y7497D01*
X47943Y7530D01*
X48040Y7555D01*
X48137Y7562D01*
X48169D01*
X48208Y7555D01*
D02*
G37*
G36*
X37056D02*
X37108Y7549D01*
X37166Y7536D01*
X37238Y7523D01*
X37315Y7497D01*
X37393Y7465D01*
X37056Y6745D01*
X37050D01*
X37037Y6752D01*
X37011Y6758D01*
X36979Y6771D01*
X36894Y6784D01*
X36797Y6791D01*
X36758D01*
X36713Y6784D01*
X36654Y6771D01*
X36583Y6745D01*
X36505Y6719D01*
X36421Y6674D01*
X36331Y6616D01*
X36318Y6609D01*
X36292Y6583D01*
X36253Y6545D01*
X36201Y6499D01*
X36143Y6434D01*
X36078Y6357D01*
X36020Y6266D01*
X35968Y6162D01*
X35961Y6149D01*
X35955Y6130D01*
X35948Y6110D01*
X35935Y6078D01*
X35922Y6039D01*
X35903Y5994D01*
X35890Y5942D01*
X35870Y5884D01*
X35844Y5819D01*
X35825Y5741D01*
X35806Y5657D01*
X35780Y5573D01*
X35754Y5475D01*
X35734Y5365D01*
X35708Y5255D01*
X35495Y4238D01*
X34626D01*
X35307Y7491D01*
X36123D01*
X35994Y6862D01*
X36000Y6869D01*
X36013Y6894D01*
X36039Y6927D01*
X36071Y6972D01*
X36117Y7024D01*
X36169Y7082D01*
X36227Y7147D01*
X36292Y7212D01*
X36441Y7342D01*
X36518Y7400D01*
X36609Y7452D01*
X36693Y7497D01*
X36791Y7530D01*
X36888Y7555D01*
X36985Y7562D01*
X37017D01*
X37056Y7555D01*
D02*
G37*
G36*
X28354D02*
X28405Y7549D01*
X28464Y7536D01*
X28535Y7523D01*
X28613Y7497D01*
X28691Y7465D01*
X28354Y6745D01*
X28347D01*
X28334Y6752D01*
X28308Y6758D01*
X28276Y6771D01*
X28192Y6784D01*
X28094Y6791D01*
X28056D01*
X28010Y6784D01*
X27952Y6771D01*
X27881Y6745D01*
X27803Y6719D01*
X27719Y6674D01*
X27628Y6616D01*
X27615Y6609D01*
X27589Y6583D01*
X27550Y6545D01*
X27498Y6499D01*
X27440Y6434D01*
X27375Y6357D01*
X27317Y6266D01*
X27265Y6162D01*
X27259Y6149D01*
X27252Y6130D01*
X27246Y6110D01*
X27233Y6078D01*
X27220Y6039D01*
X27200Y5994D01*
X27187Y5942D01*
X27168Y5884D01*
X27142Y5819D01*
X27122Y5741D01*
X27103Y5657D01*
X27077Y5573D01*
X27051Y5475D01*
X27032Y5365D01*
X27006Y5255D01*
X26792Y4238D01*
X25924D01*
X26604Y7491D01*
X27420D01*
X27291Y6862D01*
X27297Y6869D01*
X27310Y6894D01*
X27336Y6927D01*
X27369Y6972D01*
X27414Y7024D01*
X27466Y7082D01*
X27524Y7147D01*
X27589Y7212D01*
X27738Y7342D01*
X27816Y7400D01*
X27907Y7452D01*
X27991Y7497D01*
X28088Y7530D01*
X28185Y7555D01*
X28282Y7562D01*
X28315D01*
X28354Y7555D01*
D02*
G37*
G36*
X15309Y4238D02*
X14473D01*
X15251Y7957D01*
X13586Y4238D01*
X12711D01*
X12542Y7983D01*
X11836Y4238D01*
X11000D01*
X11933Y8722D01*
X13249D01*
X13391Y5637D01*
X14797Y8722D01*
X16126D01*
X15309Y4238D01*
D02*
G37*
G36*
X10624Y5430D02*
X8920D01*
X9089Y6279D01*
X10793D01*
X10624Y5430D01*
D02*
G37*
G36*
X40478Y4238D02*
X39726D01*
X39078Y7491D01*
X39940D01*
X40160Y6065D01*
Y6059D01*
X40167Y6039D01*
Y6013D01*
X40173Y5974D01*
X40180Y5929D01*
X40193Y5871D01*
X40212Y5754D01*
X40231Y5624D01*
X40251Y5501D01*
X40264Y5391D01*
X40270Y5346D01*
X40277Y5307D01*
X40283Y5320D01*
X40296Y5339D01*
X40316Y5372D01*
X40342Y5424D01*
X40380Y5488D01*
X40426Y5579D01*
X40458Y5637D01*
X40491Y5696D01*
Y5702D01*
X40497Y5709D01*
X40523Y5748D01*
X40556Y5806D01*
X40594Y5877D01*
X40633Y5948D01*
X40672Y6013D01*
X40705Y6072D01*
X40724Y6110D01*
X41534Y7491D01*
X42480D01*
X40478Y4238D01*
D02*
G37*
G36*
X37983D02*
X37115D01*
X37795Y7491D01*
X38670D01*
X37983Y4238D01*
D02*
G37*
G36*
X32695Y8715D02*
X32805D01*
X32896Y8709D01*
X32928D01*
X32961Y8702D01*
X32974D01*
X33006Y8696D01*
X33058Y8689D01*
X33129Y8676D01*
X33207Y8664D01*
X33291Y8644D01*
X33460Y8586D01*
X33473Y8579D01*
X33499Y8573D01*
X33538Y8553D01*
X33596Y8528D01*
X33654Y8489D01*
X33726Y8450D01*
X33790Y8404D01*
X33862Y8346D01*
X33868Y8339D01*
X33894Y8320D01*
X33926Y8288D01*
X33972Y8242D01*
X34017Y8190D01*
X34069Y8126D01*
X34121Y8054D01*
X34173Y7977D01*
X34179Y7970D01*
X34192Y7938D01*
X34218Y7892D01*
X34244Y7834D01*
X34276Y7763D01*
X34315Y7679D01*
X34348Y7581D01*
X34374Y7478D01*
X34380Y7465D01*
X34387Y7426D01*
X34400Y7367D01*
X34412Y7296D01*
X34425Y7205D01*
X34432Y7095D01*
X34445Y6985D01*
Y6862D01*
Y6856D01*
Y6830D01*
Y6791D01*
X34438Y6739D01*
Y6674D01*
X34432Y6603D01*
X34419Y6519D01*
X34412Y6428D01*
X34393Y6331D01*
X34380Y6227D01*
X34328Y6013D01*
X34257Y5793D01*
X34218Y5683D01*
X34166Y5573D01*
Y5566D01*
X34153Y5547D01*
X34140Y5521D01*
X34114Y5482D01*
X34088Y5430D01*
X34056Y5378D01*
X33972Y5249D01*
X33875Y5106D01*
X33751Y4957D01*
X33615Y4814D01*
X33466Y4678D01*
X33460D01*
X33453Y4665D01*
X33434Y4652D01*
X33408Y4640D01*
X33376Y4614D01*
X33337Y4594D01*
X33240Y4536D01*
X33123Y4478D01*
X32980Y4413D01*
X32818Y4354D01*
X32637Y4302D01*
X32624D01*
X32605Y4296D01*
X32585Y4290D01*
X32553D01*
X32514Y4283D01*
X32468Y4277D01*
X32417Y4270D01*
X32358Y4264D01*
X32293Y4257D01*
X32222Y4251D01*
X32138D01*
X32054Y4244D01*
X31956Y4238D01*
X30168D01*
X31108Y8722D01*
X32585D01*
X32695Y8715D01*
D02*
G37*
G36*
X44359Y7555D02*
X44411Y7549D01*
X44469Y7542D01*
X44534Y7530D01*
X44605Y7517D01*
X44761Y7471D01*
X44839Y7445D01*
X44916Y7406D01*
X44994Y7361D01*
X45072Y7316D01*
X45143Y7257D01*
X45215Y7193D01*
X45221Y7186D01*
X45228Y7173D01*
X45247Y7154D01*
X45273Y7128D01*
X45299Y7089D01*
X45325Y7044D01*
X45357Y6985D01*
X45396Y6927D01*
X45428Y6856D01*
X45461Y6778D01*
X45487Y6694D01*
X45513Y6596D01*
X45539Y6499D01*
X45558Y6389D01*
X45564Y6279D01*
X45571Y6156D01*
Y6149D01*
Y6143D01*
Y6104D01*
Y6039D01*
X45564Y5968D01*
X45558Y5877D01*
X45545Y5780D01*
X45506Y5585D01*
X43303D01*
Y5579D01*
Y5553D01*
X43297Y5527D01*
Y5501D01*
Y5495D01*
Y5488D01*
Y5449D01*
X43310Y5391D01*
X43322Y5313D01*
X43342Y5229D01*
X43374Y5145D01*
X43420Y5054D01*
X43478Y4976D01*
X43484Y4970D01*
X43510Y4944D01*
X43549Y4918D01*
X43608Y4879D01*
X43672Y4847D01*
X43750Y4814D01*
X43841Y4789D01*
X43938Y4782D01*
X43983D01*
X44009Y4789D01*
X44048Y4795D01*
X44094Y4808D01*
X44191Y4840D01*
X44243Y4860D01*
X44301Y4892D01*
X44359Y4931D01*
X44411Y4976D01*
X44469Y5028D01*
X44528Y5087D01*
X44580Y5158D01*
X44625Y5236D01*
X45409Y5106D01*
Y5099D01*
X45396Y5087D01*
X45383Y5061D01*
X45364Y5028D01*
X45344Y4989D01*
X45312Y4944D01*
X45247Y4834D01*
X45156Y4717D01*
X45046Y4601D01*
X44923Y4484D01*
X44787Y4387D01*
X44780D01*
X44767Y4374D01*
X44748Y4367D01*
X44722Y4348D01*
X44683Y4335D01*
X44644Y4315D01*
X44534Y4270D01*
X44411Y4225D01*
X44262Y4192D01*
X44107Y4166D01*
X43932Y4154D01*
X43867D01*
X43821Y4160D01*
X43763Y4166D01*
X43698Y4173D01*
X43627Y4186D01*
X43549Y4205D01*
X43381Y4257D01*
X43290Y4290D01*
X43199Y4328D01*
X43115Y4374D01*
X43024Y4432D01*
X42940Y4497D01*
X42862Y4568D01*
X42856Y4575D01*
X42843Y4588D01*
X42823Y4614D01*
X42798Y4646D01*
X42765Y4685D01*
X42733Y4737D01*
X42694Y4795D01*
X42661Y4860D01*
X42623Y4938D01*
X42584Y5015D01*
X42551Y5106D01*
X42519Y5203D01*
X42493Y5307D01*
X42474Y5424D01*
X42461Y5540D01*
X42454Y5663D01*
Y5670D01*
Y5696D01*
Y5728D01*
X42461Y5773D01*
X42467Y5832D01*
X42474Y5903D01*
X42487Y5981D01*
X42500Y6065D01*
X42545Y6247D01*
X42577Y6344D01*
X42610Y6447D01*
X42655Y6551D01*
X42700Y6655D01*
X42759Y6758D01*
X42823Y6856D01*
X42830Y6862D01*
X42849Y6888D01*
X42875Y6920D01*
X42914Y6966D01*
X42972Y7018D01*
X43031Y7082D01*
X43109Y7141D01*
X43193Y7212D01*
X43290Y7277D01*
X43400Y7342D01*
X43517Y7400D01*
X43646Y7452D01*
X43782Y7497D01*
X43932Y7530D01*
X44094Y7555D01*
X44262Y7562D01*
X44320D01*
X44359Y7555D01*
D02*
G37*
G36*
X24239D02*
X24304Y7549D01*
X24368Y7542D01*
X24446Y7530D01*
X24530Y7510D01*
X24712Y7465D01*
X24803Y7432D01*
X24900Y7393D01*
X24991Y7348D01*
X25081Y7290D01*
X25166Y7231D01*
X25243Y7160D01*
X25250Y7154D01*
X25263Y7141D01*
X25282Y7121D01*
X25308Y7089D01*
X25340Y7050D01*
X25373Y6998D01*
X25412Y6946D01*
X25451Y6882D01*
X25483Y6804D01*
X25522Y6726D01*
X25554Y6635D01*
X25587Y6545D01*
X25613Y6441D01*
X25632Y6331D01*
X25645Y6214D01*
X25651Y6091D01*
Y6084D01*
Y6059D01*
Y6013D01*
X25645Y5961D01*
X25638Y5890D01*
X25626Y5812D01*
X25606Y5722D01*
X25587Y5624D01*
X25561Y5521D01*
X25528Y5411D01*
X25490Y5294D01*
X25438Y5184D01*
X25379Y5067D01*
X25315Y4950D01*
X25237Y4834D01*
X25146Y4724D01*
X25140Y4717D01*
X25120Y4698D01*
X25094Y4672D01*
X25055Y4633D01*
X25003Y4594D01*
X24939Y4542D01*
X24867Y4490D01*
X24790Y4439D01*
X24692Y4387D01*
X24595Y4335D01*
X24485Y4283D01*
X24362Y4244D01*
X24232Y4205D01*
X24096Y4179D01*
X23947Y4160D01*
X23792Y4154D01*
X23714D01*
X23675Y4160D01*
X23630Y4166D01*
X23520Y4179D01*
X23390Y4199D01*
X23254Y4231D01*
X23111Y4277D01*
X22975Y4335D01*
X22969D01*
X22962Y4341D01*
X22943Y4354D01*
X22917Y4367D01*
X22852Y4413D01*
X22774Y4471D01*
X22690Y4542D01*
X22599Y4633D01*
X22515Y4737D01*
X22444Y4853D01*
Y4860D01*
X22437Y4866D01*
X22431Y4886D01*
X22418Y4912D01*
X22392Y4983D01*
X22360Y5074D01*
X22327Y5177D01*
X22301Y5300D01*
X22282Y5437D01*
X22275Y5579D01*
Y5592D01*
Y5618D01*
X22282Y5663D01*
Y5728D01*
X22288Y5806D01*
X22301Y5890D01*
X22321Y5994D01*
X22340Y6097D01*
X22366Y6208D01*
X22399Y6324D01*
X22437Y6447D01*
X22489Y6564D01*
X22548Y6687D01*
X22612Y6804D01*
X22690Y6914D01*
X22781Y7018D01*
X22787Y7024D01*
X22807Y7044D01*
X22833Y7069D01*
X22872Y7102D01*
X22923Y7147D01*
X22988Y7193D01*
X23059Y7238D01*
X23144Y7290D01*
X23234Y7342D01*
X23332Y7387D01*
X23442Y7439D01*
X23565Y7478D01*
X23688Y7510D01*
X23824Y7536D01*
X23973Y7555D01*
X24122Y7562D01*
X24193D01*
X24239Y7555D01*
D02*
G37*
G36*
X21718Y7491D02*
X22256D01*
X22120Y6836D01*
X21582D01*
X21297Y5462D01*
Y5456D01*
Y5449D01*
X21290Y5430D01*
X21284Y5404D01*
X21271Y5346D01*
X21258Y5274D01*
X21245Y5197D01*
X21232Y5132D01*
X21226Y5074D01*
X21219Y5054D01*
Y5041D01*
Y5035D01*
Y5028D01*
X21226Y4983D01*
X21245Y4938D01*
X21278Y4886D01*
X21284D01*
X21290Y4879D01*
X21310Y4866D01*
X21329Y4860D01*
X21362Y4847D01*
X21407Y4834D01*
X21459Y4827D01*
X21550D01*
X21576Y4834D01*
X21614D01*
X21666Y4840D01*
X21731Y4847D01*
X21809Y4853D01*
X21673Y4205D01*
X21660D01*
X21634Y4199D01*
X21588Y4192D01*
X21530Y4179D01*
X21459Y4173D01*
X21381Y4160D01*
X21206Y4154D01*
X21128D01*
X21090Y4160D01*
X21051D01*
X20947Y4173D01*
X20837Y4199D01*
X20720Y4225D01*
X20617Y4270D01*
X20526Y4328D01*
X20519Y4335D01*
X20493Y4361D01*
X20461Y4406D01*
X20422Y4458D01*
X20383Y4529D01*
X20351Y4620D01*
X20325Y4717D01*
X20318Y4834D01*
Y4840D01*
Y4866D01*
X20325Y4912D01*
X20331Y4976D01*
X20338Y5022D01*
X20344Y5067D01*
X20357Y5125D01*
X20370Y5190D01*
X20383Y5262D01*
X20396Y5339D01*
X20416Y5430D01*
X20435Y5527D01*
X20714Y6836D01*
X20280Y6836D01*
X20416Y7491D01*
X20843Y7491D01*
X20947Y8009D01*
X21945Y8612D01*
X21718Y7491D01*
D02*
G37*
G36*
X18323Y7555D02*
X18387Y7549D01*
X18452Y7542D01*
X18530Y7530D01*
X18614Y7510D01*
X18796Y7465D01*
X18886Y7432D01*
X18984Y7393D01*
X19074Y7348D01*
X19165Y7290D01*
X19249Y7231D01*
X19327Y7160D01*
X19333Y7154D01*
X19346Y7141D01*
X19366Y7121D01*
X19392Y7089D01*
X19424Y7050D01*
X19457Y6998D01*
X19496Y6946D01*
X19534Y6882D01*
X19567Y6804D01*
X19606Y6726D01*
X19638Y6635D01*
X19670Y6545D01*
X19696Y6441D01*
X19716Y6331D01*
X19729Y6214D01*
X19735Y6091D01*
Y6084D01*
Y6059D01*
Y6013D01*
X19729Y5961D01*
X19722Y5890D01*
X19709Y5812D01*
X19690Y5722D01*
X19670Y5624D01*
X19645Y5521D01*
X19612Y5411D01*
X19573Y5294D01*
X19521Y5184D01*
X19463Y5067D01*
X19398Y4950D01*
X19320Y4834D01*
X19230Y4724D01*
X19223Y4717D01*
X19204Y4698D01*
X19178Y4672D01*
X19139Y4633D01*
X19087Y4594D01*
X19022Y4542D01*
X18951Y4490D01*
X18873Y4439D01*
X18776Y4387D01*
X18679Y4335D01*
X18569Y4283D01*
X18446Y4244D01*
X18316Y4205D01*
X18180Y4179D01*
X18031Y4160D01*
X17876Y4153D01*
X17798D01*
X17759Y4160D01*
X17714Y4166D01*
X17603Y4179D01*
X17474Y4199D01*
X17338Y4231D01*
X17195Y4277D01*
X17059Y4335D01*
X17052D01*
X17046Y4341D01*
X17027Y4354D01*
X17001Y4367D01*
X16936Y4413D01*
X16858Y4471D01*
X16774Y4542D01*
X16683Y4633D01*
X16599Y4737D01*
X16528Y4853D01*
Y4860D01*
X16521Y4866D01*
X16515Y4886D01*
X16502Y4912D01*
X16476Y4983D01*
X16443Y5074D01*
X16411Y5177D01*
X16385Y5300D01*
X16366Y5437D01*
X16359Y5579D01*
Y5592D01*
Y5618D01*
X16366Y5663D01*
Y5728D01*
X16372Y5806D01*
X16385Y5890D01*
X16405Y5994D01*
X16424Y6097D01*
X16450Y6208D01*
X16482Y6324D01*
X16521Y6447D01*
X16573Y6564D01*
X16631Y6687D01*
X16696Y6804D01*
X16774Y6914D01*
X16865Y7018D01*
X16871Y7024D01*
X16891Y7044D01*
X16916Y7069D01*
X16955Y7102D01*
X17007Y7147D01*
X17072Y7193D01*
X17143Y7238D01*
X17228Y7290D01*
X17318Y7342D01*
X17415Y7387D01*
X17526Y7439D01*
X17649Y7478D01*
X17772Y7510D01*
X17908Y7536D01*
X18057Y7555D01*
X18206Y7562D01*
X18277D01*
X18323Y7555D01*
D02*
G37*
G36*
X3619D02*
X3671Y7549D01*
X3730Y7542D01*
X3794Y7530D01*
X3866Y7517D01*
X4021Y7471D01*
X4099Y7445D01*
X4177Y7406D01*
X4254Y7361D01*
X4332Y7316D01*
X4404Y7257D01*
X4475Y7193D01*
X4481Y7186D01*
X4488Y7173D01*
X4507Y7154D01*
X4533Y7128D01*
X4559Y7089D01*
X4585Y7044D01*
X4617Y6985D01*
X4656Y6927D01*
X4689Y6856D01*
X4721Y6778D01*
X4747Y6694D01*
X4773Y6596D01*
X4799Y6499D01*
X4818Y6389D01*
X4825Y6279D01*
X4831Y6156D01*
Y6149D01*
Y6143D01*
Y6104D01*
Y6039D01*
X4825Y5968D01*
X4818Y5877D01*
X4805Y5780D01*
X4766Y5585D01*
X2563D01*
Y5579D01*
Y5553D01*
X2557Y5527D01*
Y5501D01*
Y5495D01*
Y5488D01*
Y5449D01*
X2570Y5391D01*
X2583Y5313D01*
X2602Y5229D01*
X2634Y5145D01*
X2680Y5054D01*
X2738Y4976D01*
X2745Y4970D01*
X2771Y4944D01*
X2809Y4918D01*
X2868Y4879D01*
X2933Y4847D01*
X3010Y4814D01*
X3101Y4789D01*
X3198Y4782D01*
X3244D01*
X3270Y4789D01*
X3308Y4795D01*
X3354Y4808D01*
X3451Y4840D01*
X3503Y4860D01*
X3561Y4892D01*
X3619Y4931D01*
X3671Y4976D01*
X3730Y5028D01*
X3788Y5087D01*
X3840Y5158D01*
X3885Y5236D01*
X4669Y5106D01*
Y5099D01*
X4656Y5087D01*
X4643Y5061D01*
X4624Y5028D01*
X4604Y4989D01*
X4572Y4944D01*
X4507Y4834D01*
X4417Y4717D01*
X4306Y4601D01*
X4183Y4484D01*
X4047Y4387D01*
X4041D01*
X4028Y4374D01*
X4008Y4367D01*
X3982Y4348D01*
X3943Y4335D01*
X3905Y4315D01*
X3794Y4270D01*
X3671Y4225D01*
X3522Y4192D01*
X3367Y4166D01*
X3192Y4153D01*
X3127D01*
X3082Y4160D01*
X3023Y4166D01*
X2959Y4173D01*
X2887Y4186D01*
X2809Y4205D01*
X2641Y4257D01*
X2550Y4290D01*
X2460Y4328D01*
X2375Y4374D01*
X2285Y4432D01*
X2200Y4497D01*
X2123Y4568D01*
X2116Y4575D01*
X2103Y4588D01*
X2084Y4614D01*
X2058Y4646D01*
X2025Y4685D01*
X1993Y4737D01*
X1954Y4795D01*
X1922Y4860D01*
X1883Y4938D01*
X1844Y5015D01*
X1812Y5106D01*
X1779Y5203D01*
X1753Y5307D01*
X1734Y5424D01*
X1721Y5540D01*
X1714Y5663D01*
Y5670D01*
Y5696D01*
Y5728D01*
X1721Y5773D01*
X1727Y5832D01*
X1734Y5903D01*
X1747Y5981D01*
X1760Y6065D01*
X1805Y6247D01*
X1837Y6344D01*
X1870Y6447D01*
X1915Y6551D01*
X1961Y6655D01*
X2019Y6758D01*
X2084Y6856D01*
X2090Y6862D01*
X2110Y6888D01*
X2136Y6920D01*
X2174Y6966D01*
X2233Y7018D01*
X2291Y7082D01*
X2369Y7141D01*
X2453Y7212D01*
X2550Y7277D01*
X2660Y7342D01*
X2777Y7400D01*
X2907Y7452D01*
X3043Y7497D01*
X3192Y7530D01*
X3354Y7555D01*
X3522Y7562D01*
X3581D01*
X3619Y7555D01*
D02*
G37*
G36*
X1177Y7491D02*
X1714D01*
X1578Y6836D01*
X1040D01*
X755Y5462D01*
Y5456D01*
Y5449D01*
X749Y5430D01*
X742Y5404D01*
X729Y5346D01*
X716Y5274D01*
X703Y5197D01*
X691Y5132D01*
X684Y5074D01*
X678Y5054D01*
Y5041D01*
Y5035D01*
Y5028D01*
X684Y4983D01*
X703Y4938D01*
X736Y4886D01*
X742D01*
X749Y4879D01*
X768Y4866D01*
X788Y4860D01*
X820Y4847D01*
X865Y4834D01*
X917Y4827D01*
X1008D01*
X1034Y4834D01*
X1073D01*
X1125Y4840D01*
X1190Y4847D01*
X1267Y4853D01*
X1131Y4205D01*
X1118D01*
X1092Y4199D01*
X1047Y4192D01*
X989Y4179D01*
X917Y4173D01*
X840Y4160D01*
X665Y4153D01*
X587D01*
X548Y4160D01*
X509D01*
X405Y4173D01*
X295Y4199D01*
X179Y4225D01*
X75Y4270D01*
X-16Y4328D01*
X-22Y4335D01*
X-48Y4361D01*
X-81Y4406D01*
X-120Y4458D01*
X-158Y4529D01*
X-191Y4620D01*
X-217Y4717D01*
X-223Y4834D01*
Y4840D01*
Y4866D01*
X-217Y4912D01*
X-210Y4976D01*
X-204Y5022D01*
X-197Y5067D01*
X-184Y5125D01*
X-171Y5190D01*
X-158Y5262D01*
X-145Y5339D01*
X-126Y5430D01*
X-106Y5527D01*
X172Y6836D01*
X-262D01*
X-126Y7491D01*
X302D01*
X405Y8009D01*
X1403Y8612D01*
X1177Y7491D01*
D02*
G37*
G36*
X29569Y-5913D02*
D01*
Y-10800D01*
X8631D01*
Y-5913D01*
D01*
Y-773D01*
X29569D01*
Y-5913D01*
D02*
G37*
G36*
X-45859Y11865D02*
X-46562Y11458D01*
X-45859Y11055D01*
Y10596D01*
X-46799Y11218D01*
X-47646Y10666D01*
Y11140D01*
X-47039Y11473D01*
X-47646Y11806D01*
Y12261D01*
X-46813Y11724D01*
X-45859Y12342D01*
Y11865D01*
D02*
G37*
G36*
Y9941D02*
X-46784Y9371D01*
Y9179D01*
X-45859D01*
Y8735D01*
X-48175D01*
Y9434D01*
X-48171Y9453D01*
Y9478D01*
X-48164Y9538D01*
X-48153Y9604D01*
X-48138Y9682D01*
X-48119Y9763D01*
X-48090Y9852D01*
X-48053Y9937D01*
X-48008Y10019D01*
X-47953Y10096D01*
X-47886Y10163D01*
X-47809Y10222D01*
X-47764Y10248D01*
X-47716Y10267D01*
X-47664Y10285D01*
X-47613Y10296D01*
X-47553Y10304D01*
X-47490Y10307D01*
X-47487D01*
X-47479D01*
X-47468D01*
X-47450Y10304D01*
X-47427D01*
X-47401Y10300D01*
X-47346Y10289D01*
X-47280Y10270D01*
X-47213Y10244D01*
X-47142Y10207D01*
X-47076Y10159D01*
X-47069Y10152D01*
X-47050Y10133D01*
X-47020Y10100D01*
X-46987Y10059D01*
X-46950Y10004D01*
X-46913Y9941D01*
X-46880Y9871D01*
X-46850Y9793D01*
X-45859Y10433D01*
Y9941D01*
D02*
G37*
G36*
Y5860D02*
X-46562Y5453D01*
X-45859Y5050D01*
Y4591D01*
X-46799Y5212D01*
X-47646Y4661D01*
Y5135D01*
X-47039Y5468D01*
X-47646Y5801D01*
Y6256D01*
X-46813Y5719D01*
X-45859Y6337D01*
Y5860D01*
D02*
G37*
G36*
X-47805Y4328D02*
Y3684D01*
X-45859D01*
Y3237D01*
X-47805D01*
Y2560D01*
X-48175D01*
Y4372D01*
X-47805Y4328D01*
D02*
G37*
G36*
X-45859Y-204D02*
X-46069Y-223D01*
X-46066Y-227D01*
X-46051Y-230D01*
X-46029Y-241D01*
X-46003Y-260D01*
X-45973Y-282D01*
X-45940Y-312D01*
X-45910Y-352D01*
X-45885Y-397D01*
X-45881Y-404D01*
X-45873Y-419D01*
X-45862Y-445D01*
X-45851Y-482D01*
X-45840Y-523D01*
X-45829Y-571D01*
X-45822Y-626D01*
X-45818Y-682D01*
Y-715D01*
X-45822Y-737D01*
X-45825Y-767D01*
X-45833Y-800D01*
X-45851Y-874D01*
X-45881Y-959D01*
X-45899Y-1000D01*
X-45925Y-1044D01*
X-45955Y-1085D01*
X-45988Y-1126D01*
X-46025Y-1163D01*
X-46069Y-1196D01*
X-46073D01*
X-46081Y-1203D01*
X-46095Y-1211D01*
X-46114Y-1222D01*
X-46140Y-1237D01*
X-46173Y-1252D01*
X-46207Y-1266D01*
X-46251Y-1281D01*
X-46295Y-1296D01*
X-46347Y-1311D01*
X-46403Y-1326D01*
X-46465Y-1340D01*
X-46532Y-1351D01*
X-46599Y-1359D01*
X-46676Y-1362D01*
X-46754Y-1366D01*
X-46758D01*
X-46765D01*
X-46780D01*
X-46799D01*
X-46824Y-1362D01*
X-46850D01*
X-46917Y-1355D01*
X-46991Y-1344D01*
X-47072Y-1329D01*
X-47154Y-1311D01*
X-47235Y-1281D01*
X-47239D01*
X-47246Y-1277D01*
X-47257Y-1274D01*
X-47268Y-1266D01*
X-47309Y-1244D01*
X-47357Y-1218D01*
X-47409Y-1185D01*
X-47464Y-1141D01*
X-47520Y-1089D01*
X-47568Y-1033D01*
Y-1029D01*
X-47572Y-1026D01*
X-47587Y-1004D01*
X-47605Y-970D01*
X-47631Y-926D01*
X-47653Y-867D01*
X-47672Y-804D01*
X-47686Y-730D01*
X-47690Y-652D01*
Y-626D01*
X-47686Y-608D01*
Y-582D01*
X-47679Y-556D01*
X-47668Y-497D01*
X-47646Y-430D01*
X-47613Y-363D01*
X-47590Y-330D01*
X-47568Y-301D01*
X-47539Y-275D01*
X-47505Y-249D01*
X-48382D01*
X-48334Y184D01*
X-45859D01*
Y-204D01*
D02*
G37*
G36*
Y-2247D02*
X-46965D01*
X-46972D01*
X-46991D01*
X-47017D01*
X-47054Y-2251D01*
X-47128Y-2254D01*
X-47165Y-2258D01*
X-47198Y-2265D01*
X-47202D01*
X-47213Y-2269D01*
X-47224Y-2273D01*
X-47243Y-2276D01*
X-47280Y-2295D01*
X-47298Y-2310D01*
X-47313Y-2324D01*
Y-2328D01*
X-47316Y-2332D01*
X-47324Y-2343D01*
X-47331Y-2358D01*
X-47335Y-2376D01*
X-47342Y-2402D01*
X-47346Y-2428D01*
Y-2480D01*
X-47342Y-2502D01*
X-47339Y-2528D01*
X-47331Y-2558D01*
X-47316Y-2595D01*
X-47302Y-2632D01*
X-47280Y-2669D01*
X-47276Y-2672D01*
X-47268Y-2683D01*
X-47254Y-2702D01*
X-47235Y-2724D01*
X-47209Y-2750D01*
X-47183Y-2776D01*
X-47117Y-2831D01*
X-45859D01*
Y-3264D01*
X-47646D01*
Y-2883D01*
X-47424Y-2865D01*
X-47427Y-2861D01*
X-47442Y-2854D01*
X-47464Y-2835D01*
X-47494Y-2813D01*
X-47524Y-2783D01*
X-47553Y-2746D01*
X-47587Y-2702D01*
X-47616Y-2650D01*
X-47620Y-2643D01*
X-47627Y-2624D01*
X-47638Y-2595D01*
X-47653Y-2554D01*
X-47668Y-2506D01*
X-47679Y-2450D01*
X-47686Y-2391D01*
X-47690Y-2328D01*
Y-2302D01*
X-47686Y-2287D01*
Y-2265D01*
X-47683Y-2243D01*
X-47672Y-2188D01*
X-47657Y-2125D01*
X-47631Y-2062D01*
X-47594Y-1999D01*
X-47546Y-1947D01*
X-47539Y-1940D01*
X-47520Y-1925D01*
X-47487Y-1906D01*
X-47442Y-1881D01*
X-47387Y-1855D01*
X-47316Y-1836D01*
X-47235Y-1821D01*
X-47146Y-1814D01*
X-45859D01*
Y-2247D01*
D02*
G37*
G36*
X-46033Y-3697D02*
X-46029Y-3701D01*
X-46021Y-3712D01*
X-46014Y-3727D01*
X-45996Y-3764D01*
X-45973Y-3812D01*
X-45947Y-3871D01*
X-45918Y-3934D01*
X-45892Y-4001D01*
X-45870Y-4071D01*
Y-4075D01*
X-45866Y-4078D01*
Y-4089D01*
X-45862Y-4104D01*
X-45855Y-4141D01*
X-45844Y-4193D01*
X-45833Y-4252D01*
X-45825Y-4323D01*
X-45822Y-4400D01*
X-45818Y-4485D01*
Y-4504D01*
X-45822Y-4530D01*
Y-4559D01*
X-45829Y-4596D01*
X-45833Y-4641D01*
X-45844Y-4689D01*
X-45855Y-4741D01*
X-45873Y-4796D01*
X-45892Y-4855D01*
X-45918Y-4914D01*
X-45947Y-4974D01*
X-45984Y-5029D01*
X-46025Y-5085D01*
X-46069Y-5140D01*
X-46125Y-5188D01*
X-46129Y-5192D01*
X-46140Y-5199D01*
X-46158Y-5210D01*
X-46180Y-5225D01*
X-46214Y-5248D01*
X-46255Y-5266D01*
X-46299Y-5288D01*
X-46351Y-5310D01*
X-46414Y-5336D01*
X-46480Y-5359D01*
X-46551Y-5377D01*
X-46632Y-5395D01*
X-46721Y-5414D01*
X-46813Y-5425D01*
X-46913Y-5432D01*
X-47020Y-5436D01*
X-47024D01*
X-47039D01*
X-47058D01*
X-47083Y-5432D01*
X-47117D01*
X-47154Y-5429D01*
X-47198Y-5425D01*
X-47246Y-5418D01*
X-47346Y-5403D01*
X-47457Y-5381D01*
X-47568Y-5347D01*
X-47672Y-5303D01*
X-47675D01*
X-47683Y-5296D01*
X-47698Y-5288D01*
X-47716Y-5277D01*
X-47738Y-5262D01*
X-47764Y-5248D01*
X-47823Y-5207D01*
X-47890Y-5151D01*
X-47956Y-5088D01*
X-48023Y-5014D01*
X-48079Y-4933D01*
Y-4929D01*
X-48086Y-4922D01*
X-48094Y-4911D01*
X-48101Y-4892D01*
X-48112Y-4870D01*
X-48123Y-4844D01*
X-48134Y-4815D01*
X-48149Y-4781D01*
X-48175Y-4704D01*
X-48197Y-4619D01*
X-48212Y-4522D01*
X-48219Y-4419D01*
Y-4382D01*
X-48216Y-4337D01*
X-48212Y-4285D01*
X-48204Y-4226D01*
X-48190Y-4160D01*
X-48175Y-4097D01*
X-48153Y-4034D01*
Y-4030D01*
X-48149Y-4027D01*
X-48142Y-4004D01*
X-48123Y-3975D01*
X-48101Y-3934D01*
X-48068Y-3886D01*
X-48030Y-3830D01*
X-47982Y-3775D01*
X-47927Y-3716D01*
X-47675Y-3960D01*
X-47679Y-3964D01*
X-47690Y-3982D01*
X-47709Y-4004D01*
X-47731Y-4034D01*
X-47753Y-4067D01*
X-47775Y-4108D01*
X-47797Y-4145D01*
X-47816Y-4186D01*
X-47820Y-4189D01*
X-47823Y-4204D01*
X-47831Y-4223D01*
X-47838Y-4252D01*
X-47846Y-4282D01*
X-47853Y-4323D01*
X-47860Y-4363D01*
Y-4430D01*
X-47857Y-4448D01*
X-47853Y-4470D01*
X-47849Y-4493D01*
X-47834Y-4552D01*
X-47812Y-4615D01*
X-47775Y-4685D01*
X-47753Y-4718D01*
X-47727Y-4752D01*
X-47698Y-4785D01*
X-47661Y-4815D01*
X-47657D01*
X-47649Y-4822D01*
X-47638Y-4829D01*
X-47624Y-4840D01*
X-47601Y-4852D01*
X-47576Y-4866D01*
X-47542Y-4877D01*
X-47505Y-4892D01*
X-47464Y-4907D01*
X-47416Y-4922D01*
X-47365Y-4937D01*
X-47305Y-4948D01*
X-47243Y-4959D01*
X-47176Y-4966D01*
X-47102Y-4970D01*
X-47020Y-4974D01*
X-47017D01*
X-47002D01*
X-46976D01*
X-46946Y-4970D01*
X-46909D01*
X-46865Y-4966D01*
X-46817Y-4963D01*
X-46765Y-4959D01*
X-46658Y-4944D01*
X-46551Y-4922D01*
X-46499Y-4907D01*
X-46451Y-4889D01*
X-46406Y-4870D01*
X-46366Y-4848D01*
X-46362D01*
X-46358Y-4840D01*
X-46336Y-4826D01*
X-46303Y-4796D01*
X-46269Y-4752D01*
X-46232Y-4700D01*
X-46199Y-4633D01*
X-46177Y-4556D01*
X-46173Y-4511D01*
X-46169Y-4467D01*
Y-4434D01*
X-46173Y-4397D01*
X-46180Y-4348D01*
X-46188Y-4297D01*
X-46203Y-4241D01*
X-46225Y-4186D01*
X-46251Y-4130D01*
X-46824D01*
Y-4507D01*
X-47176Y-4552D01*
Y-3694D01*
X-46033D01*
Y-3697D01*
D02*
G37*
G36*
X-46558Y-7793D02*
X-46532D01*
X-46477Y-7804D01*
X-46410Y-7815D01*
X-46340Y-7834D01*
X-46266Y-7860D01*
X-46195Y-7897D01*
X-46192D01*
X-46188Y-7900D01*
X-46166Y-7915D01*
X-46132Y-7941D01*
X-46092Y-7971D01*
X-46047Y-8015D01*
X-45999Y-8067D01*
X-45955Y-8126D01*
X-45914Y-8193D01*
Y-8196D01*
X-45910Y-8200D01*
X-45907Y-8211D01*
X-45899Y-8226D01*
X-45885Y-8267D01*
X-45866Y-8319D01*
X-45848Y-8381D01*
X-45833Y-8459D01*
X-45822Y-8540D01*
X-45818Y-8633D01*
Y-8652D01*
X-45822Y-8674D01*
Y-8703D01*
X-45829Y-8740D01*
X-45836Y-8785D01*
X-45844Y-8833D01*
X-45859Y-8885D01*
X-45877Y-8940D01*
X-45896Y-8999D01*
X-45922Y-9059D01*
X-45955Y-9118D01*
X-45992Y-9181D01*
X-46033Y-9240D01*
X-46084Y-9299D01*
X-46140Y-9354D01*
X-46380Y-9103D01*
X-46377Y-9099D01*
X-46373Y-9092D01*
X-46362Y-9081D01*
X-46347Y-9066D01*
X-46332Y-9047D01*
X-46314Y-9025D01*
X-46273Y-8970D01*
X-46232Y-8899D01*
X-46199Y-8822D01*
X-46184Y-8781D01*
X-46177Y-8737D01*
X-46169Y-8692D01*
X-46166Y-8648D01*
Y-8640D01*
X-46169Y-8614D01*
X-46173Y-8581D01*
X-46180Y-8537D01*
X-46195Y-8489D01*
X-46214Y-8441D01*
X-46244Y-8393D01*
X-46281Y-8348D01*
X-46288Y-8344D01*
X-46303Y-8330D01*
X-46329Y-8311D01*
X-46366Y-8293D01*
X-46414Y-8270D01*
X-46473Y-8256D01*
X-46539Y-8241D01*
X-46617Y-8237D01*
X-46621D01*
X-46628D01*
X-46639D01*
X-46654D01*
X-46691Y-8241D01*
X-46739Y-8248D01*
X-46791Y-8259D01*
X-46843Y-8278D01*
X-46891Y-8300D01*
X-46932Y-8330D01*
X-46935Y-8333D01*
X-46946Y-8344D01*
X-46965Y-8367D01*
X-46983Y-8393D01*
X-46998Y-8429D01*
X-47017Y-8470D01*
X-47028Y-8518D01*
X-47032Y-8574D01*
Y-8600D01*
X-47028Y-8618D01*
X-47024Y-8663D01*
X-47013Y-8718D01*
Y-8722D01*
X-47009Y-8729D01*
X-47006Y-8744D01*
X-46998Y-8766D01*
X-46991Y-8788D01*
X-46980Y-8818D01*
X-46954Y-8885D01*
Y-9195D01*
X-48175D01*
Y-7867D01*
X-47838Y-7919D01*
Y-8781D01*
X-47276D01*
X-47280Y-8774D01*
X-47291Y-8759D01*
X-47302Y-8729D01*
X-47320Y-8688D01*
X-47335Y-8640D01*
X-47346Y-8585D01*
X-47357Y-8518D01*
X-47361Y-8444D01*
Y-8411D01*
X-47357Y-8378D01*
X-47350Y-8330D01*
X-47339Y-8278D01*
X-47320Y-8222D01*
X-47298Y-8163D01*
X-47268Y-8108D01*
X-47265Y-8100D01*
X-47254Y-8082D01*
X-47231Y-8056D01*
X-47202Y-8022D01*
X-47165Y-7986D01*
X-47120Y-7945D01*
X-47069Y-7908D01*
X-47009Y-7875D01*
X-47002Y-7871D01*
X-46980Y-7860D01*
X-46946Y-7849D01*
X-46898Y-7830D01*
X-46839Y-7815D01*
X-46773Y-7804D01*
X-46699Y-7793D01*
X-46617Y-7789D01*
X-46613D01*
X-46606D01*
X-46595D01*
X-46576D01*
X-46558Y-7793D01*
D02*
G37*
G36*
X-45859Y-10309D02*
Y-10786D01*
X-48175Y-11512D01*
Y-11049D01*
X-46284Y-10542D01*
X-48175Y-10028D01*
Y-9584D01*
X-45859Y-10309D01*
D02*
G37*
G36*
Y-11885D02*
Y-13347D01*
X-46180D01*
X-46184Y-13343D01*
X-46199Y-13328D01*
X-46221Y-13306D01*
X-46251Y-13276D01*
X-46284Y-13239D01*
X-46325Y-13199D01*
X-46369Y-13154D01*
X-46417Y-13103D01*
X-46521Y-12999D01*
X-46628Y-12895D01*
X-46732Y-12792D01*
X-46780Y-12747D01*
X-46824Y-12707D01*
X-46828Y-12703D01*
X-46835Y-12699D01*
X-46847Y-12688D01*
X-46861Y-12673D01*
X-46906Y-12636D01*
X-46957Y-12592D01*
X-47020Y-12544D01*
X-47083Y-12496D01*
X-47150Y-12455D01*
X-47209Y-12418D01*
X-47213D01*
X-47217Y-12414D01*
X-47235Y-12403D01*
X-47268Y-12392D01*
X-47309Y-12374D01*
X-47357Y-12359D01*
X-47413Y-12348D01*
X-47472Y-12337D01*
X-47531Y-12333D01*
X-47539D01*
X-47557D01*
X-47587Y-12337D01*
X-47620Y-12344D01*
X-47661Y-12355D01*
X-47701Y-12370D01*
X-47738Y-12392D01*
X-47775Y-12422D01*
X-47779Y-12426D01*
X-47790Y-12437D01*
X-47805Y-12459D01*
X-47820Y-12485D01*
X-47834Y-12522D01*
X-47849Y-12562D01*
X-47860Y-12610D01*
X-47864Y-12666D01*
Y-12688D01*
X-47860Y-12714D01*
X-47857Y-12747D01*
X-47853Y-12784D01*
X-47842Y-12825D01*
X-47831Y-12866D01*
X-47812Y-12903D01*
X-47809Y-12907D01*
X-47801Y-12921D01*
X-47790Y-12940D01*
X-47772Y-12966D01*
X-47746Y-12999D01*
X-47712Y-13036D01*
X-47675Y-13077D01*
X-47627Y-13121D01*
X-47838Y-13395D01*
X-47842D01*
X-47846Y-13387D01*
X-47857Y-13380D01*
X-47871Y-13369D01*
X-47905Y-13339D01*
X-47949Y-13299D01*
X-47997Y-13251D01*
X-48045Y-13195D01*
X-48090Y-13136D01*
X-48127Y-13069D01*
Y-13066D01*
X-48131Y-13062D01*
X-48134Y-13051D01*
X-48142Y-13036D01*
X-48156Y-12999D01*
X-48175Y-12947D01*
X-48190Y-12884D01*
X-48204Y-12810D01*
X-48216Y-12729D01*
X-48219Y-12640D01*
Y-12603D01*
X-48216Y-12559D01*
X-48208Y-12503D01*
X-48197Y-12440D01*
X-48182Y-12374D01*
X-48160Y-12307D01*
X-48131Y-12241D01*
Y-12237D01*
X-48127Y-12233D01*
X-48116Y-12211D01*
X-48094Y-12181D01*
X-48068Y-12144D01*
X-48034Y-12104D01*
X-47990Y-12059D01*
X-47945Y-12019D01*
X-47890Y-11981D01*
X-47883Y-11978D01*
X-47864Y-11967D01*
X-47831Y-11952D01*
X-47790Y-11937D01*
X-47742Y-11922D01*
X-47683Y-11908D01*
X-47620Y-11896D01*
X-47553Y-11893D01*
X-47550D01*
X-47546D01*
X-47535D01*
X-47516D01*
X-47479Y-11896D01*
X-47427Y-11904D01*
X-47365Y-11915D01*
X-47298Y-11933D01*
X-47228Y-11956D01*
X-47154Y-11989D01*
X-47150D01*
X-47146Y-11993D01*
X-47135Y-12000D01*
X-47120Y-12007D01*
X-47080Y-12030D01*
X-47028Y-12059D01*
X-46965Y-12104D01*
X-46895Y-12155D01*
X-46813Y-12215D01*
X-46728Y-12289D01*
X-46725Y-12292D01*
X-46717Y-12300D01*
X-46706Y-12311D01*
X-46687Y-12326D01*
X-46665Y-12348D01*
X-46639Y-12374D01*
X-46610Y-12403D01*
X-46576Y-12437D01*
X-46543Y-12477D01*
X-46502Y-12518D01*
X-46458Y-12566D01*
X-46414Y-12618D01*
X-46366Y-12673D01*
X-46317Y-12733D01*
X-46266Y-12796D01*
X-46214Y-12862D01*
Y-11841D01*
X-45859Y-11885D01*
D02*
G37*
G36*
X-46106Y-15622D02*
X-46099Y-15633D01*
X-46084Y-15648D01*
X-46066Y-15670D01*
X-46044Y-15700D01*
X-46018Y-15733D01*
X-45992Y-15774D01*
X-45966Y-15822D01*
X-45936Y-15870D01*
X-45910Y-15929D01*
X-45885Y-15989D01*
X-45862Y-16055D01*
X-45844Y-16126D01*
X-45829Y-16199D01*
X-45822Y-16277D01*
X-45818Y-16359D01*
Y-16388D01*
X-45822Y-16410D01*
Y-16436D01*
X-45825Y-16466D01*
X-45829Y-16499D01*
X-45836Y-16536D01*
X-45851Y-16621D01*
X-45877Y-16710D01*
X-45910Y-16803D01*
X-45955Y-16895D01*
Y-16899D01*
X-45962Y-16906D01*
X-45970Y-16917D01*
X-45981Y-16936D01*
X-46014Y-16976D01*
X-46058Y-17028D01*
X-46118Y-17091D01*
X-46188Y-17150D01*
X-46269Y-17210D01*
X-46366Y-17265D01*
X-46369D01*
X-46377Y-17273D01*
X-46395Y-17276D01*
X-46414Y-17287D01*
X-46440Y-17295D01*
X-46473Y-17306D01*
X-46510Y-17321D01*
X-46551Y-17332D01*
X-46595Y-17343D01*
X-46647Y-17358D01*
X-46699Y-17369D01*
X-46758Y-17376D01*
X-46884Y-17391D01*
X-47020Y-17398D01*
X-47024D01*
X-47039D01*
X-47058D01*
X-47083Y-17395D01*
X-47117D01*
X-47154Y-17391D01*
X-47194Y-17387D01*
X-47243Y-17380D01*
X-47342Y-17365D01*
X-47450Y-17339D01*
X-47561Y-17306D01*
X-47664Y-17261D01*
X-47668D01*
X-47675Y-17254D01*
X-47690Y-17247D01*
X-47709Y-17235D01*
X-47731Y-17221D01*
X-47757Y-17206D01*
X-47816Y-17162D01*
X-47883Y-17110D01*
X-47953Y-17047D01*
X-48016Y-16973D01*
X-48075Y-16888D01*
Y-16884D01*
X-48082Y-16877D01*
X-48090Y-16865D01*
X-48097Y-16847D01*
X-48108Y-16825D01*
X-48119Y-16799D01*
X-48134Y-16766D01*
X-48149Y-16732D01*
X-48175Y-16655D01*
X-48197Y-16566D01*
X-48212Y-16466D01*
X-48219Y-16362D01*
Y-16325D01*
X-48216Y-16281D01*
X-48212Y-16229D01*
X-48204Y-16170D01*
X-48193Y-16103D01*
X-48179Y-16037D01*
X-48160Y-15974D01*
Y-15970D01*
X-48156Y-15966D01*
X-48149Y-15944D01*
X-48134Y-15915D01*
X-48116Y-15874D01*
X-48090Y-15822D01*
X-48053Y-15770D01*
X-48012Y-15711D01*
X-47964Y-15652D01*
X-47694Y-15878D01*
X-47698Y-15881D01*
X-47701Y-15889D01*
X-47709Y-15900D01*
X-47720Y-15915D01*
X-47731Y-15937D01*
X-47746Y-15959D01*
X-47779Y-16018D01*
X-47809Y-16089D01*
X-47834Y-16170D01*
X-47853Y-16255D01*
X-47860Y-16303D01*
Y-16373D01*
X-47857Y-16392D01*
X-47853Y-16414D01*
X-47849Y-16436D01*
X-47834Y-16499D01*
X-47812Y-16566D01*
X-47775Y-16636D01*
X-47753Y-16673D01*
X-47727Y-16706D01*
X-47698Y-16740D01*
X-47661Y-16773D01*
X-47657D01*
X-47649Y-16780D01*
X-47638Y-16788D01*
X-47624Y-16799D01*
X-47601Y-16810D01*
X-47576Y-16825D01*
X-47542Y-16840D01*
X-47505Y-16854D01*
X-47464Y-16869D01*
X-47416Y-16884D01*
X-47365Y-16899D01*
X-47305Y-16910D01*
X-47243Y-16921D01*
X-47176Y-16928D01*
X-47102Y-16932D01*
X-47020Y-16936D01*
X-47017D01*
X-47002D01*
X-46980D01*
X-46950Y-16932D01*
X-46913D01*
X-46872Y-16928D01*
X-46828Y-16921D01*
X-46776Y-16914D01*
X-46673Y-16895D01*
X-46569Y-16865D01*
X-46469Y-16825D01*
X-46425Y-16803D01*
X-46384Y-16773D01*
X-46380Y-16769D01*
X-46377Y-16766D01*
X-46354Y-16743D01*
X-46321Y-16706D01*
X-46284Y-16658D01*
X-46247Y-16595D01*
X-46214Y-16521D01*
X-46192Y-16440D01*
X-46188Y-16392D01*
X-46184Y-16344D01*
Y-16318D01*
X-46188Y-16288D01*
X-46192Y-16251D01*
X-46195Y-16211D01*
X-46207Y-16166D01*
X-46218Y-16122D01*
X-46232Y-16077D01*
X-46236Y-16074D01*
X-46240Y-16059D01*
X-46255Y-16037D01*
X-46269Y-16003D01*
X-46292Y-15966D01*
X-46314Y-15926D01*
X-46347Y-15878D01*
X-46380Y-15830D01*
X-46110Y-15619D01*
X-46106Y-15622D01*
D02*
G37*
G36*
X-46969Y-17672D02*
X-46924D01*
X-46872Y-17680D01*
X-46810Y-17683D01*
X-46743Y-17694D01*
X-46669Y-17705D01*
X-46595Y-17724D01*
X-46517Y-17742D01*
X-46443Y-17768D01*
X-46366Y-17798D01*
X-46295Y-17835D01*
X-46229Y-17876D01*
X-46166Y-17924D01*
X-46114Y-17979D01*
X-46110Y-17983D01*
X-46103Y-17994D01*
X-46092Y-18009D01*
X-46073Y-18035D01*
X-46055Y-18064D01*
X-46033Y-18101D01*
X-46010Y-18142D01*
X-45988Y-18190D01*
X-45962Y-18246D01*
X-45940Y-18301D01*
X-45918Y-18368D01*
X-45899Y-18434D01*
X-45881Y-18508D01*
X-45870Y-18586D01*
X-45862Y-18667D01*
X-45859Y-18753D01*
Y-19337D01*
X-48175D01*
Y-18738D01*
X-48171Y-18704D01*
X-48167Y-18660D01*
X-48160Y-18612D01*
X-48153Y-18556D01*
X-48145Y-18497D01*
X-48116Y-18368D01*
X-48094Y-18301D01*
X-48071Y-18235D01*
X-48042Y-18168D01*
X-48008Y-18101D01*
X-47971Y-18038D01*
X-47927Y-17979D01*
X-47923Y-17976D01*
X-47916Y-17964D01*
X-47901Y-17950D01*
X-47879Y-17931D01*
X-47849Y-17905D01*
X-47816Y-17879D01*
X-47772Y-17853D01*
X-47723Y-17824D01*
X-47668Y-17794D01*
X-47601Y-17768D01*
X-47527Y-17739D01*
X-47446Y-17717D01*
X-47357Y-17698D01*
X-47257Y-17683D01*
X-47150Y-17672D01*
X-47032Y-17668D01*
X-47024D01*
X-47002D01*
X-46969Y-17672D01*
D02*
G37*
G36*
X-45859Y-20029D02*
X-46399Y-20188D01*
Y-20939D01*
X-45859Y-21098D01*
Y-21542D01*
X-48175Y-20817D01*
Y-20295D01*
X-45859Y-19570D01*
Y-20029D01*
D02*
G37*
G36*
X16236Y57410D02*
X16262Y57402D01*
X16291Y57395D01*
X16325Y57380D01*
X16358Y57361D01*
X16387Y57336D01*
X16391Y57332D01*
X16398Y57321D01*
X16413Y57306D01*
X16428Y57284D01*
X16439Y57258D01*
X16454Y57228D01*
X16461Y57191D01*
X16465Y57154D01*
Y57151D01*
Y57136D01*
X16461Y57113D01*
X16454Y57088D01*
X16447Y57058D01*
X16432Y57028D01*
X16413Y56995D01*
X16387Y56966D01*
X16384Y56962D01*
X16373Y56954D01*
X16358Y56943D01*
X16336Y56928D01*
X16306Y56914D01*
X16273Y56903D01*
X16232Y56895D01*
X16191Y56892D01*
X16173D01*
X16151Y56895D01*
X16121Y56903D01*
X16091Y56910D01*
X16058Y56921D01*
X16025Y56940D01*
X15995Y56966D01*
X15992Y56969D01*
X15984Y56980D01*
X15973Y56995D01*
X15958Y57017D01*
X15943Y57043D01*
X15932Y57077D01*
X15925Y57113D01*
X15921Y57154D01*
Y57158D01*
Y57173D01*
X15925Y57195D01*
X15932Y57221D01*
X15940Y57247D01*
X15951Y57280D01*
X15969Y57310D01*
X15995Y57339D01*
X15999Y57343D01*
X16010Y57350D01*
X16025Y57361D01*
X16051Y57376D01*
X16077Y57391D01*
X16110Y57402D01*
X16151Y57410D01*
X16191Y57413D01*
X16214D01*
X16236Y57410D01*
D02*
G37*
G36*
X2453Y57139D02*
X2505Y57136D01*
X2564Y57128D01*
X2631Y57117D01*
X2697Y57102D01*
X2760Y57084D01*
X2764D01*
X2768Y57080D01*
X2790Y57073D01*
X2819Y57058D01*
X2860Y57039D01*
X2912Y57014D01*
X2964Y56977D01*
X3023Y56936D01*
X3082Y56888D01*
X2857Y56618D01*
X2853Y56621D01*
X2845Y56625D01*
X2834Y56633D01*
X2819Y56644D01*
X2797Y56655D01*
X2775Y56669D01*
X2716Y56703D01*
X2646Y56732D01*
X2564Y56758D01*
X2479Y56777D01*
X2431Y56784D01*
X2361D01*
X2342Y56780D01*
X2320Y56777D01*
X2298Y56773D01*
X2235Y56758D01*
X2168Y56736D01*
X2098Y56699D01*
X2061Y56677D01*
X2028Y56651D01*
X1994Y56621D01*
X1961Y56584D01*
Y56581D01*
X1954Y56573D01*
X1946Y56562D01*
X1935Y56547D01*
X1924Y56525D01*
X1909Y56499D01*
X1894Y56466D01*
X1880Y56429D01*
X1865Y56388D01*
X1850Y56340D01*
X1835Y56288D01*
X1824Y56229D01*
X1813Y56166D01*
X1806Y56100D01*
X1802Y56026D01*
X1798Y55944D01*
Y55941D01*
Y55926D01*
Y55904D01*
X1802Y55874D01*
Y55837D01*
X1806Y55796D01*
X1813Y55752D01*
X1821Y55700D01*
X1839Y55597D01*
X1869Y55493D01*
X1909Y55393D01*
X1932Y55349D01*
X1961Y55308D01*
X1965Y55304D01*
X1969Y55300D01*
X1991Y55278D01*
X2028Y55245D01*
X2076Y55208D01*
X2139Y55171D01*
X2213Y55138D01*
X2294Y55115D01*
X2342Y55112D01*
X2390Y55108D01*
X2416D01*
X2446Y55112D01*
X2483Y55115D01*
X2523Y55119D01*
X2568Y55130D01*
X2612Y55141D01*
X2657Y55156D01*
X2660Y55160D01*
X2675Y55164D01*
X2697Y55178D01*
X2731Y55193D01*
X2768Y55215D01*
X2808Y55238D01*
X2857Y55271D01*
X2905Y55304D01*
X3115Y55034D01*
X3112Y55030D01*
X3101Y55023D01*
X3086Y55008D01*
X3064Y54990D01*
X3034Y54967D01*
X3001Y54942D01*
X2960Y54916D01*
X2912Y54890D01*
X2864Y54860D01*
X2805Y54834D01*
X2746Y54808D01*
X2679Y54786D01*
X2609Y54768D01*
X2535Y54753D01*
X2457Y54746D01*
X2376Y54742D01*
X2346D01*
X2324Y54746D01*
X2298D01*
X2268Y54749D01*
X2235Y54753D01*
X2198Y54760D01*
X2113Y54775D01*
X2024Y54801D01*
X1932Y54834D01*
X1839Y54879D01*
X1835D01*
X1828Y54886D01*
X1817Y54893D01*
X1798Y54905D01*
X1758Y54938D01*
X1706Y54982D01*
X1643Y55041D01*
X1584Y55112D01*
X1524Y55193D01*
X1469Y55289D01*
Y55293D01*
X1462Y55300D01*
X1458Y55319D01*
X1447Y55338D01*
X1439Y55363D01*
X1428Y55397D01*
X1414Y55434D01*
X1402Y55474D01*
X1391Y55519D01*
X1376Y55571D01*
X1365Y55622D01*
X1358Y55682D01*
X1343Y55807D01*
X1336Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X1340Y56007D01*
Y56041D01*
X1343Y56077D01*
X1347Y56118D01*
X1354Y56166D01*
X1369Y56266D01*
X1395Y56374D01*
X1428Y56485D01*
X1473Y56588D01*
Y56592D01*
X1480Y56599D01*
X1488Y56614D01*
X1499Y56633D01*
X1513Y56655D01*
X1528Y56681D01*
X1573Y56740D01*
X1624Y56806D01*
X1687Y56877D01*
X1761Y56940D01*
X1846Y56999D01*
X1850D01*
X1857Y57006D01*
X1869Y57014D01*
X1887Y57021D01*
X1909Y57032D01*
X1935Y57043D01*
X1969Y57058D01*
X2002Y57073D01*
X2080Y57099D01*
X2168Y57121D01*
X2268Y57136D01*
X2372Y57143D01*
X2409D01*
X2453Y57139D01*
D02*
G37*
G36*
X-9557D02*
X-9505Y57136D01*
X-9446Y57128D01*
X-9379Y57117D01*
X-9313Y57102D01*
X-9250Y57084D01*
X-9246D01*
X-9243Y57080D01*
X-9220Y57073D01*
X-9191Y57058D01*
X-9150Y57039D01*
X-9098Y57014D01*
X-9046Y56977D01*
X-8987Y56936D01*
X-8928Y56888D01*
X-9154Y56618D01*
X-9157Y56621D01*
X-9165Y56625D01*
X-9176Y56633D01*
X-9191Y56644D01*
X-9213Y56655D01*
X-9235Y56669D01*
X-9294Y56703D01*
X-9365Y56732D01*
X-9446Y56758D01*
X-9531Y56777D01*
X-9579Y56784D01*
X-9650D01*
X-9668Y56780D01*
X-9690Y56777D01*
X-9712Y56773D01*
X-9775Y56758D01*
X-9842Y56736D01*
X-9912Y56699D01*
X-9949Y56677D01*
X-9983Y56651D01*
X-10016Y56621D01*
X-10049Y56584D01*
Y56581D01*
X-10057Y56573D01*
X-10064Y56562D01*
X-10075Y56547D01*
X-10086Y56525D01*
X-10101Y56499D01*
X-10116Y56466D01*
X-10131Y56429D01*
X-10145Y56388D01*
X-10160Y56340D01*
X-10175Y56288D01*
X-10186Y56229D01*
X-10197Y56166D01*
X-10204Y56100D01*
X-10208Y56026D01*
X-10212Y55944D01*
Y55941D01*
Y55926D01*
Y55904D01*
X-10208Y55874D01*
Y55837D01*
X-10204Y55796D01*
X-10197Y55752D01*
X-10190Y55700D01*
X-10171Y55597D01*
X-10142Y55493D01*
X-10101Y55393D01*
X-10079Y55349D01*
X-10049Y55308D01*
X-10045Y55304D01*
X-10042Y55300D01*
X-10019Y55278D01*
X-9983Y55245D01*
X-9934Y55208D01*
X-9871Y55171D01*
X-9798Y55138D01*
X-9716Y55115D01*
X-9668Y55112D01*
X-9620Y55108D01*
X-9594D01*
X-9564Y55112D01*
X-9527Y55115D01*
X-9487Y55119D01*
X-9442Y55130D01*
X-9398Y55141D01*
X-9353Y55156D01*
X-9350Y55160D01*
X-9335Y55164D01*
X-9313Y55178D01*
X-9279Y55193D01*
X-9243Y55215D01*
X-9202Y55238D01*
X-9154Y55271D01*
X-9106Y55304D01*
X-8895Y55034D01*
X-8898Y55030D01*
X-8909Y55023D01*
X-8924Y55008D01*
X-8946Y54990D01*
X-8976Y54967D01*
X-9009Y54942D01*
X-9050Y54916D01*
X-9098Y54890D01*
X-9146Y54860D01*
X-9206Y54834D01*
X-9265Y54808D01*
X-9331Y54786D01*
X-9402Y54768D01*
X-9476Y54753D01*
X-9553Y54746D01*
X-9635Y54742D01*
X-9664D01*
X-9686Y54746D01*
X-9712D01*
X-9742Y54749D01*
X-9775Y54753D01*
X-9812Y54760D01*
X-9897Y54775D01*
X-9986Y54801D01*
X-10079Y54834D01*
X-10171Y54879D01*
X-10175D01*
X-10182Y54886D01*
X-10193Y54893D01*
X-10212Y54905D01*
X-10253Y54938D01*
X-10304Y54982D01*
X-10367Y55041D01*
X-10426Y55112D01*
X-10486Y55193D01*
X-10541Y55289D01*
Y55293D01*
X-10549Y55300D01*
X-10552Y55319D01*
X-10563Y55338D01*
X-10571Y55363D01*
X-10582Y55397D01*
X-10597Y55434D01*
X-10608Y55474D01*
X-10619Y55519D01*
X-10634Y55571D01*
X-10645Y55622D01*
X-10652Y55682D01*
X-10667Y55807D01*
X-10674Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X-10671Y56007D01*
Y56041D01*
X-10667Y56077D01*
X-10663Y56118D01*
X-10656Y56166D01*
X-10641Y56266D01*
X-10615Y56374D01*
X-10582Y56485D01*
X-10537Y56588D01*
Y56592D01*
X-10530Y56599D01*
X-10523Y56614D01*
X-10512Y56633D01*
X-10497Y56655D01*
X-10482Y56681D01*
X-10438Y56740D01*
X-10386Y56806D01*
X-10323Y56877D01*
X-10249Y56940D01*
X-10164Y56999D01*
X-10160D01*
X-10153Y57006D01*
X-10142Y57014D01*
X-10123Y57021D01*
X-10101Y57032D01*
X-10075Y57043D01*
X-10042Y57058D01*
X-10008Y57073D01*
X-9931Y57099D01*
X-9842Y57121D01*
X-9742Y57136D01*
X-9638Y57143D01*
X-9601D01*
X-9557Y57139D01*
D02*
G37*
G36*
X-17630D02*
X-17579Y57136D01*
X-17519Y57128D01*
X-17453Y57113D01*
X-17390Y57099D01*
X-17327Y57077D01*
X-17323D01*
X-17320Y57073D01*
X-17297Y57065D01*
X-17268Y57047D01*
X-17227Y57025D01*
X-17179Y56991D01*
X-17123Y56954D01*
X-17068Y56906D01*
X-17009Y56851D01*
X-17253Y56599D01*
X-17257Y56603D01*
X-17275Y56614D01*
X-17297Y56633D01*
X-17327Y56655D01*
X-17360Y56677D01*
X-17401Y56699D01*
X-17438Y56721D01*
X-17479Y56740D01*
X-17482Y56744D01*
X-17497Y56747D01*
X-17516Y56755D01*
X-17545Y56762D01*
X-17575Y56769D01*
X-17616Y56777D01*
X-17656Y56784D01*
X-17723D01*
X-17741Y56780D01*
X-17764Y56777D01*
X-17786Y56773D01*
X-17845Y56758D01*
X-17908Y56736D01*
X-17978Y56699D01*
X-18011Y56677D01*
X-18045Y56651D01*
X-18078Y56621D01*
X-18108Y56584D01*
Y56581D01*
X-18115Y56573D01*
X-18123Y56562D01*
X-18134Y56547D01*
X-18145Y56525D01*
X-18159Y56499D01*
X-18171Y56466D01*
X-18185Y56429D01*
X-18200Y56388D01*
X-18215Y56340D01*
X-18230Y56288D01*
X-18241Y56229D01*
X-18252Y56166D01*
X-18259Y56100D01*
X-18263Y56026D01*
X-18267Y55944D01*
Y55941D01*
Y55926D01*
Y55900D01*
X-18263Y55870D01*
Y55833D01*
X-18259Y55789D01*
X-18256Y55741D01*
X-18252Y55689D01*
X-18237Y55582D01*
X-18215Y55474D01*
X-18200Y55423D01*
X-18182Y55374D01*
X-18163Y55330D01*
X-18141Y55289D01*
Y55286D01*
X-18134Y55282D01*
X-18119Y55260D01*
X-18089Y55226D01*
X-18045Y55193D01*
X-17993Y55156D01*
X-17926Y55123D01*
X-17849Y55101D01*
X-17804Y55097D01*
X-17760Y55093D01*
X-17727D01*
X-17690Y55097D01*
X-17641Y55104D01*
X-17590Y55112D01*
X-17534Y55127D01*
X-17479Y55149D01*
X-17423Y55175D01*
Y55748D01*
X-17801D01*
X-17845Y56100D01*
X-16987D01*
Y54956D01*
X-16990D01*
X-16994Y54953D01*
X-17005Y54945D01*
X-17020Y54938D01*
X-17057Y54919D01*
X-17105Y54897D01*
X-17164Y54871D01*
X-17227Y54842D01*
X-17294Y54816D01*
X-17364Y54794D01*
X-17368D01*
X-17371Y54790D01*
X-17382D01*
X-17397Y54786D01*
X-17434Y54779D01*
X-17486Y54768D01*
X-17545Y54757D01*
X-17616Y54749D01*
X-17693Y54746D01*
X-17778Y54742D01*
X-17797D01*
X-17823Y54746D01*
X-17852D01*
X-17889Y54753D01*
X-17934Y54757D01*
X-17982Y54768D01*
X-18034Y54779D01*
X-18089Y54797D01*
X-18148Y54816D01*
X-18208Y54842D01*
X-18267Y54871D01*
X-18322Y54908D01*
X-18378Y54949D01*
X-18433Y54993D01*
X-18481Y55049D01*
X-18485Y55053D01*
X-18493Y55064D01*
X-18504Y55082D01*
X-18518Y55104D01*
X-18541Y55138D01*
X-18559Y55178D01*
X-18581Y55223D01*
X-18604Y55275D01*
X-18629Y55338D01*
X-18652Y55404D01*
X-18670Y55474D01*
X-18689Y55556D01*
X-18707Y55645D01*
X-18718Y55737D01*
X-18726Y55837D01*
X-18729Y55944D01*
Y55948D01*
Y55963D01*
Y55981D01*
X-18726Y56007D01*
Y56041D01*
X-18722Y56077D01*
X-18718Y56122D01*
X-18711Y56170D01*
X-18696Y56270D01*
X-18674Y56381D01*
X-18641Y56492D01*
X-18596Y56595D01*
Y56599D01*
X-18589Y56607D01*
X-18581Y56621D01*
X-18570Y56640D01*
X-18555Y56662D01*
X-18541Y56688D01*
X-18500Y56747D01*
X-18444Y56814D01*
X-18382Y56880D01*
X-18307Y56947D01*
X-18226Y57003D01*
X-18222D01*
X-18215Y57010D01*
X-18204Y57017D01*
X-18185Y57025D01*
X-18163Y57036D01*
X-18137Y57047D01*
X-18108Y57058D01*
X-18074Y57073D01*
X-17997Y57099D01*
X-17912Y57121D01*
X-17815Y57136D01*
X-17712Y57143D01*
X-17675D01*
X-17630Y57139D01*
D02*
G37*
G36*
X-13109Y57258D02*
Y54782D01*
X-13498D01*
X-13516Y54993D01*
X-13520Y54990D01*
X-13523Y54975D01*
X-13534Y54953D01*
X-13553Y54927D01*
X-13575Y54897D01*
X-13605Y54864D01*
X-13645Y54834D01*
X-13690Y54808D01*
X-13697Y54805D01*
X-13712Y54797D01*
X-13738Y54786D01*
X-13775Y54775D01*
X-13816Y54764D01*
X-13864Y54753D01*
X-13919Y54746D01*
X-13975Y54742D01*
X-14008D01*
X-14030Y54746D01*
X-14060Y54749D01*
X-14093Y54757D01*
X-14167Y54775D01*
X-14252Y54805D01*
X-14293Y54823D01*
X-14337Y54849D01*
X-14378Y54879D01*
X-14419Y54912D01*
X-14456Y54949D01*
X-14489Y54993D01*
Y54997D01*
X-14496Y55005D01*
X-14504Y55019D01*
X-14515Y55038D01*
X-14530Y55064D01*
X-14545Y55097D01*
X-14559Y55130D01*
X-14574Y55175D01*
X-14589Y55219D01*
X-14604Y55271D01*
X-14619Y55326D01*
X-14633Y55389D01*
X-14645Y55456D01*
X-14652Y55523D01*
X-14656Y55600D01*
X-14659Y55678D01*
Y55682D01*
Y55689D01*
Y55704D01*
Y55722D01*
X-14656Y55748D01*
Y55774D01*
X-14648Y55841D01*
X-14637Y55915D01*
X-14622Y55996D01*
X-14604Y56077D01*
X-14574Y56159D01*
Y56163D01*
X-14570Y56170D01*
X-14567Y56181D01*
X-14559Y56192D01*
X-14537Y56233D01*
X-14511Y56281D01*
X-14478Y56333D01*
X-14434Y56388D01*
X-14382Y56444D01*
X-14326Y56492D01*
X-14323D01*
X-14319Y56496D01*
X-14297Y56510D01*
X-14263Y56529D01*
X-14219Y56555D01*
X-14160Y56577D01*
X-14097Y56595D01*
X-14023Y56610D01*
X-13945Y56614D01*
X-13919D01*
X-13901Y56610D01*
X-13875D01*
X-13849Y56603D01*
X-13790Y56592D01*
X-13723Y56570D01*
X-13657Y56536D01*
X-13623Y56514D01*
X-13594Y56492D01*
X-13568Y56462D01*
X-13542Y56429D01*
Y57306D01*
X-13109Y57258D01*
D02*
G37*
G36*
X18448Y56610D02*
X18471D01*
X18493Y56607D01*
X18548Y56595D01*
X18611Y56581D01*
X18674Y56555D01*
X18737Y56518D01*
X18789Y56470D01*
X18796Y56462D01*
X18811Y56444D01*
X18829Y56410D01*
X18855Y56366D01*
X18881Y56311D01*
X18900Y56240D01*
X18914Y56159D01*
X18922Y56070D01*
Y54782D01*
X18489D01*
Y55889D01*
Y55896D01*
Y55915D01*
Y55941D01*
X18485Y55978D01*
X18482Y56052D01*
X18478Y56089D01*
X18471Y56122D01*
Y56126D01*
X18467Y56137D01*
X18463Y56148D01*
X18459Y56166D01*
X18441Y56203D01*
X18426Y56222D01*
X18411Y56237D01*
X18408D01*
X18404Y56240D01*
X18393Y56248D01*
X18378Y56255D01*
X18360Y56259D01*
X18334Y56266D01*
X18308Y56270D01*
X18256D01*
X18234Y56266D01*
X18208Y56262D01*
X18178Y56255D01*
X18141Y56240D01*
X18104Y56226D01*
X18067Y56203D01*
X18064Y56200D01*
X18052Y56192D01*
X18034Y56177D01*
X18012Y56159D01*
X17986Y56133D01*
X17960Y56107D01*
X17904Y56041D01*
Y54782D01*
X17471D01*
Y56570D01*
X17853D01*
X17871Y56348D01*
X17875Y56351D01*
X17882Y56366D01*
X17901Y56388D01*
X17923Y56418D01*
X17953Y56447D01*
X17989Y56477D01*
X18034Y56510D01*
X18086Y56540D01*
X18093Y56544D01*
X18112Y56551D01*
X18141Y56562D01*
X18182Y56577D01*
X18230Y56592D01*
X18285Y56603D01*
X18345Y56610D01*
X18408Y56614D01*
X18433D01*
X18448Y56610D01*
D02*
G37*
G36*
X-15581Y56610D02*
X-15558D01*
X-15536Y56607D01*
X-15481Y56595D01*
X-15418Y56581D01*
X-15355Y56555D01*
X-15292Y56518D01*
X-15240Y56470D01*
X-15233Y56462D01*
X-15218Y56444D01*
X-15200Y56410D01*
X-15174Y56366D01*
X-15148Y56311D01*
X-15129Y56240D01*
X-15114Y56159D01*
X-15107Y56070D01*
Y54782D01*
X-15540D01*
Y55889D01*
Y55896D01*
Y55915D01*
Y55941D01*
X-15544Y55978D01*
X-15547Y56052D01*
X-15551Y56089D01*
X-15558Y56122D01*
Y56126D01*
X-15562Y56137D01*
X-15566Y56148D01*
X-15570Y56166D01*
X-15588Y56203D01*
X-15603Y56222D01*
X-15618Y56237D01*
X-15621D01*
X-15625Y56240D01*
X-15636Y56248D01*
X-15651Y56255D01*
X-15669Y56259D01*
X-15695Y56266D01*
X-15721Y56270D01*
X-15773D01*
X-15795Y56266D01*
X-15821Y56262D01*
X-15851Y56255D01*
X-15888Y56240D01*
X-15925Y56226D01*
X-15962Y56203D01*
X-15965Y56200D01*
X-15977Y56192D01*
X-15995Y56177D01*
X-16017Y56159D01*
X-16043Y56133D01*
X-16069Y56107D01*
X-16125Y56041D01*
Y54782D01*
X-16557D01*
Y56570D01*
X-16176D01*
X-16158Y56348D01*
X-16154Y56351D01*
X-16147Y56366D01*
X-16128Y56388D01*
X-16106Y56418D01*
X-16076Y56447D01*
X-16039Y56477D01*
X-15995Y56510D01*
X-15943Y56540D01*
X-15936Y56544D01*
X-15917Y56551D01*
X-15888Y56562D01*
X-15847Y56577D01*
X-15799Y56592D01*
X-15743Y56603D01*
X-15684Y56610D01*
X-15621Y56614D01*
X-15595D01*
X-15581Y56610D01*
D02*
G37*
G36*
X-1040Y54782D02*
X-1487D01*
Y55807D01*
X-2157D01*
Y54782D01*
X-2605D01*
Y57099D01*
X-2157D01*
Y56181D01*
X-1487D01*
Y57099D01*
X-1040D01*
Y54782D01*
D02*
G37*
G36*
X14430Y54782D02*
X13953D01*
X13228Y57099D01*
X13690D01*
X14197Y55208D01*
X14711Y57099D01*
X15155D01*
X14430Y54782D01*
D02*
G37*
G36*
X6967Y54782D02*
X6416D01*
X5754Y56699D01*
Y56692D01*
X5757Y56677D01*
Y56651D01*
X5761Y56614D01*
X5765Y56570D01*
X5768Y56521D01*
X5776Y56462D01*
X5779Y56403D01*
X5783Y56336D01*
X5791Y56266D01*
X5798Y56122D01*
X5802Y55978D01*
X5805Y55837D01*
Y54782D01*
X5402D01*
Y57099D01*
X5953D01*
X6616Y55182D01*
Y55186D01*
Y55190D01*
X6612Y55201D01*
Y55215D01*
X6608Y55256D01*
X6605Y55308D01*
X6597Y55367D01*
X6590Y55434D01*
X6586Y55504D01*
X6579Y55578D01*
Y55582D01*
Y55585D01*
Y55597D01*
X6575Y55615D01*
Y55633D01*
Y55656D01*
X6571Y55711D01*
X6568Y55782D01*
Y55859D01*
X6564Y55948D01*
Y56044D01*
Y57099D01*
X6967D01*
Y54782D01*
D02*
G37*
G36*
X-5043D02*
X-5594D01*
X-6257Y56699D01*
Y56692D01*
X-6253Y56677D01*
Y56651D01*
X-6249Y56614D01*
X-6245Y56570D01*
X-6242Y56521D01*
X-6234Y56462D01*
X-6231Y56403D01*
X-6227Y56336D01*
X-6220Y56266D01*
X-6212Y56122D01*
X-6208Y55978D01*
X-6205Y55837D01*
Y54782D01*
X-6608D01*
Y57099D01*
X-6057D01*
X-5395Y55182D01*
Y55186D01*
Y55190D01*
X-5398Y55201D01*
Y55215D01*
X-5402Y55256D01*
X-5406Y55308D01*
X-5413Y55367D01*
X-5420Y55434D01*
X-5424Y55504D01*
X-5432Y55578D01*
Y55582D01*
Y55585D01*
Y55597D01*
X-5435Y55615D01*
Y55633D01*
Y55656D01*
X-5439Y55711D01*
X-5443Y55782D01*
Y55859D01*
X-5446Y55948D01*
Y56044D01*
Y57099D01*
X-5043D01*
Y54782D01*
D02*
G37*
G36*
X16476Y55112D02*
X16950D01*
Y54782D01*
X15533D01*
Y55112D01*
X16047D01*
Y56237D01*
X15548D01*
Y56570D01*
X16476D01*
Y55112D01*
D02*
G37*
G36*
X10009Y55160D02*
X11022D01*
X10974Y54782D01*
X9565D01*
Y57099D01*
X10009D01*
Y55160D01*
D02*
G37*
G36*
X5169Y54782D02*
X4710D01*
X4551Y55323D01*
X3800D01*
X3641Y54782D01*
X3197D01*
X3922Y57099D01*
X4444D01*
X5169Y54782D01*
D02*
G37*
G36*
X-6841D02*
X-7300D01*
X-7459Y55323D01*
X-8210D01*
X-8369Y54782D01*
X-8813D01*
X-8088Y57099D01*
X-7566D01*
X-6841Y54782D01*
D02*
G37*
G36*
X9036Y54187D02*
X7337Y54187D01*
Y54549D01*
X9036Y54549D01*
Y54187D01*
D02*
G37*
G36*
X-2975Y54187D02*
X-4673D01*
Y54549D01*
X-2975D01*
Y54187D01*
D02*
G37*
G36*
X-49400Y-45000D02*
X-58000D01*
Y-23500D01*
X-49400D01*
Y-45000D01*
D02*
G37*
G36*
X64737Y-15636D02*
X58263D01*
Y-1364D01*
X64737D01*
Y-15636D01*
D02*
G37*
G36*
X-16895Y29757D02*
X-17280D01*
Y30160D01*
X-19796D01*
Y29757D01*
X-20177D01*
Y30626D01*
X-16895D01*
Y29757D01*
D02*
G37*
G36*
X-17616Y27958D02*
X-20177D01*
Y28451D01*
X-17616D01*
Y27958D01*
D02*
G37*
G36*
X-18479Y27574D02*
X-18442Y27570D01*
X-18401Y27562D01*
X-18353Y27555D01*
X-18305Y27544D01*
X-18249Y27529D01*
X-18194Y27511D01*
X-18135Y27488D01*
X-18075Y27463D01*
X-18016Y27429D01*
X-17961Y27392D01*
X-17905Y27352D01*
X-17850Y27303D01*
X-17846Y27300D01*
X-17839Y27292D01*
X-17824Y27278D01*
X-17805Y27255D01*
X-17787Y27229D01*
X-17764Y27196D01*
X-17739Y27159D01*
X-17713Y27119D01*
X-17687Y27070D01*
X-17661Y27019D01*
X-17639Y26963D01*
X-17620Y26900D01*
X-17602Y26837D01*
X-17587Y26767D01*
X-17580Y26697D01*
X-17576Y26619D01*
Y26593D01*
X-17580Y26575D01*
Y26552D01*
X-17583Y26526D01*
X-17591Y26464D01*
X-17605Y26386D01*
X-17624Y26305D01*
X-17653Y26219D01*
X-17691Y26131D01*
Y26127D01*
X-17694Y26120D01*
X-17702Y26108D01*
X-17713Y26094D01*
X-17739Y26053D01*
X-17776Y26001D01*
X-17824Y25946D01*
X-17883Y25886D01*
X-17950Y25831D01*
X-18027Y25779D01*
X-18031D01*
X-18038Y25775D01*
X-18049Y25768D01*
X-18068Y25761D01*
X-18090Y25753D01*
X-18116Y25742D01*
X-18146Y25731D01*
X-18179Y25720D01*
X-18216Y25709D01*
X-18257Y25698D01*
X-18349Y25679D01*
X-18456Y25664D01*
X-18571Y25661D01*
X-18575D01*
X-18582D01*
X-18597D01*
X-18612Y25664D01*
X-18634D01*
X-18660Y25668D01*
X-18723Y25675D01*
X-18793Y25690D01*
X-18871Y25712D01*
X-18956Y25738D01*
X-19041Y25779D01*
X-19045D01*
X-19052Y25787D01*
X-19063Y25790D01*
X-19078Y25801D01*
X-19119Y25831D01*
X-19171Y25868D01*
X-19226Y25916D01*
X-19285Y25975D01*
X-19341Y26042D01*
X-19392Y26120D01*
Y26123D01*
X-19396Y26131D01*
X-19404Y26142D01*
X-19411Y26160D01*
X-19422Y26179D01*
X-19430Y26205D01*
X-19441Y26234D01*
X-19455Y26264D01*
X-19478Y26338D01*
X-19496Y26423D01*
X-19511Y26515D01*
X-19515Y26615D01*
Y26656D01*
X-19511Y26686D01*
X-19507Y26723D01*
X-19500Y26763D01*
X-19492Y26811D01*
X-19481Y26860D01*
X-19466Y26915D01*
X-19448Y26970D01*
X-19426Y27026D01*
X-19400Y27085D01*
X-19367Y27144D01*
X-19330Y27200D01*
X-19289Y27255D01*
X-19241Y27307D01*
X-19237Y27311D01*
X-19230Y27318D01*
X-19211Y27333D01*
X-19193Y27348D01*
X-19163Y27370D01*
X-19133Y27392D01*
X-19093Y27418D01*
X-19052Y27444D01*
X-19004Y27466D01*
X-18952Y27492D01*
X-18893Y27514D01*
X-18834Y27537D01*
X-18767Y27551D01*
X-18701Y27566D01*
X-18627Y27574D01*
X-18549Y27577D01*
X-18545D01*
X-18530D01*
X-18508D01*
X-18479Y27574D01*
D02*
G37*
G36*
X-18993Y25405D02*
X-18997Y25402D01*
X-19004Y25383D01*
X-19019Y25361D01*
X-19034Y25331D01*
X-19048Y25294D01*
X-19063Y25257D01*
X-19071Y25217D01*
X-19074Y25176D01*
Y25161D01*
X-19071Y25139D01*
X-19067Y25117D01*
X-19060Y25091D01*
X-19048Y25061D01*
X-19034Y25032D01*
X-19015Y25002D01*
X-19011Y24998D01*
X-19004Y24991D01*
X-18989Y24976D01*
X-18967Y24961D01*
X-18941Y24943D01*
X-18904Y24924D01*
X-18860Y24906D01*
X-18808Y24891D01*
X-18801D01*
X-18789Y24887D01*
X-18778Y24884D01*
X-18760D01*
X-18738Y24880D01*
X-18708Y24876D01*
X-18675Y24873D01*
X-18638Y24869D01*
X-18590Y24865D01*
X-18541Y24861D01*
X-18482D01*
X-18419Y24858D01*
X-18349Y24854D01*
X-18271D01*
X-18186D01*
X-17616D01*
Y24362D01*
X-19474D01*
Y24817D01*
X-19211D01*
X-19215Y24821D01*
X-19237Y24836D01*
X-19270Y24858D01*
X-19311Y24887D01*
X-19352Y24917D01*
X-19392Y24954D01*
X-19430Y24987D01*
X-19455Y25024D01*
X-19459Y25028D01*
X-19466Y25039D01*
X-19474Y25061D01*
X-19485Y25087D01*
X-19496Y25117D01*
X-19507Y25154D01*
X-19511Y25191D01*
X-19515Y25235D01*
Y25265D01*
X-19511Y25298D01*
X-19503Y25339D01*
X-19492Y25391D01*
X-19474Y25446D01*
X-19452Y25502D01*
X-19418Y25561D01*
X-18993Y25405D01*
D02*
G37*
G36*
X-17646Y24081D02*
X-17642Y24077D01*
X-17635Y24055D01*
X-17624Y24018D01*
X-17613Y23970D01*
X-17598Y23914D01*
X-17587Y23848D01*
X-17580Y23774D01*
X-17576Y23696D01*
Y23674D01*
X-17580Y23648D01*
X-17583Y23615D01*
X-17587Y23578D01*
X-17594Y23537D01*
X-17605Y23496D01*
X-17620Y23456D01*
X-17624Y23452D01*
X-17628Y23437D01*
X-17639Y23418D01*
X-17650Y23396D01*
X-17687Y23345D01*
X-17709Y23319D01*
X-17735Y23296D01*
X-17739Y23293D01*
X-17750Y23289D01*
X-17764Y23282D01*
X-17787Y23270D01*
X-17813Y23259D01*
X-17846Y23248D01*
X-17883Y23237D01*
X-17924Y23230D01*
X-17927D01*
X-17942Y23226D01*
X-17964D01*
X-18001Y23222D01*
X-18049Y23219D01*
X-18109D01*
X-18142Y23215D01*
X-18183D01*
X-18223D01*
X-18271D01*
X-19082D01*
Y22989D01*
X-19474D01*
Y23215D01*
X-19844D01*
X-20132Y23707D01*
X-19474D01*
Y24044D01*
X-19082D01*
Y23707D01*
X-18331D01*
X-18327D01*
X-18319D01*
X-18308D01*
X-18294D01*
X-18257D01*
X-18212D01*
X-18168Y23711D01*
X-18123D01*
X-18090D01*
X-18075Y23715D01*
X-18068D01*
X-18060Y23718D01*
X-18046Y23726D01*
X-18027Y23737D01*
X-18005Y23759D01*
X-18001Y23766D01*
X-17994Y23781D01*
X-17987Y23807D01*
X-17983Y23840D01*
Y23855D01*
X-17987Y23870D01*
X-17990Y23892D01*
X-17994Y23922D01*
X-18001Y23955D01*
X-18012Y23996D01*
X-18027Y24040D01*
X-17646Y24084D01*
Y24081D01*
D02*
G37*
G36*
X-17616Y22201D02*
X-18560D01*
X-18564D01*
X-18575D01*
X-18590D01*
X-18608D01*
X-18634D01*
X-18660D01*
X-18723Y22197D01*
X-18786Y22194D01*
X-18852Y22186D01*
X-18908Y22179D01*
X-18930Y22175D01*
X-18948Y22168D01*
X-18952D01*
X-18963Y22161D01*
X-18978Y22153D01*
X-19000Y22142D01*
X-19045Y22109D01*
X-19067Y22090D01*
X-19085Y22064D01*
X-19089Y22061D01*
X-19093Y22053D01*
X-19100Y22038D01*
X-19111Y22016D01*
X-19122Y21990D01*
X-19130Y21964D01*
X-19133Y21931D01*
X-19137Y21894D01*
Y21872D01*
X-19133Y21850D01*
X-19130Y21820D01*
X-19119Y21783D01*
X-19108Y21746D01*
X-19089Y21705D01*
X-19067Y21665D01*
X-19063Y21661D01*
X-19056Y21650D01*
X-19037Y21631D01*
X-19019Y21609D01*
X-18989Y21587D01*
X-18960Y21565D01*
X-18919Y21543D01*
X-18878Y21528D01*
X-18875D01*
X-18856Y21520D01*
X-18826Y21517D01*
X-18782Y21509D01*
X-18756Y21506D01*
X-18723Y21502D01*
X-18689Y21498D01*
X-18649D01*
X-18608Y21495D01*
X-18560Y21491D01*
X-18508D01*
X-18453D01*
X-17616D01*
Y20999D01*
X-19474D01*
Y21454D01*
X-19200D01*
X-19204Y21457D01*
X-19215Y21465D01*
X-19230Y21480D01*
X-19248Y21498D01*
X-19274Y21520D01*
X-19300Y21550D01*
X-19330Y21583D01*
X-19359Y21620D01*
X-19385Y21661D01*
X-19415Y21709D01*
X-19441Y21757D01*
X-19466Y21813D01*
X-19485Y21872D01*
X-19500Y21931D01*
X-19511Y21998D01*
X-19515Y22064D01*
Y22090D01*
X-19511Y22124D01*
X-19507Y22164D01*
X-19500Y22209D01*
X-19489Y22257D01*
X-19474Y22309D01*
X-19455Y22360D01*
X-19452Y22368D01*
X-19444Y22382D01*
X-19433Y22408D01*
X-19415Y22438D01*
X-19392Y22471D01*
X-19367Y22505D01*
X-19337Y22538D01*
X-19304Y22568D01*
X-19300Y22571D01*
X-19289Y22579D01*
X-19270Y22590D01*
X-19244Y22604D01*
X-19215Y22623D01*
X-19178Y22638D01*
X-19141Y22653D01*
X-19096Y22664D01*
X-19093D01*
X-19074Y22667D01*
X-19048Y22675D01*
X-19011Y22679D01*
X-18967Y22686D01*
X-18908Y22690D01*
X-18845Y22693D01*
X-18767D01*
X-17616D01*
Y22201D01*
D02*
G37*
G36*
X-18479Y20618D02*
X-18442Y20614D01*
X-18401Y20606D01*
X-18353Y20599D01*
X-18305Y20588D01*
X-18249Y20573D01*
X-18194Y20555D01*
X-18135Y20533D01*
X-18075Y20507D01*
X-18016Y20473D01*
X-17961Y20436D01*
X-17905Y20396D01*
X-17850Y20347D01*
X-17846Y20344D01*
X-17839Y20336D01*
X-17824Y20322D01*
X-17805Y20299D01*
X-17787Y20274D01*
X-17764Y20240D01*
X-17739Y20203D01*
X-17713Y20163D01*
X-17687Y20114D01*
X-17661Y20063D01*
X-17639Y20007D01*
X-17620Y19944D01*
X-17602Y19881D01*
X-17587Y19811D01*
X-17580Y19741D01*
X-17576Y19663D01*
Y19637D01*
X-17580Y19619D01*
Y19596D01*
X-17583Y19570D01*
X-17591Y19508D01*
X-17605Y19430D01*
X-17624Y19349D01*
X-17653Y19263D01*
X-17691Y19175D01*
Y19171D01*
X-17694Y19163D01*
X-17702Y19152D01*
X-17713Y19138D01*
X-17739Y19097D01*
X-17776Y19045D01*
X-17824Y18990D01*
X-17883Y18930D01*
X-17950Y18875D01*
X-18027Y18823D01*
X-18031D01*
X-18038Y18819D01*
X-18049Y18812D01*
X-18068Y18805D01*
X-18090Y18797D01*
X-18116Y18786D01*
X-18146Y18775D01*
X-18179Y18764D01*
X-18216Y18753D01*
X-18257Y18742D01*
X-18349Y18723D01*
X-18456Y18708D01*
X-18571Y18705D01*
X-18575D01*
X-18582D01*
X-18597D01*
X-18612Y18708D01*
X-18634D01*
X-18660Y18712D01*
X-18723Y18720D01*
X-18793Y18734D01*
X-18871Y18756D01*
X-18956Y18782D01*
X-19041Y18823D01*
X-19045D01*
X-19052Y18831D01*
X-19063Y18834D01*
X-19078Y18845D01*
X-19119Y18875D01*
X-19171Y18912D01*
X-19226Y18960D01*
X-19285Y19019D01*
X-19341Y19086D01*
X-19392Y19163D01*
Y19167D01*
X-19396Y19175D01*
X-19404Y19186D01*
X-19411Y19204D01*
X-19422Y19223D01*
X-19430Y19249D01*
X-19441Y19278D01*
X-19455Y19308D01*
X-19478Y19382D01*
X-19496Y19467D01*
X-19511Y19559D01*
X-19515Y19659D01*
Y19700D01*
X-19511Y19730D01*
X-19507Y19767D01*
X-19500Y19807D01*
X-19492Y19855D01*
X-19481Y19904D01*
X-19466Y19959D01*
X-19448Y20015D01*
X-19426Y20070D01*
X-19400Y20129D01*
X-19367Y20188D01*
X-19330Y20244D01*
X-19289Y20299D01*
X-19241Y20351D01*
X-19237Y20355D01*
X-19230Y20362D01*
X-19211Y20377D01*
X-19193Y20392D01*
X-19163Y20414D01*
X-19133Y20436D01*
X-19093Y20462D01*
X-19052Y20488D01*
X-19004Y20510D01*
X-18952Y20536D01*
X-18893Y20558D01*
X-18834Y20581D01*
X-18767Y20595D01*
X-18701Y20610D01*
X-18627Y20618D01*
X-18549Y20621D01*
X-18545D01*
X-18530D01*
X-18508D01*
X-18479Y20618D01*
D02*
G37*
G36*
X-18382Y18372D02*
X-18360Y18364D01*
X-18331Y18353D01*
X-18297Y18338D01*
X-18257Y18324D01*
X-18212Y18305D01*
X-18164Y18283D01*
X-18064Y18231D01*
X-17961Y18165D01*
X-17861Y18083D01*
X-17816Y18039D01*
X-17776Y17991D01*
X-17772Y17987D01*
X-17768Y17979D01*
X-17757Y17965D01*
X-17742Y17943D01*
X-17728Y17917D01*
X-17713Y17883D01*
X-17694Y17846D01*
X-17676Y17806D01*
X-17653Y17758D01*
X-17635Y17706D01*
X-17620Y17650D01*
X-17605Y17591D01*
X-17591Y17528D01*
X-17580Y17458D01*
X-17576Y17388D01*
X-17572Y17310D01*
Y17288D01*
X-17576Y17262D01*
X-17580Y17225D01*
X-17583Y17184D01*
X-17591Y17132D01*
X-17602Y17077D01*
X-17616Y17014D01*
X-17635Y16951D01*
X-17657Y16884D01*
X-17687Y16814D01*
X-17720Y16744D01*
X-17757Y16673D01*
X-17805Y16603D01*
X-17857Y16536D01*
X-17920Y16474D01*
X-17924Y16470D01*
X-17935Y16459D01*
X-17957Y16444D01*
X-17983Y16422D01*
X-18020Y16400D01*
X-18060Y16370D01*
X-18112Y16340D01*
X-18171Y16311D01*
X-18234Y16281D01*
X-18305Y16252D01*
X-18386Y16222D01*
X-18471Y16200D01*
X-18560Y16178D01*
X-18660Y16163D01*
X-18764Y16152D01*
X-18875Y16148D01*
X-18878D01*
X-18882D01*
X-18904D01*
X-18937Y16152D01*
X-18982D01*
X-19034Y16159D01*
X-19096Y16166D01*
X-19163Y16174D01*
X-19241Y16189D01*
X-19319Y16207D01*
X-19400Y16229D01*
X-19481Y16255D01*
X-19566Y16289D01*
X-19648Y16326D01*
X-19726Y16370D01*
X-19800Y16418D01*
X-19870Y16477D01*
X-19873Y16481D01*
X-19885Y16492D01*
X-19903Y16511D01*
X-19925Y16536D01*
X-19951Y16570D01*
X-19981Y16611D01*
X-20014Y16655D01*
X-20047Y16710D01*
X-20081Y16770D01*
X-20114Y16833D01*
X-20144Y16906D01*
X-20169Y16981D01*
X-20192Y17066D01*
X-20210Y17151D01*
X-20221Y17247D01*
X-20225Y17343D01*
Y17388D01*
X-20221Y17421D01*
X-20218Y17461D01*
X-20210Y17506D01*
X-20203Y17558D01*
X-20192Y17613D01*
X-20177Y17672D01*
X-20158Y17735D01*
X-20136Y17798D01*
X-20107Y17865D01*
X-20077Y17928D01*
X-20040Y17987D01*
X-19996Y18050D01*
X-19948Y18105D01*
Y18109D01*
X-19940Y18113D01*
X-19929Y18124D01*
X-19918Y18135D01*
X-19899Y18150D01*
X-19877Y18165D01*
X-19825Y18205D01*
X-19759Y18246D01*
X-19677Y18290D01*
X-19585Y18331D01*
X-19478Y18368D01*
X-19355Y17857D01*
X-19359D01*
X-19363Y17854D01*
X-19374D01*
X-19389Y17846D01*
X-19422Y17835D01*
X-19466Y17817D01*
X-19518Y17791D01*
X-19570Y17758D01*
X-19622Y17713D01*
X-19666Y17665D01*
X-19670Y17658D01*
X-19685Y17639D01*
X-19703Y17609D01*
X-19726Y17569D01*
X-19748Y17517D01*
X-19766Y17458D01*
X-19781Y17391D01*
X-19785Y17317D01*
Y17291D01*
X-19781Y17269D01*
X-19777Y17247D01*
X-19774Y17217D01*
X-19759Y17154D01*
X-19733Y17080D01*
X-19696Y17003D01*
X-19674Y16962D01*
X-19648Y16925D01*
X-19614Y16888D01*
X-19578Y16855D01*
X-19574D01*
X-19566Y16847D01*
X-19555Y16840D01*
X-19537Y16829D01*
X-19515Y16814D01*
X-19489Y16799D01*
X-19455Y16784D01*
X-19418Y16770D01*
X-19374Y16751D01*
X-19326Y16736D01*
X-19270Y16722D01*
X-19211Y16707D01*
X-19145Y16696D01*
X-19074Y16688D01*
X-18997Y16684D01*
X-18912Y16681D01*
X-18908D01*
X-18889D01*
X-18863D01*
X-18834Y16684D01*
X-18793D01*
X-18745Y16692D01*
X-18697Y16696D01*
X-18641Y16703D01*
X-18527Y16725D01*
X-18412Y16755D01*
X-18357Y16773D01*
X-18305Y16799D01*
X-18257Y16825D01*
X-18216Y16855D01*
X-18212Y16858D01*
X-18209Y16862D01*
X-18197Y16873D01*
X-18183Y16888D01*
X-18153Y16925D01*
X-18116Y16977D01*
X-18075Y17040D01*
X-18046Y17117D01*
X-18020Y17206D01*
X-18016Y17254D01*
X-18012Y17306D01*
Y17325D01*
X-18016Y17339D01*
X-18020Y17380D01*
X-18027Y17428D01*
X-18046Y17480D01*
X-18068Y17539D01*
X-18098Y17598D01*
X-18142Y17658D01*
X-18149Y17665D01*
X-18168Y17684D01*
X-18197Y17709D01*
X-18242Y17739D01*
X-18301Y17776D01*
X-18371Y17809D01*
X-18456Y17843D01*
X-18556Y17872D01*
X-18401Y18375D01*
X-18397D01*
X-18382Y18372D01*
D02*
G37*
G36*
X-17616Y14302D02*
X-17887D01*
X-17879Y14298D01*
X-17861Y14283D01*
X-17831Y14257D01*
X-17798Y14224D01*
X-17761Y14187D01*
X-17720Y14139D01*
X-17683Y14087D01*
X-17650Y14032D01*
X-17646Y14024D01*
X-17639Y14006D01*
X-17628Y13972D01*
X-17613Y13935D01*
X-17598Y13887D01*
X-17587Y13832D01*
X-17580Y13776D01*
X-17576Y13717D01*
Y13688D01*
X-17580Y13665D01*
X-17583Y13636D01*
X-17591Y13606D01*
X-17598Y13569D01*
X-17609Y13528D01*
X-17620Y13488D01*
X-17639Y13443D01*
X-17657Y13399D01*
X-17683Y13351D01*
X-17713Y13306D01*
X-17746Y13258D01*
X-17787Y13214D01*
X-17831Y13170D01*
X-17835Y13166D01*
X-17842Y13158D01*
X-17857Y13147D01*
X-17879Y13136D01*
X-17905Y13118D01*
X-17938Y13099D01*
X-17975Y13077D01*
X-18020Y13058D01*
X-18068Y13036D01*
X-18120Y13014D01*
X-18179Y12996D01*
X-18242Y12981D01*
X-18312Y12966D01*
X-18386Y12955D01*
X-18464Y12947D01*
X-18549Y12944D01*
X-18553D01*
X-18571D01*
X-18593D01*
X-18627Y12947D01*
X-18667Y12951D01*
X-18712Y12955D01*
X-18764Y12962D01*
X-18815Y12970D01*
X-18934Y12996D01*
X-18993Y13014D01*
X-19052Y13036D01*
X-19111Y13062D01*
X-19167Y13092D01*
X-19219Y13125D01*
X-19267Y13162D01*
X-19270Y13166D01*
X-19278Y13173D01*
X-19289Y13184D01*
X-19307Y13203D01*
X-19326Y13225D01*
X-19344Y13251D01*
X-19367Y13281D01*
X-19392Y13318D01*
X-19415Y13354D01*
X-19437Y13399D01*
X-19478Y13491D01*
X-19492Y13547D01*
X-19503Y13602D01*
X-19511Y13662D01*
X-19515Y13724D01*
Y13754D01*
X-19511Y13776D01*
X-19507Y13802D01*
X-19500Y13836D01*
X-19492Y13869D01*
X-19481Y13909D01*
X-19470Y13950D01*
X-19452Y13995D01*
X-19430Y14039D01*
X-19407Y14083D01*
X-19374Y14131D01*
X-19341Y14176D01*
X-19300Y14220D01*
X-19256Y14265D01*
X-20177D01*
Y14757D01*
X-17616D01*
Y14302D01*
D02*
G37*
G36*
X-18401Y11423D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y11427D01*
X-18327Y11430D01*
X-18275Y11438D01*
X-18223Y11453D01*
X-18164Y11475D01*
X-18109Y11501D01*
X-18060Y11538D01*
X-18057Y11541D01*
X-18042Y11560D01*
X-18023Y11582D01*
X-18001Y11615D01*
X-17979Y11656D01*
X-17961Y11708D01*
X-17946Y11763D01*
X-17942Y11823D01*
Y11841D01*
X-17946Y11863D01*
X-17950Y11889D01*
X-17957Y11919D01*
X-17968Y11952D01*
X-17983Y11986D01*
X-18005Y12015D01*
X-18009Y12019D01*
X-18016Y12030D01*
X-18031Y12045D01*
X-18053Y12060D01*
X-18083Y12082D01*
X-18116Y12100D01*
X-18160Y12119D01*
X-18209Y12137D01*
X-18127Y12626D01*
X-18123D01*
X-18116Y12622D01*
X-18101Y12615D01*
X-18083Y12607D01*
X-18060Y12596D01*
X-18035Y12585D01*
X-17975Y12552D01*
X-17909Y12511D01*
X-17839Y12459D01*
X-17776Y12396D01*
X-17716Y12326D01*
Y12322D01*
X-17709Y12319D01*
X-17705Y12304D01*
X-17694Y12289D01*
X-17683Y12270D01*
X-17672Y12245D01*
X-17661Y12219D01*
X-17646Y12185D01*
X-17620Y12111D01*
X-17598Y12026D01*
X-17583Y11926D01*
X-17576Y11819D01*
Y11797D01*
X-17580Y11775D01*
Y11741D01*
X-17587Y11701D01*
X-17594Y11653D01*
X-17602Y11601D01*
X-17616Y11549D01*
X-17631Y11490D01*
X-17653Y11430D01*
X-17679Y11371D01*
X-17709Y11312D01*
X-17746Y11253D01*
X-17787Y11197D01*
X-17835Y11149D01*
X-17890Y11101D01*
X-17894Y11097D01*
X-17901Y11094D01*
X-17916Y11086D01*
X-17935Y11072D01*
X-17961Y11061D01*
X-17990Y11046D01*
X-18023Y11027D01*
X-18064Y11012D01*
X-18109Y10994D01*
X-18157Y10979D01*
X-18209Y10961D01*
X-18268Y10949D01*
X-18327Y10938D01*
X-18390Y10927D01*
X-18460Y10924D01*
X-18530Y10920D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y10924D01*
X-18645Y10927D01*
X-18689Y10931D01*
X-18738Y10938D01*
X-18793Y10949D01*
X-18908Y10979D01*
X-18967Y10998D01*
X-19030Y11020D01*
X-19089Y11049D01*
X-19145Y11083D01*
X-19200Y11120D01*
X-19252Y11160D01*
X-19256Y11164D01*
X-19263Y11171D01*
X-19278Y11186D01*
X-19293Y11205D01*
X-19311Y11227D01*
X-19333Y11257D01*
X-19359Y11290D01*
X-19385Y11327D01*
X-19407Y11368D01*
X-19433Y11416D01*
X-19455Y11464D01*
X-19474Y11519D01*
X-19489Y11575D01*
X-19503Y11638D01*
X-19511Y11701D01*
X-19515Y11767D01*
Y11808D01*
X-19511Y11838D01*
X-19507Y11871D01*
X-19500Y11912D01*
X-19492Y11956D01*
X-19481Y12004D01*
X-19466Y12056D01*
X-19448Y12108D01*
X-19426Y12163D01*
X-19396Y12219D01*
X-19367Y12270D01*
X-19330Y12322D01*
X-19285Y12374D01*
X-19237Y12418D01*
X-19233Y12422D01*
X-19226Y12430D01*
X-19207Y12441D01*
X-19185Y12455D01*
X-19156Y12474D01*
X-19122Y12492D01*
X-19078Y12515D01*
X-19030Y12537D01*
X-18974Y12559D01*
X-18912Y12581D01*
X-18845Y12600D01*
X-18767Y12618D01*
X-18686Y12633D01*
X-18597Y12644D01*
X-18505Y12652D01*
X-18401D01*
Y11423D01*
D02*
G37*
G36*
X-17646Y10761D02*
X-17642Y10757D01*
X-17635Y10735D01*
X-17624Y10698D01*
X-17613Y10650D01*
X-17598Y10594D01*
X-17587Y10528D01*
X-17580Y10454D01*
X-17576Y10376D01*
Y10354D01*
X-17580Y10328D01*
X-17583Y10295D01*
X-17587Y10258D01*
X-17594Y10217D01*
X-17605Y10176D01*
X-17620Y10136D01*
X-17624Y10132D01*
X-17628Y10117D01*
X-17639Y10098D01*
X-17650Y10076D01*
X-17687Y10024D01*
X-17709Y9999D01*
X-17735Y9976D01*
X-17739Y9973D01*
X-17750Y9969D01*
X-17764Y9962D01*
X-17787Y9950D01*
X-17813Y9939D01*
X-17846Y9928D01*
X-17883Y9917D01*
X-17924Y9910D01*
X-17927D01*
X-17942Y9906D01*
X-17964D01*
X-18001Y9902D01*
X-18049Y9899D01*
X-18109D01*
X-18142Y9895D01*
X-18183D01*
X-18223D01*
X-18271D01*
X-19082D01*
Y9669D01*
X-19474D01*
Y9895D01*
X-19844D01*
X-20132Y10387D01*
X-19474D01*
Y10724D01*
X-19082D01*
Y10387D01*
X-18331D01*
X-18327D01*
X-18319D01*
X-18308D01*
X-18294D01*
X-18257D01*
X-18212D01*
X-18168Y10391D01*
X-18123D01*
X-18090D01*
X-18075Y10395D01*
X-18068D01*
X-18060Y10398D01*
X-18046Y10406D01*
X-18027Y10417D01*
X-18005Y10439D01*
X-18001Y10446D01*
X-17994Y10461D01*
X-17987Y10487D01*
X-17983Y10520D01*
Y10535D01*
X-17987Y10550D01*
X-17990Y10572D01*
X-17994Y10602D01*
X-18001Y10635D01*
X-18012Y10676D01*
X-18027Y10720D01*
X-17646Y10764D01*
Y10761D01*
D02*
G37*
G36*
X-17616Y8881D02*
X-18560D01*
X-18564D01*
X-18575D01*
X-18590D01*
X-18608D01*
X-18634D01*
X-18660D01*
X-18723Y8878D01*
X-18786Y8874D01*
X-18852Y8866D01*
X-18908Y8859D01*
X-18930Y8855D01*
X-18948Y8848D01*
X-18952D01*
X-18963Y8840D01*
X-18978Y8833D01*
X-19000Y8822D01*
X-19045Y8789D01*
X-19067Y8770D01*
X-19085Y8744D01*
X-19089Y8741D01*
X-19093Y8733D01*
X-19100Y8718D01*
X-19111Y8696D01*
X-19122Y8670D01*
X-19130Y8644D01*
X-19133Y8611D01*
X-19137Y8574D01*
Y8552D01*
X-19133Y8530D01*
X-19130Y8500D01*
X-19119Y8463D01*
X-19108Y8426D01*
X-19089Y8385D01*
X-19067Y8345D01*
X-19063Y8341D01*
X-19056Y8330D01*
X-19037Y8311D01*
X-19019Y8289D01*
X-18989Y8267D01*
X-18960Y8245D01*
X-18919Y8223D01*
X-18878Y8208D01*
X-18875D01*
X-18856Y8200D01*
X-18826Y8197D01*
X-18782Y8189D01*
X-18756Y8186D01*
X-18723Y8182D01*
X-18689Y8178D01*
X-18649D01*
X-18608Y8174D01*
X-18560Y8171D01*
X-18508D01*
X-18453D01*
X-17616D01*
Y7679D01*
X-19474D01*
Y8134D01*
X-19200D01*
X-19204Y8138D01*
X-19215Y8145D01*
X-19230Y8160D01*
X-19248Y8178D01*
X-19274Y8200D01*
X-19300Y8230D01*
X-19330Y8263D01*
X-19359Y8300D01*
X-19385Y8341D01*
X-19415Y8389D01*
X-19441Y8437D01*
X-19466Y8493D01*
X-19485Y8552D01*
X-19500Y8611D01*
X-19511Y8678D01*
X-19515Y8744D01*
Y8770D01*
X-19511Y8804D01*
X-19507Y8844D01*
X-19500Y8889D01*
X-19489Y8937D01*
X-19474Y8988D01*
X-19455Y9040D01*
X-19452Y9048D01*
X-19444Y9063D01*
X-19433Y9088D01*
X-19415Y9118D01*
X-19392Y9151D01*
X-19367Y9185D01*
X-19337Y9218D01*
X-19304Y9247D01*
X-19300Y9251D01*
X-19289Y9259D01*
X-19270Y9270D01*
X-19244Y9285D01*
X-19215Y9303D01*
X-19178Y9318D01*
X-19141Y9333D01*
X-19096Y9344D01*
X-19093D01*
X-19074Y9347D01*
X-19048Y9355D01*
X-19011Y9358D01*
X-18967Y9366D01*
X-18908Y9370D01*
X-18845Y9373D01*
X-18767D01*
X-17616D01*
Y8881D01*
D02*
G37*
G36*
X-18401Y6054D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y6058D01*
X-18327Y6062D01*
X-18275Y6069D01*
X-18223Y6084D01*
X-18164Y6106D01*
X-18109Y6132D01*
X-18060Y6169D01*
X-18057Y6173D01*
X-18042Y6191D01*
X-18023Y6213D01*
X-18001Y6247D01*
X-17979Y6288D01*
X-17961Y6339D01*
X-17946Y6395D01*
X-17942Y6454D01*
Y6472D01*
X-17946Y6495D01*
X-17950Y6521D01*
X-17957Y6550D01*
X-17968Y6583D01*
X-17983Y6617D01*
X-18005Y6646D01*
X-18009Y6650D01*
X-18016Y6661D01*
X-18031Y6676D01*
X-18053Y6691D01*
X-18083Y6713D01*
X-18116Y6731D01*
X-18160Y6750D01*
X-18209Y6769D01*
X-18127Y7257D01*
X-18123D01*
X-18116Y7253D01*
X-18101Y7246D01*
X-18083Y7238D01*
X-18060Y7227D01*
X-18035Y7216D01*
X-17975Y7183D01*
X-17909Y7142D01*
X-17839Y7090D01*
X-17776Y7028D01*
X-17716Y6957D01*
Y6954D01*
X-17709Y6950D01*
X-17705Y6935D01*
X-17694Y6920D01*
X-17683Y6902D01*
X-17672Y6876D01*
X-17661Y6850D01*
X-17646Y6817D01*
X-17620Y6743D01*
X-17598Y6657D01*
X-17583Y6558D01*
X-17576Y6450D01*
Y6428D01*
X-17580Y6406D01*
Y6373D01*
X-17587Y6332D01*
X-17594Y6284D01*
X-17602Y6232D01*
X-17616Y6180D01*
X-17631Y6121D01*
X-17653Y6062D01*
X-17679Y6003D01*
X-17709Y5943D01*
X-17746Y5884D01*
X-17787Y5829D01*
X-17835Y5781D01*
X-17890Y5733D01*
X-17894Y5729D01*
X-17901Y5725D01*
X-17916Y5718D01*
X-17935Y5703D01*
X-17961Y5692D01*
X-17990Y5677D01*
X-18023Y5658D01*
X-18064Y5644D01*
X-18109Y5625D01*
X-18157Y5610D01*
X-18209Y5592D01*
X-18268Y5581D01*
X-18327Y5570D01*
X-18390Y5559D01*
X-18460Y5555D01*
X-18530Y5551D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y5555D01*
X-18645Y5559D01*
X-18689Y5562D01*
X-18738Y5570D01*
X-18793Y5581D01*
X-18908Y5610D01*
X-18967Y5629D01*
X-19030Y5651D01*
X-19089Y5681D01*
X-19145Y5714D01*
X-19200Y5751D01*
X-19252Y5792D01*
X-19256Y5795D01*
X-19263Y5803D01*
X-19278Y5818D01*
X-19293Y5836D01*
X-19311Y5858D01*
X-19333Y5888D01*
X-19359Y5921D01*
X-19385Y5958D01*
X-19407Y5999D01*
X-19433Y6047D01*
X-19455Y6095D01*
X-19474Y6151D01*
X-19489Y6206D01*
X-19503Y6269D01*
X-19511Y6332D01*
X-19515Y6398D01*
Y6439D01*
X-19511Y6469D01*
X-19507Y6502D01*
X-19500Y6543D01*
X-19492Y6587D01*
X-19481Y6635D01*
X-19466Y6687D01*
X-19448Y6739D01*
X-19426Y6794D01*
X-19396Y6850D01*
X-19367Y6902D01*
X-19330Y6954D01*
X-19285Y7005D01*
X-19237Y7050D01*
X-19233Y7053D01*
X-19226Y7061D01*
X-19207Y7072D01*
X-19185Y7087D01*
X-19156Y7105D01*
X-19122Y7124D01*
X-19078Y7146D01*
X-19030Y7168D01*
X-18974Y7190D01*
X-18912Y7213D01*
X-18845Y7231D01*
X-18767Y7249D01*
X-18686Y7264D01*
X-18597Y7275D01*
X-18505Y7283D01*
X-18401D01*
Y6054D01*
D02*
G37*
G36*
X-17616Y4696D02*
X-19474D01*
Y5189D01*
X-17616D01*
Y4696D01*
D02*
G37*
G36*
X-19722D02*
X-20177D01*
Y5189D01*
X-19722D01*
Y4696D01*
D02*
G37*
G36*
X-18993Y4330D02*
X-18997Y4326D01*
X-19004Y4308D01*
X-19019Y4286D01*
X-19034Y4256D01*
X-19048Y4219D01*
X-19063Y4182D01*
X-19071Y4141D01*
X-19074Y4101D01*
Y4086D01*
X-19071Y4064D01*
X-19067Y4042D01*
X-19060Y4016D01*
X-19048Y3986D01*
X-19034Y3957D01*
X-19015Y3927D01*
X-19011Y3923D01*
X-19004Y3916D01*
X-18989Y3901D01*
X-18967Y3886D01*
X-18941Y3868D01*
X-18904Y3849D01*
X-18860Y3831D01*
X-18808Y3816D01*
X-18801D01*
X-18789Y3812D01*
X-18778Y3808D01*
X-18760D01*
X-18738Y3805D01*
X-18708Y3801D01*
X-18675Y3797D01*
X-18638Y3794D01*
X-18590Y3790D01*
X-18541Y3786D01*
X-18482D01*
X-18419Y3783D01*
X-18349Y3779D01*
X-18271D01*
X-18186D01*
X-17616D01*
Y3287D01*
X-19474D01*
Y3742D01*
X-19211D01*
X-19215Y3746D01*
X-19237Y3760D01*
X-19270Y3783D01*
X-19311Y3812D01*
X-19352Y3842D01*
X-19392Y3879D01*
X-19430Y3912D01*
X-19455Y3949D01*
X-19459Y3953D01*
X-19466Y3964D01*
X-19474Y3986D01*
X-19485Y4012D01*
X-19496Y4042D01*
X-19507Y4079D01*
X-19511Y4116D01*
X-19515Y4160D01*
Y4190D01*
X-19511Y4223D01*
X-19503Y4264D01*
X-19492Y4315D01*
X-19474Y4371D01*
X-19452Y4426D01*
X-19418Y4486D01*
X-18993Y4330D01*
D02*
G37*
G36*
X-18834Y2902D02*
X-18789D01*
X-18738Y2895D01*
X-18678Y2887D01*
X-18608Y2876D01*
X-18538Y2865D01*
X-18460Y2847D01*
X-18379Y2824D01*
X-18297Y2795D01*
X-18216Y2761D01*
X-18138Y2724D01*
X-18060Y2676D01*
X-17987Y2624D01*
X-17916Y2565D01*
X-17912Y2562D01*
X-17901Y2551D01*
X-17883Y2532D01*
X-17861Y2502D01*
X-17835Y2469D01*
X-17805Y2428D01*
X-17776Y2380D01*
X-17742Y2328D01*
X-17709Y2266D01*
X-17679Y2199D01*
X-17650Y2125D01*
X-17624Y2044D01*
X-17602Y1959D01*
X-17583Y1866D01*
X-17572Y1770D01*
X-17568Y1666D01*
Y1640D01*
X-17572Y1611D01*
X-17576Y1574D01*
X-17580Y1526D01*
X-17587Y1470D01*
X-17598Y1407D01*
X-17613Y1341D01*
X-17631Y1267D01*
X-17653Y1196D01*
X-17683Y1119D01*
X-17716Y1045D01*
X-17753Y967D01*
X-17801Y897D01*
X-17853Y826D01*
X-17916Y760D01*
X-17920Y756D01*
X-17931Y745D01*
X-17953Y730D01*
X-17979Y708D01*
X-18016Y682D01*
X-18060Y652D01*
X-18109Y623D01*
X-18168Y593D01*
X-18231Y560D01*
X-18305Y530D01*
X-18382Y501D01*
X-18467Y475D01*
X-18560Y453D01*
X-18660Y438D01*
X-18767Y427D01*
X-18878Y423D01*
X-18882D01*
X-18897D01*
X-18915D01*
X-18945Y427D01*
X-18978D01*
X-19015Y430D01*
X-19060Y434D01*
X-19108Y438D01*
X-19211Y453D01*
X-19322Y471D01*
X-19433Y501D01*
X-19537Y538D01*
X-19541D01*
X-19544Y541D01*
X-19555Y549D01*
X-19570Y552D01*
X-19607Y575D01*
X-19655Y601D01*
X-19711Y634D01*
X-19766Y675D01*
X-19829Y723D01*
X-19888Y775D01*
X-19892Y778D01*
X-19896Y782D01*
X-19914Y800D01*
X-19944Y834D01*
X-19977Y874D01*
X-20014Y922D01*
X-20055Y978D01*
X-20092Y1041D01*
X-20121Y1108D01*
Y1111D01*
X-20125Y1119D01*
X-20132Y1133D01*
X-20136Y1152D01*
X-20147Y1174D01*
X-20155Y1200D01*
X-20162Y1233D01*
X-20173Y1267D01*
X-20192Y1348D01*
X-20210Y1441D01*
X-20221Y1548D01*
X-20225Y1659D01*
Y1685D01*
X-20221Y1714D01*
Y1751D01*
X-20214Y1799D01*
X-20207Y1855D01*
X-20195Y1918D01*
X-20181Y1984D01*
X-20162Y2055D01*
X-20140Y2129D01*
X-20110Y2203D01*
X-20077Y2280D01*
X-20036Y2354D01*
X-19988Y2428D01*
X-19933Y2499D01*
X-19870Y2565D01*
X-19866Y2569D01*
X-19855Y2580D01*
X-19833Y2599D01*
X-19807Y2617D01*
X-19770Y2643D01*
X-19726Y2673D01*
X-19674Y2702D01*
X-19614Y2736D01*
X-19552Y2769D01*
X-19478Y2798D01*
X-19396Y2828D01*
X-19311Y2854D01*
X-19215Y2876D01*
X-19115Y2891D01*
X-19008Y2902D01*
X-18893Y2906D01*
X-18886D01*
X-18867D01*
X-18834Y2902D01*
D02*
G37*
G36*
X-18301Y-724D02*
X-18793D01*
Y242D01*
X-18301D01*
Y-724D01*
D02*
G37*
G36*
X-17616Y-1605D02*
X-17887D01*
X-17879Y-1608D01*
X-17861Y-1623D01*
X-17831Y-1649D01*
X-17798Y-1682D01*
X-17761Y-1719D01*
X-17720Y-1767D01*
X-17683Y-1819D01*
X-17650Y-1875D01*
X-17646Y-1882D01*
X-17639Y-1901D01*
X-17628Y-1934D01*
X-17613Y-1971D01*
X-17598Y-2019D01*
X-17587Y-2074D01*
X-17580Y-2130D01*
X-17576Y-2189D01*
Y-2219D01*
X-17580Y-2241D01*
X-17583Y-2271D01*
X-17591Y-2300D01*
X-17598Y-2337D01*
X-17609Y-2378D01*
X-17620Y-2419D01*
X-17639Y-2463D01*
X-17657Y-2507D01*
X-17683Y-2555D01*
X-17713Y-2600D01*
X-17746Y-2648D01*
X-17787Y-2692D01*
X-17831Y-2737D01*
X-17835Y-2740D01*
X-17842Y-2748D01*
X-17857Y-2759D01*
X-17879Y-2770D01*
X-17905Y-2789D01*
X-17938Y-2807D01*
X-17975Y-2829D01*
X-18020Y-2848D01*
X-18068Y-2870D01*
X-18120Y-2892D01*
X-18179Y-2911D01*
X-18242Y-2926D01*
X-18312Y-2940D01*
X-18386Y-2951D01*
X-18464Y-2959D01*
X-18549Y-2963D01*
X-18553D01*
X-18571D01*
X-18593D01*
X-18627Y-2959D01*
X-18667Y-2955D01*
X-18712Y-2951D01*
X-18764Y-2944D01*
X-18815Y-2937D01*
X-18934Y-2911D01*
X-18993Y-2892D01*
X-19052Y-2870D01*
X-19111Y-2844D01*
X-19167Y-2815D01*
X-19219Y-2781D01*
X-19267Y-2744D01*
X-19270Y-2740D01*
X-19278Y-2733D01*
X-19289Y-2722D01*
X-19307Y-2703D01*
X-19326Y-2681D01*
X-19344Y-2655D01*
X-19367Y-2626D01*
X-19392Y-2589D01*
X-19415Y-2552D01*
X-19437Y-2507D01*
X-19478Y-2415D01*
X-19492Y-2359D01*
X-19503Y-2304D01*
X-19511Y-2245D01*
X-19515Y-2182D01*
Y-2152D01*
X-19511Y-2130D01*
X-19507Y-2104D01*
X-19500Y-2071D01*
X-19492Y-2038D01*
X-19481Y-1997D01*
X-19470Y-1956D01*
X-19452Y-1912D01*
X-19430Y-1867D01*
X-19407Y-1823D01*
X-19374Y-1775D01*
X-19341Y-1730D01*
X-19300Y-1686D01*
X-19256Y-1642D01*
X-20177D01*
Y-1149D01*
X-17616D01*
Y-1605D01*
D02*
G37*
G36*
Y-3850D02*
X-20177D01*
Y-3358D01*
X-17616D01*
Y-3850D01*
D02*
G37*
G36*
X-18401Y-5478D02*
X-18397D01*
X-18390D01*
X-18379D01*
X-18364Y-5475D01*
X-18327Y-5471D01*
X-18275Y-5464D01*
X-18223Y-5449D01*
X-18164Y-5427D01*
X-18109Y-5401D01*
X-18060Y-5364D01*
X-18057Y-5360D01*
X-18042Y-5342D01*
X-18023Y-5319D01*
X-18001Y-5286D01*
X-17979Y-5245D01*
X-17961Y-5194D01*
X-17946Y-5138D01*
X-17942Y-5079D01*
Y-5060D01*
X-17946Y-5038D01*
X-17950Y-5012D01*
X-17957Y-4983D01*
X-17968Y-4949D01*
X-17983Y-4916D01*
X-18005Y-4887D01*
X-18009Y-4883D01*
X-18016Y-4872D01*
X-18031Y-4857D01*
X-18053Y-4842D01*
X-18083Y-4820D01*
X-18116Y-4801D01*
X-18160Y-4783D01*
X-18209Y-4764D01*
X-18127Y-4276D01*
X-18123D01*
X-18116Y-4280D01*
X-18101Y-4287D01*
X-18083Y-4295D01*
X-18060Y-4306D01*
X-18035Y-4317D01*
X-17975Y-4350D01*
X-17909Y-4391D01*
X-17839Y-4442D01*
X-17776Y-4505D01*
X-17716Y-4576D01*
Y-4579D01*
X-17709Y-4583D01*
X-17705Y-4598D01*
X-17694Y-4613D01*
X-17683Y-4631D01*
X-17672Y-4657D01*
X-17661Y-4683D01*
X-17646Y-4716D01*
X-17620Y-4790D01*
X-17598Y-4875D01*
X-17583Y-4975D01*
X-17576Y-5083D01*
Y-5105D01*
X-17580Y-5127D01*
Y-5160D01*
X-17587Y-5201D01*
X-17594Y-5249D01*
X-17602Y-5301D01*
X-17616Y-5353D01*
X-17631Y-5412D01*
X-17653Y-5471D01*
X-17679Y-5530D01*
X-17709Y-5590D01*
X-17746Y-5649D01*
X-17787Y-5704D01*
X-17835Y-5752D01*
X-17890Y-5800D01*
X-17894Y-5804D01*
X-17901Y-5808D01*
X-17916Y-5815D01*
X-17935Y-5830D01*
X-17961Y-5841D01*
X-17990Y-5856D01*
X-18023Y-5874D01*
X-18064Y-5889D01*
X-18109Y-5908D01*
X-18157Y-5923D01*
X-18209Y-5941D01*
X-18268Y-5952D01*
X-18327Y-5963D01*
X-18390Y-5974D01*
X-18460Y-5978D01*
X-18530Y-5982D01*
X-18534D01*
X-18549D01*
X-18575D01*
X-18608Y-5978D01*
X-18645Y-5974D01*
X-18689Y-5971D01*
X-18738Y-5963D01*
X-18793Y-5952D01*
X-18908Y-5923D01*
X-18967Y-5904D01*
X-19030Y-5882D01*
X-19089Y-5852D01*
X-19145Y-5819D01*
X-19200Y-5782D01*
X-19252Y-5741D01*
X-19256Y-5737D01*
X-19263Y-5730D01*
X-19278Y-5715D01*
X-19293Y-5697D01*
X-19311Y-5675D01*
X-19333Y-5645D01*
X-19359Y-5612D01*
X-19385Y-5575D01*
X-19407Y-5534D01*
X-19433Y-5486D01*
X-19455Y-5438D01*
X-19474Y-5382D01*
X-19489Y-5327D01*
X-19503Y-5264D01*
X-19511Y-5201D01*
X-19515Y-5134D01*
Y-5094D01*
X-19511Y-5064D01*
X-19507Y-5031D01*
X-19500Y-4990D01*
X-19492Y-4946D01*
X-19481Y-4898D01*
X-19466Y-4846D01*
X-19448Y-4794D01*
X-19426Y-4738D01*
X-19396Y-4683D01*
X-19367Y-4631D01*
X-19330Y-4579D01*
X-19285Y-4528D01*
X-19237Y-4483D01*
X-19233Y-4479D01*
X-19226Y-4472D01*
X-19207Y-4461D01*
X-19185Y-4446D01*
X-19156Y-4428D01*
X-19122Y-4409D01*
X-19078Y-4387D01*
X-19030Y-4365D01*
X-18974Y-4343D01*
X-18912Y-4320D01*
X-18845Y-4302D01*
X-18767Y-4283D01*
X-18686Y-4269D01*
X-18597Y-4258D01*
X-18505Y-4250D01*
X-18401D01*
Y-5478D01*
D02*
G37*
G36*
X-17616Y-6836D02*
X-19474D01*
Y-6344D01*
X-17616D01*
Y-6836D01*
D02*
G37*
G36*
X-19722D02*
X-20177D01*
Y-6344D01*
X-19722D01*
Y-6836D01*
D02*
G37*
G36*
X-19744Y-8498D02*
X-19137D01*
Y-7428D01*
X-18704D01*
Y-8498D01*
X-17616D01*
Y-9016D01*
X-20177D01*
Y-7258D01*
X-19744D01*
Y-8498D01*
D02*
G37*
G36*
X-16895Y-11206D02*
X-20177D01*
Y-10337D01*
X-19792D01*
Y-10740D01*
X-17280D01*
Y-10337D01*
X-16895D01*
Y-11206D01*
D02*
G37*
G36*
X33802Y-15779D02*
X33265D01*
X32450Y-13175D01*
X32970D01*
X33540Y-15301D01*
X34118Y-13175D01*
X34617D01*
X33802Y-15779D01*
D02*
G37*
G36*
X31988Y-13554D02*
X31019D01*
Y-14186D01*
X31027Y-14182D01*
X31044Y-14169D01*
X31077Y-14157D01*
X31123Y-14136D01*
X31177Y-14119D01*
X31240Y-14107D01*
X31314Y-14094D01*
X31398Y-14090D01*
X31435D01*
X31473Y-14094D01*
X31527Y-14103D01*
X31585Y-14115D01*
X31647Y-14136D01*
X31714Y-14161D01*
X31776Y-14194D01*
X31784Y-14198D01*
X31805Y-14211D01*
X31834Y-14236D01*
X31872Y-14269D01*
X31913Y-14311D01*
X31959Y-14361D01*
X32001Y-14419D01*
X32038Y-14485D01*
X32042Y-14494D01*
X32055Y-14519D01*
X32067Y-14556D01*
X32088Y-14610D01*
X32105Y-14677D01*
X32117Y-14752D01*
X32130Y-14835D01*
X32134Y-14926D01*
Y-14931D01*
Y-14939D01*
Y-14951D01*
Y-14972D01*
X32130Y-14993D01*
Y-15022D01*
X32117Y-15085D01*
X32105Y-15159D01*
X32084Y-15238D01*
X32055Y-15322D01*
X32013Y-15401D01*
Y-15405D01*
X32009Y-15409D01*
X31993Y-15434D01*
X31963Y-15471D01*
X31930Y-15517D01*
X31880Y-15567D01*
X31822Y-15621D01*
X31755Y-15671D01*
X31681Y-15717D01*
X31676D01*
X31672Y-15721D01*
X31660Y-15725D01*
X31643Y-15733D01*
X31597Y-15750D01*
X31539Y-15771D01*
X31468Y-15792D01*
X31381Y-15808D01*
X31289Y-15821D01*
X31185Y-15825D01*
X31165D01*
X31140Y-15821D01*
X31106D01*
X31065Y-15812D01*
X31015Y-15804D01*
X30961Y-15796D01*
X30903Y-15779D01*
X30840Y-15758D01*
X30774Y-15738D01*
X30707Y-15709D01*
X30641Y-15671D01*
X30570Y-15629D01*
X30503Y-15584D01*
X30437Y-15525D01*
X30374Y-15463D01*
X30657Y-15193D01*
X30661Y-15197D01*
X30670Y-15201D01*
X30682Y-15213D01*
X30699Y-15230D01*
X30720Y-15247D01*
X30744Y-15268D01*
X30807Y-15313D01*
X30886Y-15359D01*
X30973Y-15396D01*
X31019Y-15413D01*
X31069Y-15421D01*
X31119Y-15430D01*
X31169Y-15434D01*
X31177D01*
X31206Y-15430D01*
X31244Y-15426D01*
X31294Y-15417D01*
X31348Y-15401D01*
X31402Y-15380D01*
X31456Y-15347D01*
X31506Y-15305D01*
X31510Y-15297D01*
X31527Y-15280D01*
X31547Y-15251D01*
X31568Y-15209D01*
X31593Y-15155D01*
X31610Y-15089D01*
X31626Y-15014D01*
X31631Y-14926D01*
Y-14922D01*
Y-14914D01*
Y-14901D01*
Y-14885D01*
X31626Y-14843D01*
X31618Y-14789D01*
X31606Y-14731D01*
X31585Y-14673D01*
X31560Y-14619D01*
X31527Y-14573D01*
X31522Y-14569D01*
X31510Y-14556D01*
X31485Y-14535D01*
X31456Y-14515D01*
X31414Y-14498D01*
X31368Y-14477D01*
X31314Y-14465D01*
X31252Y-14460D01*
X31223D01*
X31202Y-14465D01*
X31152Y-14469D01*
X31090Y-14481D01*
X31086D01*
X31077Y-14485D01*
X31061Y-14490D01*
X31036Y-14498D01*
X31011Y-14506D01*
X30977Y-14519D01*
X30903Y-14548D01*
X30553D01*
Y-13175D01*
X32047D01*
X31988Y-13554D01*
D02*
G37*
G36*
X-49400Y-21700D02*
X-58000D01*
Y12400D01*
X-49400D01*
Y-21700D01*
D02*
G37*
G36*
X44368Y-4608D02*
X43384D01*
Y-3698D01*
X44368D01*
Y-4608D01*
D02*
G37*
G36*
Y-8819D02*
X43384D01*
Y-5104D01*
X44368D01*
Y-8819D01*
D02*
G37*
G36*
X37701Y-6932D02*
X38337D01*
Y-7790D01*
X37701D01*
Y-8819D01*
X36754D01*
Y-7790D01*
X34652D01*
Y-6939D01*
X36872Y-3676D01*
X37701D01*
Y-6932D01*
D02*
G37*
G36*
X33350Y-8819D02*
X32365D01*
Y-5111D01*
X32358Y-5119D01*
X32343Y-5133D01*
X32314Y-5156D01*
X32269Y-5193D01*
X32217Y-5237D01*
X32158Y-5281D01*
X32084Y-5333D01*
X32003Y-5392D01*
X31914Y-5452D01*
X31818Y-5511D01*
X31714Y-5577D01*
X31603Y-5637D01*
X31366Y-5748D01*
X31100Y-5851D01*
Y-4963D01*
X31107D01*
X31115Y-4956D01*
X31137Y-4948D01*
X31167Y-4941D01*
X31241Y-4904D01*
X31344Y-4860D01*
X31470Y-4800D01*
X31611Y-4719D01*
X31766Y-4615D01*
X31929Y-4497D01*
X31936Y-4490D01*
X31951Y-4482D01*
X31973Y-4460D01*
X32003Y-4430D01*
X32084Y-4356D01*
X32173Y-4260D01*
X32277Y-4142D01*
X32380Y-3994D01*
X32476Y-3838D01*
X32550Y-3668D01*
X33350D01*
Y-8819D01*
D02*
G37*
G36*
X46411Y-5104D02*
X47084D01*
Y-5888D01*
X46411D01*
Y-7390D01*
Y-7398D01*
Y-7413D01*
Y-7435D01*
Y-7464D01*
Y-7538D01*
Y-7627D01*
X46418Y-7716D01*
Y-7805D01*
Y-7871D01*
X46425Y-7901D01*
Y-7916D01*
X46433Y-7931D01*
X46448Y-7960D01*
X46470Y-7997D01*
X46514Y-8042D01*
X46529Y-8049D01*
X46559Y-8064D01*
X46610Y-8079D01*
X46677Y-8086D01*
X46707D01*
X46736Y-8079D01*
X46781Y-8071D01*
X46840Y-8064D01*
X46906Y-8049D01*
X46988Y-8027D01*
X47077Y-7997D01*
X47165Y-8759D01*
X47158D01*
X47151Y-8767D01*
X47106Y-8782D01*
X47032Y-8804D01*
X46936Y-8826D01*
X46825Y-8856D01*
X46692Y-8878D01*
X46544Y-8893D01*
X46388Y-8900D01*
X46344D01*
X46292Y-8893D01*
X46226Y-8885D01*
X46152Y-8878D01*
X46070Y-8863D01*
X45989Y-8841D01*
X45907Y-8811D01*
X45900Y-8804D01*
X45870Y-8796D01*
X45833Y-8774D01*
X45789Y-8752D01*
X45685Y-8678D01*
X45634Y-8634D01*
X45589Y-8582D01*
X45582Y-8574D01*
X45574Y-8552D01*
X45560Y-8523D01*
X45537Y-8478D01*
X45515Y-8426D01*
X45493Y-8360D01*
X45471Y-8286D01*
X45456Y-8204D01*
Y-8197D01*
X45449Y-8167D01*
Y-8123D01*
X45441Y-8049D01*
X45434Y-7953D01*
Y-7834D01*
X45426Y-7768D01*
Y-7686D01*
Y-7605D01*
Y-7509D01*
Y-5888D01*
X44975D01*
Y-5104D01*
X45426D01*
Y-4364D01*
X46411Y-3787D01*
Y-5104D01*
D02*
G37*
G36*
X39958Y-5540D02*
X39965Y-5533D01*
X39980Y-5518D01*
X40002Y-5496D01*
X40039Y-5459D01*
X40084Y-5422D01*
X40135Y-5378D01*
X40195Y-5326D01*
X40261Y-5281D01*
X40417Y-5185D01*
X40602Y-5104D01*
X40698Y-5067D01*
X40809Y-5045D01*
X40920Y-5030D01*
X41031Y-5022D01*
X41097D01*
X41142Y-5030D01*
X41201Y-5037D01*
X41268Y-5052D01*
X41342Y-5067D01*
X41430Y-5082D01*
X41608Y-5141D01*
X41697Y-5185D01*
X41793Y-5230D01*
X41889Y-5289D01*
X41978Y-5355D01*
X42067Y-5429D01*
X42156Y-5518D01*
X42163Y-5526D01*
X42178Y-5540D01*
X42200Y-5570D01*
X42230Y-5607D01*
X42259Y-5659D01*
X42296Y-5718D01*
X42341Y-5792D01*
X42385Y-5873D01*
X42422Y-5970D01*
X42466Y-6073D01*
X42503Y-6192D01*
X42540Y-6317D01*
X42563Y-6451D01*
X42585Y-6599D01*
X42600Y-6754D01*
X42607Y-6924D01*
Y-6932D01*
Y-6969D01*
Y-7013D01*
X42600Y-7080D01*
X42592Y-7161D01*
X42585Y-7250D01*
X42570Y-7353D01*
X42548Y-7464D01*
X42496Y-7701D01*
X42459Y-7820D01*
X42415Y-7945D01*
X42363Y-8064D01*
X42296Y-8182D01*
X42230Y-8286D01*
X42148Y-8389D01*
X42141Y-8397D01*
X42126Y-8412D01*
X42104Y-8434D01*
X42067Y-8471D01*
X42022Y-8508D01*
X41971Y-8552D01*
X41911Y-8597D01*
X41845Y-8641D01*
X41763Y-8693D01*
X41682Y-8737D01*
X41490Y-8819D01*
X41386Y-8856D01*
X41282Y-8878D01*
X41164Y-8893D01*
X41046Y-8900D01*
X40994D01*
X40927Y-8893D01*
X40846Y-8878D01*
X40750Y-8863D01*
X40646Y-8833D01*
X40535Y-8796D01*
X40417Y-8745D01*
X40402Y-8737D01*
X40365Y-8715D01*
X40306Y-8678D01*
X40232Y-8626D01*
X40150Y-8560D01*
X40061Y-8486D01*
X39973Y-8389D01*
X39884Y-8278D01*
Y-8819D01*
X38974D01*
Y-3698D01*
X39958D01*
Y-5540D01*
D02*
G37*
G36*
X22358Y-56854D02*
X21821D01*
X21006Y-54250D01*
X21526D01*
X22096Y-56376D01*
X22674Y-54250D01*
X23173D01*
X22358Y-56854D01*
D02*
G37*
G36*
X24321Y-54204D02*
X24379Y-54213D01*
X24450Y-54221D01*
X24525Y-54238D01*
X24600Y-54263D01*
X24675Y-54292D01*
X24679D01*
X24683Y-54296D01*
X24708Y-54308D01*
X24741Y-54329D01*
X24787Y-54354D01*
X24833Y-54391D01*
X24883Y-54433D01*
X24933Y-54483D01*
X24974Y-54537D01*
X24979Y-54545D01*
X24991Y-54562D01*
X25008Y-54595D01*
X25028Y-54637D01*
X25045Y-54687D01*
X25062Y-54745D01*
X25074Y-54807D01*
X25078Y-54874D01*
Y-54878D01*
Y-54887D01*
Y-54899D01*
X25074Y-54916D01*
X25070Y-54961D01*
X25062Y-55015D01*
X25041Y-55082D01*
X25016Y-55153D01*
X24979Y-55219D01*
X24929Y-55286D01*
X24920Y-55294D01*
X24904Y-55311D01*
X24870Y-55340D01*
X24829Y-55369D01*
X24775Y-55402D01*
X24716Y-55431D01*
X24650Y-55452D01*
X24575Y-55461D01*
X24600D01*
X24617Y-55465D01*
X24658Y-55469D01*
X24716Y-55485D01*
X24779Y-55506D01*
X24845Y-55535D01*
X24916Y-55577D01*
X24983Y-55635D01*
X24991Y-55644D01*
X25012Y-55664D01*
X25037Y-55702D01*
X25070Y-55756D01*
X25103Y-55822D01*
X25128Y-55901D01*
X25149Y-55993D01*
X25157Y-56097D01*
Y-56101D01*
Y-56105D01*
Y-56118D01*
Y-56134D01*
X25153Y-56176D01*
X25141Y-56234D01*
X25128Y-56297D01*
X25107Y-56367D01*
X25078Y-56438D01*
X25037Y-56509D01*
X25033Y-56517D01*
X25016Y-56538D01*
X24987Y-56571D01*
X24949Y-56613D01*
X24904Y-56659D01*
X24845Y-56709D01*
X24779Y-56754D01*
X24700Y-56796D01*
X24696D01*
X24691Y-56800D01*
X24679Y-56804D01*
X24662Y-56813D01*
X24642Y-56821D01*
X24617Y-56829D01*
X24558Y-56846D01*
X24484Y-56867D01*
X24400Y-56883D01*
X24305Y-56896D01*
X24205Y-56900D01*
X24163D01*
X24138Y-56896D01*
X24113D01*
X24047Y-56887D01*
X23972Y-56879D01*
X23893Y-56862D01*
X23810Y-56837D01*
X23722Y-56808D01*
X23718D01*
X23714Y-56804D01*
X23701Y-56800D01*
X23685Y-56792D01*
X23643Y-56767D01*
X23593Y-56738D01*
X23535Y-56696D01*
X23469Y-56646D01*
X23406Y-56584D01*
X23344Y-56513D01*
X23639Y-56255D01*
X23643Y-56259D01*
X23660Y-56276D01*
X23685Y-56301D01*
X23718Y-56330D01*
X23755Y-56363D01*
X23797Y-56397D01*
X23843Y-56426D01*
X23893Y-56451D01*
X23901Y-56455D01*
X23918Y-56459D01*
X23943Y-56467D01*
X23980Y-56480D01*
X24022Y-56492D01*
X24072Y-56501D01*
X24126Y-56505D01*
X24180Y-56509D01*
X24217D01*
X24259Y-56505D01*
X24309Y-56496D01*
X24363Y-56480D01*
X24421Y-56463D01*
X24479Y-56434D01*
X24529Y-56397D01*
X24533Y-56392D01*
X24550Y-56376D01*
X24571Y-56351D01*
X24596Y-56313D01*
X24617Y-56268D01*
X24637Y-56213D01*
X24654Y-56151D01*
X24658Y-56080D01*
Y-56076D01*
Y-56064D01*
X24654Y-56043D01*
X24650Y-56018D01*
X24646Y-55985D01*
X24633Y-55951D01*
X24621Y-55914D01*
X24600Y-55877D01*
X24579Y-55839D01*
X24546Y-55802D01*
X24513Y-55768D01*
X24467Y-55735D01*
X24417Y-55710D01*
X24355Y-55689D01*
X24284Y-55677D01*
X24205Y-55673D01*
X23951D01*
X24001Y-55303D01*
X24217D01*
X24251Y-55298D01*
X24292Y-55290D01*
X24338Y-55282D01*
X24388Y-55265D01*
X24434Y-55240D01*
X24479Y-55211D01*
X24484Y-55207D01*
X24496Y-55194D01*
X24517Y-55169D01*
X24538Y-55140D01*
X24558Y-55103D01*
X24579Y-55053D01*
X24592Y-54999D01*
X24596Y-54936D01*
Y-54928D01*
Y-54911D01*
X24592Y-54878D01*
X24583Y-54845D01*
X24567Y-54803D01*
X24550Y-54762D01*
X24521Y-54720D01*
X24484Y-54683D01*
X24479Y-54678D01*
X24463Y-54670D01*
X24442Y-54654D01*
X24409Y-54637D01*
X24367Y-54620D01*
X24317Y-54604D01*
X24259Y-54595D01*
X24196Y-54591D01*
X24171D01*
X24142Y-54595D01*
X24109Y-54599D01*
X24068Y-54604D01*
X24022Y-54612D01*
X23976Y-54629D01*
X23930Y-54645D01*
X23926Y-54649D01*
X23909Y-54654D01*
X23885Y-54666D01*
X23855Y-54687D01*
X23814Y-54708D01*
X23772Y-54737D01*
X23722Y-54774D01*
X23668Y-54816D01*
X23419Y-54545D01*
X23423Y-54541D01*
X23435Y-54529D01*
X23452Y-54512D01*
X23481Y-54491D01*
X23510Y-54466D01*
X23552Y-54437D01*
X23597Y-54404D01*
X23647Y-54371D01*
X23706Y-54342D01*
X23768Y-54308D01*
X23835Y-54279D01*
X23905Y-54254D01*
X23980Y-54233D01*
X24059Y-54217D01*
X24142Y-54204D01*
X24230Y-54200D01*
X24271D01*
X24321Y-54204D01*
D02*
G37*
G36*
X19820D02*
X19878Y-54213D01*
X19949Y-54221D01*
X20024Y-54238D01*
X20099Y-54263D01*
X20174Y-54292D01*
X20178D01*
X20182Y-54296D01*
X20207Y-54308D01*
X20240Y-54329D01*
X20286Y-54354D01*
X20332Y-54391D01*
X20382Y-54433D01*
X20432Y-54483D01*
X20473Y-54537D01*
X20477Y-54545D01*
X20490Y-54562D01*
X20507Y-54595D01*
X20527Y-54637D01*
X20544Y-54687D01*
X20561Y-54745D01*
X20573Y-54807D01*
X20577Y-54874D01*
Y-54878D01*
Y-54887D01*
Y-54899D01*
X20573Y-54916D01*
X20569Y-54961D01*
X20561Y-55015D01*
X20540Y-55082D01*
X20515Y-55153D01*
X20477Y-55219D01*
X20427Y-55286D01*
X20419Y-55294D01*
X20403Y-55311D01*
X20369Y-55340D01*
X20328Y-55369D01*
X20274Y-55402D01*
X20215Y-55431D01*
X20149Y-55452D01*
X20074Y-55461D01*
X20099D01*
X20116Y-55465D01*
X20157Y-55469D01*
X20215Y-55485D01*
X20278Y-55506D01*
X20344Y-55535D01*
X20415Y-55577D01*
X20482Y-55635D01*
X20490Y-55644D01*
X20511Y-55664D01*
X20536Y-55702D01*
X20569Y-55756D01*
X20602Y-55822D01*
X20627Y-55901D01*
X20648Y-55993D01*
X20656Y-56097D01*
Y-56101D01*
Y-56105D01*
Y-56118D01*
Y-56134D01*
X20652Y-56176D01*
X20640Y-56234D01*
X20627Y-56297D01*
X20606Y-56367D01*
X20577Y-56438D01*
X20536Y-56509D01*
X20531Y-56517D01*
X20515Y-56538D01*
X20486Y-56571D01*
X20448Y-56613D01*
X20403Y-56659D01*
X20344Y-56709D01*
X20278Y-56754D01*
X20199Y-56796D01*
X20195D01*
X20190Y-56800D01*
X20178Y-56804D01*
X20161Y-56813D01*
X20141Y-56821D01*
X20116Y-56829D01*
X20057Y-56846D01*
X19982Y-56867D01*
X19899Y-56883D01*
X19804Y-56896D01*
X19704Y-56900D01*
X19662D01*
X19637Y-56896D01*
X19612D01*
X19546Y-56887D01*
X19471Y-56879D01*
X19392Y-56862D01*
X19308Y-56837D01*
X19221Y-56808D01*
X19217D01*
X19213Y-56804D01*
X19200Y-56800D01*
X19184Y-56792D01*
X19142Y-56767D01*
X19092Y-56738D01*
X19034Y-56696D01*
X18967Y-56646D01*
X18905Y-56584D01*
X18843Y-56513D01*
X19138Y-56255D01*
X19142Y-56259D01*
X19159Y-56276D01*
X19184Y-56301D01*
X19217Y-56330D01*
X19254Y-56363D01*
X19296Y-56397D01*
X19342Y-56426D01*
X19392Y-56451D01*
X19400Y-56455D01*
X19417Y-56459D01*
X19442Y-56467D01*
X19479Y-56480D01*
X19521Y-56492D01*
X19571Y-56501D01*
X19625Y-56505D01*
X19679Y-56509D01*
X19716D01*
X19758Y-56505D01*
X19808Y-56496D01*
X19862Y-56480D01*
X19920Y-56463D01*
X19978Y-56434D01*
X20028Y-56397D01*
X20032Y-56392D01*
X20049Y-56376D01*
X20070Y-56351D01*
X20095Y-56313D01*
X20116Y-56268D01*
X20136Y-56213D01*
X20153Y-56151D01*
X20157Y-56080D01*
Y-56076D01*
Y-56064D01*
X20153Y-56043D01*
X20149Y-56018D01*
X20145Y-55985D01*
X20132Y-55951D01*
X20120Y-55914D01*
X20099Y-55877D01*
X20078Y-55839D01*
X20045Y-55802D01*
X20011Y-55768D01*
X19966Y-55735D01*
X19916Y-55710D01*
X19853Y-55689D01*
X19783Y-55677D01*
X19704Y-55673D01*
X19450D01*
X19500Y-55303D01*
X19716D01*
X19749Y-55298D01*
X19791Y-55290D01*
X19837Y-55282D01*
X19887Y-55265D01*
X19932Y-55240D01*
X19978Y-55211D01*
X19982Y-55207D01*
X19995Y-55194D01*
X20016Y-55169D01*
X20037Y-55140D01*
X20057Y-55103D01*
X20078Y-55053D01*
X20091Y-54999D01*
X20095Y-54936D01*
Y-54928D01*
Y-54911D01*
X20091Y-54878D01*
X20082Y-54845D01*
X20066Y-54803D01*
X20049Y-54762D01*
X20020Y-54720D01*
X19982Y-54683D01*
X19978Y-54678D01*
X19962Y-54670D01*
X19941Y-54654D01*
X19907Y-54637D01*
X19866Y-54620D01*
X19816Y-54604D01*
X19758Y-54595D01*
X19695Y-54591D01*
X19670D01*
X19641Y-54595D01*
X19608Y-54599D01*
X19566Y-54604D01*
X19521Y-54612D01*
X19475Y-54629D01*
X19429Y-54645D01*
X19425Y-54649D01*
X19408Y-54654D01*
X19383Y-54666D01*
X19354Y-54687D01*
X19313Y-54708D01*
X19271Y-54737D01*
X19221Y-54774D01*
X19167Y-54816D01*
X18917Y-54545D01*
X18922Y-54541D01*
X18934Y-54529D01*
X18951Y-54512D01*
X18980Y-54491D01*
X19009Y-54466D01*
X19051Y-54437D01*
X19096Y-54404D01*
X19146Y-54371D01*
X19205Y-54342D01*
X19267Y-54308D01*
X19333Y-54279D01*
X19404Y-54254D01*
X19479Y-54233D01*
X19558Y-54217D01*
X19641Y-54204D01*
X19729Y-54200D01*
X19770D01*
X19820Y-54204D01*
D02*
G37*
G36*
X-52465Y23250D02*
X-58000D01*
Y45541D01*
X-52465D01*
Y23250D01*
D02*
G37*
G36*
X37554Y-31698D02*
X37604Y-31703D01*
X37665Y-31714D01*
X37726Y-31725D01*
X37792Y-31737D01*
X37937Y-31781D01*
X38009Y-31814D01*
X38081Y-31848D01*
X38148Y-31892D01*
X38220Y-31942D01*
X38281Y-31997D01*
X38336Y-32064D01*
X38342Y-32070D01*
X38347Y-32081D01*
X38364Y-32103D01*
X38381Y-32131D01*
X38403Y-32169D01*
X38425Y-32214D01*
X38453Y-32269D01*
X38475Y-32330D01*
X38503Y-32397D01*
X38530Y-32469D01*
X38553Y-32552D01*
X38575Y-32641D01*
X38592Y-32736D01*
X38608Y-32841D01*
X38614Y-32947D01*
X38619Y-33063D01*
Y-33424D01*
X39824D01*
Y-34090D01*
X36349D01*
Y-33035D01*
X36355Y-32991D01*
X36360Y-32935D01*
X36366Y-32869D01*
X36371Y-32797D01*
X36383Y-32719D01*
X36416Y-32552D01*
X36466Y-32380D01*
X36499Y-32297D01*
X36538Y-32214D01*
X36582Y-32136D01*
X36632Y-32064D01*
X36638Y-32059D01*
X36643Y-32047D01*
X36660Y-32031D01*
X36682Y-32003D01*
X36716Y-31975D01*
X36749Y-31947D01*
X36793Y-31914D01*
X36838Y-31875D01*
X36893Y-31842D01*
X36954Y-31809D01*
X37026Y-31781D01*
X37099Y-31748D01*
X37176Y-31725D01*
X37265Y-31709D01*
X37359Y-31698D01*
X37459Y-31692D01*
X37465D01*
X37487D01*
X37515D01*
X37554Y-31698D01*
D02*
G37*
G36*
X39824Y-37009D02*
X36349D01*
Y-34872D01*
X36877Y-34944D01*
Y-36338D01*
X37803D01*
Y-35116D01*
X38320D01*
Y-36338D01*
X39302D01*
Y-34845D01*
X39824D01*
Y-37009D01*
D02*
G37*
G36*
X40717Y-40317D02*
X40173D01*
Y-37769D01*
X40717D01*
Y-40317D01*
D02*
G37*
G36*
X39824Y-41699D02*
X36949Y-42692D01*
X36960D01*
X36982Y-42687D01*
X37021D01*
X37076Y-42681D01*
X37143Y-42676D01*
X37215Y-42670D01*
X37304Y-42659D01*
X37393Y-42653D01*
X37493Y-42648D01*
X37598Y-42637D01*
X37815Y-42626D01*
X38031Y-42620D01*
X38242Y-42615D01*
X39824D01*
Y-43220D01*
X36349D01*
Y-42393D01*
X39224Y-41399D01*
X39219D01*
X39213D01*
X39197Y-41405D01*
X39174D01*
X39113Y-41410D01*
X39035Y-41416D01*
X38947Y-41427D01*
X38847Y-41438D01*
X38741Y-41443D01*
X38630Y-41455D01*
X38625D01*
X38619D01*
X38603D01*
X38575Y-41460D01*
X38547D01*
X38514D01*
X38431Y-41466D01*
X38325Y-41471D01*
X38209D01*
X38075Y-41477D01*
X37931D01*
X36349D01*
Y-40872D01*
X39824D01*
Y-41699D01*
D02*
G37*
G36*
Y-44257D02*
X39013Y-44496D01*
Y-45623D01*
X39824Y-45861D01*
Y-46527D01*
X36349Y-45439D01*
Y-44657D01*
X39824Y-43569D01*
Y-44257D01*
D02*
G37*
G36*
X39452Y-46655D02*
X39463Y-46672D01*
X39485Y-46694D01*
X39513Y-46727D01*
X39546Y-46771D01*
X39585Y-46821D01*
X39624Y-46883D01*
X39663Y-46955D01*
X39707Y-47027D01*
X39746Y-47116D01*
X39785Y-47204D01*
X39818Y-47304D01*
X39846Y-47410D01*
X39868Y-47521D01*
X39879Y-47637D01*
X39885Y-47759D01*
Y-47804D01*
X39879Y-47837D01*
Y-47876D01*
X39874Y-47920D01*
X39868Y-47970D01*
X39857Y-48026D01*
X39835Y-48153D01*
X39796Y-48287D01*
X39746Y-48425D01*
X39679Y-48564D01*
Y-48570D01*
X39668Y-48581D01*
X39657Y-48597D01*
X39641Y-48625D01*
X39590Y-48686D01*
X39524Y-48764D01*
X39435Y-48858D01*
X39330Y-48947D01*
X39208Y-49036D01*
X39063Y-49119D01*
X39058D01*
X39047Y-49130D01*
X39019Y-49136D01*
X38991Y-49152D01*
X38952Y-49164D01*
X38902Y-49180D01*
X38847Y-49202D01*
X38786Y-49219D01*
X38719Y-49236D01*
X38642Y-49258D01*
X38564Y-49275D01*
X38475Y-49286D01*
X38286Y-49308D01*
X38081Y-49319D01*
X38075D01*
X38053D01*
X38025D01*
X37987Y-49313D01*
X37937D01*
X37881Y-49308D01*
X37820Y-49302D01*
X37748Y-49291D01*
X37598Y-49269D01*
X37437Y-49230D01*
X37271Y-49180D01*
X37115Y-49114D01*
X37110D01*
X37099Y-49103D01*
X37076Y-49091D01*
X37049Y-49075D01*
X37015Y-49053D01*
X36977Y-49030D01*
X36888Y-48964D01*
X36788Y-48886D01*
X36682Y-48792D01*
X36588Y-48681D01*
X36499Y-48553D01*
Y-48548D01*
X36488Y-48536D01*
X36477Y-48520D01*
X36466Y-48492D01*
X36449Y-48459D01*
X36433Y-48420D01*
X36410Y-48370D01*
X36388Y-48320D01*
X36349Y-48203D01*
X36316Y-48070D01*
X36294Y-47920D01*
X36283Y-47765D01*
Y-47710D01*
X36288Y-47643D01*
X36294Y-47565D01*
X36305Y-47476D01*
X36322Y-47376D01*
X36344Y-47277D01*
X36371Y-47182D01*
Y-47177D01*
X36377Y-47171D01*
X36388Y-47138D01*
X36410Y-47093D01*
X36438Y-47032D01*
X36477Y-46955D01*
X36533Y-46877D01*
X36593Y-46788D01*
X36666Y-46699D01*
X37071Y-47038D01*
X37065Y-47043D01*
X37060Y-47055D01*
X37049Y-47071D01*
X37032Y-47093D01*
X37015Y-47127D01*
X36993Y-47160D01*
X36943Y-47249D01*
X36899Y-47354D01*
X36860Y-47476D01*
X36832Y-47604D01*
X36821Y-47676D01*
Y-47782D01*
X36827Y-47809D01*
X36832Y-47843D01*
X36838Y-47876D01*
X36860Y-47970D01*
X36893Y-48070D01*
X36949Y-48176D01*
X36982Y-48231D01*
X37021Y-48281D01*
X37065Y-48331D01*
X37121Y-48381D01*
X37126D01*
X37137Y-48392D01*
X37154Y-48403D01*
X37176Y-48420D01*
X37210Y-48436D01*
X37248Y-48459D01*
X37298Y-48481D01*
X37354Y-48503D01*
X37415Y-48525D01*
X37487Y-48548D01*
X37565Y-48570D01*
X37654Y-48586D01*
X37748Y-48603D01*
X37848Y-48614D01*
X37959Y-48620D01*
X38081Y-48625D01*
X38087D01*
X38109D01*
X38142D01*
X38186Y-48620D01*
X38242D01*
X38303Y-48614D01*
X38370Y-48603D01*
X38447Y-48592D01*
X38603Y-48564D01*
X38758Y-48520D01*
X38908Y-48459D01*
X38974Y-48425D01*
X39035Y-48381D01*
X39041Y-48375D01*
X39047Y-48370D01*
X39080Y-48337D01*
X39130Y-48281D01*
X39185Y-48209D01*
X39241Y-48115D01*
X39291Y-48004D01*
X39324Y-47881D01*
X39330Y-47809D01*
X39335Y-47737D01*
Y-47698D01*
X39330Y-47654D01*
X39324Y-47598D01*
X39319Y-47537D01*
X39302Y-47471D01*
X39285Y-47404D01*
X39263Y-47338D01*
X39257Y-47332D01*
X39252Y-47310D01*
X39230Y-47277D01*
X39208Y-47227D01*
X39174Y-47171D01*
X39141Y-47110D01*
X39091Y-47038D01*
X39041Y-46966D01*
X39446Y-46649D01*
X39452Y-46655D01*
D02*
G37*
G36*
X-10200Y13100D02*
X-15448D01*
Y27532D01*
X-10200D01*
Y13100D01*
D02*
G37*
G36*
X64771Y15636D02*
Y1364D01*
X58230D01*
Y15636D01*
X64771D01*
D02*
G37*
G36*
X-23810Y31625D02*
X-27992D01*
Y32733D01*
X-23810D01*
Y31625D01*
D02*
G37*
G36*
X-28550D02*
X-29575D01*
Y32733D01*
X-28550D01*
Y31625D01*
D02*
G37*
G36*
X-23810Y29468D02*
X-24435D01*
X-24418Y29460D01*
X-24377Y29426D01*
X-24318Y29376D01*
X-24243Y29301D01*
X-24152Y29218D01*
X-24069Y29110D01*
X-23977Y28993D01*
X-23902Y28860D01*
X-23893Y28843D01*
X-23877Y28793D01*
X-23844Y28718D01*
X-23810Y28618D01*
X-23777Y28502D01*
X-23744Y28368D01*
X-23727Y28227D01*
X-23719Y28077D01*
Y28002D01*
X-23727Y27927D01*
X-23744Y27827D01*
X-23760Y27702D01*
X-23794Y27577D01*
X-23844Y27444D01*
X-23902Y27319D01*
X-23910Y27302D01*
X-23935Y27269D01*
X-23977Y27202D01*
X-24035Y27136D01*
X-24110Y27052D01*
X-24193Y26977D01*
X-24302Y26902D01*
X-24418Y26836D01*
X-24435Y26827D01*
X-24477Y26811D01*
X-24552Y26786D01*
X-24660Y26761D01*
X-24793Y26736D01*
X-24951Y26711D01*
X-25135Y26694D01*
X-25343Y26686D01*
X-27992D01*
Y27794D01*
X-26068D01*
X-26059D01*
X-26026D01*
X-25984D01*
X-25926D01*
X-25859D01*
X-25784D01*
X-25609Y27802D01*
X-25418Y27810D01*
X-25243Y27819D01*
X-25168Y27827D01*
X-25093Y27835D01*
X-25035Y27843D01*
X-24993Y27852D01*
X-24985D01*
X-24960Y27860D01*
X-24926Y27877D01*
X-24877Y27902D01*
X-24826Y27927D01*
X-24777Y27968D01*
X-24726Y28010D01*
X-24677Y28069D01*
X-24668Y28077D01*
X-24660Y28102D01*
X-24643Y28135D01*
X-24627Y28185D01*
X-24602Y28243D01*
X-24585Y28318D01*
X-24577Y28393D01*
X-24568Y28485D01*
Y28535D01*
X-24577Y28585D01*
X-24585Y28652D01*
X-24602Y28735D01*
X-24635Y28818D01*
X-24668Y28910D01*
X-24718Y28993D01*
X-24726Y29001D01*
X-24743Y29026D01*
X-24777Y29068D01*
X-24826Y29118D01*
X-24885Y29168D01*
X-24943Y29218D01*
X-25018Y29268D01*
X-25101Y29301D01*
X-25110D01*
X-25151Y29318D01*
X-25185D01*
X-25226Y29326D01*
X-25268Y29335D01*
X-25326Y29343D01*
X-25401Y29351D01*
X-25476Y29360D01*
X-25568Y29368D01*
X-25676D01*
X-25793Y29376D01*
X-25926Y29385D01*
X-26068D01*
X-26226D01*
X-27992D01*
Y30492D01*
X-23810D01*
Y29468D01*
D02*
G37*
G36*
Y24478D02*
X-26009D01*
X-26018D01*
X-26034D01*
X-26068D01*
X-26118D01*
X-26168D01*
X-26226D01*
X-26359Y24470D01*
X-26501Y24462D01*
X-26642Y24453D01*
X-26759Y24437D01*
X-26801Y24420D01*
X-26842Y24412D01*
X-26851D01*
X-26876Y24395D01*
X-26901Y24378D01*
X-26942Y24362D01*
X-27034Y24287D01*
X-27084Y24245D01*
X-27126Y24187D01*
X-27134Y24178D01*
X-27142Y24162D01*
X-27159Y24120D01*
X-27184Y24078D01*
X-27200Y24020D01*
X-27217Y23953D01*
X-27226Y23870D01*
X-27234Y23787D01*
Y23737D01*
X-27226Y23687D01*
X-27217Y23620D01*
X-27200Y23545D01*
X-27176Y23462D01*
X-27142Y23379D01*
X-27092Y23295D01*
X-27084Y23287D01*
X-27067Y23262D01*
X-27034Y23220D01*
X-26992Y23179D01*
X-26934Y23120D01*
X-26867Y23070D01*
X-26784Y23020D01*
X-26692Y22979D01*
X-26684D01*
X-26642Y22962D01*
X-26584Y22945D01*
X-26493Y22929D01*
X-26384Y22912D01*
X-26243Y22896D01*
X-26084Y22887D01*
X-25901Y22879D01*
X-23810D01*
Y21771D01*
X-29575D01*
Y22879D01*
X-27442D01*
X-27450Y22887D01*
X-27467Y22904D01*
X-27500Y22937D01*
X-27542Y22971D01*
X-27592Y23029D01*
X-27642Y23087D01*
X-27700Y23162D01*
X-27767Y23237D01*
X-27825Y23329D01*
X-27884Y23429D01*
X-27984Y23645D01*
X-28025Y23762D01*
X-28058Y23887D01*
X-28075Y24020D01*
X-28084Y24153D01*
Y24220D01*
X-28075Y24295D01*
X-28067Y24387D01*
X-28050Y24495D01*
X-28017Y24603D01*
X-27984Y24728D01*
X-27934Y24845D01*
X-27925Y24861D01*
X-27909Y24895D01*
X-27875Y24953D01*
X-27834Y25020D01*
X-27784Y25095D01*
X-27725Y25170D01*
X-27650Y25245D01*
X-27575Y25311D01*
X-27567Y25320D01*
X-27534Y25336D01*
X-27492Y25361D01*
X-27434Y25394D01*
X-27359Y25436D01*
X-27275Y25469D01*
X-27184Y25503D01*
X-27084Y25528D01*
X-27076D01*
X-27034Y25536D01*
X-26967Y25545D01*
X-26884Y25561D01*
X-26767Y25569D01*
X-26626Y25578D01*
X-26459Y25586D01*
X-26259D01*
X-23810D01*
Y24478D01*
D02*
G37*
G36*
Y19538D02*
X-27992D01*
Y20646D01*
X-23810D01*
Y19538D01*
D02*
G37*
G36*
X-28550D02*
X-29575D01*
Y20646D01*
X-28550D01*
Y19538D01*
D02*
G37*
G36*
X-23810Y17314D02*
X-26009D01*
X-26018D01*
X-26034D01*
X-26068D01*
X-26118D01*
X-26168D01*
X-26226D01*
X-26359Y17306D01*
X-26501Y17298D01*
X-26642Y17289D01*
X-26759Y17273D01*
X-26801Y17256D01*
X-26842Y17248D01*
X-26851D01*
X-26876Y17231D01*
X-26901Y17214D01*
X-26942Y17198D01*
X-27034Y17123D01*
X-27084Y17081D01*
X-27126Y17023D01*
X-27134Y17015D01*
X-27142Y16998D01*
X-27159Y16956D01*
X-27184Y16915D01*
X-27200Y16856D01*
X-27217Y16790D01*
X-27226Y16706D01*
X-27234Y16623D01*
Y16573D01*
X-27226Y16523D01*
X-27217Y16456D01*
X-27200Y16382D01*
X-27176Y16298D01*
X-27142Y16215D01*
X-27092Y16132D01*
X-27084Y16123D01*
X-27067Y16098D01*
X-27034Y16057D01*
X-26992Y16015D01*
X-26934Y15957D01*
X-26867Y15907D01*
X-26784Y15857D01*
X-26692Y15815D01*
X-26684D01*
X-26642Y15798D01*
X-26584Y15782D01*
X-26493Y15765D01*
X-26384Y15748D01*
X-26243Y15732D01*
X-26084Y15723D01*
X-25901Y15715D01*
X-23810D01*
Y14607D01*
X-29575D01*
Y15715D01*
X-27442D01*
X-27450Y15723D01*
X-27467Y15740D01*
X-27500Y15773D01*
X-27542Y15807D01*
X-27592Y15865D01*
X-27642Y15923D01*
X-27700Y15998D01*
X-27767Y16073D01*
X-27825Y16165D01*
X-27884Y16265D01*
X-27984Y16481D01*
X-28025Y16598D01*
X-28058Y16723D01*
X-28075Y16856D01*
X-28084Y16990D01*
Y17056D01*
X-28075Y17131D01*
X-28067Y17223D01*
X-28050Y17331D01*
X-28017Y17439D01*
X-27984Y17564D01*
X-27934Y17681D01*
X-27925Y17698D01*
X-27909Y17731D01*
X-27875Y17789D01*
X-27834Y17856D01*
X-27784Y17931D01*
X-27725Y18006D01*
X-27650Y18081D01*
X-27575Y18147D01*
X-27567Y18156D01*
X-27534Y18172D01*
X-27492Y18197D01*
X-27434Y18231D01*
X-27359Y18272D01*
X-27275Y18306D01*
X-27184Y18339D01*
X-27084Y18364D01*
X-27076D01*
X-27034Y18372D01*
X-26967Y18381D01*
X-26884Y18397D01*
X-26767Y18406D01*
X-26626Y18414D01*
X-26459Y18422D01*
X-26259D01*
X-23810D01*
Y17314D01*
D02*
G37*
G36*
Y10142D02*
X-24685D01*
X-26476Y11700D01*
X-26484Y11708D01*
X-26493Y11717D01*
X-26551Y11767D01*
X-26626Y11833D01*
X-26717Y11917D01*
X-26817Y12008D01*
X-26926Y12108D01*
X-27017Y12191D01*
X-27101Y12275D01*
Y12241D01*
X-27092Y12191D01*
Y12066D01*
X-27084Y11975D01*
Y11767D01*
X-27076Y10292D01*
X-27992D01*
Y13749D01*
X-27209D01*
X-25368Y12150D01*
X-24760Y11592D01*
Y11633D01*
X-24768Y11667D01*
Y11742D01*
X-24777Y11833D01*
Y11933D01*
X-24785Y12025D01*
Y13874D01*
X-23810D01*
Y10142D01*
D02*
G37*
G36*
X-23985Y9484D02*
X-23827Y9476D01*
X-23644Y9459D01*
X-23460Y9443D01*
X-23285Y9409D01*
X-23211Y9393D01*
X-23135Y9368D01*
X-23119Y9359D01*
X-23077Y9343D01*
X-23011Y9318D01*
X-22927Y9276D01*
X-22836Y9226D01*
X-22736Y9168D01*
X-22644Y9101D01*
X-22561Y9018D01*
X-22552Y9009D01*
X-22527Y8976D01*
X-22486Y8926D01*
X-22444Y8868D01*
X-22394Y8784D01*
X-22336Y8685D01*
X-22286Y8568D01*
X-22236Y8435D01*
X-22228Y8418D01*
X-22219Y8368D01*
X-22194Y8293D01*
X-22177Y8185D01*
X-22153Y8043D01*
X-22128Y7885D01*
X-22119Y7702D01*
X-22111Y7502D01*
Y7402D01*
X-22119Y7327D01*
Y7243D01*
X-22128Y7143D01*
X-22144Y7035D01*
X-22161Y6919D01*
X-22203Y6669D01*
X-22269Y6419D01*
X-22311Y6302D01*
X-22361Y6185D01*
X-22411Y6086D01*
X-22477Y5994D01*
X-22486Y5986D01*
X-22494Y5977D01*
X-22544Y5927D01*
X-22619Y5852D01*
X-22727Y5777D01*
X-22861Y5694D01*
X-23019Y5619D01*
X-23202Y5569D01*
X-23302Y5561D01*
X-23402Y5553D01*
X-23410D01*
X-23444D01*
X-23485D01*
X-23535Y5561D01*
X-23385Y6827D01*
X-23377D01*
X-23352Y6835D01*
X-23310Y6844D01*
X-23269Y6852D01*
X-23169Y6894D01*
X-23119Y6927D01*
X-23086Y6969D01*
X-23077Y6977D01*
X-23069Y7002D01*
X-23044Y7035D01*
X-23027Y7094D01*
X-23002Y7160D01*
X-22977Y7243D01*
X-22969Y7343D01*
X-22961Y7460D01*
Y7535D01*
X-22969Y7610D01*
X-22977Y7702D01*
X-22994Y7810D01*
X-23019Y7918D01*
X-23052Y8018D01*
X-23094Y8110D01*
X-23102Y8118D01*
X-23110Y8135D01*
X-23127Y8160D01*
X-23160Y8193D01*
X-23202Y8226D01*
X-23252Y8260D01*
X-23310Y8293D01*
X-23377Y8326D01*
X-23385D01*
X-23402Y8335D01*
X-23435Y8343D01*
X-23494Y8360D01*
X-23560Y8368D01*
X-23644Y8376D01*
X-23752Y8385D01*
X-23877D01*
X-24485D01*
X-24477Y8376D01*
X-24460Y8360D01*
X-24427Y8335D01*
X-24377Y8293D01*
X-24327Y8251D01*
X-24268Y8193D01*
X-24210Y8118D01*
X-24152Y8043D01*
X-24085Y7960D01*
X-24027Y7860D01*
X-23919Y7652D01*
X-23877Y7535D01*
X-23844Y7410D01*
X-23819Y7277D01*
X-23810Y7135D01*
Y7102D01*
X-23819Y7052D01*
Y6994D01*
X-23835Y6927D01*
X-23852Y6844D01*
X-23868Y6752D01*
X-23902Y6652D01*
X-23935Y6552D01*
X-23985Y6444D01*
X-24044Y6327D01*
X-24110Y6219D01*
X-24193Y6111D01*
X-24285Y6002D01*
X-24393Y5902D01*
X-24518Y5802D01*
X-24527D01*
X-24543Y5786D01*
X-24577Y5769D01*
X-24618Y5744D01*
X-24677Y5711D01*
X-24743Y5677D01*
X-24818Y5644D01*
X-24910Y5611D01*
X-25001Y5578D01*
X-25110Y5544D01*
X-25226Y5511D01*
X-25351Y5477D01*
X-25618Y5436D01*
X-25768Y5427D01*
X-25918Y5419D01*
X-25926D01*
X-25968D01*
X-26018D01*
X-26093Y5427D01*
X-26176Y5436D01*
X-26276Y5444D01*
X-26392Y5461D01*
X-26509Y5486D01*
X-26776Y5544D01*
X-26909Y5586D01*
X-27042Y5627D01*
X-27167Y5686D01*
X-27301Y5752D01*
X-27417Y5827D01*
X-27525Y5919D01*
X-27534Y5927D01*
X-27550Y5944D01*
X-27575Y5969D01*
X-27617Y6011D01*
X-27659Y6061D01*
X-27700Y6119D01*
X-27750Y6185D01*
X-27809Y6269D01*
X-27859Y6352D01*
X-27909Y6452D01*
X-28000Y6660D01*
X-28034Y6785D01*
X-28058Y6910D01*
X-28075Y7044D01*
X-28084Y7177D01*
Y7210D01*
X-28075Y7252D01*
Y7310D01*
X-28058Y7368D01*
X-28050Y7452D01*
X-28025Y7535D01*
X-28000Y7627D01*
X-27959Y7727D01*
X-27917Y7827D01*
X-27859Y7935D01*
X-27792Y8043D01*
X-27717Y8151D01*
X-27617Y8260D01*
X-27517Y8360D01*
X-27392Y8460D01*
X-27992D01*
Y9493D01*
X-24235D01*
X-24227D01*
X-24202D01*
X-24168D01*
X-24118D01*
X-24052D01*
X-23985Y9484D01*
D02*
G37*
G36*
X-23810Y3437D02*
X-25934D01*
X-25943D01*
X-25968D01*
X-26001D01*
X-26043D01*
X-26101D01*
X-26159D01*
X-26301Y3428D01*
X-26443Y3420D01*
X-26592Y3403D01*
X-26717Y3387D01*
X-26767Y3378D01*
X-26809Y3362D01*
X-26817D01*
X-26842Y3345D01*
X-26876Y3328D01*
X-26926Y3303D01*
X-27026Y3228D01*
X-27076Y3187D01*
X-27117Y3128D01*
X-27126Y3120D01*
X-27134Y3104D01*
X-27151Y3070D01*
X-27176Y3020D01*
X-27200Y2962D01*
X-27217Y2904D01*
X-27226Y2829D01*
X-27234Y2745D01*
Y2695D01*
X-27226Y2645D01*
X-27217Y2579D01*
X-27192Y2495D01*
X-27167Y2412D01*
X-27126Y2320D01*
X-27076Y2229D01*
X-27067Y2221D01*
X-27051Y2196D01*
X-27009Y2154D01*
X-26967Y2104D01*
X-26901Y2054D01*
X-26834Y2004D01*
X-26742Y1954D01*
X-26651Y1921D01*
X-26642D01*
X-26601Y1904D01*
X-26534Y1896D01*
X-26434Y1879D01*
X-26376Y1871D01*
X-26301Y1862D01*
X-26226Y1854D01*
X-26134D01*
X-26043Y1846D01*
X-25934Y1837D01*
X-25818D01*
X-25693D01*
X-23810D01*
Y729D01*
X-27992D01*
Y1754D01*
X-27376D01*
X-27384Y1762D01*
X-27409Y1779D01*
X-27442Y1812D01*
X-27484Y1854D01*
X-27542Y1904D01*
X-27600Y1971D01*
X-27667Y2046D01*
X-27734Y2129D01*
X-27792Y2221D01*
X-27859Y2329D01*
X-27917Y2437D01*
X-27975Y2562D01*
X-28017Y2695D01*
X-28050Y2829D01*
X-28075Y2978D01*
X-28084Y3128D01*
Y3187D01*
X-28075Y3262D01*
X-28067Y3353D01*
X-28050Y3453D01*
X-28025Y3562D01*
X-27992Y3678D01*
X-27950Y3795D01*
X-27942Y3811D01*
X-27925Y3845D01*
X-27900Y3903D01*
X-27859Y3970D01*
X-27809Y4045D01*
X-27750Y4120D01*
X-27684Y4195D01*
X-27609Y4261D01*
X-27600Y4270D01*
X-27575Y4286D01*
X-27534Y4311D01*
X-27475Y4345D01*
X-27409Y4386D01*
X-27325Y4420D01*
X-27242Y4453D01*
X-27142Y4478D01*
X-27134D01*
X-27092Y4486D01*
X-27034Y4503D01*
X-26951Y4511D01*
X-26851Y4528D01*
X-26717Y4536D01*
X-26576Y4544D01*
X-26401D01*
X-23810D01*
Y3437D01*
D02*
G37*
G36*
X-25576Y-2928D02*
X-25568D01*
X-25551D01*
X-25526D01*
X-25493Y-2919D01*
X-25410Y-2911D01*
X-25293Y-2894D01*
X-25176Y-2861D01*
X-25043Y-2811D01*
X-24918Y-2753D01*
X-24810Y-2669D01*
X-24802Y-2661D01*
X-24768Y-2619D01*
X-24726Y-2569D01*
X-24677Y-2494D01*
X-24627Y-2403D01*
X-24585Y-2286D01*
X-24552Y-2161D01*
X-24543Y-2028D01*
Y-1986D01*
X-24552Y-1936D01*
X-24560Y-1878D01*
X-24577Y-1811D01*
X-24602Y-1736D01*
X-24635Y-1661D01*
X-24685Y-1595D01*
X-24693Y-1586D01*
X-24710Y-1561D01*
X-24743Y-1528D01*
X-24793Y-1495D01*
X-24860Y-1445D01*
X-24935Y-1403D01*
X-25035Y-1361D01*
X-25143Y-1320D01*
X-24960Y-220D01*
X-24951D01*
X-24935Y-228D01*
X-24902Y-245D01*
X-24860Y-262D01*
X-24810Y-287D01*
X-24751Y-312D01*
X-24618Y-387D01*
X-24468Y-478D01*
X-24310Y-595D01*
X-24168Y-737D01*
X-24035Y-895D01*
Y-903D01*
X-24018Y-912D01*
X-24010Y-945D01*
X-23985Y-978D01*
X-23960Y-1020D01*
X-23935Y-1078D01*
X-23910Y-1137D01*
X-23877Y-1211D01*
X-23819Y-1378D01*
X-23769Y-1570D01*
X-23735Y-1795D01*
X-23719Y-2036D01*
Y-2086D01*
X-23727Y-2136D01*
Y-2211D01*
X-23744Y-2303D01*
X-23760Y-2411D01*
X-23777Y-2528D01*
X-23810Y-2644D01*
X-23844Y-2778D01*
X-23893Y-2911D01*
X-23952Y-3044D01*
X-24018Y-3177D01*
X-24102Y-3311D01*
X-24193Y-3436D01*
X-24302Y-3544D01*
X-24427Y-3652D01*
X-24435Y-3661D01*
X-24452Y-3669D01*
X-24485Y-3686D01*
X-24527Y-3719D01*
X-24585Y-3744D01*
X-24652Y-3777D01*
X-24726Y-3819D01*
X-24818Y-3852D01*
X-24918Y-3894D01*
X-25026Y-3927D01*
X-25143Y-3969D01*
X-25276Y-3994D01*
X-25410Y-4019D01*
X-25551Y-4044D01*
X-25710Y-4052D01*
X-25868Y-4060D01*
X-25876D01*
X-25909D01*
X-25968D01*
X-26043Y-4052D01*
X-26126Y-4044D01*
X-26226Y-4035D01*
X-26334Y-4019D01*
X-26459Y-3994D01*
X-26717Y-3927D01*
X-26851Y-3885D01*
X-26992Y-3835D01*
X-27126Y-3769D01*
X-27250Y-3694D01*
X-27376Y-3610D01*
X-27492Y-3519D01*
X-27500Y-3511D01*
X-27517Y-3494D01*
X-27550Y-3461D01*
X-27584Y-3419D01*
X-27625Y-3369D01*
X-27675Y-3302D01*
X-27734Y-3227D01*
X-27792Y-3144D01*
X-27842Y-3052D01*
X-27900Y-2944D01*
X-27950Y-2836D01*
X-27992Y-2711D01*
X-28025Y-2586D01*
X-28058Y-2444D01*
X-28075Y-2303D01*
X-28084Y-2153D01*
Y-2061D01*
X-28075Y-1994D01*
X-28067Y-1919D01*
X-28050Y-1828D01*
X-28034Y-1728D01*
X-28009Y-1620D01*
X-27975Y-1503D01*
X-27934Y-1386D01*
X-27884Y-1261D01*
X-27817Y-1137D01*
X-27750Y-1020D01*
X-27667Y-903D01*
X-27567Y-787D01*
X-27459Y-687D01*
X-27450Y-678D01*
X-27434Y-662D01*
X-27392Y-637D01*
X-27342Y-603D01*
X-27275Y-562D01*
X-27200Y-520D01*
X-27101Y-470D01*
X-26992Y-420D01*
X-26867Y-370D01*
X-26726Y-320D01*
X-26576Y-279D01*
X-26401Y-237D01*
X-26218Y-204D01*
X-26018Y-179D01*
X-25809Y-162D01*
X-25576D01*
Y-2928D01*
D02*
G37*
G36*
X-27667Y-4693D02*
X-27609D01*
X-27492Y-4710D01*
X-27351Y-4735D01*
X-27192Y-4768D01*
X-27042Y-4818D01*
X-26901Y-4885D01*
X-26884Y-4893D01*
X-26842Y-4918D01*
X-26776Y-4960D01*
X-26692Y-5018D01*
X-26609Y-5085D01*
X-26509Y-5177D01*
X-26417Y-5268D01*
X-26334Y-5376D01*
X-26326Y-5393D01*
X-26301Y-5426D01*
X-26268Y-5485D01*
X-26226Y-5560D01*
X-26176Y-5651D01*
X-26134Y-5751D01*
X-26093Y-5860D01*
X-26059Y-5976D01*
Y-5993D01*
X-26051Y-6018D01*
Y-6051D01*
X-26043Y-6093D01*
X-26034Y-6151D01*
X-26026Y-6210D01*
Y-6284D01*
X-26018Y-6359D01*
X-26009Y-6451D01*
X-26001Y-6551D01*
X-25993Y-6659D01*
Y-6776D01*
X-25984Y-6901D01*
Y-7934D01*
X-23810D01*
Y-9100D01*
X-29575D01*
Y-6976D01*
X-29566Y-6884D01*
Y-6668D01*
X-29550Y-6434D01*
X-29533Y-6201D01*
X-29525Y-6101D01*
X-29516Y-6001D01*
X-29500Y-5918D01*
X-29483Y-5851D01*
Y-5843D01*
X-29475Y-5826D01*
X-29466Y-5801D01*
X-29458Y-5768D01*
X-29416Y-5676D01*
X-29366Y-5560D01*
X-29291Y-5435D01*
X-29191Y-5293D01*
X-29067Y-5160D01*
X-28916Y-5027D01*
X-28908D01*
X-28900Y-5010D01*
X-28875Y-4993D01*
X-28842Y-4977D01*
X-28792Y-4943D01*
X-28742Y-4918D01*
X-28683Y-4885D01*
X-28617Y-4852D01*
X-28450Y-4793D01*
X-28267Y-4735D01*
X-28042Y-4702D01*
X-27800Y-4685D01*
X-27792D01*
X-27775D01*
X-27750D01*
X-27709D01*
X-27667Y-4693D01*
D02*
G37*
G36*
X-33383Y6301D02*
X-33302Y6296D01*
X-33205Y6286D01*
X-33103Y6276D01*
X-32991Y6266D01*
X-32874Y6245D01*
X-32752Y6220D01*
X-32635Y6194D01*
X-32518Y6159D01*
X-32401Y6123D01*
X-32294Y6072D01*
X-32192Y6021D01*
X-32105Y5960D01*
X-32100Y5955D01*
X-32090Y5945D01*
X-32070Y5930D01*
X-32050Y5909D01*
X-32024Y5879D01*
X-31993Y5843D01*
X-31958Y5797D01*
X-31927Y5751D01*
X-31892Y5695D01*
X-31856Y5640D01*
X-31826Y5573D01*
X-31800Y5502D01*
X-31780Y5426D01*
X-31759Y5339D01*
X-31749Y5253D01*
X-31744Y5161D01*
Y5141D01*
X-31749Y5110D01*
Y5074D01*
X-31754Y5034D01*
X-31764Y4983D01*
X-31775Y4927D01*
X-31795Y4866D01*
X-31815Y4800D01*
X-31841Y4733D01*
X-31871Y4662D01*
X-31912Y4596D01*
X-31953Y4525D01*
X-32009Y4459D01*
X-32065Y4392D01*
X-32136Y4331D01*
X-32141Y4326D01*
X-32156Y4316D01*
X-32182Y4301D01*
X-32212Y4285D01*
X-32258Y4260D01*
X-32314Y4235D01*
X-32385Y4204D01*
X-32462Y4179D01*
X-32553Y4148D01*
X-32655Y4118D01*
X-32772Y4092D01*
X-32899Y4072D01*
X-33042Y4051D01*
X-33200Y4036D01*
X-33368Y4026D01*
X-33551Y4021D01*
X-33556D01*
X-33561D01*
X-33577D01*
X-33597D01*
X-33648D01*
X-33714Y4026D01*
X-33795Y4031D01*
X-33892Y4041D01*
X-33994Y4051D01*
X-34106Y4062D01*
X-34223Y4082D01*
X-34340Y4102D01*
X-34462Y4133D01*
X-34579Y4163D01*
X-34691Y4204D01*
X-34798Y4250D01*
X-34900Y4301D01*
X-34986Y4362D01*
X-34991Y4367D01*
X-35002Y4377D01*
X-35022Y4392D01*
X-35042Y4418D01*
X-35073Y4443D01*
X-35103Y4479D01*
X-35134Y4525D01*
X-35170Y4571D01*
X-35205Y4627D01*
X-35236Y4682D01*
X-35266Y4749D01*
X-35297Y4820D01*
X-35317Y4896D01*
X-35338Y4983D01*
X-35348Y5069D01*
X-35353Y5161D01*
Y5212D01*
X-35348Y5248D01*
X-35343Y5288D01*
X-35333Y5339D01*
X-35322Y5390D01*
X-35307Y5451D01*
X-35287Y5517D01*
X-35261Y5578D01*
X-35236Y5645D01*
X-35200Y5711D01*
X-35154Y5777D01*
X-35109Y5843D01*
X-35053Y5904D01*
X-34986Y5960D01*
X-34981Y5965D01*
X-34966Y5975D01*
X-34941Y5991D01*
X-34905Y6016D01*
X-34854Y6042D01*
X-34793Y6072D01*
X-34727Y6103D01*
X-34640Y6133D01*
X-34549Y6164D01*
X-34442Y6199D01*
X-34325Y6225D01*
X-34192Y6250D01*
X-34050Y6276D01*
X-33897Y6291D01*
X-33729Y6301D01*
X-33546Y6306D01*
X-33541D01*
X-33536D01*
X-33520D01*
X-33500D01*
X-33449D01*
X-33383Y6301D01*
D02*
G37*
G36*
X-31810Y2794D02*
X-32487D01*
Y3471D01*
X-31810D01*
Y2794D01*
D02*
G37*
G36*
Y962D02*
X-34360D01*
X-34355Y957D01*
X-34345Y946D01*
X-34330Y926D01*
X-34304Y896D01*
X-34274Y860D01*
X-34243Y819D01*
X-34208Y768D01*
X-34167Y712D01*
X-34126Y651D01*
X-34086Y585D01*
X-34040Y514D01*
X-33999Y438D01*
X-33923Y275D01*
X-33851Y91D01*
X-34462D01*
Y96D01*
X-34467Y102D01*
X-34472Y117D01*
X-34477Y137D01*
X-34503Y188D01*
X-34533Y259D01*
X-34574Y346D01*
X-34630Y443D01*
X-34701Y550D01*
X-34783Y661D01*
X-34788Y667D01*
X-34793Y677D01*
X-34808Y692D01*
X-34829Y712D01*
X-34879Y768D01*
X-34946Y829D01*
X-35027Y901D01*
X-35129Y972D01*
X-35236Y1038D01*
X-35353Y1089D01*
Y1639D01*
X-31810D01*
Y962D01*
D02*
G37*
G36*
X-33704Y-1817D02*
X-33709Y-1822D01*
X-33719Y-1848D01*
X-33739Y-1878D01*
X-33760Y-1919D01*
X-33780Y-1970D01*
X-33800Y-2021D01*
X-33811Y-2077D01*
X-33816Y-2133D01*
Y-2153D01*
X-33811Y-2184D01*
X-33806Y-2214D01*
X-33795Y-2250D01*
X-33780Y-2291D01*
X-33760Y-2331D01*
X-33734Y-2372D01*
X-33729Y-2377D01*
X-33719Y-2387D01*
X-33699Y-2408D01*
X-33668Y-2428D01*
X-33632Y-2454D01*
X-33582Y-2479D01*
X-33520Y-2505D01*
X-33449Y-2525D01*
X-33439D01*
X-33424Y-2530D01*
X-33408Y-2535D01*
X-33383D01*
X-33353Y-2540D01*
X-33312Y-2545D01*
X-33266Y-2550D01*
X-33215Y-2555D01*
X-33149Y-2561D01*
X-33083Y-2566D01*
X-33001D01*
X-32915Y-2571D01*
X-32818Y-2576D01*
X-32711D01*
X-32594D01*
X-31810D01*
Y-3253D01*
X-34365D01*
Y-2627D01*
X-34004D01*
X-34009Y-2622D01*
X-34040Y-2601D01*
X-34086Y-2571D01*
X-34141Y-2530D01*
X-34197Y-2489D01*
X-34253Y-2438D01*
X-34304Y-2393D01*
X-34340Y-2342D01*
X-34345Y-2337D01*
X-34355Y-2321D01*
X-34365Y-2291D01*
X-34381Y-2255D01*
X-34396Y-2214D01*
X-34411Y-2163D01*
X-34416Y-2113D01*
X-34421Y-2052D01*
Y-2011D01*
X-34416Y-1965D01*
X-34406Y-1909D01*
X-34391Y-1838D01*
X-34365Y-1761D01*
X-34335Y-1685D01*
X-34289Y-1604D01*
X-33704Y-1817D01*
D02*
G37*
G36*
X-32889Y-5467D02*
X-32884D01*
X-32874D01*
X-32859D01*
X-32838Y-5462D01*
X-32787Y-5457D01*
X-32716Y-5447D01*
X-32645Y-5426D01*
X-32563Y-5396D01*
X-32487Y-5360D01*
X-32421Y-5309D01*
X-32416Y-5304D01*
X-32396Y-5279D01*
X-32370Y-5248D01*
X-32340Y-5202D01*
X-32309Y-5146D01*
X-32284Y-5075D01*
X-32263Y-4999D01*
X-32258Y-4917D01*
Y-4892D01*
X-32263Y-4861D01*
X-32268Y-4826D01*
X-32278Y-4785D01*
X-32294Y-4739D01*
X-32314Y-4693D01*
X-32345Y-4653D01*
X-32350Y-4647D01*
X-32360Y-4632D01*
X-32380Y-4612D01*
X-32411Y-4591D01*
X-32452Y-4561D01*
X-32497Y-4535D01*
X-32559Y-4510D01*
X-32625Y-4485D01*
X-32513Y-3813D01*
X-32508D01*
X-32497Y-3818D01*
X-32477Y-3828D01*
X-32452Y-3838D01*
X-32421Y-3853D01*
X-32385Y-3869D01*
X-32304Y-3915D01*
X-32212Y-3971D01*
X-32116Y-4042D01*
X-32029Y-4128D01*
X-31948Y-4225D01*
Y-4230D01*
X-31938Y-4235D01*
X-31932Y-4256D01*
X-31917Y-4276D01*
X-31902Y-4301D01*
X-31887Y-4337D01*
X-31871Y-4373D01*
X-31851Y-4418D01*
X-31815Y-4520D01*
X-31785Y-4637D01*
X-31764Y-4775D01*
X-31754Y-4922D01*
Y-4953D01*
X-31759Y-4983D01*
Y-5029D01*
X-31769Y-5085D01*
X-31780Y-5151D01*
X-31790Y-5223D01*
X-31810Y-5294D01*
X-31831Y-5375D01*
X-31861Y-5457D01*
X-31897Y-5538D01*
X-31938Y-5620D01*
X-31988Y-5701D01*
X-32044Y-5777D01*
X-32111Y-5844D01*
X-32187Y-5910D01*
X-32192Y-5915D01*
X-32202Y-5920D01*
X-32223Y-5930D01*
X-32248Y-5951D01*
X-32284Y-5966D01*
X-32324Y-5986D01*
X-32370Y-6011D01*
X-32426Y-6032D01*
X-32487Y-6057D01*
X-32553Y-6078D01*
X-32625Y-6103D01*
X-32706Y-6118D01*
X-32787Y-6134D01*
X-32874Y-6149D01*
X-32971Y-6154D01*
X-33068Y-6159D01*
X-33073D01*
X-33093D01*
X-33128D01*
X-33174Y-6154D01*
X-33225Y-6149D01*
X-33286Y-6144D01*
X-33353Y-6134D01*
X-33429Y-6118D01*
X-33587Y-6078D01*
X-33668Y-6052D01*
X-33755Y-6022D01*
X-33836Y-5981D01*
X-33912Y-5935D01*
X-33989Y-5884D01*
X-34060Y-5828D01*
X-34065Y-5823D01*
X-34075Y-5813D01*
X-34096Y-5793D01*
X-34116Y-5767D01*
X-34141Y-5737D01*
X-34172Y-5696D01*
X-34208Y-5650D01*
X-34243Y-5599D01*
X-34274Y-5543D01*
X-34309Y-5477D01*
X-34340Y-5411D01*
X-34365Y-5335D01*
X-34386Y-5258D01*
X-34406Y-5172D01*
X-34416Y-5085D01*
X-34421Y-4993D01*
Y-4938D01*
X-34416Y-4897D01*
X-34411Y-4851D01*
X-34401Y-4795D01*
X-34391Y-4734D01*
X-34376Y-4668D01*
X-34355Y-4597D01*
X-34330Y-4525D01*
X-34299Y-4449D01*
X-34258Y-4373D01*
X-34218Y-4301D01*
X-34167Y-4230D01*
X-34106Y-4159D01*
X-34040Y-4098D01*
X-34035Y-4093D01*
X-34024Y-4082D01*
X-33999Y-4067D01*
X-33968Y-4047D01*
X-33928Y-4021D01*
X-33882Y-3996D01*
X-33821Y-3965D01*
X-33755Y-3935D01*
X-33678Y-3904D01*
X-33592Y-3874D01*
X-33500Y-3848D01*
X-33393Y-3823D01*
X-33281Y-3802D01*
X-33159Y-3787D01*
X-33032Y-3777D01*
X-32889D01*
Y-5467D01*
D02*
G37*
G36*
X-31810Y-7569D02*
Y-8338D01*
X-35333Y-9600D01*
Y-8831D01*
X-32726Y-7936D01*
X-35333Y-7075D01*
Y-6317D01*
X-31810Y-7569D01*
D02*
G37*
G36*
X-11200Y10799D02*
X-12521D01*
X-12526D01*
X-12535D01*
X-12554D01*
X-12577D01*
X-12637Y10794D01*
X-12706Y10789D01*
X-12780Y10785D01*
X-12854Y10771D01*
X-12919Y10757D01*
X-12942Y10743D01*
X-12965Y10734D01*
X-12969Y10729D01*
X-12988Y10716D01*
X-13006Y10697D01*
X-13034Y10669D01*
X-13057Y10632D01*
X-13080Y10586D01*
X-13094Y10531D01*
X-13099Y10471D01*
Y10447D01*
X-13094Y10424D01*
X-13090Y10392D01*
X-13080Y10355D01*
X-13067Y10313D01*
X-13048Y10267D01*
X-13020Y10226D01*
X-13016Y10221D01*
X-13006Y10207D01*
X-12988Y10189D01*
X-12960Y10166D01*
X-12928Y10138D01*
X-12891Y10110D01*
X-12845Y10087D01*
X-12789Y10064D01*
X-12780D01*
X-12762Y10055D01*
X-12725Y10050D01*
X-12674Y10041D01*
X-12605Y10032D01*
X-12521Y10027D01*
X-12424Y10018D01*
X-12309D01*
X-11200D01*
Y9403D01*
X-12466D01*
X-12471D01*
X-12480D01*
X-12498D01*
X-12521D01*
X-12577D01*
X-12646Y9399D01*
X-12720Y9394D01*
X-12789Y9390D01*
X-12854Y9380D01*
X-12882Y9371D01*
X-12900Y9366D01*
X-12905D01*
X-12919Y9362D01*
X-12937Y9353D01*
X-12956Y9343D01*
X-13006Y9311D01*
X-13029Y9288D01*
X-13048Y9265D01*
X-13053Y9260D01*
X-13057Y9251D01*
X-13067Y9237D01*
X-13076Y9219D01*
X-13085Y9191D01*
X-13090Y9159D01*
X-13099Y9122D01*
Y9057D01*
X-13094Y9029D01*
X-13090Y8997D01*
X-13080Y8955D01*
X-13067Y8914D01*
X-13048Y8872D01*
X-13020Y8826D01*
X-13016Y8821D01*
X-13006Y8807D01*
X-12988Y8789D01*
X-12965Y8766D01*
X-12933Y8738D01*
X-12896Y8710D01*
X-12849Y8687D01*
X-12799Y8664D01*
X-12794D01*
X-12771Y8655D01*
X-12734Y8650D01*
X-12688Y8641D01*
X-12618Y8632D01*
X-12540Y8627D01*
X-12438Y8618D01*
X-12323D01*
X-11200D01*
Y8004D01*
X-13519D01*
Y8567D01*
X-13201D01*
X-13205Y8572D01*
X-13214Y8581D01*
X-13233Y8600D01*
X-13261Y8623D01*
X-13288Y8650D01*
X-13316Y8683D01*
X-13353Y8724D01*
X-13385Y8771D01*
X-13418Y8821D01*
X-13455Y8877D01*
X-13515Y8997D01*
X-13538Y9066D01*
X-13556Y9135D01*
X-13565Y9209D01*
X-13570Y9288D01*
Y9325D01*
X-13565Y9366D01*
X-13561Y9417D01*
X-13547Y9477D01*
X-13533Y9542D01*
X-13510Y9607D01*
X-13478Y9671D01*
X-13473Y9681D01*
X-13459Y9699D01*
X-13441Y9731D01*
X-13408Y9768D01*
X-13367Y9810D01*
X-13321Y9856D01*
X-13261Y9902D01*
X-13196Y9944D01*
X-13205Y9953D01*
X-13228Y9972D01*
X-13261Y9999D01*
X-13302Y10041D01*
X-13348Y10092D01*
X-13395Y10147D01*
X-13441Y10207D01*
X-13478Y10272D01*
X-13482Y10281D01*
X-13491Y10304D01*
X-13505Y10341D01*
X-13524Y10387D01*
X-13542Y10443D01*
X-13556Y10508D01*
X-13565Y10577D01*
X-13570Y10651D01*
Y10692D01*
X-13565Y10739D01*
X-13556Y10799D01*
X-13542Y10868D01*
X-13524Y10937D01*
X-13501Y11011D01*
X-13464Y11080D01*
X-13459Y11090D01*
X-13445Y11108D01*
X-13422Y11141D01*
X-13390Y11182D01*
X-13344Y11224D01*
X-13293Y11270D01*
X-13233Y11311D01*
X-13159Y11348D01*
X-13154Y11353D01*
X-13131Y11358D01*
X-13094Y11367D01*
X-13043Y11381D01*
X-12979Y11395D01*
X-12896Y11404D01*
X-12794Y11408D01*
X-12678Y11413D01*
X-11200D01*
Y10799D01*
D02*
G37*
G36*
Y6812D02*
X-12420D01*
X-12424D01*
X-12433D01*
X-12452D01*
X-12480D01*
X-12507D01*
X-12540D01*
X-12614Y6807D01*
X-12692Y6802D01*
X-12771Y6798D01*
X-12835Y6788D01*
X-12859Y6779D01*
X-12882Y6775D01*
X-12886D01*
X-12900Y6765D01*
X-12914Y6756D01*
X-12937Y6747D01*
X-12988Y6705D01*
X-13016Y6682D01*
X-13039Y6650D01*
X-13043Y6645D01*
X-13048Y6636D01*
X-13057Y6613D01*
X-13071Y6590D01*
X-13080Y6558D01*
X-13090Y6521D01*
X-13094Y6474D01*
X-13099Y6428D01*
Y6400D01*
X-13094Y6373D01*
X-13090Y6336D01*
X-13080Y6294D01*
X-13067Y6248D01*
X-13048Y6202D01*
X-13020Y6155D01*
X-13016Y6151D01*
X-13006Y6137D01*
X-12988Y6114D01*
X-12965Y6091D01*
X-12933Y6058D01*
X-12896Y6031D01*
X-12849Y6003D01*
X-12799Y5980D01*
X-12794D01*
X-12771Y5971D01*
X-12739Y5962D01*
X-12688Y5952D01*
X-12628Y5943D01*
X-12549Y5934D01*
X-12461Y5929D01*
X-12360Y5925D01*
X-11200D01*
Y5310D01*
X-14397D01*
Y5925D01*
X-13214D01*
X-13219Y5929D01*
X-13228Y5938D01*
X-13247Y5957D01*
X-13270Y5975D01*
X-13297Y6008D01*
X-13325Y6040D01*
X-13358Y6082D01*
X-13395Y6123D01*
X-13427Y6174D01*
X-13459Y6230D01*
X-13515Y6350D01*
X-13538Y6414D01*
X-13556Y6484D01*
X-13565Y6558D01*
X-13570Y6631D01*
Y6668D01*
X-13565Y6710D01*
X-13561Y6761D01*
X-13552Y6821D01*
X-13533Y6881D01*
X-13515Y6950D01*
X-13487Y7015D01*
X-13482Y7024D01*
X-13473Y7043D01*
X-13455Y7075D01*
X-13431Y7112D01*
X-13404Y7153D01*
X-13371Y7195D01*
X-13330Y7237D01*
X-13288Y7274D01*
X-13284Y7278D01*
X-13265Y7287D01*
X-13242Y7301D01*
X-13210Y7320D01*
X-13168Y7343D01*
X-13122Y7361D01*
X-13071Y7380D01*
X-13016Y7394D01*
X-13011D01*
X-12988Y7398D01*
X-12951Y7403D01*
X-12905Y7412D01*
X-12840Y7417D01*
X-12762Y7421D01*
X-12669Y7426D01*
X-12558D01*
X-11200D01*
Y6812D01*
D02*
G37*
G36*
X-11237Y4941D02*
X-11232Y4936D01*
X-11223Y4908D01*
X-11209Y4862D01*
X-11195Y4802D01*
X-11177Y4733D01*
X-11163Y4649D01*
X-11154Y4557D01*
X-11149Y4460D01*
Y4432D01*
X-11154Y4400D01*
X-11158Y4358D01*
X-11163Y4312D01*
X-11172Y4261D01*
X-11186Y4211D01*
X-11205Y4160D01*
X-11209Y4155D01*
X-11214Y4137D01*
X-11228Y4113D01*
X-11242Y4086D01*
X-11288Y4021D01*
X-11315Y3989D01*
X-11348Y3961D01*
X-11353Y3956D01*
X-11366Y3952D01*
X-11385Y3943D01*
X-11412Y3929D01*
X-11445Y3915D01*
X-11486Y3901D01*
X-11533Y3887D01*
X-11584Y3878D01*
X-11588D01*
X-11607Y3873D01*
X-11634D01*
X-11681Y3869D01*
X-11740Y3864D01*
X-11814D01*
X-11856Y3859D01*
X-11907D01*
X-11958D01*
X-12018D01*
X-13029D01*
Y3578D01*
X-13519D01*
Y3859D01*
X-13981D01*
X-14342Y4474D01*
X-13519D01*
Y4894D01*
X-13029D01*
Y4474D01*
X-12092D01*
X-12087D01*
X-12078D01*
X-12064D01*
X-12045D01*
X-11999D01*
X-11944D01*
X-11888Y4479D01*
X-11833D01*
X-11791D01*
X-11773Y4483D01*
X-11764D01*
X-11754Y4488D01*
X-11736Y4497D01*
X-11713Y4511D01*
X-11685Y4538D01*
X-11681Y4548D01*
X-11671Y4566D01*
X-11662Y4599D01*
X-11657Y4640D01*
Y4659D01*
X-11662Y4677D01*
X-11667Y4705D01*
X-11671Y4742D01*
X-11681Y4783D01*
X-11694Y4834D01*
X-11713Y4890D01*
X-11237Y4945D01*
Y4941D01*
D02*
G37*
G36*
X-11200Y2584D02*
X-13519D01*
Y3199D01*
X-11200D01*
Y2584D01*
D02*
G37*
G36*
X-13829D02*
X-14397D01*
Y3199D01*
X-13829D01*
Y2584D01*
D02*
G37*
G36*
X-12919Y2127D02*
X-12923Y2122D01*
X-12933Y2099D01*
X-12951Y2072D01*
X-12969Y2035D01*
X-12988Y1988D01*
X-13006Y1942D01*
X-13016Y1891D01*
X-13020Y1840D01*
Y1822D01*
X-13016Y1794D01*
X-13011Y1767D01*
X-13002Y1734D01*
X-12988Y1697D01*
X-12969Y1660D01*
X-12946Y1623D01*
X-12942Y1619D01*
X-12933Y1609D01*
X-12914Y1591D01*
X-12886Y1572D01*
X-12854Y1549D01*
X-12808Y1526D01*
X-12752Y1503D01*
X-12688Y1485D01*
X-12678D01*
X-12664Y1480D01*
X-12651Y1476D01*
X-12628D01*
X-12600Y1471D01*
X-12563Y1466D01*
X-12521Y1462D01*
X-12475Y1457D01*
X-12415Y1452D01*
X-12355Y1448D01*
X-12281D01*
X-12202Y1443D01*
X-12115Y1438D01*
X-12018D01*
X-11912D01*
X-11200D01*
Y824D01*
X-13519D01*
Y1392D01*
X-13191D01*
X-13196Y1397D01*
X-13224Y1415D01*
X-13265Y1443D01*
X-13316Y1480D01*
X-13367Y1517D01*
X-13418Y1563D01*
X-13464Y1605D01*
X-13496Y1651D01*
X-13501Y1656D01*
X-13510Y1670D01*
X-13519Y1697D01*
X-13533Y1730D01*
X-13547Y1767D01*
X-13561Y1813D01*
X-13565Y1859D01*
X-13570Y1914D01*
Y1951D01*
X-13565Y1993D01*
X-13556Y2044D01*
X-13542Y2108D01*
X-13519Y2178D01*
X-13491Y2247D01*
X-13450Y2321D01*
X-12919Y2127D01*
D02*
G37*
G36*
X-12276Y367D02*
X-12230Y362D01*
X-12179Y353D01*
X-12119Y344D01*
X-12059Y330D01*
X-11990Y311D01*
X-11921Y288D01*
X-11847Y260D01*
X-11773Y228D01*
X-11699Y186D01*
X-11630Y140D01*
X-11560Y90D01*
X-11491Y29D01*
X-11486Y25D01*
X-11477Y16D01*
X-11459Y-3D01*
X-11436Y-31D01*
X-11412Y-63D01*
X-11385Y-105D01*
X-11353Y-151D01*
X-11320Y-202D01*
X-11288Y-262D01*
X-11255Y-326D01*
X-11228Y-396D01*
X-11205Y-474D01*
X-11181Y-553D01*
X-11163Y-641D01*
X-11154Y-728D01*
X-11149Y-825D01*
Y-858D01*
X-11154Y-881D01*
Y-908D01*
X-11158Y-941D01*
X-11168Y-1019D01*
X-11186Y-1116D01*
X-11209Y-1218D01*
X-11246Y-1324D01*
X-11292Y-1435D01*
Y-1440D01*
X-11297Y-1449D01*
X-11306Y-1463D01*
X-11320Y-1481D01*
X-11353Y-1532D01*
X-11399Y-1597D01*
X-11459Y-1666D01*
X-11533Y-1740D01*
X-11616Y-1809D01*
X-11713Y-1874D01*
X-11717D01*
X-11727Y-1879D01*
X-11740Y-1888D01*
X-11764Y-1897D01*
X-11791Y-1906D01*
X-11824Y-1920D01*
X-11861Y-1934D01*
X-11902Y-1948D01*
X-11948Y-1962D01*
X-11999Y-1976D01*
X-12115Y-1999D01*
X-12249Y-2017D01*
X-12392Y-2022D01*
X-12397D01*
X-12406D01*
X-12424D01*
X-12443Y-2017D01*
X-12471D01*
X-12503Y-2013D01*
X-12581Y-2003D01*
X-12669Y-1985D01*
X-12766Y-1957D01*
X-12872Y-1925D01*
X-12979Y-1874D01*
X-12983D01*
X-12993Y-1865D01*
X-13006Y-1860D01*
X-13025Y-1846D01*
X-13076Y-1809D01*
X-13140Y-1763D01*
X-13210Y-1703D01*
X-13284Y-1629D01*
X-13353Y-1546D01*
X-13418Y-1449D01*
Y-1444D01*
X-13422Y-1435D01*
X-13431Y-1421D01*
X-13441Y-1398D01*
X-13455Y-1375D01*
X-13464Y-1343D01*
X-13478Y-1306D01*
X-13496Y-1269D01*
X-13524Y-1176D01*
X-13547Y-1070D01*
X-13565Y-955D01*
X-13570Y-830D01*
Y-779D01*
X-13565Y-742D01*
X-13561Y-696D01*
X-13552Y-645D01*
X-13542Y-585D01*
X-13529Y-525D01*
X-13510Y-456D01*
X-13487Y-386D01*
X-13459Y-317D01*
X-13427Y-243D01*
X-13385Y-169D01*
X-13339Y-100D01*
X-13288Y-31D01*
X-13228Y34D01*
X-13224Y39D01*
X-13214Y48D01*
X-13191Y66D01*
X-13168Y85D01*
X-13131Y113D01*
X-13094Y140D01*
X-13043Y173D01*
X-12993Y205D01*
X-12933Y233D01*
X-12868Y265D01*
X-12794Y293D01*
X-12720Y320D01*
X-12637Y339D01*
X-12554Y357D01*
X-12461Y367D01*
X-12364Y371D01*
X-12360D01*
X-12341D01*
X-12313D01*
X-12276Y367D01*
D02*
G37*
G36*
X-11297Y-2493D02*
X-11209Y-2498D01*
X-11108Y-2507D01*
X-11006Y-2516D01*
X-10909Y-2535D01*
X-10867Y-2544D01*
X-10826Y-2558D01*
X-10817Y-2562D01*
X-10793Y-2572D01*
X-10757Y-2585D01*
X-10710Y-2609D01*
X-10660Y-2636D01*
X-10604Y-2669D01*
X-10553Y-2706D01*
X-10507Y-2752D01*
X-10502Y-2756D01*
X-10488Y-2775D01*
X-10465Y-2803D01*
X-10442Y-2835D01*
X-10415Y-2881D01*
X-10382Y-2937D01*
X-10355Y-3001D01*
X-10327Y-3075D01*
X-10322Y-3084D01*
X-10318Y-3112D01*
X-10304Y-3154D01*
X-10294Y-3214D01*
X-10281Y-3292D01*
X-10267Y-3380D01*
X-10262Y-3482D01*
X-10257Y-3593D01*
Y-3648D01*
X-10262Y-3690D01*
Y-3736D01*
X-10267Y-3791D01*
X-10276Y-3851D01*
X-10285Y-3916D01*
X-10308Y-4055D01*
X-10345Y-4193D01*
X-10368Y-4258D01*
X-10396Y-4323D01*
X-10424Y-4378D01*
X-10461Y-4429D01*
X-10465Y-4434D01*
X-10470Y-4438D01*
X-10498Y-4466D01*
X-10539Y-4507D01*
X-10599Y-4549D01*
X-10673Y-4595D01*
X-10761Y-4637D01*
X-10863Y-4665D01*
X-10918Y-4669D01*
X-10974Y-4674D01*
X-10978D01*
X-10997D01*
X-11020D01*
X-11048Y-4669D01*
X-10964Y-3967D01*
X-10960D01*
X-10946Y-3962D01*
X-10923Y-3958D01*
X-10900Y-3953D01*
X-10844Y-3930D01*
X-10817Y-3911D01*
X-10798Y-3888D01*
X-10793Y-3884D01*
X-10789Y-3870D01*
X-10775Y-3851D01*
X-10766Y-3819D01*
X-10752Y-3782D01*
X-10738Y-3736D01*
X-10733Y-3680D01*
X-10729Y-3616D01*
Y-3574D01*
X-10733Y-3533D01*
X-10738Y-3482D01*
X-10747Y-3422D01*
X-10761Y-3362D01*
X-10780Y-3306D01*
X-10803Y-3255D01*
X-10807Y-3251D01*
X-10812Y-3241D01*
X-10821Y-3228D01*
X-10840Y-3209D01*
X-10863Y-3191D01*
X-10891Y-3172D01*
X-10923Y-3154D01*
X-10960Y-3135D01*
X-10964D01*
X-10974Y-3131D01*
X-10992Y-3126D01*
X-11024Y-3117D01*
X-11061Y-3112D01*
X-11108Y-3108D01*
X-11168Y-3103D01*
X-11237D01*
X-11574D01*
X-11570Y-3108D01*
X-11560Y-3117D01*
X-11542Y-3131D01*
X-11514Y-3154D01*
X-11486Y-3177D01*
X-11454Y-3209D01*
X-11422Y-3251D01*
X-11389Y-3292D01*
X-11353Y-3339D01*
X-11320Y-3394D01*
X-11260Y-3509D01*
X-11237Y-3574D01*
X-11219Y-3644D01*
X-11205Y-3717D01*
X-11200Y-3796D01*
Y-3814D01*
X-11205Y-3842D01*
Y-3875D01*
X-11214Y-3911D01*
X-11223Y-3958D01*
X-11232Y-4008D01*
X-11251Y-4064D01*
X-11269Y-4119D01*
X-11297Y-4179D01*
X-11329Y-4244D01*
X-11366Y-4304D01*
X-11412Y-4364D01*
X-11463Y-4424D01*
X-11523Y-4480D01*
X-11593Y-4535D01*
X-11597D01*
X-11607Y-4544D01*
X-11625Y-4554D01*
X-11648Y-4567D01*
X-11681Y-4586D01*
X-11717Y-4604D01*
X-11759Y-4623D01*
X-11810Y-4641D01*
X-11861Y-4660D01*
X-11921Y-4678D01*
X-11985Y-4697D01*
X-12055Y-4715D01*
X-12202Y-4738D01*
X-12286Y-4743D01*
X-12369Y-4748D01*
X-12374D01*
X-12397D01*
X-12424D01*
X-12466Y-4743D01*
X-12512Y-4738D01*
X-12567Y-4734D01*
X-12632Y-4725D01*
X-12697Y-4711D01*
X-12845Y-4678D01*
X-12919Y-4655D01*
X-12993Y-4632D01*
X-13062Y-4600D01*
X-13136Y-4563D01*
X-13201Y-4521D01*
X-13261Y-4470D01*
X-13265Y-4466D01*
X-13274Y-4457D01*
X-13288Y-4443D01*
X-13311Y-4420D01*
X-13334Y-4392D01*
X-13358Y-4360D01*
X-13385Y-4323D01*
X-13418Y-4276D01*
X-13445Y-4230D01*
X-13473Y-4175D01*
X-13524Y-4059D01*
X-13542Y-3990D01*
X-13556Y-3921D01*
X-13565Y-3847D01*
X-13570Y-3773D01*
Y-3754D01*
X-13565Y-3731D01*
Y-3699D01*
X-13556Y-3667D01*
X-13552Y-3620D01*
X-13538Y-3574D01*
X-13524Y-3523D01*
X-13501Y-3468D01*
X-13478Y-3413D01*
X-13445Y-3352D01*
X-13408Y-3292D01*
X-13367Y-3232D01*
X-13311Y-3172D01*
X-13256Y-3117D01*
X-13187Y-3061D01*
X-13519D01*
Y-2489D01*
X-11436D01*
X-11431D01*
X-11417D01*
X-11399D01*
X-11371D01*
X-11334D01*
X-11297Y-2493D01*
D02*
G37*
G36*
X-11200Y-5856D02*
X-14397D01*
Y-5242D01*
X-11200D01*
Y-5856D01*
D02*
G37*
G36*
Y-6891D02*
X-11925Y-7169D01*
Y-8453D01*
X-11200Y-8716D01*
Y-9400D01*
X-14397Y-8162D01*
Y-7478D01*
X-11200Y-6194D01*
Y-6891D01*
D02*
G37*
G36*
X-31773Y32476D02*
X-31769D01*
X-31755Y32471D01*
X-31736Y32462D01*
X-31713Y32453D01*
X-31681Y32439D01*
X-31644Y32425D01*
X-31565Y32393D01*
X-31478Y32360D01*
X-31390Y32323D01*
X-31311Y32286D01*
X-31279Y32268D01*
X-31247Y32254D01*
X-31237Y32250D01*
X-31214Y32236D01*
X-31182Y32212D01*
X-31140Y32185D01*
X-31094Y32148D01*
X-31048Y32106D01*
X-31002Y32065D01*
X-30965Y32014D01*
X-30960Y32009D01*
X-30951Y31991D01*
X-30937Y31963D01*
X-30919Y31921D01*
X-30900Y31875D01*
X-30886Y31820D01*
X-30877Y31760D01*
X-30872Y31690D01*
Y31672D01*
X-30877Y31649D01*
Y31617D01*
X-30886Y31580D01*
X-30896Y31538D01*
X-30905Y31492D01*
X-30923Y31441D01*
X-31288Y31399D01*
Y31404D01*
X-31284Y31422D01*
X-31279Y31446D01*
X-31270Y31473D01*
X-31256Y31547D01*
X-31251Y31621D01*
Y31644D01*
X-31256Y31667D01*
Y31695D01*
X-31270Y31764D01*
X-31284Y31797D01*
X-31297Y31829D01*
Y31834D01*
X-31307Y31843D01*
X-31316Y31857D01*
X-31330Y31875D01*
X-31367Y31917D01*
X-31418Y31954D01*
X-31422D01*
X-31431Y31963D01*
X-31450Y31972D01*
X-31478Y31982D01*
X-31515Y32000D01*
X-31570Y32019D01*
X-31635Y32046D01*
X-31713Y32074D01*
X-31718D01*
X-31736Y32083D01*
X-31769Y32092D01*
X-31810Y32111D01*
X-34130Y31233D01*
Y31649D01*
X-32785Y32134D01*
X-32780D01*
X-32776Y32139D01*
X-32762Y32143D01*
X-32739Y32148D01*
X-32716Y32157D01*
X-32688Y32166D01*
X-32623Y32189D01*
X-32545Y32217D01*
X-32452Y32245D01*
X-32355Y32273D01*
X-32249Y32300D01*
X-32254D01*
X-32263Y32305D01*
X-32277Y32309D01*
X-32295Y32314D01*
X-32318Y32319D01*
X-32346Y32328D01*
X-32415Y32346D01*
X-32494Y32370D01*
X-32586Y32402D01*
X-32679Y32430D01*
X-32776Y32467D01*
X-34130Y32966D01*
Y33358D01*
X-31773Y32476D01*
D02*
G37*
G36*
X-32905Y30970D02*
X-32854Y30965D01*
X-32799Y30961D01*
X-32734Y30951D01*
X-32665Y30937D01*
X-32517Y30900D01*
X-32438Y30877D01*
X-32365Y30850D01*
X-32286Y30817D01*
X-32217Y30776D01*
X-32147Y30729D01*
X-32083Y30679D01*
X-32078Y30674D01*
X-32069Y30665D01*
X-32055Y30651D01*
X-32032Y30628D01*
X-32009Y30595D01*
X-31981Y30563D01*
X-31953Y30526D01*
X-31921Y30480D01*
X-31893Y30429D01*
X-31861Y30378D01*
X-31810Y30254D01*
X-31787Y30189D01*
X-31773Y30120D01*
X-31764Y30046D01*
X-31759Y29972D01*
Y29953D01*
X-31764Y29930D01*
Y29902D01*
X-31769Y29870D01*
X-31778Y29829D01*
X-31801Y29736D01*
X-31819Y29685D01*
X-31843Y29635D01*
X-31870Y29579D01*
X-31903Y29528D01*
X-31944Y29473D01*
X-31990Y29422D01*
X-32041Y29376D01*
X-32101Y29330D01*
X-31810D01*
Y28965D01*
X-35007D01*
Y29357D01*
X-33866D01*
X-33871Y29362D01*
X-33880Y29367D01*
X-33894Y29381D01*
X-33917Y29404D01*
X-33940Y29427D01*
X-33968Y29454D01*
X-33996Y29491D01*
X-34023Y29528D01*
X-34083Y29621D01*
X-34130Y29727D01*
X-34153Y29787D01*
X-34166Y29852D01*
X-34176Y29921D01*
X-34180Y29990D01*
Y30027D01*
X-34176Y30069D01*
X-34171Y30120D01*
X-34157Y30180D01*
X-34143Y30249D01*
X-34120Y30323D01*
X-34093Y30392D01*
X-34088Y30402D01*
X-34079Y30425D01*
X-34056Y30461D01*
X-34028Y30503D01*
X-33996Y30554D01*
X-33954Y30605D01*
X-33903Y30660D01*
X-33848Y30706D01*
X-33843Y30711D01*
X-33820Y30725D01*
X-33788Y30748D01*
X-33746Y30776D01*
X-33691Y30808D01*
X-33626Y30840D01*
X-33552Y30873D01*
X-33473Y30900D01*
X-33469D01*
X-33464Y30905D01*
X-33450Y30910D01*
X-33437Y30914D01*
X-33390Y30924D01*
X-33330Y30937D01*
X-33261Y30951D01*
X-33182Y30965D01*
X-33095Y30970D01*
X-33002Y30974D01*
X-32998D01*
X-32974D01*
X-32947D01*
X-32905Y30970D01*
D02*
G37*
G36*
X-31810Y26742D02*
X-32101D01*
X-32097Y26738D01*
X-32087Y26733D01*
X-32069Y26719D01*
X-32046Y26701D01*
X-32023Y26678D01*
X-31995Y26650D01*
X-31963Y26618D01*
X-31930Y26576D01*
X-31898Y26535D01*
X-31866Y26488D01*
X-31838Y26433D01*
X-31815Y26373D01*
X-31792Y26313D01*
X-31773Y26243D01*
X-31764Y26170D01*
X-31759Y26091D01*
Y26063D01*
X-31764Y26045D01*
X-31769Y25989D01*
X-31778Y25925D01*
X-31796Y25846D01*
X-31824Y25758D01*
X-31861Y25671D01*
X-31912Y25583D01*
Y25578D01*
X-31921Y25574D01*
X-31940Y25546D01*
X-31977Y25504D01*
X-32023Y25453D01*
X-32083Y25393D01*
X-32157Y25333D01*
X-32240Y25273D01*
X-32337Y25223D01*
X-32342D01*
X-32351Y25218D01*
X-32365Y25213D01*
X-32383Y25204D01*
X-32411Y25195D01*
X-32443Y25181D01*
X-32476Y25172D01*
X-32517Y25162D01*
X-32610Y25139D01*
X-32716Y25116D01*
X-32836Y25102D01*
X-32965Y25098D01*
X-32970D01*
X-32979D01*
X-32998D01*
X-33025D01*
X-33053Y25102D01*
X-33090D01*
X-33173Y25112D01*
X-33270Y25125D01*
X-33376Y25148D01*
X-33487Y25176D01*
X-33593Y25213D01*
X-33598D01*
X-33607Y25218D01*
X-33621Y25227D01*
X-33640Y25236D01*
X-33691Y25264D01*
X-33755Y25301D01*
X-33825Y25347D01*
X-33894Y25407D01*
X-33968Y25477D01*
X-34028Y25560D01*
Y25564D01*
X-34032Y25569D01*
X-34042Y25583D01*
X-34051Y25601D01*
X-34074Y25648D01*
X-34106Y25712D01*
X-34134Y25786D01*
X-34157Y25874D01*
X-34176Y25971D01*
X-34180Y26072D01*
Y26109D01*
X-34176Y26147D01*
X-34171Y26197D01*
X-34157Y26257D01*
X-34143Y26322D01*
X-34120Y26387D01*
X-34088Y26447D01*
X-34083Y26456D01*
X-34074Y26474D01*
X-34051Y26502D01*
X-34028Y26539D01*
X-33996Y26585D01*
X-33954Y26627D01*
X-33912Y26673D01*
X-33862Y26715D01*
X-35007D01*
Y27107D01*
X-31810D01*
Y26742D01*
D02*
G37*
G36*
X-32868Y24760D02*
Y23028D01*
X-32864D01*
X-32850D01*
X-32831Y23033D01*
X-32803D01*
X-32771Y23037D01*
X-32734Y23046D01*
X-32651Y23060D01*
X-32559Y23088D01*
X-32457Y23125D01*
X-32365Y23176D01*
X-32282Y23241D01*
Y23245D01*
X-32272Y23250D01*
X-32249Y23277D01*
X-32217Y23319D01*
X-32184Y23374D01*
X-32147Y23448D01*
X-32115Y23531D01*
X-32092Y23624D01*
X-32087Y23675D01*
X-32083Y23730D01*
Y23767D01*
X-32087Y23809D01*
X-32097Y23860D01*
X-32111Y23915D01*
X-32129Y23980D01*
X-32157Y24040D01*
X-32194Y24100D01*
X-32198Y24104D01*
X-32217Y24127D01*
X-32245Y24155D01*
X-32282Y24188D01*
X-32332Y24225D01*
X-32397Y24266D01*
X-32471Y24308D01*
X-32559Y24345D01*
X-32508Y24751D01*
X-32503D01*
X-32494Y24747D01*
X-32476Y24742D01*
X-32448Y24733D01*
X-32420Y24719D01*
X-32383Y24705D01*
X-32305Y24668D01*
X-32217Y24622D01*
X-32124Y24557D01*
X-32037Y24483D01*
X-31953Y24391D01*
Y24386D01*
X-31944Y24377D01*
X-31935Y24363D01*
X-31921Y24345D01*
X-31907Y24317D01*
X-31893Y24289D01*
X-31875Y24252D01*
X-31856Y24211D01*
X-31838Y24164D01*
X-31819Y24118D01*
X-31792Y24003D01*
X-31769Y23873D01*
X-31759Y23730D01*
Y23679D01*
X-31764Y23647D01*
X-31769Y23606D01*
X-31778Y23555D01*
X-31787Y23499D01*
X-31796Y23439D01*
X-31833Y23310D01*
X-31861Y23241D01*
X-31889Y23176D01*
X-31926Y23107D01*
X-31967Y23042D01*
X-32013Y22982D01*
X-32069Y22922D01*
X-32074Y22917D01*
X-32083Y22908D01*
X-32101Y22894D01*
X-32129Y22875D01*
X-32161Y22852D01*
X-32198Y22829D01*
X-32245Y22802D01*
X-32295Y22774D01*
X-32355Y22746D01*
X-32420Y22718D01*
X-32494Y22695D01*
X-32572Y22672D01*
X-32656Y22654D01*
X-32748Y22640D01*
X-32845Y22631D01*
X-32947Y22626D01*
X-32951D01*
X-32974D01*
X-33002D01*
X-33044Y22631D01*
X-33095Y22635D01*
X-33150Y22640D01*
X-33215Y22649D01*
X-33279Y22663D01*
X-33427Y22700D01*
X-33501Y22723D01*
X-33580Y22751D01*
X-33654Y22788D01*
X-33723Y22829D01*
X-33792Y22875D01*
X-33857Y22926D01*
X-33862Y22931D01*
X-33871Y22940D01*
X-33885Y22959D01*
X-33908Y22982D01*
X-33931Y23009D01*
X-33959Y23046D01*
X-33991Y23088D01*
X-34019Y23139D01*
X-34051Y23190D01*
X-34079Y23250D01*
X-34106Y23314D01*
X-34130Y23384D01*
X-34153Y23458D01*
X-34166Y23536D01*
X-34176Y23619D01*
X-34180Y23707D01*
Y23753D01*
X-34176Y23786D01*
X-34171Y23823D01*
X-34162Y23869D01*
X-34153Y23920D01*
X-34139Y23980D01*
X-34125Y24035D01*
X-34102Y24100D01*
X-34079Y24160D01*
X-34046Y24225D01*
X-34009Y24289D01*
X-33968Y24354D01*
X-33917Y24414D01*
X-33862Y24469D01*
X-33857Y24474D01*
X-33848Y24483D01*
X-33829Y24497D01*
X-33801Y24516D01*
X-33769Y24539D01*
X-33732Y24562D01*
X-33686Y24589D01*
X-33630Y24617D01*
X-33570Y24645D01*
X-33506Y24673D01*
X-33432Y24696D01*
X-33353Y24719D01*
X-33266Y24737D01*
X-33173Y24751D01*
X-33076Y24760D01*
X-32970Y24765D01*
X-32965D01*
X-32947D01*
X-32914D01*
X-32868Y24760D01*
D02*
G37*
G36*
X-31810Y21762D02*
X-33215D01*
X-33219D01*
X-33224D01*
X-33256D01*
X-33298D01*
X-33349Y21757D01*
X-33409Y21753D01*
X-33469Y21744D01*
X-33524Y21730D01*
X-33575Y21716D01*
X-33580D01*
X-33593Y21707D01*
X-33617Y21693D01*
X-33644Y21679D01*
X-33672Y21656D01*
X-33704Y21628D01*
X-33737Y21591D01*
X-33764Y21550D01*
X-33769Y21545D01*
X-33778Y21531D01*
X-33788Y21503D01*
X-33801Y21471D01*
X-33815Y21434D01*
X-33829Y21388D01*
X-33834Y21332D01*
X-33838Y21277D01*
Y21254D01*
X-33834Y21235D01*
X-33829Y21189D01*
X-33820Y21129D01*
X-33797Y21065D01*
X-33769Y20990D01*
X-33732Y20917D01*
X-33677Y20847D01*
X-33667Y20838D01*
X-33644Y20820D01*
X-33626Y20806D01*
X-33603Y20792D01*
X-33575Y20773D01*
X-33543Y20760D01*
X-33506Y20741D01*
X-33460Y20723D01*
X-33409Y20709D01*
X-33353Y20695D01*
X-33293Y20686D01*
X-33229Y20676D01*
X-33150Y20667D01*
X-33072D01*
X-31810D01*
Y20274D01*
X-34130D01*
Y20626D01*
X-33797D01*
X-33801Y20630D01*
X-33815Y20639D01*
X-33834Y20653D01*
X-33857Y20672D01*
X-33885Y20699D01*
X-33917Y20732D01*
X-33954Y20769D01*
X-33991Y20815D01*
X-34023Y20861D01*
X-34060Y20917D01*
X-34093Y20977D01*
X-34120Y21041D01*
X-34143Y21115D01*
X-34162Y21189D01*
X-34176Y21272D01*
X-34180Y21360D01*
Y21397D01*
X-34176Y21434D01*
X-34171Y21485D01*
X-34162Y21545D01*
X-34148Y21610D01*
X-34130Y21679D01*
X-34102Y21744D01*
X-34097Y21753D01*
X-34088Y21771D01*
X-34074Y21804D01*
X-34051Y21841D01*
X-34023Y21887D01*
X-33986Y21928D01*
X-33949Y21970D01*
X-33903Y22007D01*
X-33898Y22012D01*
X-33880Y22021D01*
X-33857Y22035D01*
X-33825Y22058D01*
X-33778Y22076D01*
X-33732Y22095D01*
X-33677Y22118D01*
X-33617Y22132D01*
X-33612D01*
X-33593Y22136D01*
X-33566Y22141D01*
X-33529Y22145D01*
X-33473D01*
X-33409Y22150D01*
X-33330Y22155D01*
X-33233D01*
X-31810D01*
Y21762D01*
D02*
G37*
G36*
X-31995Y19674D02*
X-31944D01*
X-31889Y19669D01*
X-31829Y19665D01*
X-31704Y19651D01*
X-31575Y19632D01*
X-31515Y19618D01*
X-31459Y19604D01*
X-31408Y19586D01*
X-31362Y19568D01*
X-31357D01*
X-31353Y19563D01*
X-31325Y19545D01*
X-31284Y19521D01*
X-31233Y19484D01*
X-31177Y19434D01*
X-31117Y19374D01*
X-31057Y19300D01*
X-31006Y19217D01*
Y19212D01*
X-31002Y19207D01*
X-30992Y19193D01*
X-30988Y19175D01*
X-30974Y19152D01*
X-30965Y19124D01*
X-30942Y19055D01*
X-30914Y18972D01*
X-30896Y18870D01*
X-30877Y18755D01*
X-30872Y18630D01*
Y18588D01*
X-30877Y18560D01*
Y18523D01*
X-30882Y18486D01*
X-30886Y18440D01*
X-30896Y18390D01*
X-30919Y18283D01*
X-30951Y18172D01*
X-30997Y18061D01*
X-31062Y17960D01*
X-31066Y17955D01*
X-31071Y17951D01*
X-31099Y17918D01*
X-31140Y17881D01*
X-31200Y17835D01*
X-31279Y17789D01*
X-31376Y17747D01*
X-31431Y17733D01*
X-31491Y17724D01*
X-31552Y17715D01*
X-31621D01*
X-31570Y18098D01*
X-31561D01*
X-31542Y18103D01*
X-31510Y18112D01*
X-31468Y18122D01*
X-31427Y18140D01*
X-31385Y18163D01*
X-31344Y18191D01*
X-31311Y18228D01*
X-31307Y18237D01*
X-31293Y18256D01*
X-31274Y18288D01*
X-31256Y18334D01*
X-31233Y18390D01*
X-31214Y18459D01*
X-31200Y18542D01*
X-31196Y18630D01*
Y18676D01*
X-31200Y18722D01*
X-31210Y18787D01*
X-31223Y18851D01*
X-31242Y18921D01*
X-31270Y18990D01*
X-31307Y19050D01*
X-31311Y19055D01*
X-31325Y19073D01*
X-31353Y19101D01*
X-31385Y19133D01*
X-31431Y19166D01*
X-31482Y19198D01*
X-31542Y19230D01*
X-31612Y19253D01*
X-31616D01*
X-31635Y19258D01*
X-31672Y19263D01*
X-31718Y19267D01*
X-31750Y19272D01*
X-31787D01*
X-31829Y19276D01*
X-31875D01*
X-31926D01*
X-31986Y19281D01*
X-32046D01*
X-32115D01*
X-32111Y19276D01*
X-32101Y19267D01*
X-32087Y19253D01*
X-32069Y19235D01*
X-32046Y19212D01*
X-32018Y19180D01*
X-31990Y19142D01*
X-31963Y19106D01*
X-31907Y19009D01*
X-31856Y18902D01*
X-31838Y18842D01*
X-31824Y18778D01*
X-31815Y18708D01*
X-31810Y18639D01*
Y18616D01*
X-31815Y18593D01*
Y18560D01*
X-31819Y18519D01*
X-31829Y18473D01*
X-31838Y18422D01*
X-31852Y18366D01*
X-31870Y18306D01*
X-31893Y18246D01*
X-31921Y18186D01*
X-31953Y18122D01*
X-31995Y18061D01*
X-32041Y18001D01*
X-32092Y17946D01*
X-32152Y17895D01*
X-32157Y17890D01*
X-32166Y17886D01*
X-32189Y17872D01*
X-32212Y17854D01*
X-32249Y17835D01*
X-32286Y17812D01*
X-32332Y17789D01*
X-32388Y17766D01*
X-32443Y17743D01*
X-32508Y17720D01*
X-32572Y17696D01*
X-32646Y17678D01*
X-32803Y17646D01*
X-32891Y17641D01*
X-32979Y17636D01*
X-32984D01*
X-32993D01*
X-33011D01*
X-33035D01*
X-33067Y17641D01*
X-33099D01*
X-33182Y17650D01*
X-33275Y17664D01*
X-33376Y17687D01*
X-33483Y17715D01*
X-33589Y17756D01*
X-33593D01*
X-33603Y17761D01*
X-33617Y17770D01*
X-33635Y17780D01*
X-33686Y17807D01*
X-33751Y17844D01*
X-33820Y17895D01*
X-33889Y17955D01*
X-33963Y18024D01*
X-34023Y18103D01*
Y18108D01*
X-34028Y18112D01*
X-34037Y18126D01*
X-34046Y18145D01*
X-34074Y18191D01*
X-34102Y18256D01*
X-34130Y18334D01*
X-34157Y18426D01*
X-34176Y18528D01*
X-34180Y18639D01*
Y18680D01*
X-34176Y18708D01*
X-34171Y18741D01*
X-34162Y18782D01*
X-34153Y18828D01*
X-34139Y18879D01*
X-34120Y18930D01*
X-34097Y18985D01*
X-34069Y19041D01*
X-34037Y19101D01*
X-34000Y19156D01*
X-33954Y19212D01*
X-33903Y19267D01*
X-33843Y19318D01*
X-34130D01*
Y19679D01*
X-32124D01*
X-32120D01*
X-32101D01*
X-32074D01*
X-32037D01*
X-31995Y19674D01*
D02*
G37*
G36*
X-31810Y16796D02*
X-34130D01*
Y17188D01*
X-31810D01*
Y16796D01*
D02*
G37*
G36*
X-34559D02*
X-35007D01*
Y17188D01*
X-34559D01*
Y16796D01*
D02*
G37*
G36*
X-32420Y16324D02*
X-32369Y16315D01*
X-32314Y16301D01*
X-32254Y16278D01*
X-32184Y16250D01*
X-32120Y16214D01*
X-32111Y16209D01*
X-32092Y16190D01*
X-32060Y16167D01*
X-32023Y16130D01*
X-31981Y16080D01*
X-31935Y16024D01*
X-31893Y15959D01*
X-31852Y15881D01*
Y15876D01*
X-31847Y15872D01*
X-31838Y15844D01*
X-31824Y15798D01*
X-31806Y15738D01*
X-31787Y15664D01*
X-31773Y15581D01*
X-31764Y15493D01*
X-31759Y15391D01*
Y15349D01*
X-31764Y15317D01*
Y15280D01*
X-31769Y15234D01*
X-31773Y15188D01*
X-31782Y15137D01*
X-31806Y15026D01*
X-31838Y14911D01*
X-31884Y14800D01*
X-31912Y14749D01*
X-31944Y14703D01*
X-31949Y14698D01*
X-31953Y14694D01*
X-31981Y14666D01*
X-32023Y14624D01*
X-32087Y14578D01*
X-32166Y14527D01*
X-32258Y14476D01*
X-32374Y14435D01*
X-32503Y14402D01*
X-32563Y14791D01*
X-32559D01*
X-32554D01*
X-32526Y14800D01*
X-32480Y14809D01*
X-32429Y14828D01*
X-32374Y14851D01*
X-32314Y14878D01*
X-32254Y14920D01*
X-32203Y14971D01*
X-32198Y14980D01*
X-32184Y14998D01*
X-32166Y15035D01*
X-32143Y15082D01*
X-32120Y15142D01*
X-32101Y15211D01*
X-32087Y15294D01*
X-32083Y15391D01*
Y15437D01*
X-32087Y15484D01*
X-32097Y15544D01*
X-32111Y15608D01*
X-32129Y15677D01*
X-32152Y15738D01*
X-32189Y15793D01*
X-32194Y15798D01*
X-32208Y15816D01*
X-32231Y15835D01*
X-32263Y15862D01*
X-32300Y15885D01*
X-32346Y15909D01*
X-32392Y15922D01*
X-32448Y15927D01*
X-32452D01*
X-32471D01*
X-32494Y15922D01*
X-32526Y15913D01*
X-32559Y15899D01*
X-32591Y15876D01*
X-32628Y15848D01*
X-32656Y15807D01*
X-32660Y15802D01*
X-32665Y15788D01*
X-32679Y15765D01*
X-32693Y15728D01*
X-32711Y15673D01*
X-32725Y15641D01*
X-32734Y15604D01*
X-32748Y15562D01*
X-32762Y15516D01*
X-32776Y15465D01*
X-32790Y15405D01*
Y15400D01*
X-32794Y15386D01*
X-32799Y15363D01*
X-32808Y15336D01*
X-32817Y15299D01*
X-32831Y15257D01*
X-32854Y15169D01*
X-32887Y15068D01*
X-32914Y14971D01*
X-32947Y14878D01*
X-32965Y14837D01*
X-32979Y14804D01*
X-32984Y14795D01*
X-32993Y14777D01*
X-33011Y14749D01*
X-33035Y14712D01*
X-33067Y14670D01*
X-33104Y14629D01*
X-33145Y14587D01*
X-33196Y14550D01*
X-33201Y14546D01*
X-33219Y14536D01*
X-33252Y14523D01*
X-33289Y14509D01*
X-33335Y14495D01*
X-33390Y14481D01*
X-33446Y14472D01*
X-33510Y14467D01*
X-33520D01*
X-33538D01*
X-33566Y14472D01*
X-33607Y14476D01*
X-33649Y14486D01*
X-33700Y14495D01*
X-33746Y14513D01*
X-33797Y14536D01*
X-33801Y14541D01*
X-33820Y14550D01*
X-33843Y14564D01*
X-33875Y14587D01*
X-33908Y14615D01*
X-33949Y14647D01*
X-33986Y14684D01*
X-34019Y14730D01*
X-34023Y14735D01*
X-34028Y14749D01*
X-34042Y14767D01*
X-34056Y14795D01*
X-34074Y14832D01*
X-34093Y14874D01*
X-34111Y14924D01*
X-34130Y14980D01*
X-34134Y14989D01*
X-34139Y15008D01*
X-34148Y15040D01*
X-34157Y15082D01*
X-34166Y15132D01*
X-34171Y15188D01*
X-34180Y15252D01*
Y15363D01*
X-34176Y15414D01*
X-34171Y15484D01*
X-34162Y15557D01*
X-34143Y15636D01*
X-34125Y15719D01*
X-34097Y15798D01*
Y15802D01*
X-34093Y15807D01*
X-34083Y15830D01*
X-34065Y15867D01*
X-34042Y15913D01*
X-34009Y15964D01*
X-33972Y16015D01*
X-33931Y16061D01*
X-33885Y16103D01*
X-33880Y16107D01*
X-33862Y16116D01*
X-33829Y16135D01*
X-33792Y16158D01*
X-33737Y16181D01*
X-33677Y16204D01*
X-33607Y16223D01*
X-33529Y16241D01*
X-33478Y15858D01*
X-33487D01*
X-33506Y15853D01*
X-33538Y15844D01*
X-33580Y15830D01*
X-33621Y15807D01*
X-33667Y15779D01*
X-33714Y15747D01*
X-33755Y15701D01*
X-33760Y15696D01*
X-33769Y15677D01*
X-33788Y15650D01*
X-33806Y15608D01*
X-33825Y15562D01*
X-33843Y15502D01*
X-33852Y15428D01*
X-33857Y15349D01*
Y15303D01*
X-33852Y15257D01*
X-33848Y15197D01*
X-33834Y15137D01*
X-33820Y15072D01*
X-33797Y15012D01*
X-33764Y14961D01*
X-33760Y14957D01*
X-33751Y14943D01*
X-33732Y14924D01*
X-33704Y14906D01*
X-33677Y14883D01*
X-33640Y14864D01*
X-33598Y14851D01*
X-33557Y14846D01*
X-33552D01*
X-33543D01*
X-33529Y14851D01*
X-33510D01*
X-33464Y14864D01*
X-33418Y14892D01*
X-33413Y14897D01*
X-33409Y14901D01*
X-33395Y14911D01*
X-33381Y14929D01*
X-33367Y14948D01*
X-33349Y14975D01*
X-33335Y15008D01*
X-33316Y15045D01*
Y15049D01*
X-33312Y15058D01*
X-33307Y15077D01*
X-33293Y15109D01*
X-33279Y15156D01*
X-33266Y15215D01*
X-33252Y15252D01*
X-33242Y15294D01*
X-33229Y15340D01*
X-33215Y15391D01*
Y15396D01*
X-33210Y15410D01*
X-33206Y15433D01*
X-33196Y15460D01*
X-33187Y15493D01*
X-33178Y15534D01*
X-33150Y15622D01*
X-33122Y15719D01*
X-33090Y15816D01*
X-33058Y15904D01*
X-33044Y15941D01*
X-33030Y15973D01*
X-33025Y15982D01*
X-33016Y16001D01*
X-33002Y16029D01*
X-32979Y16070D01*
X-32951Y16112D01*
X-32914Y16153D01*
X-32873Y16195D01*
X-32827Y16232D01*
X-32822Y16237D01*
X-32803Y16246D01*
X-32776Y16264D01*
X-32734Y16283D01*
X-32683Y16297D01*
X-32628Y16315D01*
X-32563Y16324D01*
X-32489Y16329D01*
X-32480D01*
X-32457D01*
X-32420Y16324D01*
D02*
G37*
G36*
X-32868Y14074D02*
Y12342D01*
X-32864D01*
X-32850D01*
X-32831Y12347D01*
X-32803D01*
X-32771Y12351D01*
X-32734Y12360D01*
X-32651Y12374D01*
X-32559Y12402D01*
X-32457Y12439D01*
X-32365Y12490D01*
X-32282Y12554D01*
Y12559D01*
X-32272Y12564D01*
X-32249Y12591D01*
X-32217Y12633D01*
X-32184Y12688D01*
X-32147Y12762D01*
X-32115Y12845D01*
X-32092Y12938D01*
X-32087Y12989D01*
X-32083Y13044D01*
Y13081D01*
X-32087Y13123D01*
X-32097Y13173D01*
X-32111Y13229D01*
X-32129Y13294D01*
X-32157Y13354D01*
X-32194Y13414D01*
X-32198Y13418D01*
X-32217Y13442D01*
X-32245Y13469D01*
X-32282Y13501D01*
X-32332Y13539D01*
X-32397Y13580D01*
X-32471Y13622D01*
X-32559Y13659D01*
X-32508Y14065D01*
X-32503D01*
X-32494Y14061D01*
X-32476Y14056D01*
X-32448Y14047D01*
X-32420Y14033D01*
X-32383Y14019D01*
X-32305Y13982D01*
X-32217Y13936D01*
X-32124Y13871D01*
X-32037Y13797D01*
X-31953Y13705D01*
Y13700D01*
X-31944Y13691D01*
X-31935Y13677D01*
X-31921Y13659D01*
X-31907Y13631D01*
X-31893Y13603D01*
X-31875Y13566D01*
X-31856Y13525D01*
X-31838Y13478D01*
X-31819Y13432D01*
X-31792Y13317D01*
X-31769Y13187D01*
X-31759Y13044D01*
Y12993D01*
X-31764Y12961D01*
X-31769Y12919D01*
X-31778Y12869D01*
X-31787Y12813D01*
X-31796Y12753D01*
X-31833Y12624D01*
X-31861Y12554D01*
X-31889Y12490D01*
X-31926Y12420D01*
X-31967Y12356D01*
X-32013Y12296D01*
X-32069Y12236D01*
X-32074Y12231D01*
X-32083Y12222D01*
X-32101Y12208D01*
X-32129Y12189D01*
X-32161Y12166D01*
X-32198Y12143D01*
X-32245Y12116D01*
X-32295Y12088D01*
X-32355Y12060D01*
X-32420Y12032D01*
X-32494Y12009D01*
X-32572Y11986D01*
X-32656Y11968D01*
X-32748Y11954D01*
X-32845Y11945D01*
X-32947Y11940D01*
X-32951D01*
X-32974D01*
X-33002D01*
X-33044Y11945D01*
X-33095Y11949D01*
X-33150Y11954D01*
X-33215Y11963D01*
X-33279Y11977D01*
X-33427Y12014D01*
X-33501Y12037D01*
X-33580Y12065D01*
X-33654Y12102D01*
X-33723Y12143D01*
X-33792Y12189D01*
X-33857Y12240D01*
X-33862Y12245D01*
X-33871Y12254D01*
X-33885Y12273D01*
X-33908Y12296D01*
X-33931Y12323D01*
X-33959Y12360D01*
X-33991Y12402D01*
X-34019Y12453D01*
X-34051Y12504D01*
X-34079Y12564D01*
X-34106Y12628D01*
X-34130Y12698D01*
X-34153Y12772D01*
X-34166Y12850D01*
X-34176Y12933D01*
X-34180Y13021D01*
Y13067D01*
X-34176Y13100D01*
X-34171Y13137D01*
X-34162Y13183D01*
X-34153Y13234D01*
X-34139Y13294D01*
X-34125Y13349D01*
X-34102Y13414D01*
X-34079Y13474D01*
X-34046Y13539D01*
X-34009Y13603D01*
X-33968Y13668D01*
X-33917Y13728D01*
X-33862Y13783D01*
X-33857Y13788D01*
X-33848Y13797D01*
X-33829Y13811D01*
X-33801Y13829D01*
X-33769Y13853D01*
X-33732Y13876D01*
X-33686Y13904D01*
X-33630Y13931D01*
X-33570Y13959D01*
X-33506Y13987D01*
X-33432Y14010D01*
X-33353Y14033D01*
X-33266Y14051D01*
X-33173Y14065D01*
X-33076Y14074D01*
X-32970Y14079D01*
X-32965D01*
X-32947D01*
X-32914D01*
X-32868Y14074D01*
D02*
G37*
G36*
X-33330Y11538D02*
X-33293D01*
X-33206Y11533D01*
X-33104Y11519D01*
X-32998Y11506D01*
X-32887Y11483D01*
X-32776Y11455D01*
X-32771D01*
X-32762Y11450D01*
X-32748Y11446D01*
X-32730Y11441D01*
X-32679Y11423D01*
X-32614Y11395D01*
X-32540Y11367D01*
X-32466Y11330D01*
X-32388Y11284D01*
X-32314Y11238D01*
X-32305Y11233D01*
X-32282Y11215D01*
X-32249Y11187D01*
X-32208Y11150D01*
X-32161Y11108D01*
X-32115Y11057D01*
X-32064Y11007D01*
X-32023Y10947D01*
X-32018Y10937D01*
X-32004Y10919D01*
X-31986Y10887D01*
X-31963Y10840D01*
X-31935Y10785D01*
X-31912Y10720D01*
X-31884Y10646D01*
X-31861Y10563D01*
Y10554D01*
X-31856Y10540D01*
X-31852Y10526D01*
X-31847Y10480D01*
X-31838Y10415D01*
X-31829Y10341D01*
X-31819Y10254D01*
X-31815Y10157D01*
X-31810Y10050D01*
Y8900D01*
X-35007D01*
Y10129D01*
X-35003Y10212D01*
X-34998Y10305D01*
X-34989Y10397D01*
X-34975Y10489D01*
X-34961Y10568D01*
Y10572D01*
X-34956Y10582D01*
Y10595D01*
X-34947Y10614D01*
X-34933Y10665D01*
X-34910Y10729D01*
X-34878Y10803D01*
X-34836Y10882D01*
X-34790Y10960D01*
X-34730Y11034D01*
X-34725Y11039D01*
X-34721Y11044D01*
X-34707Y11057D01*
X-34693Y11076D01*
X-34647Y11122D01*
X-34582Y11178D01*
X-34504Y11238D01*
X-34411Y11302D01*
X-34305Y11362D01*
X-34185Y11413D01*
X-34180D01*
X-34171Y11418D01*
X-34153Y11427D01*
X-34125Y11432D01*
X-34093Y11446D01*
X-34056Y11455D01*
X-34014Y11464D01*
X-33963Y11478D01*
X-33912Y11492D01*
X-33852Y11501D01*
X-33723Y11524D01*
X-33580Y11538D01*
X-33423Y11543D01*
X-33418D01*
X-33409D01*
X-33386D01*
X-33362D01*
X-33330Y11538D01*
D02*
G37*
%LPC*%
G36*
X-46749Y-23844D02*
X-46804D01*
X-46808D01*
X-46819D01*
X-46834D01*
X-46852D01*
X-46878Y-23847D01*
X-46908D01*
X-46974Y-23855D01*
X-47045Y-23866D01*
X-47119Y-23884D01*
X-47189Y-23907D01*
X-47218Y-23921D01*
X-47248Y-23936D01*
X-47256Y-23940D01*
X-47270Y-23951D01*
X-47293Y-23973D01*
X-47318Y-24003D01*
X-47344Y-24040D01*
X-47366Y-24084D01*
X-47381Y-24140D01*
X-47389Y-24203D01*
Y-24210D01*
X-47385Y-24232D01*
X-47381Y-24265D01*
X-47370Y-24306D01*
X-47355Y-24351D01*
X-47330Y-24395D01*
X-47296Y-24439D01*
X-47248Y-24476D01*
X-47241Y-24480D01*
X-47222Y-24491D01*
X-47189Y-24506D01*
X-47141Y-24521D01*
X-47078Y-24536D01*
X-47041Y-24543D01*
X-47000Y-24550D01*
X-46956Y-24558D01*
X-46908Y-24562D01*
X-46856Y-24565D01*
X-46800D01*
X-46797D01*
X-46786D01*
X-46771D01*
X-46749D01*
X-46723Y-24562D01*
X-46693D01*
X-46626Y-24554D01*
X-46553Y-24543D01*
X-46475Y-24528D01*
X-46404Y-24506D01*
X-46375Y-24491D01*
X-46345Y-24476D01*
X-46338Y-24473D01*
X-46323Y-24458D01*
X-46301Y-24439D01*
X-46275Y-24406D01*
X-46249Y-24369D01*
X-46227Y-24325D01*
X-46212Y-24269D01*
X-46205Y-24206D01*
Y-24199D01*
X-46208Y-24177D01*
X-46212Y-24143D01*
X-46223Y-24103D01*
X-46238Y-24062D01*
X-46264Y-24014D01*
X-46297Y-23973D01*
X-46345Y-23936D01*
X-46353Y-23933D01*
X-46371Y-23921D01*
X-46408Y-23907D01*
X-46456Y-23888D01*
X-46486Y-23881D01*
X-46519Y-23873D01*
X-46560Y-23866D01*
X-46601Y-23858D01*
X-46645Y-23851D01*
X-46693Y-23847D01*
X-46749Y-23844D01*
D02*
G37*
G36*
X-47004Y-27788D02*
X-47078D01*
X-47082D01*
X-47100D01*
X-47122D01*
X-47152Y-27792D01*
X-47193D01*
X-47233Y-27795D01*
X-47281Y-27803D01*
X-47330Y-27806D01*
X-47437Y-27825D01*
X-47537Y-27854D01*
X-47585Y-27873D01*
X-47629Y-27895D01*
X-47670Y-27917D01*
X-47703Y-27947D01*
X-47707D01*
X-47711Y-27954D01*
X-47729Y-27977D01*
X-47755Y-28010D01*
X-47785Y-28058D01*
X-47814Y-28121D01*
X-47840Y-28191D01*
X-47859Y-28276D01*
X-47866Y-28321D01*
Y-28543D01*
X-46253D01*
Y-28339D01*
X-46260Y-28313D01*
X-46268Y-28276D01*
X-46279Y-28232D01*
X-46297Y-28184D01*
X-46323Y-28132D01*
X-46356Y-28076D01*
X-46401Y-28021D01*
X-46453Y-27969D01*
X-46519Y-27921D01*
X-46601Y-27877D01*
X-46645Y-27858D01*
X-46697Y-27840D01*
X-46749Y-27825D01*
X-46804Y-27814D01*
X-46867Y-27803D01*
X-46934Y-27795D01*
X-47004Y-27788D01*
D02*
G37*
G36*
X-46829Y-32491D02*
X-46928D01*
X-46882Y-32531D01*
X-46829Y-32491D01*
D02*
G37*
G36*
X-46427Y-39928D02*
X-47222D01*
X-47226D01*
X-47230Y-39931D01*
X-47248Y-39950D01*
X-47278Y-39976D01*
X-47307Y-40009D01*
X-47337Y-40053D01*
X-47366Y-40105D01*
X-47385Y-40168D01*
X-47392Y-40201D01*
Y-40242D01*
X-47389Y-40264D01*
X-47385Y-40294D01*
X-47374Y-40331D01*
X-47359Y-40375D01*
X-47333Y-40416D01*
X-47296Y-40460D01*
X-47248Y-40497D01*
X-47241Y-40501D01*
X-47222Y-40512D01*
X-47189Y-40527D01*
X-47141Y-40542D01*
X-47078Y-40560D01*
X-47041Y-40568D01*
X-47000Y-40575D01*
X-46956Y-40582D01*
X-46908Y-40586D01*
X-46856Y-40590D01*
X-46800D01*
X-46793D01*
X-46775D01*
X-46745Y-40586D01*
X-46708D01*
X-46660Y-40579D01*
X-46612Y-40571D01*
X-46556Y-40564D01*
X-46501Y-40549D01*
X-46445Y-40531D01*
X-46390Y-40508D01*
X-46342Y-40483D01*
X-46294Y-40453D01*
X-46257Y-40416D01*
X-46227Y-40372D01*
X-46208Y-40320D01*
X-46201Y-40264D01*
Y-40246D01*
X-46205Y-40231D01*
X-46212Y-40194D01*
X-46231Y-40150D01*
X-46257Y-40094D01*
X-46275Y-40068D01*
X-46297Y-40039D01*
X-46323Y-40009D01*
X-46353Y-39983D01*
X-46386Y-39954D01*
X-46427Y-39928D01*
D02*
G37*
G36*
X36894Y12541D02*
X36888D01*
X36881Y12535D01*
X36862D01*
X36836Y12528D01*
X36771Y12509D01*
X36680Y12496D01*
X36674D01*
X36654Y12489D01*
X36616D01*
X36577Y12483D01*
X36518Y12476D01*
X36460Y12463D01*
X36324Y12438D01*
X36182Y12405D01*
X36039Y12366D01*
X35974Y12340D01*
X35916Y12314D01*
X35864Y12288D01*
X35819Y12263D01*
X35812Y12256D01*
X35799Y12243D01*
X35773Y12217D01*
X35747Y12185D01*
X35721Y12139D01*
X35695Y12088D01*
X35682Y12029D01*
X35676Y11964D01*
Y11958D01*
Y11938D01*
X35682Y11913D01*
X35689Y11874D01*
X35702Y11835D01*
X35721Y11789D01*
X35747Y11744D01*
X35786Y11705D01*
X35793Y11699D01*
X35806Y11692D01*
X35832Y11673D01*
X35864Y11653D01*
X35903Y11634D01*
X35955Y11621D01*
X36013Y11608D01*
X36078Y11602D01*
X36110D01*
X36149Y11608D01*
X36194Y11614D01*
X36253Y11621D01*
X36318Y11640D01*
X36382Y11660D01*
X36447Y11692D01*
X36454Y11699D01*
X36480Y11712D01*
X36512Y11731D01*
X36551Y11764D01*
X36590Y11796D01*
X36635Y11841D01*
X36680Y11887D01*
X36713Y11945D01*
X36719Y11952D01*
X36726Y11977D01*
X36745Y12010D01*
X36765Y12062D01*
X36791Y12126D01*
X36816Y12211D01*
X36842Y12308D01*
X36868Y12418D01*
X36894Y12541D01*
D02*
G37*
G36*
X13320Y14770D02*
X12504D01*
X12231Y13487D01*
X12691D01*
X12763Y13494D01*
X12912Y13500D01*
X13074Y13507D01*
X13236Y13526D01*
X13307Y13539D01*
X13378Y13546D01*
X13437Y13565D01*
X13488Y13578D01*
X13501Y13584D01*
X13527Y13597D01*
X13573Y13617D01*
X13631Y13649D01*
X13689Y13688D01*
X13754Y13740D01*
X13819Y13798D01*
X13877Y13863D01*
X13884Y13870D01*
X13897Y13895D01*
X13923Y13941D01*
X13949Y13993D01*
X13974Y14058D01*
X14000Y14135D01*
X14013Y14213D01*
X14020Y14304D01*
Y14310D01*
Y14330D01*
X14013Y14362D01*
Y14401D01*
X13987Y14485D01*
X13968Y14530D01*
X13942Y14569D01*
Y14576D01*
X13929Y14589D01*
X13890Y14628D01*
X13826Y14673D01*
X13741Y14718D01*
X13735D01*
X13715Y14725D01*
X13676Y14738D01*
X13618Y14744D01*
X13547Y14757D01*
X13443Y14764D01*
X13385D01*
X13320Y14770D01*
D02*
G37*
G36*
X47457Y13721D02*
X47411D01*
X47359Y13708D01*
X47295Y13695D01*
X47217Y13669D01*
X47133Y13636D01*
X47048Y13584D01*
X46964Y13513D01*
X46958Y13507D01*
X46932Y13474D01*
X46893Y13429D01*
X46848Y13358D01*
X46802Y13273D01*
X46750Y13170D01*
X46705Y13053D01*
X46673Y12911D01*
X48053D01*
Y12917D01*
Y12943D01*
Y12969D01*
Y12995D01*
Y13001D01*
Y13008D01*
Y13027D01*
Y13053D01*
X48046Y13118D01*
X48033Y13202D01*
X48014Y13286D01*
X47982Y13377D01*
X47943Y13461D01*
X47891Y13539D01*
X47884Y13546D01*
X47858Y13565D01*
X47826Y13597D01*
X47774Y13630D01*
X47716Y13662D01*
X47638Y13695D01*
X47554Y13714D01*
X47457Y13721D01*
D02*
G37*
G36*
X24965Y13688D02*
X24919D01*
X24861Y13682D01*
X24796Y13669D01*
X24718Y13643D01*
X24634Y13610D01*
X24543Y13565D01*
X24459Y13507D01*
X24453Y13500D01*
X24420Y13474D01*
X24381Y13435D01*
X24336Y13377D01*
X24278Y13306D01*
X24219Y13215D01*
X24168Y13111D01*
X24116Y12995D01*
Y12988D01*
X24109Y12982D01*
X24103Y12962D01*
X24096Y12936D01*
X24077Y12872D01*
X24057Y12794D01*
X24038Y12697D01*
X24018Y12593D01*
X24006Y12483D01*
X23999Y12379D01*
Y12373D01*
Y12366D01*
Y12347D01*
Y12321D01*
X24012Y12256D01*
X24025Y12178D01*
X24044Y12088D01*
X24077Y11997D01*
X24122Y11906D01*
X24187Y11822D01*
X24193Y11815D01*
X24219Y11789D01*
X24265Y11757D01*
X24317Y11725D01*
X24388Y11686D01*
X24466Y11653D01*
X24556Y11627D01*
X24660Y11621D01*
X24692D01*
X24718Y11627D01*
X24790Y11640D01*
X24874Y11660D01*
X24971Y11699D01*
X25068Y11751D01*
X25172Y11828D01*
X25224Y11874D01*
X25269Y11926D01*
X25276Y11932D01*
X25282Y11945D01*
X25302Y11971D01*
X25321Y12003D01*
X25353Y12049D01*
X25379Y12100D01*
X25412Y12159D01*
X25444Y12224D01*
X25477Y12301D01*
X25509Y12379D01*
X25541Y12470D01*
X25567Y12561D01*
X25606Y12768D01*
X25613Y12878D01*
X25619Y12995D01*
Y13001D01*
Y13008D01*
Y13047D01*
X25613Y13105D01*
X25593Y13176D01*
X25574Y13254D01*
X25541Y13338D01*
X25496Y13416D01*
X25431Y13494D01*
X25425Y13500D01*
X25399Y13526D01*
X25360Y13558D01*
X25308Y13591D01*
X25237Y13630D01*
X25159Y13656D01*
X25068Y13682D01*
X24965Y13688D01*
D02*
G37*
G36*
X16806Y13721D02*
X16761D01*
X16709Y13708D01*
X16644Y13695D01*
X16567Y13669D01*
X16482Y13636D01*
X16398Y13584D01*
X16314Y13513D01*
X16307Y13507D01*
X16281Y13474D01*
X16242Y13429D01*
X16197Y13358D01*
X16152Y13273D01*
X16100Y13170D01*
X16055Y13053D01*
X16022Y12911D01*
X17402D01*
Y12917D01*
Y12943D01*
Y12969D01*
Y12995D01*
Y13001D01*
Y13008D01*
Y13027D01*
Y13053D01*
X17396Y13118D01*
X17383Y13202D01*
X17364Y13286D01*
X17331Y13377D01*
X17292Y13461D01*
X17240Y13539D01*
X17234Y13546D01*
X17208Y13565D01*
X17176Y13597D01*
X17124Y13630D01*
X17065Y13662D01*
X16988Y13695D01*
X16904Y13714D01*
X16806Y13721D01*
D02*
G37*
G36*
X3237D02*
X3198D01*
X3153Y13714D01*
X3095Y13695D01*
X3023Y13675D01*
X2952Y13643D01*
X2874Y13597D01*
X2796Y13533D01*
X2790Y13526D01*
X2764Y13500D01*
X2732Y13455D01*
X2686Y13390D01*
X2634Y13312D01*
X2583Y13209D01*
X2531Y13092D01*
X2479Y12956D01*
X2472Y12943D01*
X2466Y12904D01*
X2447Y12852D01*
X2434Y12774D01*
X2414Y12697D01*
X2395Y12606D01*
X2388Y12509D01*
X2382Y12418D01*
Y12411D01*
Y12405D01*
Y12386D01*
Y12360D01*
X2388Y12288D01*
X2401Y12211D01*
X2421Y12120D01*
X2453Y12023D01*
X2492Y11932D01*
X2544Y11854D01*
X2550Y11848D01*
X2576Y11828D01*
X2609Y11796D01*
X2660Y11763D01*
X2719Y11725D01*
X2790Y11699D01*
X2874Y11673D01*
X2965Y11666D01*
X3004D01*
X3049Y11673D01*
X3108Y11686D01*
X3179Y11705D01*
X3257Y11738D01*
X3334Y11777D01*
X3419Y11835D01*
X3432Y11841D01*
X3458Y11867D01*
X3496Y11906D01*
X3542Y11964D01*
X3600Y12029D01*
X3652Y12113D01*
X3710Y12217D01*
X3756Y12327D01*
Y12334D01*
X3762Y12340D01*
X3768Y12360D01*
X3775Y12386D01*
X3794Y12444D01*
X3814Y12528D01*
X3833Y12619D01*
X3853Y12729D01*
X3866Y12839D01*
X3872Y12949D01*
Y12956D01*
Y12962D01*
Y12982D01*
Y13008D01*
X3859Y13072D01*
X3846Y13150D01*
X3827Y13241D01*
X3788Y13332D01*
X3743Y13422D01*
X3678Y13507D01*
X3671Y13513D01*
X3645Y13539D01*
X3607Y13571D01*
X3555Y13617D01*
X3490Y13656D01*
X3412Y13688D01*
X3328Y13714D01*
X3237Y13721D01*
D02*
G37*
G36*
X7151Y6933D02*
X7106D01*
X7060Y6927D01*
X6996Y6914D01*
X6924Y6888D01*
X6847Y6856D01*
X6769Y6810D01*
X6684Y6752D01*
X6678Y6745D01*
X6652Y6719D01*
X6613Y6674D01*
X6568Y6616D01*
X6516Y6545D01*
X6458Y6454D01*
X6406Y6350D01*
X6361Y6227D01*
Y6221D01*
X6354Y6214D01*
X6348Y6195D01*
X6341Y6169D01*
X6322Y6104D01*
X6302Y6026D01*
X6283Y5929D01*
X6263Y5825D01*
X6250Y5728D01*
X6244Y5624D01*
Y5618D01*
Y5605D01*
Y5585D01*
Y5560D01*
X6257Y5488D01*
X6270Y5404D01*
X6289Y5307D01*
X6322Y5203D01*
X6367Y5113D01*
X6432Y5022D01*
X6438Y5015D01*
X6464Y4989D01*
X6503Y4957D01*
X6561Y4918D01*
X6626Y4879D01*
X6697Y4847D01*
X6788Y4821D01*
X6879Y4814D01*
X6918D01*
X6957Y4821D01*
X7015Y4834D01*
X7080Y4853D01*
X7151Y4879D01*
X7222Y4918D01*
X7300Y4970D01*
X7307Y4976D01*
X7333Y5002D01*
X7371Y5041D01*
X7423Y5093D01*
X7475Y5164D01*
X7533Y5255D01*
X7592Y5365D01*
X7644Y5495D01*
Y5501D01*
X7650Y5514D01*
X7656Y5534D01*
X7663Y5560D01*
X7689Y5631D01*
X7715Y5722D01*
X7734Y5825D01*
X7760Y5935D01*
X7773Y6059D01*
X7780Y6175D01*
Y6182D01*
Y6188D01*
Y6208D01*
Y6233D01*
X7773Y6298D01*
X7760Y6383D01*
X7734Y6473D01*
X7702Y6564D01*
X7656Y6655D01*
X7598Y6733D01*
X7592Y6739D01*
X7566Y6765D01*
X7527Y6797D01*
X7475Y6836D01*
X7410Y6869D01*
X7339Y6901D01*
X7248Y6927D01*
X7151Y6933D01*
D02*
G37*
G36*
X32553Y7983D02*
X31872D01*
X31237Y4957D01*
X31827D01*
X31879Y4964D01*
X31989D01*
X32112Y4970D01*
X32229Y4983D01*
X32345Y4996D01*
X32397Y5002D01*
X32443Y5015D01*
X32456Y5022D01*
X32481Y5028D01*
X32527Y5048D01*
X32585Y5067D01*
X32650Y5099D01*
X32721Y5138D01*
X32792Y5190D01*
X32864Y5249D01*
X32870D01*
X32877Y5262D01*
X32909Y5294D01*
X32961Y5352D01*
X33026Y5424D01*
X33103Y5521D01*
X33181Y5637D01*
X33259Y5767D01*
X33330Y5909D01*
Y5916D01*
X33337Y5929D01*
X33350Y5955D01*
X33363Y5981D01*
X33376Y6026D01*
X33389Y6072D01*
X33408Y6123D01*
X33428Y6188D01*
X33440Y6253D01*
X33460Y6331D01*
X33492Y6499D01*
X33512Y6687D01*
X33518Y6888D01*
Y6894D01*
Y6908D01*
Y6933D01*
Y6966D01*
X33512Y7005D01*
Y7050D01*
X33499Y7160D01*
X33479Y7277D01*
X33453Y7393D01*
X33415Y7510D01*
X33363Y7607D01*
X33356Y7620D01*
X33337Y7646D01*
X33304Y7685D01*
X33259Y7737D01*
X33201Y7789D01*
X33136Y7841D01*
X33058Y7886D01*
X32974Y7925D01*
X32967D01*
X32941Y7931D01*
X32903Y7944D01*
X32844Y7957D01*
X32767Y7964D01*
X32669Y7977D01*
X32553Y7983D01*
D02*
G37*
G36*
X44171Y6933D02*
X44126D01*
X44074Y6920D01*
X44009Y6908D01*
X43932Y6882D01*
X43847Y6849D01*
X43763Y6797D01*
X43679Y6726D01*
X43672Y6719D01*
X43646Y6687D01*
X43608Y6642D01*
X43562Y6571D01*
X43517Y6486D01*
X43465Y6383D01*
X43420Y6266D01*
X43387Y6123D01*
X44767D01*
Y6130D01*
Y6156D01*
Y6182D01*
Y6208D01*
Y6214D01*
Y6221D01*
Y6240D01*
Y6266D01*
X44761Y6331D01*
X44748Y6415D01*
X44729Y6499D01*
X44696Y6590D01*
X44657Y6674D01*
X44605Y6752D01*
X44599Y6758D01*
X44573Y6778D01*
X44541Y6810D01*
X44489Y6843D01*
X44431Y6875D01*
X44353Y6908D01*
X44269Y6927D01*
X44171Y6933D01*
D02*
G37*
G36*
X24122Y6901D02*
X24077D01*
X24018Y6894D01*
X23954Y6882D01*
X23876Y6856D01*
X23792Y6823D01*
X23701Y6778D01*
X23617Y6719D01*
X23610Y6713D01*
X23578Y6687D01*
X23539Y6648D01*
X23494Y6590D01*
X23435Y6519D01*
X23377Y6428D01*
X23325Y6324D01*
X23273Y6208D01*
Y6201D01*
X23267Y6195D01*
X23260Y6175D01*
X23254Y6149D01*
X23234Y6084D01*
X23215Y6007D01*
X23196Y5909D01*
X23176Y5806D01*
X23163Y5696D01*
X23157Y5592D01*
Y5585D01*
Y5579D01*
Y5560D01*
Y5534D01*
X23170Y5469D01*
X23183Y5391D01*
X23202Y5300D01*
X23234Y5210D01*
X23280Y5119D01*
X23345Y5035D01*
X23351Y5028D01*
X23377Y5002D01*
X23422Y4970D01*
X23474Y4938D01*
X23546Y4899D01*
X23623Y4866D01*
X23714Y4840D01*
X23818Y4834D01*
X23850D01*
X23876Y4840D01*
X23947Y4853D01*
X24032Y4873D01*
X24129Y4912D01*
X24226Y4964D01*
X24330Y5041D01*
X24381Y5087D01*
X24427Y5138D01*
X24433Y5145D01*
X24440Y5158D01*
X24459Y5184D01*
X24479Y5216D01*
X24511Y5262D01*
X24537Y5313D01*
X24569Y5372D01*
X24602Y5437D01*
X24634Y5514D01*
X24667Y5592D01*
X24699Y5683D01*
X24725Y5773D01*
X24764Y5981D01*
X24770Y6091D01*
X24777Y6208D01*
Y6214D01*
Y6221D01*
Y6259D01*
X24770Y6318D01*
X24751Y6389D01*
X24731Y6467D01*
X24699Y6551D01*
X24654Y6629D01*
X24589Y6707D01*
X24582Y6713D01*
X24556Y6739D01*
X24518Y6771D01*
X24466Y6804D01*
X24394Y6843D01*
X24317Y6869D01*
X24226Y6894D01*
X24122Y6901D01*
D02*
G37*
G36*
X18206Y6901D02*
X18161D01*
X18102Y6894D01*
X18037Y6882D01*
X17960Y6856D01*
X17876Y6823D01*
X17785Y6778D01*
X17700Y6719D01*
X17694Y6713D01*
X17662Y6687D01*
X17623Y6648D01*
X17577Y6590D01*
X17519Y6519D01*
X17461Y6428D01*
X17409Y6324D01*
X17357Y6208D01*
Y6201D01*
X17351Y6195D01*
X17344Y6175D01*
X17338Y6149D01*
X17318Y6084D01*
X17299Y6007D01*
X17279Y5909D01*
X17260Y5806D01*
X17247Y5696D01*
X17240Y5592D01*
Y5585D01*
Y5579D01*
Y5560D01*
Y5534D01*
X17253Y5469D01*
X17266Y5391D01*
X17286Y5300D01*
X17318Y5210D01*
X17364Y5119D01*
X17428Y5035D01*
X17435Y5028D01*
X17461Y5002D01*
X17506Y4970D01*
X17558Y4938D01*
X17629Y4899D01*
X17707Y4866D01*
X17798Y4840D01*
X17901Y4834D01*
X17934D01*
X17960Y4840D01*
X18031Y4853D01*
X18115Y4873D01*
X18212Y4912D01*
X18310Y4963D01*
X18413Y5041D01*
X18465Y5087D01*
X18510Y5138D01*
X18517Y5145D01*
X18523Y5158D01*
X18543Y5184D01*
X18562Y5216D01*
X18595Y5262D01*
X18621Y5313D01*
X18653Y5372D01*
X18686Y5437D01*
X18718Y5514D01*
X18750Y5592D01*
X18783Y5683D01*
X18809Y5773D01*
X18847Y5981D01*
X18854Y6091D01*
X18860Y6208D01*
Y6214D01*
Y6221D01*
Y6259D01*
X18854Y6318D01*
X18835Y6389D01*
X18815Y6467D01*
X18783Y6551D01*
X18737Y6629D01*
X18673Y6707D01*
X18666Y6713D01*
X18640Y6739D01*
X18601Y6771D01*
X18549Y6804D01*
X18478Y6843D01*
X18400Y6869D01*
X18310Y6894D01*
X18206Y6901D01*
D02*
G37*
G36*
X3432Y6933D02*
X3386D01*
X3334Y6920D01*
X3270Y6907D01*
X3192Y6882D01*
X3108Y6849D01*
X3023Y6797D01*
X2939Y6726D01*
X2933Y6719D01*
X2907Y6687D01*
X2868Y6642D01*
X2822Y6571D01*
X2777Y6486D01*
X2725Y6383D01*
X2680Y6266D01*
X2647Y6123D01*
X4028D01*
Y6130D01*
Y6156D01*
Y6182D01*
Y6208D01*
Y6214D01*
Y6221D01*
Y6240D01*
Y6266D01*
X4021Y6331D01*
X4008Y6415D01*
X3989Y6499D01*
X3956Y6590D01*
X3918Y6674D01*
X3866Y6752D01*
X3859Y6758D01*
X3833Y6778D01*
X3801Y6810D01*
X3749Y6843D01*
X3691Y6875D01*
X3613Y6907D01*
X3529Y6927D01*
X3432Y6933D01*
D02*
G37*
G36*
X25889Y-1773D02*
X25275D01*
Y-2341D01*
X25889D01*
Y-2600D01*
Y-1773D01*
D02*
G37*
G36*
X20682Y-2600D02*
X18566D01*
D01*
X19897D01*
X19814Y-2605D01*
X19731Y-2619D01*
X19657Y-2637D01*
X19583Y-2660D01*
X19513Y-2693D01*
X19453Y-2725D01*
X19393Y-2762D01*
X19342Y-2794D01*
X19296Y-2831D01*
X19255Y-2868D01*
X19218Y-2901D01*
X19190Y-2933D01*
X19167Y-2956D01*
X19149Y-2974D01*
X19139Y-2988D01*
X19135Y-2993D01*
Y-2651D01*
X18566D01*
Y-4970D01*
X19181D01*
Y-3926D01*
Y-3857D01*
Y-3792D01*
X19185Y-3732D01*
X19190Y-3681D01*
Y-3630D01*
X19195Y-3589D01*
X19199Y-3547D01*
X19204Y-3515D01*
X19213Y-3460D01*
X19218Y-3422D01*
X19227Y-3399D01*
Y-3395D01*
X19245Y-3344D01*
X19273Y-3293D01*
X19301Y-3256D01*
X19329Y-3219D01*
X19356Y-3196D01*
X19379Y-3173D01*
X19393Y-3164D01*
X19398Y-3159D01*
X19449Y-3131D01*
X19500Y-3108D01*
X19546Y-3094D01*
X19592Y-3081D01*
X19629Y-3076D01*
X19657Y-3071D01*
X19684D01*
X19731Y-3076D01*
X19772Y-3081D01*
X19805Y-3090D01*
X19837Y-3104D01*
X19865Y-3118D01*
X19883Y-3127D01*
X19892Y-3131D01*
X19897Y-3136D01*
X19929Y-3159D01*
X19952Y-3187D01*
X19994Y-3242D01*
X20008Y-3270D01*
X20017Y-3289D01*
X20026Y-3302D01*
Y-3307D01*
X20036Y-3330D01*
X20040Y-3358D01*
X20049Y-3427D01*
X20059Y-3510D01*
X20063Y-3589D01*
X20068Y-3667D01*
Y-3700D01*
Y-3732D01*
Y-3755D01*
Y-3774D01*
Y-3788D01*
Y-3792D01*
Y-4970D01*
X20682D01*
Y-3436D01*
X20678Y-3358D01*
X20673Y-3284D01*
X20664Y-3229D01*
X20659Y-3182D01*
X20650Y-3150D01*
X20645Y-3127D01*
Y-3122D01*
X20631Y-3067D01*
X20613Y-3021D01*
X20595Y-2974D01*
X20572Y-2937D01*
X20553Y-2905D01*
X20539Y-2882D01*
X20530Y-2868D01*
X20525Y-2864D01*
X20488Y-2822D01*
X20447Y-2785D01*
X20405Y-2753D01*
X20364Y-2725D01*
X20327Y-2702D01*
X20294Y-2688D01*
X20276Y-2679D01*
X20267Y-2674D01*
X20202Y-2651D01*
X20137Y-2633D01*
X20077Y-2619D01*
X20022Y-2609D01*
X19971Y-2605D01*
X19929Y-2600D01*
X20682D01*
D01*
D02*
G37*
G36*
X12708Y-1773D02*
X11117D01*
X11738D01*
X11170Y-3959D01*
X10597Y-1773D01*
X9631D01*
Y-4970D01*
X10227D01*
Y-2457D01*
X10856Y-4970D01*
X11479D01*
X12108Y-2457D01*
X12112Y-4970D01*
X12708D01*
Y-1773D01*
D02*
G37*
G36*
X28569Y-2600D02*
X26383D01*
D01*
X27501D01*
X27409Y-2605D01*
X27321Y-2614D01*
X27233Y-2628D01*
X27160Y-2651D01*
X27086Y-2674D01*
X27016Y-2702D01*
X26956Y-2730D01*
X26901Y-2762D01*
X26850Y-2790D01*
X26809Y-2822D01*
X26772Y-2850D01*
X26739Y-2873D01*
X26716Y-2896D01*
X26698Y-2910D01*
X26688Y-2919D01*
X26684Y-2924D01*
X26633Y-2988D01*
X26587Y-3053D01*
X26545Y-3122D01*
X26508Y-3196D01*
X26480Y-3270D01*
X26457Y-3344D01*
X26420Y-3487D01*
X26406Y-3557D01*
X26397Y-3617D01*
X26393Y-3672D01*
X26388Y-3723D01*
X26383Y-3760D01*
Y-3815D01*
X26388Y-3917D01*
X26397Y-4019D01*
X26411Y-4106D01*
X26430Y-4194D01*
X26453Y-4273D01*
X26480Y-4346D01*
X26504Y-4411D01*
X26536Y-4471D01*
X26564Y-4527D01*
X26587Y-4573D01*
X26614Y-4610D01*
X26638Y-4642D01*
X26656Y-4670D01*
X26670Y-4688D01*
X26679Y-4698D01*
X26684Y-4702D01*
X26744Y-4758D01*
X26804Y-4809D01*
X26869Y-4850D01*
X26938Y-4887D01*
X27003Y-4919D01*
X27072Y-4942D01*
X27136Y-4966D01*
X27201Y-4980D01*
X27261Y-4993D01*
X27317Y-5003D01*
X27367Y-5012D01*
X27409Y-5016D01*
X27441Y-5021D01*
X27492D01*
X27575Y-5016D01*
X27649Y-5012D01*
X27723Y-5003D01*
X27793Y-4989D01*
X27857Y-4975D01*
X27913Y-4956D01*
X27968Y-4938D01*
X28014Y-4915D01*
X28060Y-4896D01*
X28097Y-4878D01*
X28130Y-4859D01*
X28157Y-4845D01*
X28176Y-4832D01*
X28190Y-4822D01*
X28199Y-4813D01*
X28204D01*
X28250Y-4772D01*
X28296Y-4725D01*
X28375Y-4624D01*
X28439Y-4522D01*
X28486Y-4420D01*
X28523Y-4328D01*
X28536Y-4287D01*
X28550Y-4254D01*
X28559Y-4226D01*
X28564Y-4203D01*
X28569Y-4189D01*
Y-4975D01*
Y-4185D01*
X27968Y-4083D01*
X27950Y-4166D01*
X27922Y-4240D01*
X27899Y-4300D01*
X27871Y-4346D01*
X27843Y-4383D01*
X27825Y-4407D01*
X27811Y-4420D01*
X27806Y-4425D01*
X27760Y-4457D01*
X27714Y-4481D01*
X27668Y-4499D01*
X27622Y-4508D01*
X27580Y-4518D01*
X27548Y-4522D01*
X27520D01*
X27437Y-4513D01*
X27363Y-4494D01*
X27303Y-4471D01*
X27247Y-4439D01*
X27206Y-4407D01*
X27178Y-4383D01*
X27155Y-4365D01*
X27150Y-4356D01*
X27127Y-4319D01*
X27104Y-4282D01*
X27072Y-4194D01*
X27044Y-4097D01*
X27030Y-4000D01*
X27021Y-3908D01*
X27016Y-3871D01*
Y-3838D01*
X27012Y-3811D01*
Y-3788D01*
Y-3774D01*
Y-3769D01*
Y-3704D01*
X27016Y-3640D01*
X27026Y-3584D01*
X27035Y-3529D01*
X27044Y-3483D01*
X27053Y-3441D01*
X27081Y-3367D01*
X27104Y-3312D01*
X27127Y-3275D01*
X27141Y-3252D01*
X27146Y-3242D01*
X27201Y-3187D01*
X27261Y-3150D01*
X27321Y-3122D01*
X27377Y-3099D01*
X27432Y-3090D01*
X27474Y-3085D01*
X27501Y-3081D01*
X27511D01*
X27571Y-3085D01*
X27626Y-3094D01*
X27672Y-3108D01*
X27714Y-3127D01*
X27746Y-3145D01*
X27769Y-3159D01*
X27783Y-3168D01*
X27788Y-3173D01*
X27825Y-3210D01*
X27857Y-3252D01*
X27880Y-3298D01*
X27903Y-3339D01*
X27917Y-3381D01*
X27926Y-3413D01*
X27931Y-3432D01*
Y-3441D01*
X28536Y-3330D01*
X28490Y-3201D01*
X28435Y-3090D01*
X28375Y-2998D01*
X28315Y-2919D01*
X28259Y-2859D01*
X28218Y-2817D01*
X28199Y-2803D01*
X28185Y-2794D01*
X28181Y-2785D01*
X28176D01*
X28074Y-2725D01*
X27964Y-2679D01*
X27853Y-2646D01*
X27746Y-2623D01*
X27696Y-2614D01*
X27649Y-2609D01*
X27608Y-2605D01*
X27571D01*
X27543Y-2600D01*
X28569D01*
Y-4176D01*
Y-2600D01*
D02*
G37*
G36*
X23288D02*
X22184D01*
X22101Y-2605D01*
X22022Y-2614D01*
X21944Y-2633D01*
X21874Y-2651D01*
X21805Y-2674D01*
X21745Y-2702D01*
X21685Y-2734D01*
X21634Y-2762D01*
X21588Y-2794D01*
X21546Y-2827D01*
X21509Y-2854D01*
X21482Y-2877D01*
X21459Y-2896D01*
X21440Y-2914D01*
X21431Y-2924D01*
X21426Y-2928D01*
X21375Y-2993D01*
X21329Y-3062D01*
X21288Y-3131D01*
X21251Y-3205D01*
X21223Y-3284D01*
X21200Y-3358D01*
X21163Y-3501D01*
X21149Y-3570D01*
X21140Y-3630D01*
X21135Y-3686D01*
X21131Y-3732D01*
X21126Y-3774D01*
Y-3829D01*
X21131Y-3917D01*
X21135Y-4005D01*
X21149Y-4083D01*
X21163Y-4157D01*
X21177Y-4231D01*
X21200Y-4296D01*
X21218Y-4356D01*
X21241Y-4411D01*
X21260Y-4462D01*
X21283Y-4504D01*
X21301Y-4541D01*
X21315Y-4573D01*
X21334Y-4596D01*
X21343Y-4614D01*
X21348Y-4624D01*
X21352Y-4628D01*
X21412Y-4698D01*
X21472Y-4758D01*
X21542Y-4809D01*
X21616Y-4855D01*
X21689Y-4892D01*
X21763Y-4924D01*
X21837Y-4952D01*
X21911Y-4970D01*
X21976Y-4989D01*
X22041Y-4998D01*
X22101Y-5007D01*
X22151Y-5016D01*
X22193D01*
X22221Y-5021D01*
X23288D01*
Y-4836D01*
Y-5021D01*
X22249D01*
X22382Y-5012D01*
X22507Y-4993D01*
X22614Y-4966D01*
X22706Y-4933D01*
X22748Y-4915D01*
X22780Y-4901D01*
X22812Y-4887D01*
X22835Y-4873D01*
X22854Y-4859D01*
X22872Y-4855D01*
X22877Y-4845D01*
X22882D01*
X22969Y-4772D01*
X23048Y-4693D01*
X23112Y-4605D01*
X23163Y-4522D01*
X23205Y-4448D01*
X23219Y-4416D01*
X23233Y-4388D01*
X23242Y-4365D01*
X23251Y-4346D01*
X23256Y-4337D01*
Y-4333D01*
X22646Y-4231D01*
X22623Y-4291D01*
X22600Y-4346D01*
X22577Y-4388D01*
X22549Y-4425D01*
X22530Y-4453D01*
X22512Y-4471D01*
X22498Y-4481D01*
X22493Y-4485D01*
X22456Y-4513D01*
X22415Y-4531D01*
X22373Y-4545D01*
X22336Y-4554D01*
X22304Y-4559D01*
X22276Y-4564D01*
X22253D01*
X22179Y-4559D01*
X22110Y-4541D01*
X22045Y-4518D01*
X21994Y-4490D01*
X21953Y-4462D01*
X21925Y-4439D01*
X21902Y-4420D01*
X21897Y-4416D01*
X21851Y-4356D01*
X21819Y-4287D01*
X21791Y-4213D01*
X21773Y-4148D01*
X21763Y-4083D01*
X21759Y-4037D01*
X21754Y-4019D01*
Y-4005D01*
Y-3995D01*
Y-3991D01*
X23288D01*
Y-4836D01*
Y-3991D01*
Y-3861D01*
X23279Y-3746D01*
X23265Y-3635D01*
X23246Y-3533D01*
X23223Y-3436D01*
X23200Y-3353D01*
X23173Y-3275D01*
X23145Y-3205D01*
X23117Y-3145D01*
X23089Y-3090D01*
X23066Y-3048D01*
X23043Y-3011D01*
X23025Y-2984D01*
X23011Y-2960D01*
X23002Y-2951D01*
X22997Y-2947D01*
X22941Y-2887D01*
X22877Y-2831D01*
X22812Y-2785D01*
X22748Y-2748D01*
X22678Y-2711D01*
X22609Y-2683D01*
X22544Y-2660D01*
X22479Y-2642D01*
X22420Y-2628D01*
X22364Y-2619D01*
X22313Y-2609D01*
X22272Y-2605D01*
X22235Y-2600D01*
X23288D01*
D02*
G37*
G36*
X25889Y-2646D02*
Y-2651D01*
X25275D01*
Y-4970D01*
X25889D01*
Y-2646D01*
D02*
G37*
G36*
X15369Y-2600D02*
X13193D01*
D01*
X14177D01*
X14104Y-2609D01*
X14030Y-2614D01*
X13965Y-2628D01*
X13900Y-2637D01*
X13845Y-2651D01*
X13794Y-2670D01*
X13748Y-2683D01*
X13711Y-2697D01*
X13674Y-2716D01*
X13646Y-2730D01*
X13618Y-2739D01*
X13600Y-2753D01*
X13586Y-2757D01*
X13581Y-2767D01*
X13577D01*
X13498Y-2836D01*
X13434Y-2914D01*
X13378Y-2998D01*
X13332Y-3076D01*
X13300Y-3150D01*
X13286Y-3182D01*
X13276Y-3210D01*
X13267Y-3233D01*
X13263Y-3252D01*
X13258Y-3261D01*
Y-3266D01*
X13808Y-3367D01*
X13831Y-3312D01*
X13854Y-3266D01*
X13877Y-3224D01*
X13905Y-3192D01*
X13923Y-3168D01*
X13942Y-3155D01*
X13951Y-3145D01*
X13956Y-3141D01*
X13993Y-3118D01*
X14034Y-3099D01*
X14080Y-3090D01*
X14122Y-3081D01*
X14159Y-3076D01*
X14187Y-3071D01*
X14214D01*
X14298Y-3076D01*
X14367Y-3085D01*
X14422Y-3094D01*
X14469Y-3108D01*
X14501Y-3127D01*
X14524Y-3136D01*
X14538Y-3145D01*
X14542Y-3150D01*
X14575Y-3182D01*
X14598Y-3219D01*
X14612Y-3261D01*
X14626Y-3302D01*
X14630Y-3344D01*
X14635Y-3376D01*
Y-3395D01*
Y-3404D01*
Y-3464D01*
X14602Y-3478D01*
X14561Y-3492D01*
X14473Y-3520D01*
X14371Y-3543D01*
X14274Y-3566D01*
X14182Y-3589D01*
X14140Y-3598D01*
X14104Y-3603D01*
X14076Y-3607D01*
X14053Y-3612D01*
X14039Y-3617D01*
X14034D01*
X13923Y-3640D01*
X13822Y-3663D01*
X13738Y-3686D01*
X13669Y-3709D01*
X13614Y-3732D01*
X13577Y-3746D01*
X13554Y-3755D01*
X13544Y-3760D01*
X13484Y-3792D01*
X13434Y-3829D01*
X13387Y-3871D01*
X13355Y-3908D01*
X13323Y-3940D01*
X13304Y-3968D01*
X13290Y-3986D01*
X13286Y-3995D01*
X13253Y-4056D01*
X13230Y-4116D01*
X13216Y-4171D01*
X13207Y-4226D01*
X13198Y-4273D01*
X13193Y-4310D01*
Y-4342D01*
X13198Y-4397D01*
X13203Y-4448D01*
X13226Y-4545D01*
X13258Y-4628D01*
X13295Y-4698D01*
X13332Y-4753D01*
X13364Y-4795D01*
X13387Y-4822D01*
X13397Y-4827D01*
Y-4832D01*
X13480Y-4896D01*
X13572Y-4942D01*
X13665Y-4975D01*
X13757Y-4998D01*
X13836Y-5012D01*
X13872Y-5016D01*
X13900D01*
X13928Y-5021D01*
X13960D01*
X14034Y-5016D01*
X14108Y-5007D01*
X14173Y-4998D01*
X14228Y-4984D01*
X14274Y-4970D01*
X14311Y-4956D01*
X14334Y-4952D01*
X14344Y-4947D01*
X14408Y-4915D01*
X14473Y-4882D01*
X14528Y-4841D01*
X14579Y-4804D01*
X14621Y-4772D01*
X14653Y-4744D01*
X14672Y-4725D01*
X14681Y-4721D01*
X14686Y-4739D01*
X14695Y-4762D01*
X14699Y-4781D01*
X14704Y-4786D01*
Y-4790D01*
X14718Y-4832D01*
X14727Y-4869D01*
X14736Y-4901D01*
X14746Y-4924D01*
X14755Y-4942D01*
X14760Y-4961D01*
X14764Y-4966D01*
Y-4970D01*
X15369D01*
X15342Y-4910D01*
X15318Y-4855D01*
X15300Y-4804D01*
X15282Y-4758D01*
X15272Y-4721D01*
X15263Y-4688D01*
X15258Y-4670D01*
Y-4665D01*
X15249Y-4605D01*
X15245Y-4531D01*
X15235Y-4457D01*
Y-4383D01*
X15231Y-4319D01*
Y-4263D01*
Y-4240D01*
Y-4226D01*
Y-4217D01*
Y-4213D01*
X15240Y-3497D01*
Y-3422D01*
X15235Y-3358D01*
X15231Y-3298D01*
X15226Y-3242D01*
X15222Y-3192D01*
X15212Y-3145D01*
X15208Y-3104D01*
X15198Y-3071D01*
X15189Y-3039D01*
X15184Y-3016D01*
X15171Y-2974D01*
X15161Y-2956D01*
X15157Y-2947D01*
X15120Y-2896D01*
X15078Y-2845D01*
X15032Y-2803D01*
X14981Y-2767D01*
X14940Y-2739D01*
X14903Y-2720D01*
X14880Y-2706D01*
X14875Y-2702D01*
X14870D01*
X14829Y-2683D01*
X14787Y-2670D01*
X14690Y-2642D01*
X14589Y-2623D01*
X14492Y-2614D01*
X14399Y-2605D01*
X14362D01*
X14330Y-2600D01*
X15369D01*
D01*
D02*
G37*
G36*
X24905Y-1829D02*
X23538D01*
X24434D01*
X23819Y-2189D01*
Y-2651D01*
X23538D01*
Y-3141D01*
X23819D01*
Y-4152D01*
Y-4213D01*
Y-4263D01*
Y-4314D01*
X23824Y-4356D01*
Y-4430D01*
X23829Y-4490D01*
X23833Y-4536D01*
Y-4564D01*
X23838Y-4582D01*
Y-4587D01*
X23847Y-4638D01*
X23861Y-4684D01*
X23875Y-4725D01*
X23889Y-4758D01*
X23902Y-4786D01*
X23912Y-4804D01*
X23916Y-4818D01*
X23921Y-4822D01*
X23949Y-4855D01*
X23981Y-4882D01*
X24046Y-4929D01*
X24073Y-4942D01*
X24096Y-4956D01*
X24115Y-4961D01*
X24120Y-4966D01*
X24170Y-4984D01*
X24221Y-4998D01*
X24272Y-5007D01*
X24318Y-5012D01*
X24360Y-5016D01*
X24392Y-5021D01*
X24420D01*
X24517Y-5016D01*
X24609Y-5007D01*
X24692Y-4993D01*
X24762Y-4975D01*
X24822Y-4961D01*
X24868Y-4947D01*
X24896Y-4938D01*
X24900Y-4933D01*
X24905D01*
X24850Y-4457D01*
X24794Y-4476D01*
X24743Y-4490D01*
X24702Y-4499D01*
X24665Y-4504D01*
X24637Y-4508D01*
X24619Y-4513D01*
X24600D01*
X24558Y-4508D01*
X24526Y-4499D01*
X24508Y-4490D01*
X24498Y-4485D01*
X24471Y-4457D01*
X24457Y-4434D01*
X24448Y-4416D01*
X24443Y-4407D01*
Y-4397D01*
X24438Y-4379D01*
Y-4337D01*
Y-4282D01*
X24434Y-4226D01*
Y-4171D01*
Y-4125D01*
Y-4106D01*
Y-4092D01*
Y-4083D01*
Y-4079D01*
Y-3141D01*
X24854D01*
Y-2651D01*
X24434D01*
Y-1829D01*
X24905D01*
D01*
D02*
G37*
G36*
X23538Y-3141D02*
D01*
Y-5021D01*
Y-3141D01*
D02*
G37*
G36*
X17966Y-2600D02*
X15707D01*
X16681D01*
X16608Y-2605D01*
X16534Y-2614D01*
X16464Y-2628D01*
X16395Y-2646D01*
X16280Y-2697D01*
X16224Y-2725D01*
X16178Y-2753D01*
X16132Y-2785D01*
X16095Y-2813D01*
X16062Y-2836D01*
X16035Y-2859D01*
X16012Y-2882D01*
X15998Y-2896D01*
X15988Y-2905D01*
X15984Y-2910D01*
X15933Y-2970D01*
X15891Y-3035D01*
X15854Y-3108D01*
X15822Y-3178D01*
X15799Y-3252D01*
X15776Y-3325D01*
X15744Y-3473D01*
X15730Y-3538D01*
X15721Y-3603D01*
X15716Y-3658D01*
X15711Y-3704D01*
X15707Y-3746D01*
Y-3801D01*
X15711Y-3885D01*
X15716Y-3968D01*
X15739Y-4116D01*
X15757Y-4185D01*
X15776Y-4250D01*
X15794Y-4310D01*
X15813Y-4360D01*
X15831Y-4411D01*
X15850Y-4453D01*
X15868Y-4490D01*
X15887Y-4522D01*
X15901Y-4545D01*
X15910Y-4564D01*
X15919Y-4573D01*
Y-4578D01*
X15975Y-4647D01*
X16030Y-4707D01*
X16090Y-4758D01*
X16150Y-4804D01*
X16210Y-4841D01*
X16275Y-4873D01*
X16335Y-4901D01*
X16390Y-4919D01*
X16446Y-4938D01*
X16497Y-4947D01*
X16543Y-4956D01*
X16580Y-4966D01*
X16612D01*
X16640Y-4970D01*
X16658D01*
X16737Y-4966D01*
X16811Y-4952D01*
X16880Y-4933D01*
X16945Y-4910D01*
X17060Y-4850D01*
X17116Y-4818D01*
X17162Y-4781D01*
X17203Y-4749D01*
X17245Y-4716D01*
X17277Y-4684D01*
X17300Y-4656D01*
X17324Y-4628D01*
X17337Y-4610D01*
X17347Y-4601D01*
X17351Y-4596D01*
Y-4933D01*
Y-5003D01*
X17347Y-5063D01*
X17342Y-5109D01*
X17337Y-5146D01*
X17328Y-5178D01*
X17324Y-5197D01*
X17319Y-5206D01*
Y-5210D01*
X17300Y-5247D01*
X17282Y-5280D01*
X17264Y-5308D01*
X17245Y-5331D01*
X17227Y-5349D01*
X17213Y-5358D01*
X17203Y-5363D01*
X17199Y-5368D01*
X17148Y-5391D01*
X17093Y-5409D01*
X17033Y-5423D01*
X16973Y-5432D01*
X16922Y-5437D01*
X16880Y-5441D01*
X16838D01*
X16774Y-5437D01*
X16718Y-5432D01*
X16672Y-5418D01*
X16635Y-5404D01*
X16603Y-5395D01*
X16584Y-5381D01*
X16571Y-5377D01*
X16566Y-5372D01*
X16543Y-5354D01*
X16524Y-5326D01*
X16501Y-5271D01*
X16497Y-5247D01*
X16492Y-5224D01*
X16487Y-5210D01*
Y-5206D01*
X15785Y-5123D01*
X15780Y-5150D01*
Y-5173D01*
Y-5192D01*
Y-5197D01*
X15785Y-5252D01*
X15790Y-5308D01*
X15818Y-5409D01*
X15859Y-5497D01*
X15905Y-5571D01*
X15947Y-5631D01*
X15988Y-5672D01*
X16016Y-5700D01*
X16021Y-5705D01*
X16025Y-5709D01*
X16076Y-5746D01*
X16132Y-5774D01*
X16196Y-5802D01*
X16261Y-5825D01*
X16400Y-5862D01*
X16538Y-5885D01*
X16603Y-5894D01*
X16663Y-5903D01*
X16718Y-5908D01*
X16765D01*
X16806Y-5913D01*
X15707D01*
X17966D01*
X16862D01*
X16973Y-5908D01*
X17074Y-5903D01*
X17162Y-5890D01*
X17241Y-5876D01*
X17300Y-5866D01*
X17342Y-5853D01*
X17370Y-5848D01*
X17379Y-5843D01*
X17453Y-5816D01*
X17518Y-5788D01*
X17573Y-5756D01*
X17619Y-5728D01*
X17652Y-5705D01*
X17679Y-5682D01*
X17698Y-5668D01*
X17702Y-5663D01*
X17749Y-5617D01*
X17786Y-5566D01*
X17818Y-5511D01*
X17846Y-5460D01*
X17869Y-5414D01*
X17883Y-5377D01*
X17892Y-5354D01*
X17897Y-5345D01*
X17910Y-5303D01*
X17920Y-5261D01*
X17938Y-5164D01*
X17947Y-5063D01*
X17956Y-4961D01*
X17961Y-4873D01*
X17966Y-4836D01*
Y-2651D01*
D01*
X17393D01*
Y-2984D01*
X17337Y-2914D01*
X17282Y-2859D01*
X17222Y-2803D01*
X17162Y-2762D01*
X17102Y-2725D01*
X17042Y-2693D01*
X16986Y-2670D01*
X16931Y-2646D01*
X16880Y-2633D01*
X16834Y-2619D01*
X16788Y-2614D01*
X16755Y-2605D01*
X16723D01*
X16700Y-2600D01*
X17966D01*
D02*
G37*
G36*
X23344Y-6552D02*
X21080D01*
D01*
X22729D01*
Y-7702D01*
X22674Y-7647D01*
X22618Y-7596D01*
X22563Y-7555D01*
X22503Y-7513D01*
X22447Y-7485D01*
X22392Y-7458D01*
X22336Y-7435D01*
X22286Y-7421D01*
X22235Y-7407D01*
X22193Y-7398D01*
X22151Y-7388D01*
X22119Y-7384D01*
X22092Y-7379D01*
X22054D01*
X21976Y-7384D01*
X21902Y-7393D01*
X21833Y-7407D01*
X21763Y-7425D01*
X21648Y-7476D01*
X21592Y-7504D01*
X21546Y-7532D01*
X21500Y-7564D01*
X21463Y-7592D01*
X21431Y-7615D01*
X21403Y-7638D01*
X21380Y-7661D01*
X21366Y-7675D01*
X21357Y-7684D01*
X21352Y-7689D01*
X21306Y-7749D01*
X21264Y-7813D01*
X21227Y-7883D01*
X21195Y-7957D01*
X21167Y-8031D01*
X21144Y-8105D01*
X21112Y-8252D01*
X21103Y-8317D01*
X21093Y-8382D01*
X21089Y-8437D01*
X21084Y-8488D01*
X21080Y-8529D01*
Y-8511D01*
Y-8585D01*
X21084Y-8691D01*
X21093Y-8788D01*
X21107Y-8881D01*
X21126Y-8968D01*
X21144Y-9047D01*
X21167Y-9121D01*
X21195Y-9185D01*
X21223Y-9246D01*
X21246Y-9301D01*
X21274Y-9347D01*
X21297Y-9389D01*
X21320Y-9421D01*
X21334Y-9449D01*
X21348Y-9467D01*
X21357Y-9477D01*
X21362Y-9481D01*
X21417Y-9537D01*
X21472Y-9588D01*
X21532Y-9629D01*
X21588Y-9666D01*
X21648Y-9698D01*
X21703Y-9721D01*
X21759Y-9745D01*
X21810Y-9758D01*
X21860Y-9772D01*
X21907Y-9781D01*
X21944Y-9791D01*
X21981Y-9795D01*
X22008Y-9800D01*
X22045D01*
X22119Y-9795D01*
X22188Y-9786D01*
X22258Y-9772D01*
X22318Y-9754D01*
X22364Y-9735D01*
X22406Y-9721D01*
X22429Y-9712D01*
X22438Y-9708D01*
X22507Y-9666D01*
X22572Y-9620D01*
X22632Y-9569D01*
X22678Y-9523D01*
X22720Y-9481D01*
X22752Y-9444D01*
X22771Y-9421D01*
X22775Y-9412D01*
Y-9749D01*
X23344D01*
Y-9777D01*
Y-6552D01*
D02*
G37*
G36*
X27903Y-7379D02*
X26406D01*
D01*
X27497D01*
X27441Y-7384D01*
X27395Y-7388D01*
X27349Y-7402D01*
X27312Y-7416D01*
X27280Y-7430D01*
X27252Y-7439D01*
X27238Y-7448D01*
X27233Y-7453D01*
X27187Y-7485D01*
X27146Y-7532D01*
X27099Y-7582D01*
X27063Y-7633D01*
X27026Y-7684D01*
X26998Y-7726D01*
X26979Y-7753D01*
X26975Y-7758D01*
Y-7430D01*
X26406D01*
Y-9749D01*
X27021D01*
Y-9038D01*
Y-8931D01*
Y-8834D01*
X27026Y-8747D01*
X27030Y-8668D01*
Y-8594D01*
X27035Y-8534D01*
X27040Y-8474D01*
X27044Y-8428D01*
X27049Y-8386D01*
X27053Y-8349D01*
X27058Y-8322D01*
Y-8298D01*
X27063Y-8285D01*
X27067Y-8271D01*
Y-8262D01*
X27086Y-8197D01*
X27109Y-8141D01*
X27132Y-8095D01*
X27155Y-8063D01*
X27174Y-8035D01*
X27192Y-8017D01*
X27201Y-8007D01*
X27206Y-8003D01*
X27243Y-7980D01*
X27280Y-7961D01*
X27317Y-7947D01*
X27349Y-7938D01*
X27377Y-7933D01*
X27404Y-7929D01*
X27423D01*
X27474Y-7933D01*
X27525Y-7943D01*
X27571Y-7961D01*
X27617Y-7980D01*
X27654Y-7998D01*
X27682Y-8017D01*
X27705Y-8026D01*
X27709Y-8031D01*
X27903Y-7499D01*
X27830Y-7458D01*
X27760Y-7430D01*
X27691Y-7407D01*
X27626Y-7393D01*
X27575Y-7384D01*
X27534Y-7379D01*
X27903D01*
D01*
D02*
G37*
G36*
X15379D02*
X13263D01*
X14593D01*
X14510Y-7384D01*
X14427Y-7398D01*
X14353Y-7416D01*
X14279Y-7439D01*
X14210Y-7472D01*
X14150Y-7504D01*
X14090Y-7541D01*
X14039Y-7573D01*
X13993Y-7610D01*
X13951Y-7647D01*
X13914Y-7679D01*
X13886Y-7712D01*
X13863Y-7735D01*
X13845Y-7753D01*
X13836Y-7767D01*
X13831Y-7772D01*
Y-7430D01*
X13263D01*
Y-9749D01*
X13877D01*
Y-8705D01*
Y-8636D01*
Y-8571D01*
X13882Y-8511D01*
X13886Y-8460D01*
Y-8409D01*
X13891Y-8368D01*
X13896Y-8326D01*
X13900Y-8294D01*
X13909Y-8238D01*
X13914Y-8202D01*
X13923Y-8178D01*
Y-8174D01*
X13942Y-8123D01*
X13970Y-8072D01*
X13997Y-8035D01*
X14025Y-7998D01*
X14053Y-7975D01*
X14076Y-7952D01*
X14090Y-7943D01*
X14094Y-7938D01*
X14145Y-7910D01*
X14196Y-7887D01*
X14242Y-7874D01*
X14288Y-7860D01*
X14325Y-7855D01*
X14353Y-7850D01*
X14381D01*
X14427Y-7855D01*
X14469Y-7860D01*
X14501Y-7869D01*
X14533Y-7883D01*
X14561Y-7897D01*
X14579Y-7906D01*
X14589Y-7910D01*
X14593Y-7915D01*
X14626Y-7938D01*
X14649Y-7966D01*
X14690Y-8021D01*
X14704Y-8049D01*
X14713Y-8067D01*
X14723Y-8081D01*
Y-8086D01*
X14732Y-8109D01*
X14736Y-8137D01*
X14746Y-8206D01*
X14755Y-8289D01*
X14760Y-8368D01*
X14764Y-8446D01*
Y-8479D01*
Y-8511D01*
Y-8534D01*
Y-8553D01*
Y-8567D01*
Y-8571D01*
Y-9749D01*
X15379D01*
Y-8215D01*
X15374Y-8137D01*
X15369Y-8063D01*
X15360Y-8007D01*
X15356Y-7961D01*
X15346Y-7929D01*
X15342Y-7906D01*
Y-7901D01*
X15328Y-7846D01*
X15309Y-7800D01*
X15291Y-7753D01*
X15268Y-7716D01*
X15249Y-7684D01*
X15235Y-7661D01*
X15226Y-7647D01*
X15222Y-7643D01*
X15184Y-7601D01*
X15143Y-7564D01*
X15101Y-7532D01*
X15060Y-7504D01*
X15023Y-7481D01*
X14990Y-7467D01*
X14972Y-7458D01*
X14963Y-7453D01*
X14898Y-7430D01*
X14833Y-7412D01*
X14773Y-7398D01*
X14718Y-7388D01*
X14667Y-7384D01*
X14626Y-7379D01*
X15379D01*
D01*
D02*
G37*
G36*
X20738D02*
Y-8585D01*
X20733Y-8488D01*
X20724Y-8395D01*
X20705Y-8312D01*
X20687Y-8229D01*
X20659Y-8155D01*
X20631Y-8081D01*
X20599Y-8017D01*
X20572Y-7957D01*
X20539Y-7906D01*
X20507Y-7855D01*
X20479Y-7818D01*
X20451Y-7781D01*
X20433Y-7758D01*
X20414Y-7735D01*
X20405Y-7726D01*
X20401Y-7721D01*
X20336Y-7661D01*
X20267Y-7610D01*
X20197Y-7564D01*
X20123Y-7522D01*
X20049Y-7490D01*
X19980Y-7462D01*
X19911Y-7439D01*
X19841Y-7421D01*
X19782Y-7407D01*
X19721Y-7398D01*
X19671Y-7388D01*
X19624Y-7384D01*
X19587Y-7379D01*
X20738D01*
X18345D01*
X19537D01*
X19412Y-7384D01*
X19296Y-7402D01*
X19190Y-7425D01*
X19098Y-7453D01*
X19061Y-7472D01*
X19024Y-7485D01*
X18991Y-7495D01*
X18968Y-7508D01*
X18945Y-7518D01*
X18931Y-7527D01*
X18922Y-7532D01*
X18917D01*
X18821Y-7596D01*
X18737Y-7666D01*
X18663Y-7739D01*
X18603Y-7809D01*
X18557Y-7874D01*
X18520Y-7924D01*
X18506Y-7943D01*
X18502Y-7957D01*
X18493Y-7966D01*
Y-7970D01*
X18442Y-8077D01*
X18409Y-8183D01*
X18382Y-8280D01*
X18363Y-8368D01*
X18354Y-8446D01*
X18349Y-8479D01*
Y-8506D01*
X18345Y-8525D01*
D01*
Y-9800D01*
Y-8557D01*
X18349Y-8700D01*
X18368Y-8834D01*
X18391Y-8950D01*
X18405Y-9001D01*
X18418Y-9047D01*
X18432Y-9088D01*
X18446Y-9126D01*
X18460Y-9158D01*
X18469Y-9185D01*
X18479Y-9209D01*
X18488Y-9223D01*
X18493Y-9232D01*
Y-9236D01*
X18557Y-9333D01*
X18626Y-9416D01*
X18700Y-9490D01*
X18770Y-9550D01*
X18834Y-9597D01*
X18885Y-9629D01*
X18904Y-9643D01*
X18917Y-9652D01*
X18927Y-9657D01*
X18931D01*
X19042Y-9703D01*
X19149Y-9740D01*
X19250Y-9763D01*
X19347Y-9781D01*
X19426Y-9791D01*
X19458Y-9795D01*
X19486D01*
X19509Y-9800D01*
X18345D01*
X19541D01*
X19638Y-9795D01*
X19726Y-9786D01*
X19814Y-9768D01*
X19892Y-9745D01*
X19971Y-9721D01*
X20040Y-9694D01*
X20105Y-9661D01*
X20165Y-9629D01*
X20216Y-9597D01*
X20262Y-9564D01*
X20303Y-9537D01*
X20336Y-9514D01*
X20364Y-9490D01*
X20382Y-9472D01*
X20391Y-9463D01*
X20396Y-9458D01*
X20456Y-9389D01*
X20507Y-9319D01*
X20553Y-9250D01*
X20595Y-9176D01*
X20627Y-9102D01*
X20655Y-9029D01*
X20678Y-8959D01*
X20696Y-8890D01*
X20710Y-8830D01*
X20719Y-8770D01*
X20729Y-8719D01*
X20733Y-8673D01*
X20738Y-8636D01*
Y-9490D01*
Y-7379D01*
D02*
G37*
G36*
X25931D02*
X24826D01*
X24743Y-7384D01*
X24665Y-7393D01*
X24586Y-7412D01*
X24517Y-7430D01*
X24448Y-7453D01*
X24388Y-7481D01*
X24328Y-7513D01*
X24277Y-7541D01*
X24230Y-7573D01*
X24189Y-7605D01*
X24152Y-7633D01*
X24124Y-7656D01*
X24101Y-7675D01*
X24083Y-7693D01*
X24073Y-7702D01*
X24069Y-7707D01*
X24018Y-7772D01*
X23972Y-7841D01*
X23930Y-7910D01*
X23893Y-7984D01*
X23866Y-8063D01*
X23842Y-8137D01*
X23806Y-8280D01*
X23792Y-8349D01*
X23782Y-8409D01*
X23778Y-8465D01*
X23773Y-8511D01*
X23768Y-8553D01*
Y-8608D01*
X23773Y-8696D01*
X23778Y-8784D01*
X23792Y-8862D01*
X23806Y-8936D01*
X23819Y-9010D01*
X23842Y-9075D01*
X23861Y-9135D01*
X23884Y-9190D01*
X23902Y-9241D01*
X23926Y-9283D01*
X23944Y-9319D01*
X23958Y-9352D01*
X23976Y-9375D01*
X23986Y-9393D01*
X23990Y-9403D01*
X23995Y-9407D01*
X24055Y-9477D01*
X24115Y-9537D01*
X24184Y-9588D01*
X24258Y-9634D01*
X24332Y-9671D01*
X24406Y-9703D01*
X24480Y-9731D01*
X24554Y-9749D01*
X24619Y-9768D01*
X24683Y-9777D01*
X24743Y-9786D01*
X24794Y-9795D01*
X24836D01*
X24863Y-9800D01*
X25931D01*
Y-9121D01*
Y-9800D01*
X24891D01*
X25025Y-9791D01*
X25150Y-9772D01*
X25256Y-9745D01*
X25349Y-9712D01*
X25390Y-9694D01*
X25422Y-9680D01*
X25455Y-9666D01*
X25478Y-9652D01*
X25496Y-9638D01*
X25515Y-9634D01*
X25519Y-9624D01*
X25524D01*
X25612Y-9550D01*
X25690Y-9472D01*
X25755Y-9384D01*
X25806Y-9301D01*
X25848Y-9227D01*
X25861Y-9195D01*
X25875Y-9167D01*
X25885Y-9144D01*
X25894Y-9126D01*
X25898Y-9116D01*
Y-9112D01*
X25289Y-9010D01*
X25265Y-9070D01*
X25242Y-9126D01*
X25219Y-9167D01*
X25192Y-9204D01*
X25173Y-9232D01*
X25155Y-9250D01*
X25141Y-9260D01*
X25136Y-9264D01*
X25099Y-9292D01*
X25058Y-9310D01*
X25016Y-9324D01*
X24979Y-9333D01*
X24947Y-9338D01*
X24919Y-9343D01*
X24896D01*
X24822Y-9338D01*
X24753Y-9319D01*
X24688Y-9296D01*
X24637Y-9269D01*
X24596Y-9241D01*
X24568Y-9218D01*
X24545Y-9199D01*
X24540Y-9195D01*
X24494Y-9135D01*
X24462Y-9065D01*
X24434Y-8991D01*
X24415Y-8927D01*
X24406Y-8862D01*
X24401Y-8816D01*
X24397Y-8798D01*
Y-8784D01*
Y-8774D01*
Y-8770D01*
X25931D01*
Y-9121D01*
Y-8770D01*
Y-8640D01*
X25921Y-8525D01*
X25908Y-8414D01*
X25889Y-8312D01*
X25866Y-8215D01*
X25843Y-8132D01*
X25815Y-8054D01*
X25787Y-7984D01*
X25760Y-7924D01*
X25732Y-7869D01*
X25709Y-7827D01*
X25686Y-7790D01*
X25667Y-7763D01*
X25653Y-7739D01*
X25644Y-7730D01*
X25640Y-7726D01*
X25584Y-7666D01*
X25519Y-7610D01*
X25455Y-7564D01*
X25390Y-7527D01*
X25321Y-7490D01*
X25251Y-7462D01*
X25187Y-7439D01*
X25122Y-7421D01*
X25062Y-7407D01*
X25007Y-7398D01*
X24956Y-7388D01*
X24914Y-7384D01*
X24877Y-7379D01*
X25931D01*
D02*
G37*
G36*
X12727Y-6552D02*
X10297D01*
Y-9749D01*
X12727D01*
Y-6552D01*
D02*
G37*
G36*
X18049Y-7379D02*
X15864D01*
D01*
X16982D01*
X16889Y-7384D01*
X16802Y-7393D01*
X16714Y-7407D01*
X16640Y-7430D01*
X16566Y-7453D01*
X16497Y-7481D01*
X16437Y-7508D01*
X16381Y-7541D01*
X16330Y-7569D01*
X16289Y-7601D01*
X16252Y-7629D01*
X16219Y-7652D01*
X16196Y-7675D01*
X16178Y-7689D01*
X16169Y-7698D01*
X16164Y-7702D01*
X16113Y-7767D01*
X16067Y-7832D01*
X16025Y-7901D01*
X15988Y-7975D01*
X15961Y-8049D01*
X15938Y-8123D01*
X15901Y-8266D01*
X15887Y-8336D01*
X15878Y-8395D01*
X15873Y-8451D01*
X15868Y-8502D01*
X15864Y-8539D01*
Y-8594D01*
X15868Y-8696D01*
X15878Y-8798D01*
X15891Y-8885D01*
X15910Y-8973D01*
X15933Y-9052D01*
X15961Y-9126D01*
X15984Y-9190D01*
X16016Y-9250D01*
X16044Y-9306D01*
X16067Y-9352D01*
X16095Y-9389D01*
X16118Y-9421D01*
X16136Y-9449D01*
X16150Y-9467D01*
X16159Y-9477D01*
X16164Y-9481D01*
X16224Y-9537D01*
X16284Y-9588D01*
X16349Y-9629D01*
X16418Y-9666D01*
X16483Y-9698D01*
X16552Y-9721D01*
X16617Y-9745D01*
X16681Y-9758D01*
X16741Y-9772D01*
X16797Y-9781D01*
X16848Y-9791D01*
X16889Y-9795D01*
X16922Y-9800D01*
X16973D01*
X17056Y-9795D01*
X17130Y-9791D01*
X17203Y-9781D01*
X17273Y-9768D01*
X17337Y-9754D01*
X17393Y-9735D01*
X17448Y-9717D01*
X17495Y-9694D01*
X17541Y-9675D01*
X17578Y-9657D01*
X17610Y-9638D01*
X17638Y-9624D01*
X17656Y-9611D01*
X17670Y-9601D01*
X17679Y-9592D01*
X17684D01*
X17730Y-9550D01*
X17776Y-9504D01*
X17855Y-9403D01*
X17920Y-9301D01*
X17966Y-9199D01*
X18003Y-9107D01*
X18017Y-9065D01*
X18031Y-9033D01*
X18040Y-9005D01*
X18044Y-8982D01*
X18049Y-8968D01*
Y-9758D01*
Y-7379D01*
D02*
G37*
%LPD*%
G36*
X22290Y-3076D02*
X22350Y-3094D01*
X22406Y-3118D01*
X22452Y-3141D01*
X22489Y-3168D01*
X22516Y-3192D01*
X22535Y-3210D01*
X22540Y-3215D01*
X22581Y-3270D01*
X22618Y-3335D01*
X22641Y-3404D01*
X22660Y-3469D01*
X22669Y-3524D01*
X22674Y-3575D01*
X22678Y-3593D01*
Y-3603D01*
Y-3612D01*
Y-3617D01*
X21763D01*
X21768Y-3529D01*
X21782Y-3450D01*
X21800Y-3381D01*
X21828Y-3325D01*
X21851Y-3279D01*
X21874Y-3247D01*
X21888Y-3224D01*
X21893Y-3219D01*
X21944Y-3168D01*
X21999Y-3131D01*
X22054Y-3108D01*
X22105Y-3090D01*
X22151Y-3081D01*
X22188Y-3071D01*
X22221D01*
X22290Y-3076D01*
D02*
G37*
G36*
X14635Y-3986D02*
Y-4060D01*
X14630Y-4125D01*
X14626Y-4176D01*
X14621Y-4217D01*
X14616Y-4245D01*
X14612Y-4268D01*
X14607Y-4277D01*
Y-4282D01*
X14593Y-4323D01*
X14570Y-4365D01*
X14547Y-4397D01*
X14524Y-4430D01*
X14501Y-4453D01*
X14482Y-4471D01*
X14469Y-4481D01*
X14464Y-4485D01*
X14408Y-4522D01*
X14348Y-4545D01*
X14298Y-4564D01*
X14247Y-4578D01*
X14205Y-4587D01*
X14173Y-4591D01*
X14145D01*
X14094Y-4587D01*
X14043Y-4578D01*
X14002Y-4564D01*
X13970Y-4545D01*
X13937Y-4527D01*
X13919Y-4513D01*
X13905Y-4504D01*
X13900Y-4499D01*
X13868Y-4462D01*
X13845Y-4425D01*
X13831Y-4388D01*
X13822Y-4351D01*
X13812Y-4323D01*
X13808Y-4300D01*
Y-4282D01*
Y-4277D01*
X13812Y-4231D01*
X13826Y-4189D01*
X13845Y-4152D01*
X13868Y-4120D01*
X13886Y-4097D01*
X13905Y-4079D01*
X13919Y-4069D01*
X13923Y-4065D01*
X13960Y-4046D01*
X14006Y-4023D01*
X14062Y-4005D01*
X14117Y-3991D01*
X14173Y-3977D01*
X14214Y-3968D01*
X14233Y-3963D01*
X14247Y-3959D01*
X14256D01*
X14348Y-3940D01*
X14422Y-3921D01*
X14492Y-3903D01*
X14542Y-3889D01*
X14584Y-3875D01*
X14612Y-3871D01*
X14630Y-3861D01*
X14635D01*
Y-3986D01*
D02*
G37*
G36*
X16922Y-3081D02*
X16991Y-3099D01*
X17056Y-3127D01*
X17111Y-3159D01*
X17153Y-3192D01*
X17185Y-3219D01*
X17208Y-3238D01*
X17213Y-3247D01*
X17264Y-3321D01*
X17300Y-3404D01*
X17324Y-3492D01*
X17342Y-3580D01*
X17351Y-3658D01*
X17356Y-3695D01*
X17361Y-3723D01*
Y-3751D01*
Y-3769D01*
Y-3778D01*
Y-3783D01*
X17356Y-3903D01*
X17337Y-4009D01*
X17310Y-4097D01*
X17282Y-4171D01*
X17254Y-4226D01*
X17227Y-4268D01*
X17208Y-4291D01*
X17203Y-4300D01*
X17143Y-4360D01*
X17079Y-4402D01*
X17019Y-4434D01*
X16959Y-4453D01*
X16903Y-4467D01*
X16862Y-4471D01*
X16834Y-4476D01*
X16825D01*
X16751Y-4467D01*
X16681Y-4448D01*
X16621Y-4420D01*
X16571Y-4388D01*
X16529Y-4360D01*
X16501Y-4333D01*
X16478Y-4314D01*
X16474Y-4305D01*
X16427Y-4231D01*
X16395Y-4148D01*
X16367Y-4060D01*
X16353Y-3972D01*
X16344Y-3894D01*
X16340Y-3857D01*
Y-3829D01*
X16335Y-3806D01*
Y-3783D01*
Y-3774D01*
Y-3769D01*
X16340Y-3644D01*
X16358Y-3538D01*
X16381Y-3450D01*
X16404Y-3376D01*
X16432Y-3321D01*
X16450Y-3279D01*
X16469Y-3256D01*
X16474Y-3247D01*
X16529Y-3187D01*
X16589Y-3145D01*
X16654Y-3113D01*
X16709Y-3094D01*
X16760Y-3081D01*
X16802Y-3076D01*
X16829Y-3071D01*
X16838D01*
X16922Y-3081D01*
D02*
G37*
G36*
X22295Y-7860D02*
X22369Y-7878D01*
X22429Y-7906D01*
X22484Y-7938D01*
X22526Y-7970D01*
X22554Y-7998D01*
X22577Y-8017D01*
X22581Y-8026D01*
X22609Y-8063D01*
X22632Y-8100D01*
X22669Y-8192D01*
X22692Y-8285D01*
X22711Y-8382D01*
X22720Y-8465D01*
X22724Y-8506D01*
X22729Y-8539D01*
Y-8567D01*
Y-8585D01*
Y-8599D01*
Y-8603D01*
X22724Y-8728D01*
X22706Y-8839D01*
X22683Y-8931D01*
X22655Y-9005D01*
X22627Y-9065D01*
X22604Y-9107D01*
X22586Y-9130D01*
X22581Y-9139D01*
X22521Y-9199D01*
X22461Y-9241D01*
X22401Y-9273D01*
X22346Y-9292D01*
X22295Y-9306D01*
X22258Y-9310D01*
X22230Y-9315D01*
X22221D01*
X22175Y-9310D01*
X22128Y-9306D01*
X22045Y-9278D01*
X21976Y-9241D01*
X21916Y-9195D01*
X21870Y-9153D01*
X21837Y-9116D01*
X21819Y-9088D01*
X21810Y-9084D01*
Y-9079D01*
X21791Y-9047D01*
X21777Y-9010D01*
X21750Y-8927D01*
X21731Y-8834D01*
X21722Y-8747D01*
X21713Y-8668D01*
Y-8636D01*
X21708Y-8603D01*
Y-8580D01*
Y-8557D01*
Y-8548D01*
Y-8543D01*
X21713Y-8423D01*
X21731Y-8317D01*
X21754Y-8229D01*
X21782Y-8155D01*
X21805Y-8100D01*
X21828Y-8058D01*
X21847Y-8035D01*
X21851Y-8026D01*
X21911Y-7966D01*
X21971Y-7924D01*
X22031Y-7892D01*
X22092Y-7874D01*
X22138Y-7860D01*
X22179Y-7855D01*
X22207Y-7850D01*
X22216D01*
X22295Y-7860D01*
D02*
G37*
G36*
X19629Y-7887D02*
X19707Y-7906D01*
X19772Y-7938D01*
X19832Y-7970D01*
X19879Y-8003D01*
X19915Y-8035D01*
X19934Y-8054D01*
X19943Y-8063D01*
X19999Y-8137D01*
X20040Y-8225D01*
X20068Y-8312D01*
X20091Y-8395D01*
X20100Y-8469D01*
X20105Y-8506D01*
Y-8534D01*
X20109Y-8557D01*
Y-8576D01*
Y-8585D01*
Y-8590D01*
X20100Y-8710D01*
X20082Y-8821D01*
X20059Y-8908D01*
X20026Y-8987D01*
X19994Y-9042D01*
X19971Y-9088D01*
X19952Y-9112D01*
X19943Y-9121D01*
X19879Y-9181D01*
X19814Y-9227D01*
X19745Y-9255D01*
X19680Y-9278D01*
X19624Y-9292D01*
X19583Y-9296D01*
X19564Y-9301D01*
X19541D01*
X19453Y-9292D01*
X19375Y-9273D01*
X19306Y-9246D01*
X19250Y-9209D01*
X19199Y-9176D01*
X19162Y-9149D01*
X19144Y-9130D01*
X19135Y-9121D01*
X19079Y-9047D01*
X19042Y-8959D01*
X19015Y-8871D01*
X18991Y-8784D01*
X18982Y-8710D01*
X18978Y-8677D01*
Y-8645D01*
X18973Y-8622D01*
Y-8603D01*
Y-8594D01*
Y-8590D01*
X18982Y-8469D01*
X19001Y-8363D01*
X19024Y-8271D01*
X19056Y-8197D01*
X19084Y-8141D01*
X19112Y-8095D01*
X19130Y-8072D01*
X19135Y-8063D01*
X19199Y-8003D01*
X19269Y-7957D01*
X19338Y-7924D01*
X19403Y-7901D01*
X19458Y-7887D01*
X19500Y-7883D01*
X19518Y-7878D01*
X19541D01*
X19629Y-7887D01*
D02*
G37*
G36*
X24933Y-7855D02*
X24993Y-7874D01*
X25048Y-7897D01*
X25095Y-7920D01*
X25131Y-7947D01*
X25159Y-7970D01*
X25178Y-7989D01*
X25182Y-7994D01*
X25224Y-8049D01*
X25261Y-8114D01*
X25284Y-8183D01*
X25302Y-8248D01*
X25312Y-8303D01*
X25316Y-8354D01*
X25321Y-8372D01*
Y-8382D01*
Y-8391D01*
Y-8395D01*
X24406D01*
X24411Y-8308D01*
X24424Y-8229D01*
X24443Y-8160D01*
X24471Y-8105D01*
X24494Y-8058D01*
X24517Y-8026D01*
X24531Y-8003D01*
X24535Y-7998D01*
X24586Y-7947D01*
X24642Y-7910D01*
X24697Y-7887D01*
X24748Y-7869D01*
X24794Y-7860D01*
X24831Y-7850D01*
X24863D01*
X24933Y-7855D01*
D02*
G37*
G36*
X12727Y-9209D02*
X10943D01*
Y-8340D01*
X12547D01*
Y-7800D01*
X10943D01*
Y-7093D01*
X12667D01*
Y-6552D01*
X12727D01*
Y-9209D01*
D02*
G37*
G36*
X18049Y-8964D02*
X17448Y-8862D01*
X17430Y-8945D01*
X17402Y-9019D01*
X17379Y-9079D01*
X17351Y-9126D01*
X17324Y-9162D01*
X17305Y-9185D01*
X17291Y-9199D01*
X17287Y-9204D01*
X17241Y-9236D01*
X17194Y-9260D01*
X17148Y-9278D01*
X17102Y-9287D01*
X17060Y-9296D01*
X17028Y-9301D01*
X17000D01*
X16917Y-9292D01*
X16843Y-9273D01*
X16783Y-9250D01*
X16728Y-9218D01*
X16686Y-9185D01*
X16658Y-9162D01*
X16635Y-9144D01*
X16631Y-9135D01*
X16608Y-9098D01*
X16584Y-9061D01*
X16552Y-8973D01*
X16524Y-8876D01*
X16511Y-8779D01*
X16501Y-8687D01*
X16497Y-8650D01*
Y-8617D01*
X16492Y-8590D01*
Y-8567D01*
Y-8553D01*
Y-8548D01*
Y-8483D01*
X16497Y-8419D01*
X16506Y-8363D01*
X16515Y-8308D01*
X16524Y-8262D01*
X16534Y-8220D01*
X16561Y-8146D01*
X16584Y-8091D01*
X16608Y-8054D01*
X16621Y-8031D01*
X16626Y-8021D01*
X16681Y-7966D01*
X16741Y-7929D01*
X16802Y-7901D01*
X16857Y-7878D01*
X16912Y-7869D01*
X16954Y-7864D01*
X16982Y-7860D01*
X16991D01*
X17051Y-7864D01*
X17107Y-7874D01*
X17153Y-7887D01*
X17194Y-7906D01*
X17227Y-7924D01*
X17250Y-7938D01*
X17264Y-7947D01*
X17268Y-7952D01*
X17305Y-7989D01*
X17337Y-8031D01*
X17361Y-8077D01*
X17384Y-8118D01*
X17398Y-8160D01*
X17407Y-8192D01*
X17411Y-8211D01*
Y-8220D01*
X18017Y-8109D01*
X17970Y-7980D01*
X17915Y-7869D01*
X17855Y-7776D01*
X17795Y-7698D01*
X17739Y-7638D01*
X17698Y-7596D01*
X17679Y-7582D01*
X17665Y-7573D01*
X17661Y-7564D01*
X17656D01*
X17555Y-7504D01*
X17444Y-7458D01*
X17333Y-7425D01*
X17227Y-7402D01*
X17176Y-7393D01*
X17130Y-7388D01*
X17088Y-7384D01*
X17051D01*
X17023Y-7379D01*
X18049D01*
Y-8964D01*
D02*
G37*
%LPC*%
G36*
X-47490Y9845D02*
X-47494D01*
X-47498D01*
X-47520D01*
X-47553Y9841D01*
X-47590Y9834D01*
X-47635Y9819D01*
X-47675Y9800D01*
X-47716Y9775D01*
X-47749Y9741D01*
X-47753Y9737D01*
X-47760Y9723D01*
X-47775Y9697D01*
X-47790Y9663D01*
X-47805Y9619D01*
X-47820Y9564D01*
X-47827Y9493D01*
X-47831Y9416D01*
Y9179D01*
X-47124D01*
Y9460D01*
X-47128Y9497D01*
X-47135Y9545D01*
X-47146Y9593D01*
X-47161Y9645D01*
X-47180Y9693D01*
X-47209Y9737D01*
X-47213Y9741D01*
X-47228Y9756D01*
X-47246Y9771D01*
X-47280Y9793D01*
X-47316Y9811D01*
X-47365Y9830D01*
X-47424Y9841D01*
X-47490Y9845D01*
D02*
G37*
G36*
X-46380Y-249D02*
X-47176D01*
X-47180D01*
X-47183Y-252D01*
X-47202Y-271D01*
X-47231Y-297D01*
X-47261Y-330D01*
X-47291Y-375D01*
X-47320Y-426D01*
X-47339Y-489D01*
X-47346Y-523D01*
Y-563D01*
X-47342Y-586D01*
X-47339Y-615D01*
X-47328Y-652D01*
X-47313Y-697D01*
X-47287Y-737D01*
X-47250Y-782D01*
X-47202Y-819D01*
X-47194Y-822D01*
X-47176Y-833D01*
X-47142Y-848D01*
X-47095Y-863D01*
X-47032Y-881D01*
X-46995Y-889D01*
X-46954Y-896D01*
X-46909Y-904D01*
X-46861Y-907D01*
X-46810Y-911D01*
X-46754D01*
X-46747D01*
X-46728D01*
X-46699Y-907D01*
X-46661D01*
X-46613Y-900D01*
X-46565Y-893D01*
X-46510Y-885D01*
X-46454Y-870D01*
X-46399Y-852D01*
X-46343Y-830D01*
X-46295Y-804D01*
X-46247Y-774D01*
X-46210Y-737D01*
X-46180Y-693D01*
X-46162Y-641D01*
X-46155Y-586D01*
Y-567D01*
X-46158Y-552D01*
X-46166Y-515D01*
X-46184Y-471D01*
X-46210Y-415D01*
X-46229Y-389D01*
X-46251Y-360D01*
X-46277Y-330D01*
X-46306Y-304D01*
X-46340Y-275D01*
X-46380Y-249D01*
D02*
G37*
G36*
X-46957Y-18135D02*
X-47032D01*
X-47035D01*
X-47054D01*
X-47076D01*
X-47106Y-18138D01*
X-47146D01*
X-47187Y-18142D01*
X-47235Y-18149D01*
X-47283Y-18153D01*
X-47390Y-18172D01*
X-47490Y-18201D01*
X-47539Y-18220D01*
X-47583Y-18242D01*
X-47624Y-18264D01*
X-47657Y-18294D01*
X-47661D01*
X-47664Y-18301D01*
X-47683Y-18323D01*
X-47709Y-18357D01*
X-47738Y-18405D01*
X-47768Y-18468D01*
X-47794Y-18538D01*
X-47812Y-18623D01*
X-47820Y-18667D01*
Y-18889D01*
X-46207D01*
Y-18686D01*
X-46214Y-18660D01*
X-46221Y-18623D01*
X-46232Y-18579D01*
X-46251Y-18530D01*
X-46277Y-18479D01*
X-46310Y-18423D01*
X-46354Y-18368D01*
X-46406Y-18316D01*
X-46473Y-18268D01*
X-46554Y-18223D01*
X-46599Y-18205D01*
X-46650Y-18186D01*
X-46702Y-18172D01*
X-46758Y-18160D01*
X-46821Y-18149D01*
X-46887Y-18142D01*
X-46957Y-18135D01*
D02*
G37*
G36*
X-46758Y-20273D02*
X-47816Y-20562D01*
X-46758Y-20854D01*
Y-20273D01*
D02*
G37*
G36*
X-13816Y56270D02*
X-13856D01*
X-13879Y56266D01*
X-13908Y56262D01*
X-13945Y56251D01*
X-13990Y56237D01*
X-14030Y56211D01*
X-14075Y56174D01*
X-14112Y56126D01*
X-14115Y56118D01*
X-14127Y56100D01*
X-14141Y56066D01*
X-14156Y56018D01*
X-14175Y55955D01*
X-14182Y55918D01*
X-14189Y55878D01*
X-14197Y55833D01*
X-14200Y55785D01*
X-14204Y55733D01*
Y55678D01*
Y55670D01*
Y55652D01*
X-14200Y55622D01*
Y55585D01*
X-14193Y55537D01*
X-14186Y55489D01*
X-14178Y55434D01*
X-14164Y55378D01*
X-14145Y55323D01*
X-14123Y55267D01*
X-14097Y55219D01*
X-14067Y55171D01*
X-14030Y55134D01*
X-13986Y55104D01*
X-13934Y55086D01*
X-13879Y55079D01*
X-13860D01*
X-13845Y55082D01*
X-13808Y55090D01*
X-13764Y55108D01*
X-13708Y55134D01*
X-13682Y55152D01*
X-13653Y55175D01*
X-13623Y55201D01*
X-13597Y55230D01*
X-13568Y55264D01*
X-13542Y55304D01*
Y56100D01*
Y56103D01*
X-13546Y56107D01*
X-13564Y56126D01*
X-13590Y56155D01*
X-13623Y56185D01*
X-13668Y56214D01*
X-13720Y56244D01*
X-13782Y56262D01*
X-13816Y56270D01*
D02*
G37*
G36*
X4177Y56740D02*
X3885Y55682D01*
X4466D01*
X4177Y56740D01*
D02*
G37*
G36*
X-7833D02*
X-8125Y55682D01*
X-7544D01*
X-7833Y56740D01*
D02*
G37*
G36*
X-50474Y-28578D02*
X-55898D01*
D01*
X-55180D01*
X-55898Y-28792D01*
X-55831Y-28955D01*
X-55772Y-29103D01*
X-55720Y-29229D01*
X-55683Y-29340D01*
X-55654Y-29436D01*
X-55631Y-29503D01*
X-55624Y-29547D01*
X-55617Y-29555D01*
Y-29562D01*
X-55587Y-29695D01*
X-55572Y-29843D01*
X-55557Y-29999D01*
X-55550Y-30147D01*
X-55543Y-30280D01*
Y-30494D01*
X-55535Y-30628D01*
X-55520Y-30761D01*
X-55491Y-30887D01*
X-55461Y-30990D01*
X-55432Y-31079D01*
X-55402Y-31153D01*
X-55387Y-31197D01*
X-55380Y-31205D01*
Y-31212D01*
X-55313Y-31331D01*
X-55239Y-31442D01*
X-55165Y-31530D01*
X-55091Y-31604D01*
X-55032Y-31664D01*
X-54973Y-31708D01*
X-54943Y-31738D01*
X-54928Y-31745D01*
X-54817Y-31812D01*
X-54706Y-31856D01*
X-54588Y-31893D01*
X-54484Y-31915D01*
X-54396Y-31930D01*
X-54329Y-31937D01*
X-54299D01*
X-54277D01*
X-54270D01*
X-54262D01*
X-54129Y-31930D01*
X-54011Y-31915D01*
X-53907Y-31893D01*
X-53818Y-31863D01*
X-53744Y-31834D01*
X-53693Y-31812D01*
X-53663Y-31797D01*
X-53648Y-31789D01*
X-53559Y-31723D01*
X-53485Y-31656D01*
X-53426Y-31582D01*
X-53374Y-31508D01*
X-53337Y-31442D01*
X-53308Y-31390D01*
X-53293Y-31360D01*
X-53286Y-31345D01*
X-53256Y-31405D01*
X-53219Y-31456D01*
X-53182Y-31508D01*
X-53138Y-31545D01*
X-53101Y-31575D01*
X-53071Y-31597D01*
X-53049Y-31612D01*
X-53041Y-31619D01*
X-52975Y-31656D01*
X-52908Y-31678D01*
X-52849Y-31701D01*
X-52790Y-31708D01*
X-52745Y-31715D01*
X-52701Y-31723D01*
X-52679D01*
X-52671D01*
X-52560Y-31708D01*
X-52457Y-31678D01*
X-52368Y-31641D01*
X-52287Y-31590D01*
X-52227Y-31545D01*
X-52183Y-31501D01*
X-52153Y-31471D01*
X-52146Y-31464D01*
X-52079Y-31360D01*
X-52028Y-31234D01*
X-51991Y-31116D01*
X-51968Y-30990D01*
X-51954Y-30887D01*
X-51939Y-30798D01*
Y-30124D01*
X-51931Y-30021D01*
X-51924Y-29932D01*
X-51909Y-29858D01*
X-51894Y-29791D01*
X-51872Y-29747D01*
X-51857Y-29710D01*
X-51850Y-29688D01*
X-51843Y-29680D01*
X-51806Y-29629D01*
X-51761Y-29592D01*
X-51717Y-29562D01*
X-51672Y-29547D01*
X-51635Y-29532D01*
X-51606Y-29525D01*
X-51584D01*
X-51576D01*
X-51502Y-29532D01*
X-51436Y-29555D01*
X-51376Y-29592D01*
X-51332Y-29629D01*
X-51295Y-29666D01*
X-51273Y-29703D01*
X-51258Y-29725D01*
X-51251Y-29732D01*
X-51214Y-29821D01*
X-51184Y-29925D01*
X-51162Y-30043D01*
X-51147Y-30161D01*
X-51140Y-30265D01*
X-51132Y-30354D01*
Y-30561D01*
X-51140Y-30665D01*
X-51147Y-30761D01*
X-51162Y-30827D01*
X-51169Y-30887D01*
X-51177Y-30931D01*
X-51184Y-30953D01*
Y-30961D01*
X-51206Y-31020D01*
X-51228Y-31072D01*
X-51251Y-31109D01*
X-51280Y-31146D01*
X-51302Y-31168D01*
X-51317Y-31183D01*
X-51325Y-31197D01*
X-51332D01*
X-51376Y-31220D01*
X-51428Y-31234D01*
X-51539Y-31249D01*
X-51591Y-31257D01*
X-51635D01*
X-51665D01*
X-51672D01*
Y-32048D01*
D01*
X-51510Y-32041D01*
X-51376Y-32026D01*
X-51251Y-32004D01*
X-51154Y-31974D01*
X-51080Y-31945D01*
X-51021Y-31923D01*
X-50992Y-31908D01*
X-50977Y-31900D01*
X-50888Y-31834D01*
X-50814Y-31752D01*
X-50747Y-31671D01*
X-50696Y-31590D01*
X-50651Y-31516D01*
X-50622Y-31456D01*
X-50607Y-31412D01*
X-50599Y-31405D01*
Y-31397D01*
X-50555Y-31257D01*
X-50525Y-31101D01*
X-50503Y-30938D01*
X-50488Y-30783D01*
X-50481Y-30650D01*
Y-30591D01*
X-50474Y-30539D01*
Y-30287D01*
X-50488Y-30139D01*
X-50503Y-30006D01*
X-50518Y-29880D01*
X-50548Y-29762D01*
X-50570Y-29651D01*
X-50599Y-29555D01*
X-50629Y-29466D01*
X-50651Y-29384D01*
X-50681Y-29318D01*
X-50710Y-29259D01*
X-50733Y-29214D01*
X-50747Y-29177D01*
X-50762Y-29148D01*
X-50777Y-29133D01*
Y-29125D01*
X-50836Y-29044D01*
X-50895Y-28970D01*
X-50962Y-28903D01*
X-51036Y-28852D01*
X-51103Y-28807D01*
X-51177Y-28770D01*
X-51310Y-28711D01*
X-51436Y-28674D01*
X-51487Y-28667D01*
X-51532Y-28659D01*
X-51569Y-28652D01*
X-51598D01*
X-51613D01*
X-51621D01*
X-51724Y-28659D01*
X-51820Y-28681D01*
X-51909Y-28704D01*
X-51991Y-28733D01*
X-52050Y-28770D01*
X-52102Y-28792D01*
X-52131Y-28815D01*
X-52139Y-28822D01*
X-52220Y-28889D01*
X-52294Y-28970D01*
X-52361Y-29044D01*
X-52412Y-29125D01*
X-52449Y-29192D01*
X-52479Y-29244D01*
X-52494Y-29281D01*
X-52501Y-29296D01*
X-52546Y-29414D01*
X-52575Y-29532D01*
X-52605Y-29643D01*
X-52620Y-29747D01*
X-52627Y-29843D01*
X-52634Y-29910D01*
Y-30642D01*
X-52642Y-30702D01*
X-52664Y-30790D01*
X-52701Y-30850D01*
X-52738Y-30894D01*
X-52768Y-30916D01*
X-52805Y-30931D01*
X-52827Y-30938D01*
X-52834D01*
X-52886Y-30931D01*
X-52930Y-30924D01*
X-52960Y-30916D01*
X-52967Y-30909D01*
X-53004Y-30887D01*
X-53034Y-30864D01*
X-53049Y-30850D01*
X-53056Y-30842D01*
X-53034Y-30783D01*
X-53019Y-30709D01*
X-53004Y-30554D01*
X-52997Y-30487D01*
Y-30383D01*
X-53004Y-30228D01*
X-53019Y-30087D01*
X-53049Y-29962D01*
X-53078Y-29851D01*
X-53101Y-29762D01*
X-53130Y-29695D01*
X-53145Y-29651D01*
X-53152Y-29636D01*
X-53219Y-29518D01*
X-53293Y-29421D01*
X-53360Y-29333D01*
X-53434Y-29259D01*
X-53493Y-29207D01*
X-53545Y-29162D01*
X-53574Y-29140D01*
X-53589Y-29133D01*
X-53700Y-29074D01*
X-53811Y-29029D01*
X-53915Y-29000D01*
X-54018Y-28977D01*
X-54107Y-28963D01*
X-54174Y-28955D01*
X-54218D01*
X-54225D01*
X-54233D01*
X-54351Y-28963D01*
X-54455Y-28985D01*
X-54544Y-29007D01*
X-54625Y-29037D01*
X-54692Y-29074D01*
X-54743Y-29096D01*
X-54773Y-29118D01*
X-54780Y-29125D01*
X-54854Y-29192D01*
X-54921Y-29266D01*
X-54965Y-29340D01*
X-55002Y-29414D01*
X-55025Y-29473D01*
X-55039Y-29532D01*
X-55047Y-29562D01*
Y-29577D01*
X-55054Y-29384D01*
Y-29296D01*
X-55062Y-29222D01*
Y-29155D01*
X-55069Y-29111D01*
Y-29066D01*
X-55099Y-28889D01*
X-55113Y-28807D01*
X-55136Y-28733D01*
X-55150Y-28667D01*
X-55165Y-28622D01*
X-55180Y-28585D01*
Y-28578D01*
X-50474D01*
D01*
D02*
G37*
G36*
X-51798Y-32714D02*
X-56926D01*
X-53833D01*
X-53989Y-32729D01*
X-54122Y-32744D01*
X-54255Y-32766D01*
X-54381Y-32788D01*
X-54492Y-32818D01*
X-54588Y-32848D01*
X-54684Y-32877D01*
X-54766Y-32914D01*
X-54840Y-32944D01*
X-54899Y-32973D01*
X-54951Y-32996D01*
X-54988Y-33018D01*
X-55017Y-33033D01*
X-55032Y-33040D01*
X-55039Y-33047D01*
X-55128Y-33114D01*
X-55202Y-33188D01*
X-55276Y-33262D01*
X-55328Y-33343D01*
X-55380Y-33425D01*
X-55417Y-33514D01*
X-55483Y-33676D01*
X-55513Y-33832D01*
X-55528Y-33898D01*
X-55535Y-33958D01*
X-55543Y-34002D01*
Y-34069D01*
X-55535Y-34180D01*
X-55520Y-34283D01*
X-55498Y-34379D01*
X-55476Y-34461D01*
X-55446Y-34527D01*
X-55424Y-34587D01*
X-55409Y-34616D01*
X-55402Y-34631D01*
X-55350Y-34720D01*
X-55291Y-34786D01*
X-55232Y-34846D01*
X-55173Y-34890D01*
X-55121Y-34920D01*
X-55084Y-34934D01*
X-55054Y-34949D01*
X-56926D01*
X-56830Y-35815D01*
X-51880D01*
Y-35045D01*
X-52213Y-35016D01*
X-52139Y-34964D01*
X-52079Y-34912D01*
X-52020Y-34846D01*
X-51976Y-34779D01*
X-51902Y-34638D01*
X-51850Y-34498D01*
X-51820Y-34365D01*
X-51813Y-34305D01*
X-51806Y-34254D01*
X-51798Y-34217D01*
Y-32714D01*
D02*
G37*
G36*
X-51880Y-36599D02*
X-56512D01*
X-54225D01*
X-54462Y-36607D01*
X-54677Y-36629D01*
X-54877Y-36659D01*
X-55054Y-36696D01*
X-55217Y-36740D01*
X-55365Y-36799D01*
X-55498Y-36851D01*
X-55609Y-36910D01*
X-55705Y-36969D01*
X-55794Y-37021D01*
X-55861Y-37073D01*
X-55920Y-37125D01*
X-55964Y-37162D01*
X-55994Y-37191D01*
X-56009Y-37214D01*
X-56016Y-37221D01*
X-56105Y-37339D01*
X-56179Y-37465D01*
X-56246Y-37598D01*
X-56305Y-37732D01*
X-56349Y-37865D01*
X-56394Y-37998D01*
X-56453Y-38257D01*
X-56468Y-38375D01*
X-56482Y-38486D01*
X-56497Y-38583D01*
X-56505Y-38671D01*
X-56512Y-38738D01*
Y-39937D01*
X-51880D01*
Y-38768D01*
X-51887Y-38597D01*
X-51902Y-38435D01*
X-51924Y-38279D01*
X-51961Y-38131D01*
X-51998Y-37998D01*
X-52042Y-37865D01*
X-52087Y-37754D01*
X-52139Y-37643D01*
X-52183Y-37547D01*
X-52227Y-37465D01*
X-52272Y-37391D01*
X-52309Y-37332D01*
X-52346Y-37280D01*
X-52368Y-37251D01*
X-52383Y-37228D01*
X-52390Y-37221D01*
X-52494Y-37110D01*
X-52620Y-37014D01*
X-52753Y-36932D01*
X-52893Y-36858D01*
X-53049Y-36799D01*
X-53197Y-36747D01*
X-53352Y-36710D01*
X-53500Y-36673D01*
X-53648Y-36651D01*
X-53781Y-36629D01*
X-53907Y-36622D01*
X-54011Y-36607D01*
X-54100D01*
X-54166Y-36599D01*
X-51880D01*
D01*
D02*
G37*
%LPD*%
G36*
X-54159Y-29828D02*
X-54055Y-29843D01*
X-53974Y-29873D01*
X-53900Y-29895D01*
X-53848Y-29925D01*
X-53804Y-29954D01*
X-53781Y-29969D01*
X-53774Y-29976D01*
X-53715Y-30036D01*
X-53678Y-30110D01*
X-53648Y-30184D01*
X-53626Y-30250D01*
X-53611Y-30317D01*
X-53604Y-30369D01*
Y-30420D01*
X-53611Y-30531D01*
X-53633Y-30628D01*
X-53656Y-30709D01*
X-53693Y-30776D01*
X-53722Y-30827D01*
X-53744Y-30864D01*
X-53767Y-30887D01*
X-53774Y-30894D01*
X-53848Y-30946D01*
X-53922Y-30990D01*
X-54003Y-31020D01*
X-54085Y-31035D01*
X-54151Y-31049D01*
X-54211Y-31057D01*
X-54248D01*
X-54262D01*
X-54373Y-31049D01*
X-54462Y-31035D01*
X-54544Y-31005D01*
X-54610Y-30975D01*
X-54669Y-30953D01*
X-54706Y-30924D01*
X-54729Y-30909D01*
X-54736Y-30901D01*
X-54795Y-30835D01*
X-54832Y-30761D01*
X-54862Y-30679D01*
X-54884Y-30605D01*
X-54899Y-30531D01*
X-54906Y-30480D01*
Y-30428D01*
X-54899Y-30324D01*
X-54877Y-30228D01*
X-54847Y-30147D01*
X-54810Y-30080D01*
X-54758Y-30021D01*
X-54706Y-29969D01*
X-54647Y-29932D01*
X-54595Y-29895D01*
X-54477Y-29851D01*
X-54373Y-29828D01*
X-54336D01*
X-54307Y-29821D01*
X-54285D01*
X-54277D01*
X-54159Y-29828D01*
D02*
G37*
G36*
X-51798Y-34157D02*
X-51806Y-34032D01*
X-51820Y-33913D01*
X-51843Y-33810D01*
X-51880Y-33706D01*
X-51917Y-33610D01*
X-51961Y-33521D01*
X-52013Y-33447D01*
X-52057Y-33373D01*
X-52109Y-33306D01*
X-52153Y-33255D01*
X-52198Y-33210D01*
X-52235Y-33166D01*
X-52272Y-33136D01*
X-52294Y-33114D01*
X-52309Y-33107D01*
X-52316Y-33099D01*
X-52420Y-33033D01*
X-52523Y-32973D01*
X-52634Y-32922D01*
X-52753Y-32877D01*
X-52975Y-32811D01*
X-53197Y-32759D01*
X-53293Y-32744D01*
X-53389Y-32737D01*
X-53471Y-32729D01*
X-53537Y-32722D01*
X-53596Y-32714D01*
X-51798D01*
Y-34157D01*
D02*
G37*
G36*
X-53456Y-33632D02*
X-53352Y-33639D01*
X-53263Y-33654D01*
X-53182Y-33669D01*
X-53108Y-33684D01*
X-53041Y-33699D01*
X-52982Y-33713D01*
X-52886Y-33750D01*
X-52812Y-33780D01*
X-52775Y-33802D01*
X-52760Y-33810D01*
X-52664Y-33884D01*
X-52590Y-33972D01*
X-52546Y-34054D01*
X-52509Y-34143D01*
X-52486Y-34217D01*
X-52479Y-34276D01*
X-52472Y-34320D01*
Y-34335D01*
X-52479Y-34402D01*
X-52486Y-34468D01*
X-52531Y-34594D01*
X-52583Y-34698D01*
X-52649Y-34786D01*
X-52716Y-34853D01*
X-52775Y-34905D01*
X-52812Y-34942D01*
X-52819Y-34949D01*
X-52827D01*
X-54410D01*
X-54477Y-34905D01*
X-54544Y-34853D01*
X-54595Y-34801D01*
X-54640Y-34757D01*
X-54677Y-34712D01*
X-54706Y-34683D01*
X-54721Y-34661D01*
X-54729Y-34653D01*
X-54773Y-34587D01*
X-54803Y-34513D01*
X-54825Y-34453D01*
X-54840Y-34394D01*
X-54847Y-34342D01*
X-54854Y-34305D01*
Y-34268D01*
X-54840Y-34157D01*
X-54810Y-34061D01*
X-54766Y-33980D01*
X-54714Y-33913D01*
X-54662Y-33861D01*
X-54618Y-33824D01*
X-54588Y-33802D01*
X-54573Y-33795D01*
X-54521Y-33765D01*
X-54455Y-33736D01*
X-54314Y-33699D01*
X-54166Y-33669D01*
X-54018Y-33647D01*
X-53885Y-33632D01*
X-53826D01*
X-53774Y-33625D01*
X-53730D01*
X-53700D01*
X-53678D01*
X-53670D01*
X-53559D01*
X-53456Y-33632D01*
D02*
G37*
G36*
X-53937Y-37547D02*
X-53804Y-37561D01*
X-53678Y-37584D01*
X-53567Y-37606D01*
X-53463Y-37635D01*
X-53360Y-37672D01*
X-53271Y-37709D01*
X-53108Y-37798D01*
X-52975Y-37894D01*
X-52871Y-37998D01*
X-52782Y-38109D01*
X-52716Y-38220D01*
X-52664Y-38324D01*
X-52627Y-38420D01*
X-52605Y-38509D01*
X-52590Y-38583D01*
X-52575Y-38634D01*
Y-39041D01*
X-55802D01*
Y-38597D01*
X-55787Y-38509D01*
X-55750Y-38338D01*
X-55698Y-38198D01*
X-55639Y-38072D01*
X-55580Y-37976D01*
X-55528Y-37909D01*
X-55491Y-37865D01*
X-55483Y-37850D01*
X-55476D01*
X-55409Y-37791D01*
X-55328Y-37746D01*
X-55239Y-37702D01*
X-55143Y-37665D01*
X-54943Y-37606D01*
X-54729Y-37569D01*
X-54632Y-37561D01*
X-54536Y-37547D01*
X-54455Y-37539D01*
X-54373D01*
X-54314Y-37532D01*
X-54270D01*
X-54233D01*
X-54225D01*
X-54077D01*
X-53937Y-37547D01*
D02*
G37*
%LPC*%
G36*
X63237Y-2870D02*
X62715D01*
Y-3541D01*
X59763D01*
Y-2870D01*
Y-4096D01*
X60434Y-5167D01*
X60878Y-4901D01*
X60423Y-4185D01*
X62715D01*
Y-5012D01*
X63237D01*
Y-5167D01*
X59763D01*
D01*
X63237D01*
Y-2870D01*
D02*
G37*
G36*
X59763Y-5578D02*
D01*
Y-8514D01*
X63237D01*
X59763D01*
X61916Y-7382D01*
X63237D01*
Y-6710D01*
X61911D01*
X59763Y-5578D01*
D02*
G37*
G36*
X63237Y-8852D02*
X62715D01*
Y-10345D01*
X61733D01*
Y-9124D01*
X61217D01*
Y-10345D01*
X60290D01*
Y-8952D01*
X59763Y-8880D01*
Y-8852D01*
Y-11017D01*
X63237D01*
Y-8852D01*
D02*
G37*
G36*
Y-11555D02*
D01*
X61350Y-12832D01*
X59763Y-11650D01*
Y-12354D01*
X61278Y-13470D01*
X61500D01*
X63237Y-12316D01*
Y-13470D01*
X61500D01*
X61383Y-13548D01*
X61278Y-13470D01*
X59763D01*
Y-14142D01*
X63237D01*
Y-11555D01*
D02*
G37*
%LPD*%
G36*
X61361Y-7038D02*
X59763Y-7803D01*
Y-6261D01*
X61361Y-7038D01*
D02*
G37*
%LPC*%
G36*
X-18545Y27074D02*
X-18549D01*
X-18556D01*
X-18571D01*
X-18590Y27070D01*
X-18612D01*
X-18641Y27067D01*
X-18701Y27059D01*
X-18767Y27041D01*
X-18837Y27019D01*
X-18908Y26985D01*
X-18967Y26941D01*
X-18974Y26934D01*
X-18989Y26919D01*
X-19015Y26889D01*
X-19041Y26852D01*
X-19067Y26804D01*
X-19093Y26752D01*
X-19108Y26689D01*
X-19115Y26619D01*
Y26601D01*
X-19111Y26586D01*
X-19108Y26552D01*
X-19096Y26508D01*
X-19078Y26456D01*
X-19052Y26401D01*
X-19015Y26345D01*
X-18967Y26293D01*
X-18960Y26290D01*
X-18941Y26275D01*
X-18904Y26253D01*
X-18860Y26230D01*
X-18801Y26205D01*
X-18726Y26186D01*
X-18641Y26171D01*
X-18545Y26164D01*
X-18541D01*
X-18534D01*
X-18519D01*
X-18501Y26168D01*
X-18475D01*
X-18449Y26171D01*
X-18390Y26179D01*
X-18319Y26197D01*
X-18249Y26219D01*
X-18179Y26249D01*
X-18120Y26293D01*
X-18112Y26301D01*
X-18098Y26316D01*
X-18075Y26345D01*
X-18049Y26386D01*
X-18020Y26430D01*
X-17998Y26486D01*
X-17983Y26549D01*
X-17975Y26619D01*
Y26638D01*
X-17979Y26652D01*
X-17983Y26686D01*
X-17994Y26730D01*
X-18012Y26782D01*
X-18035Y26837D01*
X-18072Y26889D01*
X-18120Y26941D01*
X-18127Y26948D01*
X-18146Y26963D01*
X-18183Y26982D01*
X-18227Y27007D01*
X-18290Y27033D01*
X-18360Y27052D01*
X-18449Y27067D01*
X-18545Y27074D01*
D02*
G37*
G36*
Y20118D02*
X-18549D01*
X-18556D01*
X-18571D01*
X-18590Y20114D01*
X-18612D01*
X-18641Y20111D01*
X-18701Y20103D01*
X-18767Y20085D01*
X-18837Y20063D01*
X-18908Y20029D01*
X-18967Y19985D01*
X-18974Y19977D01*
X-18989Y19963D01*
X-19015Y19933D01*
X-19041Y19896D01*
X-19067Y19848D01*
X-19093Y19796D01*
X-19108Y19733D01*
X-19115Y19663D01*
Y19645D01*
X-19111Y19630D01*
X-19108Y19596D01*
X-19096Y19552D01*
X-19078Y19500D01*
X-19052Y19445D01*
X-19015Y19389D01*
X-18967Y19337D01*
X-18960Y19334D01*
X-18941Y19319D01*
X-18904Y19297D01*
X-18860Y19275D01*
X-18801Y19249D01*
X-18726Y19230D01*
X-18641Y19215D01*
X-18545Y19208D01*
X-18541D01*
X-18534D01*
X-18519D01*
X-18501Y19212D01*
X-18475D01*
X-18449Y19215D01*
X-18390Y19223D01*
X-18319Y19241D01*
X-18249Y19263D01*
X-18179Y19293D01*
X-18120Y19337D01*
X-18112Y19345D01*
X-18098Y19360D01*
X-18075Y19389D01*
X-18049Y19430D01*
X-18020Y19474D01*
X-17998Y19530D01*
X-17983Y19593D01*
X-17975Y19663D01*
Y19681D01*
X-17979Y19696D01*
X-17983Y19730D01*
X-17994Y19774D01*
X-18012Y19826D01*
X-18035Y19881D01*
X-18072Y19933D01*
X-18120Y19985D01*
X-18127Y19992D01*
X-18146Y20007D01*
X-18183Y20026D01*
X-18227Y20052D01*
X-18290Y20077D01*
X-18360Y20096D01*
X-18449Y20111D01*
X-18545Y20118D01*
D02*
G37*
G36*
X-18534Y14265D02*
X-18538D01*
X-18549D01*
X-18564D01*
X-18586D01*
X-18612Y14261D01*
X-18645Y14257D01*
X-18712Y14250D01*
X-18789Y14235D01*
X-18863Y14217D01*
X-18937Y14187D01*
X-18967Y14168D01*
X-18997Y14146D01*
X-19004Y14143D01*
X-19019Y14124D01*
X-19041Y14102D01*
X-19067Y14069D01*
X-19093Y14024D01*
X-19115Y13976D01*
X-19130Y13917D01*
X-19137Y13854D01*
Y13847D01*
X-19133Y13824D01*
X-19130Y13791D01*
X-19119Y13754D01*
X-19104Y13706D01*
X-19078Y13658D01*
X-19045Y13610D01*
X-18997Y13562D01*
X-18989Y13558D01*
X-18971Y13543D01*
X-18937Y13525D01*
X-18893Y13506D01*
X-18834Y13484D01*
X-18764Y13465D01*
X-18678Y13451D01*
X-18582Y13447D01*
X-18578D01*
X-18571D01*
X-18553D01*
X-18534D01*
X-18508Y13451D01*
X-18482D01*
X-18419Y13458D01*
X-18349Y13465D01*
X-18275Y13480D01*
X-18209Y13502D01*
X-18179Y13514D01*
X-18153Y13528D01*
X-18149D01*
X-18146Y13536D01*
X-18123Y13551D01*
X-18094Y13577D01*
X-18060Y13613D01*
X-18023Y13662D01*
X-17994Y13717D01*
X-17972Y13784D01*
X-17968Y13821D01*
X-17964Y13858D01*
Y13865D01*
X-17968Y13887D01*
X-17972Y13917D01*
X-17983Y13958D01*
X-17998Y14002D01*
X-18023Y14050D01*
X-18057Y14098D01*
X-18105Y14146D01*
X-18112Y14150D01*
X-18131Y14165D01*
X-18164Y14183D01*
X-18212Y14206D01*
X-18271Y14228D01*
X-18345Y14246D01*
X-18434Y14261D01*
X-18534Y14265D01*
D02*
G37*
G36*
X-18701Y12163D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y12159D01*
X-18775Y12156D01*
X-18819Y12148D01*
X-18871Y12133D01*
X-18926Y12115D01*
X-18978Y12085D01*
X-19023Y12052D01*
X-19026Y12048D01*
X-19041Y12034D01*
X-19060Y12011D01*
X-19082Y11982D01*
X-19100Y11945D01*
X-19119Y11900D01*
X-19133Y11852D01*
X-19137Y11797D01*
Y11771D01*
X-19130Y11741D01*
X-19122Y11704D01*
X-19108Y11664D01*
X-19089Y11619D01*
X-19060Y11575D01*
X-19019Y11534D01*
X-19015Y11530D01*
X-18997Y11519D01*
X-18971Y11501D01*
X-18934Y11482D01*
X-18889Y11460D01*
X-18834Y11445D01*
X-18771Y11434D01*
X-18701Y11430D01*
Y12163D01*
D02*
G37*
G36*
Y6794D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y6791D01*
X-18775Y6787D01*
X-18819Y6780D01*
X-18871Y6765D01*
X-18926Y6746D01*
X-18978Y6717D01*
X-19023Y6683D01*
X-19026Y6680D01*
X-19041Y6665D01*
X-19060Y6643D01*
X-19082Y6613D01*
X-19100Y6576D01*
X-19119Y6532D01*
X-19133Y6484D01*
X-19137Y6428D01*
Y6402D01*
X-19130Y6373D01*
X-19122Y6336D01*
X-19108Y6295D01*
X-19089Y6250D01*
X-19060Y6206D01*
X-19019Y6165D01*
X-19015Y6162D01*
X-18997Y6151D01*
X-18971Y6132D01*
X-18934Y6114D01*
X-18889Y6091D01*
X-18834Y6077D01*
X-18771Y6066D01*
X-18701Y6062D01*
Y6794D01*
D02*
G37*
G36*
X-18904Y2373D02*
X-18908D01*
X-18923D01*
X-18945D01*
X-18978Y2369D01*
X-19015Y2365D01*
X-19056Y2362D01*
X-19104Y2358D01*
X-19152Y2347D01*
X-19259Y2325D01*
X-19370Y2292D01*
X-19426Y2269D01*
X-19474Y2243D01*
X-19522Y2210D01*
X-19566Y2177D01*
X-19570Y2173D01*
X-19578Y2169D01*
X-19585Y2158D01*
X-19600Y2144D01*
X-19618Y2121D01*
X-19637Y2099D01*
X-19655Y2073D01*
X-19677Y2040D01*
X-19696Y2007D01*
X-19714Y1966D01*
X-19751Y1881D01*
X-19766Y1833D01*
X-19774Y1781D01*
X-19781Y1725D01*
X-19785Y1666D01*
Y1637D01*
X-19781Y1614D01*
X-19777Y1585D01*
X-19774Y1555D01*
X-19759Y1481D01*
X-19729Y1400D01*
X-19714Y1355D01*
X-19692Y1311D01*
X-19666Y1270D01*
X-19637Y1226D01*
X-19603Y1185D01*
X-19563Y1148D01*
X-19559Y1144D01*
X-19552Y1141D01*
X-19541Y1130D01*
X-19522Y1119D01*
X-19496Y1104D01*
X-19470Y1089D01*
X-19437Y1070D01*
X-19396Y1052D01*
X-19352Y1034D01*
X-19304Y1015D01*
X-19248Y1000D01*
X-19189Y985D01*
X-19122Y974D01*
X-19052Y963D01*
X-18978Y960D01*
X-18897Y956D01*
X-18893D01*
X-18878D01*
X-18856D01*
X-18826Y960D01*
X-18789Y963D01*
X-18745Y967D01*
X-18701Y974D01*
X-18649Y982D01*
X-18541Y1004D01*
X-18434Y1041D01*
X-18379Y1063D01*
X-18327Y1089D01*
X-18279Y1122D01*
X-18234Y1156D01*
X-18231Y1159D01*
X-18223Y1167D01*
X-18212Y1178D01*
X-18201Y1193D01*
X-18183Y1211D01*
X-18164Y1237D01*
X-18142Y1263D01*
X-18123Y1296D01*
X-18079Y1366D01*
X-18046Y1455D01*
X-18031Y1503D01*
X-18020Y1555D01*
X-18012Y1611D01*
X-18009Y1666D01*
Y1696D01*
X-18012Y1718D01*
X-18016Y1744D01*
X-18020Y1774D01*
X-18038Y1844D01*
X-18064Y1925D01*
X-18083Y1966D01*
X-18101Y2010D01*
X-18127Y2051D01*
X-18157Y2095D01*
X-18190Y2136D01*
X-18231Y2173D01*
X-18234Y2177D01*
X-18242Y2180D01*
X-18253Y2192D01*
X-18271Y2203D01*
X-18297Y2221D01*
X-18327Y2236D01*
X-18360Y2255D01*
X-18401Y2273D01*
X-18445Y2292D01*
X-18493Y2310D01*
X-18549Y2328D01*
X-18612Y2343D01*
X-18675Y2354D01*
X-18745Y2365D01*
X-18823Y2369D01*
X-18904Y2373D01*
D02*
G37*
G36*
X-18534Y-1642D02*
X-18538D01*
X-18549D01*
X-18564D01*
X-18586D01*
X-18612Y-1645D01*
X-18645Y-1649D01*
X-18712Y-1656D01*
X-18789Y-1671D01*
X-18863Y-1690D01*
X-18937Y-1719D01*
X-18967Y-1738D01*
X-18997Y-1760D01*
X-19004Y-1764D01*
X-19019Y-1782D01*
X-19041Y-1804D01*
X-19067Y-1838D01*
X-19093Y-1882D01*
X-19115Y-1930D01*
X-19130Y-1989D01*
X-19137Y-2052D01*
Y-2060D01*
X-19133Y-2082D01*
X-19130Y-2115D01*
X-19119Y-2152D01*
X-19104Y-2200D01*
X-19078Y-2248D01*
X-19045Y-2296D01*
X-18997Y-2345D01*
X-18989Y-2348D01*
X-18971Y-2363D01*
X-18937Y-2382D01*
X-18893Y-2400D01*
X-18834Y-2422D01*
X-18764Y-2441D01*
X-18678Y-2456D01*
X-18582Y-2459D01*
X-18578D01*
X-18571D01*
X-18553D01*
X-18534D01*
X-18508Y-2456D01*
X-18482D01*
X-18419Y-2448D01*
X-18349Y-2441D01*
X-18275Y-2426D01*
X-18209Y-2404D01*
X-18179Y-2393D01*
X-18153Y-2378D01*
X-18149D01*
X-18146Y-2371D01*
X-18123Y-2356D01*
X-18094Y-2330D01*
X-18060Y-2293D01*
X-18023Y-2245D01*
X-17994Y-2189D01*
X-17972Y-2123D01*
X-17968Y-2086D01*
X-17964Y-2049D01*
Y-2041D01*
X-17968Y-2019D01*
X-17972Y-1989D01*
X-17983Y-1949D01*
X-17998Y-1904D01*
X-18023Y-1856D01*
X-18057Y-1808D01*
X-18105Y-1760D01*
X-18112Y-1756D01*
X-18131Y-1742D01*
X-18164Y-1723D01*
X-18212Y-1701D01*
X-18271Y-1679D01*
X-18345Y-1660D01*
X-18434Y-1645D01*
X-18534Y-1642D01*
D02*
G37*
G36*
X-18701Y-4738D02*
X-18704D01*
X-18712D01*
X-18719D01*
X-18734Y-4742D01*
X-18775Y-4746D01*
X-18819Y-4753D01*
X-18871Y-4768D01*
X-18926Y-4787D01*
X-18978Y-4816D01*
X-19023Y-4849D01*
X-19026Y-4853D01*
X-19041Y-4868D01*
X-19060Y-4890D01*
X-19082Y-4920D01*
X-19100Y-4957D01*
X-19119Y-5001D01*
X-19133Y-5049D01*
X-19137Y-5105D01*
Y-5131D01*
X-19130Y-5160D01*
X-19122Y-5197D01*
X-19108Y-5238D01*
X-19089Y-5282D01*
X-19060Y-5327D01*
X-19019Y-5367D01*
X-19015Y-5371D01*
X-18997Y-5382D01*
X-18971Y-5401D01*
X-18934Y-5419D01*
X-18889Y-5441D01*
X-18834Y-5456D01*
X-18771Y-5467D01*
X-18701Y-5471D01*
Y-4738D01*
D02*
G37*
G36*
X-51380Y11223D02*
X-55043D01*
D01*
X-54111D01*
X-54199Y11216D01*
X-54362Y11193D01*
X-54503Y11156D01*
X-54614Y11127D01*
X-54695Y11090D01*
X-54755Y11053D01*
X-54791Y11031D01*
X-54799Y11023D01*
X-54880Y10942D01*
X-54940Y10853D01*
X-54984Y10764D01*
X-55014Y10675D01*
X-55028Y10594D01*
X-55043Y10535D01*
Y10476D01*
X-55036Y10379D01*
X-55021Y10298D01*
X-55006Y10217D01*
X-54984Y10150D01*
X-54954Y10091D01*
X-54940Y10054D01*
X-54925Y10024D01*
X-54917Y10017D01*
X-54873Y9950D01*
X-54821Y9891D01*
X-54769Y9847D01*
X-54725Y9810D01*
X-54681Y9780D01*
X-54643Y9758D01*
X-54621Y9750D01*
X-54614Y9743D01*
X-54688Y9721D01*
X-54755Y9684D01*
X-54814Y9647D01*
X-54865Y9602D01*
X-54902Y9551D01*
X-54940Y9499D01*
X-54991Y9395D01*
X-55021Y9292D01*
X-55036Y9210D01*
X-55043Y9173D01*
Y9129D01*
X-55036Y9033D01*
X-55021Y8951D01*
X-55006Y8877D01*
X-54984Y8811D01*
X-54954Y8759D01*
X-54940Y8714D01*
X-54925Y8692D01*
X-54917Y8685D01*
X-54865Y8618D01*
X-54814Y8566D01*
X-54755Y8522D01*
X-54703Y8492D01*
X-54658Y8463D01*
X-54621Y8448D01*
X-54592Y8433D01*
X-54584D01*
X-54954Y8396D01*
Y7723D01*
X-51380D01*
Y11223D01*
D02*
G37*
G36*
Y7220D02*
X-54111D01*
X-54199Y7212D01*
X-54362Y7190D01*
X-54503Y7153D01*
X-54614Y7123D01*
X-54695Y7086D01*
X-54755Y7049D01*
X-54791Y7027D01*
X-54799Y7020D01*
X-54880Y6938D01*
X-54940Y6850D01*
X-54984Y6761D01*
X-55014Y6672D01*
X-55028Y6591D01*
X-55043Y6531D01*
Y6472D01*
X-55036Y6376D01*
X-55021Y6295D01*
X-55006Y6213D01*
X-54984Y6147D01*
X-54954Y6087D01*
X-54940Y6050D01*
X-54925Y6021D01*
X-54917Y6013D01*
X-54873Y5947D01*
X-54821Y5888D01*
X-54769Y5843D01*
X-54725Y5806D01*
X-54681Y5777D01*
X-54643Y5754D01*
X-54621Y5747D01*
X-54614Y5740D01*
X-54688Y5717D01*
X-54755Y5680D01*
X-54814Y5643D01*
X-54865Y5599D01*
X-54902Y5547D01*
X-54940Y5495D01*
X-54991Y5392D01*
X-55021Y5288D01*
X-55036Y5207D01*
X-55043Y5170D01*
Y5125D01*
X-55036Y5029D01*
X-55021Y4948D01*
X-55006Y4874D01*
X-54984Y4807D01*
X-54954Y4755D01*
X-54940Y4711D01*
X-54925Y4689D01*
X-54917Y4681D01*
X-54865Y4615D01*
X-54814Y4563D01*
X-54755Y4519D01*
X-54703Y4489D01*
X-54658Y4459D01*
X-54621Y4445D01*
X-54592Y4430D01*
X-54584D01*
X-54954Y4393D01*
Y3719D01*
X-55043D01*
X-51380D01*
Y7220D01*
D02*
G37*
G36*
X-51299Y3090D02*
D01*
Y1462D01*
X-51306Y1603D01*
X-51321Y1736D01*
X-51343Y1862D01*
X-51380Y1973D01*
X-51417Y2084D01*
X-51461Y2180D01*
X-51506Y2269D01*
X-51550Y2350D01*
X-51595Y2424D01*
X-51647Y2484D01*
X-51683Y2535D01*
X-51720Y2580D01*
X-51758Y2617D01*
X-51780Y2639D01*
X-51794Y2654D01*
X-51802Y2661D01*
X-51898Y2735D01*
X-52009Y2802D01*
X-52120Y2861D01*
X-52231Y2913D01*
X-52350Y2950D01*
X-52460Y2987D01*
X-52683Y3039D01*
X-52786Y3053D01*
X-52875Y3068D01*
X-52964Y3076D01*
X-53038Y3083D01*
X-53097Y3090D01*
X-51299D01*
X-55043D01*
X-53178D01*
X-53334Y3083D01*
X-53482Y3076D01*
X-53622Y3053D01*
X-53748Y3024D01*
X-53866Y2994D01*
X-53978Y2957D01*
X-54081Y2920D01*
X-54177Y2883D01*
X-54259Y2839D01*
X-54325Y2802D01*
X-54392Y2765D01*
X-54444Y2735D01*
X-54481Y2706D01*
X-54510Y2683D01*
X-54525Y2676D01*
X-54532Y2669D01*
X-54621Y2587D01*
X-54703Y2498D01*
X-54769Y2402D01*
X-54829Y2306D01*
X-54880Y2202D01*
X-54917Y2106D01*
X-54954Y2003D01*
X-54976Y1914D01*
X-54999Y1825D01*
X-55014Y1736D01*
X-55028Y1662D01*
X-55036Y1596D01*
X-55043Y1544D01*
Y1470D01*
X-55036Y1329D01*
X-55021Y1196D01*
X-54999Y1070D01*
X-54962Y959D01*
X-54925Y848D01*
X-54880Y752D01*
X-54836Y663D01*
X-54784Y582D01*
X-54740Y508D01*
X-54688Y441D01*
X-54643Y389D01*
X-54606Y345D01*
X-54570Y308D01*
X-54547Y286D01*
X-54532Y271D01*
X-54525Y264D01*
X-54429Y190D01*
X-54318Y123D01*
X-54214Y64D01*
X-54096Y19D01*
X-53985Y-25D01*
X-53874Y-62D01*
X-53659Y-114D01*
X-53556Y-129D01*
X-53467Y-143D01*
X-53386Y-151D01*
X-53312Y-158D01*
X-53252Y-166D01*
X-55043D01*
X-51299D01*
Y3090D01*
D02*
G37*
G36*
Y-669D02*
D01*
Y-2149D01*
X-51306Y-1986D01*
X-51321Y-1831D01*
X-51350Y-1683D01*
X-51388Y-1542D01*
X-51432Y-1409D01*
X-51484Y-1290D01*
X-51535Y-1172D01*
X-51595Y-1076D01*
X-51647Y-980D01*
X-51698Y-898D01*
X-51750Y-832D01*
X-51794Y-772D01*
X-51832Y-728D01*
X-51861Y-698D01*
X-51876Y-676D01*
X-51883Y-669D01*
X-52424Y-1091D01*
X-52357Y-1187D01*
X-52290Y-1283D01*
X-52246Y-1364D01*
X-52201Y-1438D01*
X-52172Y-1505D01*
X-52142Y-1549D01*
X-52135Y-1579D01*
X-52127Y-1586D01*
X-52098Y-1675D01*
X-52076Y-1764D01*
X-52053Y-1853D01*
X-52046Y-1934D01*
X-52039Y-2008D01*
X-52031Y-2067D01*
Y-2119D01*
X-52039Y-2215D01*
X-52046Y-2312D01*
X-52091Y-2474D01*
X-52157Y-2622D01*
X-52231Y-2748D01*
X-52305Y-2844D01*
X-52372Y-2918D01*
X-52416Y-2963D01*
X-52424Y-2970D01*
X-52431Y-2978D01*
X-52512Y-3037D01*
X-52601Y-3081D01*
X-52801Y-3163D01*
X-53008Y-3222D01*
X-53215Y-3259D01*
X-53319Y-3274D01*
X-53408Y-3288D01*
X-53489Y-3296D01*
X-53563D01*
X-53622Y-3303D01*
X-53667D01*
X-53696D01*
X-53704D01*
X-53866Y-3296D01*
X-54014Y-3288D01*
X-54148Y-3274D01*
X-54273Y-3251D01*
X-54392Y-3229D01*
X-54496Y-3200D01*
X-54592Y-3170D01*
X-54673Y-3140D01*
X-54747Y-3111D01*
X-54814Y-3081D01*
X-54865Y-3052D01*
X-54910Y-3029D01*
X-54940Y-3007D01*
X-54962Y-2992D01*
X-54976Y-2978D01*
X-54984D01*
X-55058Y-2911D01*
X-55117Y-2844D01*
X-55169Y-2778D01*
X-55213Y-2704D01*
X-55287Y-2563D01*
X-55332Y-2430D01*
X-55361Y-2304D01*
X-55369Y-2260D01*
X-55376Y-2215D01*
X-55383Y-2178D01*
Y-2038D01*
X-55369Y-1942D01*
X-55332Y-1771D01*
X-55280Y-1609D01*
X-55221Y-1468D01*
X-55154Y-1350D01*
X-55124Y-1305D01*
X-55102Y-1261D01*
X-55080Y-1231D01*
X-55065Y-1209D01*
X-55058Y-1194D01*
X-55050Y-1187D01*
X-55591Y-735D01*
X-55687Y-854D01*
X-55768Y-972D01*
X-55842Y-1076D01*
X-55894Y-1179D01*
X-55931Y-1261D01*
X-55961Y-1320D01*
X-55976Y-1364D01*
X-55983Y-1372D01*
Y-1379D01*
X-56020Y-1505D01*
X-56050Y-1638D01*
X-56072Y-1771D01*
X-56086Y-1890D01*
X-56094Y-1993D01*
X-56101Y-2082D01*
Y-2156D01*
X-56086Y-2363D01*
X-56057Y-2563D01*
X-56012Y-2741D01*
X-55961Y-2896D01*
X-55931Y-2963D01*
X-55901Y-3029D01*
X-55879Y-3081D01*
X-55857Y-3126D01*
X-55842Y-3163D01*
X-55827Y-3185D01*
X-55813Y-3200D01*
Y-3207D01*
X-55694Y-3377D01*
X-55568Y-3525D01*
X-55428Y-3651D01*
X-55295Y-3755D01*
X-55176Y-3843D01*
X-55124Y-3873D01*
X-55080Y-3903D01*
X-55043Y-3925D01*
X-55014Y-3940D01*
X-54999Y-3954D01*
X-54991D01*
X-54784Y-4043D01*
X-54562Y-4110D01*
X-54347Y-4162D01*
X-54148Y-4191D01*
X-54052Y-4206D01*
X-53970Y-4213D01*
X-53896Y-4221D01*
X-53829D01*
X-53778Y-4228D01*
X-56101D01*
D01*
X-51299D01*
Y-669D01*
D02*
G37*
G36*
Y-8676D02*
D01*
Y-10156D01*
X-51306Y-9993D01*
X-51321Y-9837D01*
X-51350Y-9689D01*
X-51388Y-9549D01*
X-51432Y-9416D01*
X-51484Y-9297D01*
X-51535Y-9179D01*
X-51595Y-9083D01*
X-51647Y-8986D01*
X-51698Y-8905D01*
X-51750Y-8838D01*
X-51794Y-8779D01*
X-51832Y-8735D01*
X-51861Y-8705D01*
X-51876Y-8683D01*
X-51883Y-8676D01*
X-52424Y-9097D01*
X-52357Y-9194D01*
X-52290Y-9290D01*
X-52246Y-9371D01*
X-52201Y-9445D01*
X-52172Y-9512D01*
X-52142Y-9556D01*
X-52135Y-9586D01*
X-52127Y-9593D01*
X-52098Y-9682D01*
X-52076Y-9771D01*
X-52053Y-9860D01*
X-52046Y-9941D01*
X-52039Y-10015D01*
X-52031Y-10074D01*
Y-10126D01*
X-52039Y-10222D01*
X-52046Y-10318D01*
X-52091Y-10481D01*
X-52157Y-10629D01*
X-52231Y-10755D01*
X-52305Y-10851D01*
X-52372Y-10925D01*
X-52416Y-10970D01*
X-52424Y-10977D01*
X-52431Y-10984D01*
X-52512Y-11044D01*
X-52601Y-11088D01*
X-52801Y-11169D01*
X-53008Y-11229D01*
X-53215Y-11266D01*
X-53319Y-11280D01*
X-53408Y-11295D01*
X-53489Y-11303D01*
X-53563D01*
X-53622Y-11310D01*
X-53667D01*
X-53696D01*
X-53704D01*
X-53866Y-11303D01*
X-54014Y-11295D01*
X-54148Y-11280D01*
X-54273Y-11258D01*
X-54392Y-11236D01*
X-54496Y-11206D01*
X-54592Y-11177D01*
X-54673Y-11147D01*
X-54747Y-11118D01*
X-54814Y-11088D01*
X-54865Y-11058D01*
X-54910Y-11036D01*
X-54940Y-11014D01*
X-54962Y-10999D01*
X-54976Y-10984D01*
X-54984D01*
X-55058Y-10918D01*
X-55117Y-10851D01*
X-55169Y-10785D01*
X-55213Y-10711D01*
X-55287Y-10570D01*
X-55332Y-10437D01*
X-55361Y-10311D01*
X-55369Y-10267D01*
X-55376Y-10222D01*
X-55383Y-10185D01*
Y-10045D01*
X-55369Y-9948D01*
X-55332Y-9778D01*
X-55280Y-9615D01*
X-55221Y-9475D01*
X-55154Y-9356D01*
X-55124Y-9312D01*
X-55102Y-9268D01*
X-55080Y-9238D01*
X-55065Y-9216D01*
X-55058Y-9201D01*
X-55050Y-9194D01*
X-55591Y-8742D01*
X-55687Y-8861D01*
X-55768Y-8979D01*
X-55842Y-9083D01*
X-55894Y-9186D01*
X-55931Y-9268D01*
X-55961Y-9327D01*
X-55976Y-9371D01*
X-55983Y-9379D01*
Y-9386D01*
X-56020Y-9512D01*
X-56050Y-9645D01*
X-56072Y-9778D01*
X-56086Y-9897D01*
X-56094Y-10000D01*
X-56101Y-10089D01*
Y-10163D01*
X-56086Y-10370D01*
X-56057Y-10570D01*
X-56012Y-10748D01*
X-55961Y-10903D01*
X-55931Y-10970D01*
X-55901Y-11036D01*
X-55879Y-11088D01*
X-55857Y-11132D01*
X-55842Y-11169D01*
X-55827Y-11192D01*
X-55813Y-11206D01*
Y-11214D01*
X-55694Y-11384D01*
X-55568Y-11532D01*
X-55428Y-11658D01*
X-55295Y-11761D01*
X-55176Y-11850D01*
X-55124Y-11880D01*
X-55080Y-11909D01*
X-55043Y-11932D01*
X-55014Y-11946D01*
X-54999Y-11961D01*
X-54991D01*
X-54784Y-12050D01*
X-54562Y-12117D01*
X-54347Y-12168D01*
X-54148Y-12198D01*
X-54052Y-12213D01*
X-53970Y-12220D01*
X-53896Y-12228D01*
X-53829D01*
X-53778Y-12235D01*
X-56101D01*
D01*
X-51299D01*
Y-8676D01*
D02*
G37*
G36*
X-51380Y-12775D02*
D01*
Y-14943D01*
X-51388Y-14773D01*
X-51402Y-14610D01*
X-51424Y-14455D01*
X-51461Y-14307D01*
X-51499Y-14174D01*
X-51543Y-14041D01*
X-51587Y-13930D01*
X-51639Y-13819D01*
X-51683Y-13722D01*
X-51728Y-13641D01*
X-51772Y-13567D01*
X-51809Y-13508D01*
X-51846Y-13456D01*
X-51868Y-13426D01*
X-51883Y-13404D01*
X-51891Y-13397D01*
X-51994Y-13286D01*
X-52120Y-13190D01*
X-52253Y-13108D01*
X-52394Y-13034D01*
X-52549Y-12975D01*
X-52697Y-12923D01*
X-52853Y-12886D01*
X-53001Y-12849D01*
X-53149Y-12827D01*
X-53282Y-12805D01*
X-53408Y-12797D01*
X-53511Y-12783D01*
X-53600D01*
X-53667Y-12775D01*
X-53726D01*
X-53963Y-12783D01*
X-54177Y-12805D01*
X-54377Y-12834D01*
X-54555Y-12871D01*
X-54717Y-12916D01*
X-54865Y-12975D01*
X-54999Y-13027D01*
X-55110Y-13086D01*
X-55206Y-13145D01*
X-55295Y-13197D01*
X-55361Y-13249D01*
X-55421Y-13301D01*
X-55465Y-13338D01*
X-55494Y-13367D01*
X-55509Y-13389D01*
X-55517Y-13397D01*
X-55606Y-13515D01*
X-55680Y-13641D01*
X-55746Y-13774D01*
X-55805Y-13907D01*
X-55850Y-14041D01*
X-55894Y-14174D01*
X-55953Y-14433D01*
X-55968Y-14551D01*
X-55983Y-14662D01*
X-55998Y-14758D01*
X-56005Y-14847D01*
X-56012Y-14914D01*
Y-16113D01*
X-51380D01*
Y-12775D01*
D02*
G37*
G36*
Y-16579D02*
D01*
X-56012Y-18029D01*
Y-19073D01*
X-51380Y-20523D01*
X-56012D01*
D01*
X-51380D01*
Y-16579D01*
D02*
G37*
%LPD*%
G36*
Y9839D02*
X-54052D01*
X-54148Y9913D01*
X-54222Y9995D01*
X-54273Y10069D01*
X-54311Y10135D01*
X-54333Y10194D01*
X-54340Y10239D01*
X-54347Y10276D01*
Y10313D01*
X-54333Y10342D01*
X-54303Y10379D01*
X-54273Y10402D01*
X-54266Y10409D01*
X-54259D01*
X-54222Y10424D01*
X-54170Y10431D01*
X-54052Y10439D01*
X-53992Y10446D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y9839D01*
D02*
G37*
G36*
Y8507D02*
X-54052D01*
X-54148Y8581D01*
X-54222Y8663D01*
X-54273Y8737D01*
X-54311Y8803D01*
X-54333Y8862D01*
X-54340Y8907D01*
X-54347Y8944D01*
Y8981D01*
X-54333Y9010D01*
X-54303Y9047D01*
X-54273Y9070D01*
X-54266Y9077D01*
X-54259D01*
X-54222Y9092D01*
X-54170Y9099D01*
X-54052Y9107D01*
X-53992Y9114D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y8507D01*
D02*
G37*
G36*
Y5836D02*
X-54052D01*
X-54148Y5910D01*
X-54222Y5991D01*
X-54273Y6065D01*
X-54311Y6132D01*
X-54333Y6191D01*
X-54340Y6235D01*
X-54347Y6272D01*
Y6309D01*
X-54333Y6339D01*
X-54303Y6376D01*
X-54273Y6398D01*
X-54266Y6406D01*
X-54259D01*
X-54222Y6420D01*
X-54170Y6428D01*
X-54052Y6435D01*
X-53992Y6443D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y5836D01*
D02*
G37*
G36*
Y4504D02*
X-54052D01*
X-54148Y4578D01*
X-54222Y4659D01*
X-54273Y4733D01*
X-54311Y4800D01*
X-54333Y4859D01*
X-54340Y4903D01*
X-54347Y4940D01*
Y4977D01*
X-54333Y5007D01*
X-54303Y5044D01*
X-54273Y5066D01*
X-54266Y5074D01*
X-54259D01*
X-54222Y5088D01*
X-54170Y5096D01*
X-54052Y5103D01*
X-53992Y5111D01*
X-53948D01*
X-53918D01*
X-53904D01*
X-51380D01*
Y4504D01*
D02*
G37*
G36*
X-52956Y2180D02*
X-52860Y2173D01*
X-52771Y2158D01*
X-52690Y2143D01*
X-52609Y2128D01*
X-52542Y2114D01*
X-52483Y2099D01*
X-52386Y2062D01*
X-52312Y2032D01*
X-52276Y2010D01*
X-52261Y2003D01*
X-52165Y1929D01*
X-52098Y1847D01*
X-52046Y1751D01*
X-52017Y1670D01*
X-51994Y1588D01*
X-51987Y1522D01*
X-51980Y1477D01*
Y1462D01*
X-51994Y1337D01*
X-52024Y1226D01*
X-52068Y1137D01*
X-52120Y1063D01*
X-52172Y996D01*
X-52216Y959D01*
X-52246Y930D01*
X-52261Y922D01*
X-52320Y893D01*
X-52379Y863D01*
X-52520Y819D01*
X-52675Y789D01*
X-52823Y767D01*
X-52956Y752D01*
X-53016D01*
X-53067Y745D01*
X-53112D01*
X-53141D01*
X-53163D01*
X-53171D01*
X-53282D01*
X-53386Y752D01*
X-53482Y759D01*
X-53570Y774D01*
X-53652Y789D01*
X-53726Y804D01*
X-53852Y833D01*
X-53948Y863D01*
X-54014Y893D01*
X-54052Y915D01*
X-54066Y922D01*
X-54163Y996D01*
X-54229Y1085D01*
X-54281Y1174D01*
X-54311Y1263D01*
X-54333Y1344D01*
X-54340Y1411D01*
X-54347Y1455D01*
Y1470D01*
X-54333Y1596D01*
X-54303Y1707D01*
X-54259Y1795D01*
X-54207Y1869D01*
X-54155Y1929D01*
X-54111Y1973D01*
X-54081Y1995D01*
X-54066Y2003D01*
X-54007Y2032D01*
X-53948Y2062D01*
X-53807Y2106D01*
X-53659Y2143D01*
X-53519Y2165D01*
X-53386Y2180D01*
X-53326D01*
X-53275Y2188D01*
X-53237D01*
X-53208D01*
X-53186D01*
X-53178D01*
X-53067D01*
X-52956Y2180D01*
D02*
G37*
G36*
X-51299Y-166D02*
X-53171D01*
X-53008Y-158D01*
X-52860Y-151D01*
X-52719Y-129D01*
X-52586Y-99D01*
X-52460Y-69D01*
X-52350Y-32D01*
X-52246Y5D01*
X-52150Y49D01*
X-52068Y86D01*
X-52002Y123D01*
X-51935Y160D01*
X-51883Y190D01*
X-51846Y219D01*
X-51817Y241D01*
X-51802Y249D01*
X-51794Y256D01*
X-51706Y338D01*
X-51632Y434D01*
X-51565Y530D01*
X-51506Y626D01*
X-51461Y730D01*
X-51417Y826D01*
X-51358Y1018D01*
X-51343Y1107D01*
X-51328Y1196D01*
X-51314Y1270D01*
X-51306Y1337D01*
X-51299Y1388D01*
Y-166D01*
D02*
G37*
G36*
Y-4228D02*
X-53704D01*
X-53430Y-4213D01*
X-53178Y-4184D01*
X-53060Y-4169D01*
X-52956Y-4147D01*
X-52853Y-4117D01*
X-52764Y-4095D01*
X-52683Y-4073D01*
X-52609Y-4043D01*
X-52542Y-4021D01*
X-52490Y-4006D01*
X-52453Y-3984D01*
X-52416Y-3977D01*
X-52401Y-3962D01*
X-52394D01*
X-52201Y-3851D01*
X-52039Y-3732D01*
X-51898Y-3614D01*
X-51780Y-3488D01*
X-51691Y-3385D01*
X-51624Y-3303D01*
X-51602Y-3266D01*
X-51587Y-3244D01*
X-51573Y-3229D01*
Y-3222D01*
X-51484Y-3037D01*
X-51417Y-2852D01*
X-51365Y-2674D01*
X-51336Y-2504D01*
X-51321Y-2430D01*
X-51314Y-2363D01*
X-51306Y-2304D01*
Y-2252D01*
X-51299Y-2208D01*
Y-4228D01*
D02*
G37*
G36*
Y-12235D02*
X-53704D01*
X-53430Y-12220D01*
X-53178Y-12191D01*
X-53060Y-12176D01*
X-52956Y-12154D01*
X-52853Y-12124D01*
X-52764Y-12102D01*
X-52683Y-12080D01*
X-52609Y-12050D01*
X-52542Y-12028D01*
X-52490Y-12013D01*
X-52453Y-11991D01*
X-52416Y-11983D01*
X-52401Y-11969D01*
X-52394D01*
X-52201Y-11858D01*
X-52039Y-11739D01*
X-51898Y-11621D01*
X-51780Y-11495D01*
X-51691Y-11391D01*
X-51624Y-11310D01*
X-51602Y-11273D01*
X-51587Y-11251D01*
X-51573Y-11236D01*
Y-11229D01*
X-51484Y-11044D01*
X-51417Y-10859D01*
X-51365Y-10681D01*
X-51336Y-10511D01*
X-51321Y-10437D01*
X-51314Y-10370D01*
X-51306Y-10311D01*
Y-10259D01*
X-51299Y-10215D01*
Y-12235D01*
D02*
G37*
G36*
X-53437Y-13722D02*
X-53304Y-13737D01*
X-53178Y-13759D01*
X-53067Y-13782D01*
X-52964Y-13811D01*
X-52860Y-13848D01*
X-52771Y-13885D01*
X-52609Y-13974D01*
X-52475Y-14070D01*
X-52372Y-14174D01*
X-52283Y-14285D01*
X-52216Y-14396D01*
X-52165Y-14499D01*
X-52127Y-14596D01*
X-52105Y-14684D01*
X-52091Y-14758D01*
X-52076Y-14810D01*
Y-15217D01*
X-55302D01*
Y-14773D01*
X-55287Y-14684D01*
X-55250Y-14514D01*
X-55199Y-14374D01*
X-55139Y-14248D01*
X-55080Y-14152D01*
X-55028Y-14085D01*
X-54991Y-14041D01*
X-54984Y-14026D01*
X-54976D01*
X-54910Y-13967D01*
X-54829Y-13922D01*
X-54740Y-13878D01*
X-54643Y-13841D01*
X-54444Y-13782D01*
X-54229Y-13745D01*
X-54133Y-13737D01*
X-54037Y-13722D01*
X-53955Y-13715D01*
X-53874D01*
X-53815Y-13708D01*
X-53770D01*
X-53733D01*
X-53726D01*
X-53578D01*
X-53437Y-13722D01*
D02*
G37*
G36*
X-53178Y-19147D02*
X-55295Y-18562D01*
X-53178Y-17985D01*
Y-19147D01*
D02*
G37*
G36*
X-51380Y-19635D02*
X-52460Y-19317D01*
Y-17815D01*
X-51380Y-17496D01*
Y-19635D01*
D02*
G37*
%LPC*%
G36*
X36754Y-5170D02*
X35562Y-6932D01*
X36754D01*
Y-5170D01*
D02*
G37*
G36*
X40772Y-5777D02*
X40757D01*
X40713Y-5785D01*
X40646Y-5792D01*
X40565Y-5814D01*
X40468Y-5844D01*
X40365Y-5896D01*
X40269Y-5962D01*
X40172Y-6051D01*
X40165Y-6066D01*
X40135Y-6103D01*
X40098Y-6169D01*
X40061Y-6258D01*
X40017Y-6377D01*
X39980Y-6517D01*
X39950Y-6687D01*
X39943Y-6887D01*
Y-6895D01*
Y-6909D01*
Y-6939D01*
Y-6983D01*
X39950Y-7028D01*
Y-7087D01*
X39965Y-7213D01*
X39987Y-7346D01*
X40017Y-7487D01*
X40061Y-7620D01*
X40121Y-7738D01*
Y-7746D01*
X40135Y-7753D01*
X40165Y-7797D01*
X40224Y-7857D01*
X40306Y-7931D01*
X40402Y-8005D01*
X40520Y-8064D01*
X40653Y-8108D01*
X40727Y-8116D01*
X40809Y-8123D01*
X40824D01*
X40861Y-8116D01*
X40927Y-8108D01*
X41001Y-8086D01*
X41090Y-8056D01*
X41179Y-8005D01*
X41275Y-7938D01*
X41364Y-7849D01*
X41371Y-7834D01*
X41401Y-7797D01*
X41438Y-7731D01*
X41482Y-7635D01*
X41527Y-7516D01*
X41564Y-7368D01*
X41578Y-7279D01*
X41593Y-7183D01*
X41601Y-7087D01*
Y-6976D01*
Y-6969D01*
Y-6946D01*
Y-6917D01*
Y-6872D01*
X41593Y-6821D01*
X41586Y-6761D01*
X41571Y-6621D01*
X41541Y-6473D01*
X41504Y-6317D01*
X41445Y-6177D01*
X41408Y-6118D01*
X41364Y-6058D01*
X41356Y-6044D01*
X41319Y-6014D01*
X41275Y-5970D01*
X41201Y-5918D01*
X41120Y-5866D01*
X41016Y-5822D01*
X40905Y-5792D01*
X40772Y-5777D01*
D02*
G37*
G36*
X-53526Y44535D02*
D01*
X-54958Y43608D01*
X-56206Y44413D01*
Y43731D01*
X-55296Y43231D01*
X-56206Y42731D01*
Y42021D01*
X-54935Y42848D01*
X-53526Y41916D01*
X-56206D01*
D01*
X-53526D01*
Y44535D01*
D02*
G37*
G36*
X-53465Y41311D02*
Y39934D01*
X-53470Y40029D01*
X-53481Y40112D01*
X-53498Y40195D01*
X-53520Y40267D01*
X-53537Y40328D01*
X-53553Y40373D01*
X-53565Y40400D01*
X-53570Y40412D01*
X-53614Y40489D01*
X-53659Y40556D01*
X-53709Y40611D01*
X-53753Y40650D01*
X-53798Y40678D01*
X-53831Y40700D01*
X-53853Y40706D01*
X-53859Y40711D01*
X-53526Y40739D01*
Y41311D01*
X-56206D01*
Y40489D01*
Y40661D01*
X-54303D01*
X-54253Y40628D01*
X-54208Y40584D01*
X-54164Y40545D01*
X-54131Y40506D01*
X-54103Y40473D01*
X-54081Y40445D01*
X-54070Y40423D01*
X-54064Y40417D01*
X-54031Y40362D01*
X-54009Y40306D01*
X-53992Y40251D01*
X-53981Y40206D01*
X-53975Y40167D01*
X-53970Y40134D01*
Y40106D01*
X-53975Y40051D01*
X-53981Y40001D01*
X-53997Y39962D01*
X-54014Y39929D01*
X-54025Y39901D01*
X-54042Y39884D01*
X-54047Y39873D01*
X-54053Y39868D01*
X-54092Y39840D01*
X-54136Y39823D01*
X-54236Y39801D01*
X-54281Y39796D01*
X-54319Y39790D01*
X-54342D01*
X-54353D01*
X-56206D01*
Y39801D01*
Y39141D01*
X-53465D01*
Y41311D01*
D02*
G37*
G36*
X-53526Y38702D02*
D01*
X-57000Y37614D01*
Y36832D01*
X-53526Y35744D01*
X-57000D01*
D01*
X-53526D01*
Y38702D01*
D02*
G37*
G36*
X-54830Y35278D02*
X-55379D01*
Y33163D01*
X-54830D01*
Y35278D01*
D02*
G37*
G36*
X-53820Y32370D02*
X-54230Y32081D01*
X-54153Y31953D01*
X-54097Y31831D01*
X-54058Y31720D01*
X-54031Y31626D01*
X-54014Y31543D01*
X-54009Y31482D01*
X-54003Y31460D01*
Y31432D01*
X-54014Y31326D01*
X-54036Y31232D01*
X-54064Y31149D01*
X-54103Y31082D01*
X-54142Y31032D01*
X-54169Y30993D01*
X-54192Y30966D01*
X-54203Y30960D01*
X-54242Y30932D01*
X-54286Y30904D01*
X-54391Y30860D01*
X-54497Y30832D01*
X-54602Y30810D01*
X-54702Y30799D01*
X-54741Y30793D01*
X-54780D01*
X-54808Y30788D01*
X-54830D01*
X-54847D01*
X-54852D01*
X-54935D01*
X-55013Y30793D01*
X-55152Y30816D01*
X-55263Y30843D01*
X-55357Y30877D01*
X-55429Y30904D01*
X-55485Y30932D01*
X-55513Y30954D01*
X-55524Y30960D01*
X-55596Y31032D01*
X-55651Y31104D01*
X-55690Y31187D01*
X-55712Y31260D01*
X-55729Y31326D01*
X-55735Y31382D01*
X-55740Y31404D01*
Y31432D01*
X-55729Y31548D01*
X-55707Y31659D01*
X-55673Y31770D01*
X-55635Y31870D01*
X-55590Y31953D01*
X-55574Y31987D01*
X-55557Y32020D01*
X-55546Y32042D01*
X-55535Y32059D01*
X-55524Y32070D01*
Y32076D01*
X-55923Y32370D01*
D01*
X-55984Y32292D01*
X-56040Y32209D01*
X-56084Y32131D01*
X-56123Y32048D01*
X-56162Y31970D01*
X-56190Y31887D01*
X-56229Y31743D01*
X-56245Y31676D01*
X-56256Y31615D01*
X-56262Y31559D01*
X-56267Y31509D01*
X-56273Y31471D01*
Y30105D01*
Y31421D01*
X-56267Y31276D01*
X-56245Y31138D01*
X-56212Y31021D01*
X-56179Y30916D01*
X-56145Y30832D01*
X-56129Y30799D01*
X-56112Y30771D01*
X-56101Y30744D01*
X-56090Y30727D01*
X-56084Y30721D01*
Y30716D01*
X-56012Y30610D01*
X-55929Y30516D01*
X-55846Y30438D01*
X-55762Y30377D01*
X-55690Y30327D01*
X-55635Y30288D01*
X-55612Y30277D01*
X-55596Y30266D01*
X-55585Y30261D01*
X-55579D01*
X-55457Y30211D01*
X-55329Y30172D01*
X-55207Y30144D01*
X-55096Y30128D01*
X-54996Y30116D01*
X-54958Y30111D01*
X-54919Y30105D01*
X-53465D01*
X-54852D01*
X-54736Y30111D01*
X-54625Y30122D01*
X-54525Y30139D01*
X-54430Y30161D01*
X-54336Y30183D01*
X-54253Y30216D01*
X-54181Y30244D01*
X-54108Y30277D01*
X-54047Y30311D01*
X-53997Y30338D01*
X-53948Y30372D01*
X-53909Y30394D01*
X-53881Y30416D01*
X-53859Y30433D01*
X-53848Y30444D01*
X-53842Y30449D01*
X-53775Y30516D01*
X-53720Y30594D01*
X-53670Y30666D01*
X-53626Y30749D01*
X-53587Y30827D01*
X-53559Y30910D01*
X-53515Y31065D01*
X-53498Y31138D01*
X-53487Y31204D01*
X-53476Y31260D01*
X-53470Y31315D01*
X-53465Y31354D01*
Y31415D01*
X-53470Y31509D01*
X-53476Y31604D01*
X-53492Y31693D01*
X-53509Y31770D01*
X-53520Y31831D01*
X-53537Y31881D01*
X-53542Y31915D01*
X-53548Y31926D01*
X-53587Y32015D01*
X-53626Y32103D01*
X-53676Y32175D01*
X-53720Y32242D01*
X-53759Y32298D01*
X-53792Y32336D01*
X-53814Y32359D01*
X-53820Y32370D01*
D02*
G37*
G36*
X-53526Y29306D02*
X-55457D01*
X-55590Y29295D01*
X-55712Y29273D01*
X-55818Y29245D01*
X-55901Y29206D01*
X-55968Y29167D01*
X-56018Y29140D01*
X-56045Y29117D01*
X-56056Y29106D01*
X-56129Y29029D01*
X-56184Y28934D01*
X-56223Y28840D01*
X-56245Y28745D01*
X-56262Y28662D01*
X-56267Y28629D01*
Y28596D01*
X-56273Y28574D01*
Y28596D01*
Y28535D01*
X-56267Y28440D01*
X-56256Y28352D01*
X-56240Y28268D01*
X-56217Y28196D01*
X-56195Y28135D01*
X-56179Y28091D01*
X-56168Y28063D01*
X-56162Y28052D01*
X-56117Y27974D01*
X-56068Y27907D01*
X-56023Y27852D01*
X-55979Y27808D01*
X-55934Y27774D01*
X-55901Y27746D01*
X-55879Y27735D01*
X-55873Y27730D01*
X-56206Y27702D01*
Y27130D01*
X-56273D01*
X-53526D01*
Y29306D01*
D02*
G37*
G36*
Y26409D02*
X-54047D01*
Y24916D01*
X-55030D01*
Y26137D01*
X-55546D01*
Y24916D01*
X-56473D01*
Y26309D01*
X-57000Y26381D01*
Y24245D01*
X-53526D01*
Y26409D01*
D02*
G37*
%LPD*%
G36*
Y42604D02*
X-54580Y43209D01*
X-53526Y43819D01*
Y42604D01*
D02*
G37*
G36*
X-53465Y39141D02*
X-54286D01*
X-54147Y39152D01*
X-54025Y39174D01*
X-53920Y39202D01*
X-53831Y39241D01*
X-53764Y39279D01*
X-53714Y39307D01*
X-53687Y39329D01*
X-53676Y39340D01*
X-53603Y39424D01*
X-53553Y39518D01*
X-53515Y39618D01*
X-53492Y39712D01*
X-53476Y39801D01*
X-53470Y39834D01*
Y39868D01*
X-53465Y39895D01*
Y39141D01*
D02*
G37*
G36*
X-54874Y36776D02*
X-56462Y37215D01*
X-54874Y37648D01*
Y36776D01*
D02*
G37*
G36*
X-53526Y36410D02*
X-54336Y36649D01*
Y37775D01*
X-53526Y38014D01*
Y36410D01*
D02*
G37*
G36*
Y27780D02*
X-55413D01*
X-55513Y27863D01*
X-55551Y27902D01*
X-55590Y27941D01*
X-55618Y27974D01*
X-55640Y28002D01*
X-55651Y28019D01*
X-55657Y28024D01*
X-55690Y28080D01*
X-55712Y28135D01*
X-55735Y28190D01*
X-55746Y28235D01*
X-55751Y28274D01*
X-55757Y28307D01*
Y28385D01*
X-55751Y28424D01*
X-55740Y28462D01*
X-55735Y28490D01*
X-55724Y28512D01*
X-55712Y28529D01*
X-55707Y28535D01*
Y28540D01*
X-55685Y28562D01*
X-55657Y28585D01*
X-55601Y28612D01*
X-55574Y28618D01*
X-55557Y28623D01*
X-55540Y28629D01*
X-55535D01*
X-55485Y28640D01*
X-55429Y28646D01*
X-55318Y28651D01*
X-55263Y28657D01*
X-55224D01*
X-55196D01*
X-55185D01*
X-53526D01*
Y27780D01*
D02*
G37*
%LPC*%
G36*
X37459Y-32386D02*
X37454D01*
X37432D01*
X37404Y-32392D01*
X37365Y-32397D01*
X37321Y-32408D01*
X37271Y-32419D01*
X37221Y-32441D01*
X37165Y-32469D01*
X37110Y-32508D01*
X37060Y-32552D01*
X37010Y-32608D01*
X36965Y-32669D01*
X36926Y-32747D01*
X36899Y-32841D01*
X36877Y-32941D01*
X36871Y-33063D01*
Y-33424D01*
X38098D01*
Y-33002D01*
X38092Y-32947D01*
X38081Y-32874D01*
X38064Y-32797D01*
X38037Y-32713D01*
X38003Y-32636D01*
X37953Y-32563D01*
X37948Y-32558D01*
X37925Y-32536D01*
X37887Y-32508D01*
X37837Y-32475D01*
X37770Y-32441D01*
X37681Y-32414D01*
X37581Y-32392D01*
X37459Y-32386D01*
D02*
G37*
G36*
X38475Y-44624D02*
X36888Y-45057D01*
X38475Y-45495D01*
Y-44624D01*
D02*
G37*
G36*
X-12230Y26532D02*
X-13621D01*
X-12360D01*
X-12475Y26523D01*
X-12586Y26509D01*
X-12688Y26491D01*
X-12785Y26468D01*
X-12868Y26445D01*
X-12946Y26417D01*
X-13016Y26389D01*
X-13076Y26362D01*
X-13131Y26334D01*
X-13173Y26311D01*
X-13210Y26287D01*
X-13237Y26269D01*
X-13261Y26255D01*
X-13270Y26246D01*
X-13274Y26241D01*
X-13334Y26186D01*
X-13390Y26121D01*
X-13436Y26057D01*
X-13473Y25992D01*
X-13510Y25923D01*
X-13538Y25853D01*
X-13561Y25789D01*
X-13579Y25724D01*
X-13593Y25664D01*
X-13602Y25608D01*
X-13612Y25558D01*
X-13616Y25516D01*
X-13621Y25479D01*
D01*
Y25428D01*
X-13616Y25345D01*
X-13607Y25267D01*
X-13589Y25188D01*
X-13570Y25119D01*
X-13547Y25049D01*
X-13519Y24989D01*
X-13487Y24929D01*
X-13459Y24879D01*
X-13427Y24832D01*
X-13395Y24791D01*
X-13367Y24754D01*
X-13344Y24726D01*
X-13325Y24703D01*
X-13307Y24684D01*
X-13297Y24675D01*
X-13293Y24671D01*
X-13228Y24620D01*
X-13159Y24574D01*
X-13090Y24532D01*
X-13016Y24495D01*
X-12937Y24467D01*
X-12863Y24444D01*
X-12720Y24407D01*
X-12651Y24393D01*
X-12591Y24384D01*
X-12535Y24379D01*
X-12489Y24375D01*
X-12447Y24370D01*
X-11200D01*
Y25493D01*
X-11209Y25627D01*
X-11228Y25752D01*
X-11255Y25858D01*
X-11288Y25950D01*
X-11306Y25992D01*
X-11320Y26024D01*
X-11334Y26057D01*
X-11348Y26080D01*
X-11362Y26098D01*
X-11366Y26117D01*
X-11376Y26121D01*
Y26126D01*
X-11450Y26214D01*
X-11528Y26292D01*
X-11616Y26357D01*
X-11699Y26408D01*
X-11773Y26449D01*
X-11805Y26463D01*
X-11833Y26477D01*
X-11856Y26486D01*
X-11874Y26495D01*
X-11884Y26500D01*
X-11888D01*
X-11990Y25890D01*
X-11930Y25867D01*
X-11874Y25844D01*
X-11833Y25821D01*
X-11796Y25793D01*
X-11768Y25775D01*
X-11750Y25756D01*
X-11740Y25742D01*
X-11736Y25738D01*
X-11708Y25701D01*
X-11690Y25659D01*
X-11676Y25618D01*
X-11667Y25581D01*
X-11662Y25548D01*
X-11657Y25521D01*
Y25497D01*
X-11662Y25424D01*
X-11681Y25354D01*
X-11704Y25290D01*
X-11731Y25239D01*
X-11759Y25197D01*
X-11782Y25170D01*
X-11801Y25146D01*
X-11805Y25142D01*
X-11865Y25096D01*
X-11935Y25063D01*
X-12009Y25036D01*
X-12073Y25017D01*
X-12138Y25008D01*
X-12184Y25003D01*
X-12202Y24999D01*
X-12216D01*
X-12226D01*
X-12230D01*
Y26532D01*
D02*
G37*
G36*
X-11251Y23945D02*
X-14448D01*
Y23331D01*
X-13297D01*
X-13353Y23275D01*
X-13404Y23220D01*
X-13445Y23164D01*
X-13487Y23104D01*
X-13515Y23049D01*
X-13542Y22994D01*
X-13565Y22938D01*
X-13579Y22887D01*
X-13593Y22836D01*
X-13602Y22795D01*
X-13612Y22753D01*
X-13616Y22721D01*
X-13621Y22693D01*
Y22656D01*
X-13616Y22578D01*
X-13607Y22504D01*
X-13593Y22434D01*
X-13575Y22365D01*
X-13524Y22250D01*
X-13496Y22194D01*
X-13468Y22148D01*
X-13436Y22102D01*
X-13408Y22065D01*
X-13385Y22032D01*
X-13362Y22005D01*
X-13339Y21982D01*
X-13325Y21968D01*
X-13316Y21959D01*
X-13311Y21954D01*
X-13251Y21908D01*
X-13187Y21866D01*
X-13117Y21829D01*
X-13043Y21797D01*
X-12969Y21769D01*
X-12896Y21746D01*
X-12748Y21714D01*
X-12683Y21704D01*
X-12618Y21695D01*
X-12563Y21691D01*
X-12512Y21686D01*
X-12471Y21681D01*
X-14448D01*
D01*
X-11200D01*
X-12415D01*
X-12309Y21686D01*
X-12212Y21695D01*
X-12119Y21709D01*
X-12032Y21728D01*
X-11953Y21746D01*
X-11879Y21769D01*
X-11814Y21797D01*
X-11754Y21825D01*
X-11699Y21848D01*
X-11653Y21876D01*
X-11611Y21899D01*
X-11579Y21922D01*
X-11551Y21936D01*
X-11533Y21949D01*
X-11523Y21959D01*
X-11519Y21963D01*
X-11463Y22019D01*
X-11412Y22074D01*
X-11371Y22134D01*
X-11334Y22190D01*
X-11302Y22250D01*
X-11278Y22305D01*
X-11255Y22361D01*
X-11242Y22411D01*
X-11228Y22462D01*
X-11219Y22508D01*
X-11209Y22545D01*
X-11205Y22582D01*
X-11200Y22610D01*
Y22647D01*
X-11205Y22721D01*
X-11214Y22790D01*
X-11228Y22860D01*
X-11246Y22920D01*
X-11265Y22966D01*
X-11278Y23007D01*
X-11288Y23030D01*
X-11292Y23040D01*
X-11334Y23109D01*
X-11380Y23174D01*
X-11431Y23234D01*
X-11477Y23280D01*
X-11519Y23322D01*
X-11556Y23354D01*
X-11579Y23372D01*
X-11588Y23377D01*
X-11251D01*
Y23945D01*
D02*
G37*
G36*
Y21187D02*
X-13570D01*
Y20573D01*
X-13880D01*
Y21187D01*
X-14448D01*
Y20573D01*
X-11251D01*
Y21187D01*
D02*
G37*
G36*
X-11944Y20037D02*
X-13621D01*
Y17875D01*
Y18840D01*
X-13612Y18757D01*
X-13602Y18678D01*
X-13589Y18605D01*
X-13575Y18540D01*
X-13556Y18480D01*
X-13538Y18424D01*
X-13519Y18373D01*
X-13496Y18332D01*
X-13478Y18295D01*
X-13459Y18263D01*
X-13445Y18239D01*
X-13431Y18216D01*
X-13422Y18203D01*
X-13418Y18198D01*
X-13413Y18193D01*
X-13376Y18152D01*
X-13334Y18115D01*
X-13293Y18082D01*
X-13247Y18059D01*
X-13163Y18013D01*
X-13085Y17985D01*
X-13016Y17971D01*
X-12983Y17967D01*
X-12960Y17962D01*
X-12937Y17958D01*
X-12923D01*
X-12914D01*
X-12909D01*
X-12849Y17962D01*
X-12794Y17971D01*
X-12739Y17981D01*
X-12688Y17999D01*
X-12600Y18045D01*
X-12526Y18096D01*
X-12466Y18143D01*
X-12424Y18189D01*
X-12406Y18207D01*
X-12397Y18216D01*
X-12392Y18226D01*
X-12387Y18230D01*
X-12364Y18272D01*
X-12336Y18327D01*
X-12309Y18392D01*
X-12286Y18461D01*
X-12258Y18535D01*
X-12235Y18614D01*
X-12189Y18775D01*
X-12166Y18854D01*
X-12147Y18928D01*
X-12129Y18993D01*
X-12115Y19053D01*
X-12105Y19104D01*
X-12096Y19140D01*
X-12087Y19163D01*
Y19173D01*
X-12073Y19228D01*
X-12059Y19270D01*
X-12045Y19307D01*
X-12036Y19334D01*
X-12022Y19353D01*
X-12018Y19367D01*
X-12009Y19376D01*
X-11971Y19404D01*
X-11935Y19418D01*
X-11907Y19422D01*
X-11898D01*
X-11893D01*
X-11856Y19418D01*
X-11824Y19408D01*
X-11796Y19395D01*
X-11773Y19381D01*
X-11754Y19367D01*
X-11740Y19353D01*
X-11731Y19344D01*
X-11727Y19339D01*
X-11699Y19288D01*
X-11681Y19233D01*
X-11662Y19173D01*
X-11653Y19117D01*
X-11648Y19067D01*
X-11643Y19020D01*
Y18983D01*
X-11648Y18905D01*
X-11657Y18840D01*
X-11671Y18780D01*
X-11690Y18734D01*
X-11704Y18697D01*
X-11717Y18669D01*
X-11727Y18651D01*
X-11731Y18646D01*
X-11768Y18605D01*
X-11814Y18572D01*
X-11856Y18544D01*
X-11902Y18521D01*
X-11944Y18507D01*
X-11976Y18498D01*
X-11995Y18489D01*
X-12004D01*
X-11912Y17875D01*
X-11796Y17916D01*
X-11690Y17967D01*
X-11602Y18022D01*
X-11528Y18082D01*
X-11468Y18138D01*
X-11426Y18189D01*
X-11408Y18203D01*
X-11399Y18216D01*
X-11394Y18226D01*
X-11389Y18230D01*
X-11357Y18286D01*
X-11325Y18341D01*
X-11278Y18466D01*
X-11246Y18591D01*
X-11223Y18711D01*
X-11214Y18766D01*
X-11209Y18817D01*
X-11205Y18863D01*
Y18905D01*
X-11200Y18937D01*
Y18983D01*
X-11205Y19076D01*
X-11209Y19163D01*
X-11223Y19247D01*
X-11237Y19325D01*
X-11251Y19395D01*
X-11274Y19459D01*
X-11292Y19519D01*
X-11315Y19570D01*
X-11334Y19616D01*
X-11357Y19658D01*
X-11376Y19690D01*
X-11389Y19718D01*
X-11408Y19741D01*
X-11417Y19755D01*
X-11422Y19764D01*
X-11426Y19769D01*
X-11473Y19815D01*
X-11519Y19857D01*
X-11565Y19894D01*
X-11611Y19926D01*
X-11657Y19949D01*
X-11704Y19972D01*
X-11787Y20004D01*
X-11865Y20023D01*
X-11898Y20027D01*
X-11921Y20032D01*
X-11944Y20037D01*
D02*
G37*
G36*
X-11251Y17468D02*
X-13621D01*
X-12785D01*
X-12863Y17463D01*
X-12937Y17459D01*
X-12992Y17449D01*
X-13039Y17445D01*
X-13071Y17436D01*
X-13094Y17431D01*
X-13099D01*
X-13154Y17417D01*
X-13201Y17399D01*
X-13247Y17380D01*
X-13284Y17357D01*
X-13316Y17339D01*
X-13339Y17325D01*
X-13353Y17315D01*
X-13358Y17311D01*
X-13399Y17274D01*
X-13436Y17232D01*
X-13468Y17191D01*
X-13496Y17149D01*
X-13519Y17112D01*
X-13533Y17080D01*
X-13542Y17061D01*
X-13547Y17052D01*
X-13570Y16987D01*
X-13589Y16923D01*
X-13602Y16863D01*
X-13612Y16807D01*
X-13616Y16757D01*
X-13621Y16715D01*
Y16683D01*
X-13616Y16599D01*
X-13602Y16516D01*
X-13584Y16442D01*
X-13561Y16368D01*
X-13529Y16299D01*
X-13496Y16239D01*
X-13459Y16179D01*
X-13427Y16128D01*
X-13390Y16082D01*
X-13353Y16040D01*
X-13321Y16003D01*
X-13288Y15976D01*
X-13265Y15953D01*
X-13247Y15934D01*
X-13233Y15925D01*
X-13228Y15920D01*
X-13570D01*
Y15352D01*
X-11251D01*
Y15971D01*
Y15967D01*
X-12295D01*
X-12364D01*
X-12429D01*
X-12489Y15971D01*
X-12540Y15976D01*
X-12591D01*
X-12632Y15980D01*
X-12674Y15985D01*
X-12706Y15990D01*
X-12762Y15999D01*
X-12799Y16003D01*
X-12822Y16013D01*
X-12826D01*
X-12877Y16031D01*
X-12928Y16059D01*
X-12965Y16087D01*
X-13002Y16114D01*
X-13025Y16142D01*
X-13048Y16165D01*
X-13057Y16179D01*
X-13062Y16184D01*
X-13090Y16234D01*
X-13113Y16285D01*
X-13126Y16331D01*
X-13140Y16378D01*
X-13145Y16415D01*
X-13150Y16442D01*
Y16470D01*
X-13145Y16516D01*
X-13140Y16558D01*
X-13131Y16590D01*
X-13117Y16623D01*
X-13103Y16650D01*
X-13094Y16669D01*
X-13090Y16678D01*
X-13085Y16683D01*
X-13062Y16715D01*
X-13034Y16738D01*
X-12979Y16780D01*
X-12951Y16793D01*
X-12933Y16803D01*
X-12919Y16812D01*
X-12914D01*
X-12891Y16821D01*
X-12863Y16826D01*
X-12794Y16835D01*
X-12711Y16844D01*
X-12632Y16849D01*
X-12554Y16853D01*
X-12521D01*
X-12489D01*
X-12466D01*
X-12447D01*
X-12433D01*
X-12429D01*
X-11251D01*
Y16590D01*
Y17468D01*
D02*
G37*
G36*
Y14747D02*
X-14448D01*
Y14100D01*
X-11251D01*
Y14747D01*
D02*
G37*
%LPD*%
G36*
X-12605Y25008D02*
X-12692Y25012D01*
X-12771Y25026D01*
X-12840Y25045D01*
X-12896Y25073D01*
X-12942Y25096D01*
X-12974Y25119D01*
X-12997Y25133D01*
X-13002Y25137D01*
X-13053Y25188D01*
X-13090Y25243D01*
X-13113Y25299D01*
X-13131Y25350D01*
X-13140Y25396D01*
X-13150Y25433D01*
Y25465D01*
X-13145Y25534D01*
X-13126Y25595D01*
X-13103Y25650D01*
X-13080Y25696D01*
X-13053Y25733D01*
X-13029Y25761D01*
X-13011Y25779D01*
X-13006Y25784D01*
X-12951Y25826D01*
X-12886Y25863D01*
X-12817Y25886D01*
X-12752Y25904D01*
X-12697Y25913D01*
X-12646Y25918D01*
X-12628Y25923D01*
X-12618D01*
X-12609D01*
X-12605D01*
Y25008D01*
D02*
G37*
G36*
X-11200Y24370D02*
X-12392D01*
X-12304Y24375D01*
X-12216Y24379D01*
X-12138Y24393D01*
X-12064Y24407D01*
X-11990Y24421D01*
X-11925Y24444D01*
X-11865Y24463D01*
X-11810Y24486D01*
X-11759Y24504D01*
X-11717Y24527D01*
X-11681Y24546D01*
X-11648Y24560D01*
X-11625Y24578D01*
X-11607Y24587D01*
X-11597Y24592D01*
X-11593Y24597D01*
X-11523Y24657D01*
X-11463Y24717D01*
X-11412Y24786D01*
X-11366Y24860D01*
X-11329Y24934D01*
X-11297Y25008D01*
X-11269Y25082D01*
X-11251Y25156D01*
X-11232Y25220D01*
X-11223Y25285D01*
X-11214Y25345D01*
X-11205Y25396D01*
Y25438D01*
X-11200Y25465D01*
Y24370D01*
D02*
G37*
G36*
X-12272Y23326D02*
X-12161Y23308D01*
X-12069Y23284D01*
X-11995Y23257D01*
X-11935Y23229D01*
X-11893Y23206D01*
X-11870Y23188D01*
X-11861Y23183D01*
X-11801Y23123D01*
X-11759Y23063D01*
X-11727Y23003D01*
X-11708Y22947D01*
X-11694Y22896D01*
X-11690Y22860D01*
X-11685Y22832D01*
Y22823D01*
X-11690Y22776D01*
X-11694Y22730D01*
X-11722Y22647D01*
X-11759Y22578D01*
X-11805Y22518D01*
X-11847Y22471D01*
X-11884Y22439D01*
X-11912Y22421D01*
X-11916Y22411D01*
X-11921D01*
X-11953Y22393D01*
X-11990Y22379D01*
X-12073Y22351D01*
X-12166Y22333D01*
X-12253Y22324D01*
X-12332Y22314D01*
X-12364D01*
X-12397Y22310D01*
X-12420D01*
X-12443D01*
X-12452D01*
X-12457D01*
X-12577Y22314D01*
X-12683Y22333D01*
X-12771Y22356D01*
X-12845Y22384D01*
X-12900Y22407D01*
X-12942Y22430D01*
X-12965Y22448D01*
X-12974Y22453D01*
X-13034Y22513D01*
X-13076Y22573D01*
X-13108Y22633D01*
X-13126Y22693D01*
X-13140Y22739D01*
X-13145Y22781D01*
X-13150Y22809D01*
Y22818D01*
X-13140Y22896D01*
X-13122Y22970D01*
X-13094Y23030D01*
X-13062Y23086D01*
X-13029Y23128D01*
X-13002Y23155D01*
X-12983Y23178D01*
X-12974Y23183D01*
X-12937Y23211D01*
X-12900Y23234D01*
X-12808Y23271D01*
X-12715Y23294D01*
X-12618Y23312D01*
X-12535Y23322D01*
X-12494Y23326D01*
X-12461Y23331D01*
X-12433D01*
X-12415D01*
X-12401D01*
X-12397D01*
X-12272Y23326D01*
D02*
G37*
G36*
X-12078Y20027D02*
X-12170Y20004D01*
X-12249Y19977D01*
X-12313Y19940D01*
X-12364Y19903D01*
X-12401Y19875D01*
X-12420Y19852D01*
X-12429Y19843D01*
X-12457Y19801D01*
X-12489Y19760D01*
X-12512Y19709D01*
X-12540Y19653D01*
X-12586Y19542D01*
X-12628Y19427D01*
X-12660Y19325D01*
X-12669Y19279D01*
X-12683Y19237D01*
X-12692Y19205D01*
X-12697Y19182D01*
X-12701Y19163D01*
Y19159D01*
X-12725Y19071D01*
X-12743Y18993D01*
X-12762Y18923D01*
X-12780Y18863D01*
X-12794Y18808D01*
X-12808Y18762D01*
X-12822Y18725D01*
X-12831Y18688D01*
X-12845Y18660D01*
X-12854Y18637D01*
X-12859Y18618D01*
X-12868Y18609D01*
X-12872Y18591D01*
X-12877Y18586D01*
X-12896Y18567D01*
X-12914Y18554D01*
X-12951Y18535D01*
X-12979Y18526D01*
X-12983D01*
X-12988D01*
X-13016Y18531D01*
X-13039Y18535D01*
X-13080Y18563D01*
X-13103Y18586D01*
X-13113Y18591D01*
Y18595D01*
X-13136Y18642D01*
X-13154Y18692D01*
X-13163Y18748D01*
X-13173Y18808D01*
X-13177Y18859D01*
X-13182Y18900D01*
Y18942D01*
X-13177Y19011D01*
X-13173Y19071D01*
X-13159Y19122D01*
X-13145Y19163D01*
X-13131Y19196D01*
X-13122Y19219D01*
X-13113Y19233D01*
X-13108Y19237D01*
X-13080Y19274D01*
X-13048Y19302D01*
X-13016Y19330D01*
X-12979Y19348D01*
X-12951Y19362D01*
X-12928Y19371D01*
X-12909Y19381D01*
X-12905D01*
X-13011Y19958D01*
X-13117Y19921D01*
X-13210Y19870D01*
X-13288Y19820D01*
X-13348Y19764D01*
X-13399Y19718D01*
X-13436Y19676D01*
X-13455Y19649D01*
X-13464Y19644D01*
Y19639D01*
X-13491Y19593D01*
X-13515Y19542D01*
X-13556Y19432D01*
X-13584Y19316D01*
X-13602Y19200D01*
X-13607Y19145D01*
X-13612Y19094D01*
X-13616Y19048D01*
X-13621Y19011D01*
Y20037D01*
X-11976D01*
X-12078Y20027D01*
D02*
G37*
%LPC*%
G36*
X63270Y14075D02*
Y14008D01*
X62738Y14075D01*
D01*
Y12543D01*
X62660Y12643D01*
X62582Y12737D01*
X62510Y12826D01*
X62438Y12910D01*
X62371Y12987D01*
X62305Y13059D01*
X62244Y13120D01*
X62194Y13181D01*
X62144Y13231D01*
X62099Y13276D01*
X62061Y13315D01*
X62027Y13348D01*
X61999Y13370D01*
X61983Y13387D01*
X61972Y13398D01*
X61966Y13403D01*
X61839Y13514D01*
X61716Y13603D01*
X61611Y13681D01*
X61517Y13747D01*
X61439Y13792D01*
X61378Y13825D01*
X61356Y13836D01*
X61339Y13847D01*
X61334Y13853D01*
X61328D01*
X61217Y13903D01*
X61111Y13936D01*
X61012Y13964D01*
X60917Y13981D01*
X60839Y13992D01*
X60784Y13997D01*
X60756D01*
X60740D01*
X60734D01*
X60729D01*
X60629Y13992D01*
X60534Y13975D01*
X60445Y13953D01*
X60373Y13931D01*
X60312Y13908D01*
X60262Y13886D01*
X60235Y13870D01*
X60224Y13864D01*
X60140Y13809D01*
X60074Y13747D01*
X60007Y13681D01*
X59957Y13620D01*
X59918Y13564D01*
X59885Y13520D01*
X59868Y13487D01*
X59863Y13481D01*
Y13476D01*
X59818Y13376D01*
X59785Y13276D01*
X59763Y13176D01*
X59746Y13081D01*
X59735Y12998D01*
X59729Y12932D01*
Y11744D01*
D01*
Y12876D01*
X59735Y12743D01*
X59752Y12621D01*
X59774Y12510D01*
X59796Y12415D01*
X59824Y12338D01*
X59846Y12282D01*
X59857Y12260D01*
X59863Y12244D01*
X59868Y12238D01*
Y12232D01*
X59924Y12133D01*
X59990Y12044D01*
X60062Y11960D01*
X60135Y11888D01*
X60201Y11827D01*
X60251Y11783D01*
X60273Y11766D01*
X60290Y11755D01*
X60296Y11744D01*
X63270D01*
X60301D01*
X60618Y12155D01*
X60545Y12221D01*
X60490Y12282D01*
X60440Y12338D01*
X60401Y12388D01*
X60373Y12427D01*
X60357Y12454D01*
X60346Y12477D01*
X60340Y12482D01*
X60312Y12538D01*
X60296Y12599D01*
X60279Y12660D01*
X60273Y12715D01*
X60268Y12765D01*
X60262Y12804D01*
Y12837D01*
X60268Y12921D01*
X60285Y12993D01*
X60307Y13054D01*
X60329Y13109D01*
X60351Y13148D01*
X60373Y13181D01*
X60390Y13198D01*
X60396Y13204D01*
X60451Y13248D01*
X60507Y13281D01*
X60568Y13304D01*
X60629Y13320D01*
X60679Y13331D01*
X60723Y13337D01*
X60751D01*
X60762D01*
X60851Y13331D01*
X60939Y13315D01*
X61023Y13298D01*
X61095Y13276D01*
X61156Y13248D01*
X61206Y13231D01*
X61234Y13215D01*
X61239Y13209D01*
X61245D01*
X61334Y13154D01*
X61433Y13093D01*
X61528Y13021D01*
X61622Y12948D01*
X61700Y12882D01*
X61766Y12826D01*
X61789Y12804D01*
X61805Y12787D01*
X61816Y12782D01*
X61822Y12776D01*
X61888Y12715D01*
X61961Y12649D01*
X62116Y12493D01*
X62277Y12338D01*
X62432Y12182D01*
X62505Y12105D01*
X62571Y12038D01*
X62632Y11977D01*
X62682Y11922D01*
X62726Y11877D01*
X62760Y11844D01*
X62782Y11822D01*
X62788Y11816D01*
X63270D01*
Y14075D01*
D02*
G37*
G36*
X59796Y11478D02*
D01*
Y8542D01*
X63270D01*
X59796D01*
X61949Y9674D01*
X63270D01*
Y10345D01*
X61944D01*
X59796Y11478D01*
D02*
G37*
G36*
X63270Y8203D02*
X62749D01*
Y6710D01*
X61766D01*
Y7931D01*
X61250D01*
Y6710D01*
X60323D01*
Y8103D01*
X59796Y8175D01*
Y8203D01*
Y6039D01*
X63270D01*
Y8203D01*
D02*
G37*
G36*
Y5500D02*
X61383Y4224D01*
X59796Y5406D01*
Y5500D01*
Y4701D01*
X61311Y3585D01*
X61534D01*
X63270Y4740D01*
Y3585D01*
X61534D01*
X61417Y3508D01*
X61311Y3585D01*
X59796D01*
Y2914D01*
X63270D01*
Y5500D01*
D02*
G37*
%LPD*%
G36*
X61395Y10018D02*
X59796Y9252D01*
Y10795D01*
X61395Y10018D01*
D02*
G37*
%LPC*%
G36*
X-25951Y8401D02*
X-25959D01*
X-25976D01*
X-26009D01*
X-26059D01*
X-26109Y8393D01*
X-26176Y8385D01*
X-26318Y8368D01*
X-26476Y8335D01*
X-26634Y8293D01*
X-26784Y8226D01*
X-26917Y8135D01*
X-26934Y8126D01*
X-26967Y8085D01*
X-27017Y8027D01*
X-27076Y7952D01*
X-27134Y7852D01*
X-27184Y7735D01*
X-27217Y7610D01*
X-27234Y7460D01*
Y7443D01*
X-27226Y7393D01*
X-27217Y7318D01*
X-27192Y7227D01*
X-27159Y7127D01*
X-27101Y7010D01*
X-27026Y6902D01*
X-26917Y6802D01*
X-26901Y6794D01*
X-26859Y6760D01*
X-26784Y6727D01*
X-26684Y6677D01*
X-26551Y6635D01*
X-26392Y6594D01*
X-26201Y6560D01*
X-25976Y6552D01*
X-25968D01*
X-25951D01*
X-25909D01*
X-25868Y6560D01*
X-25818D01*
X-25751Y6569D01*
X-25609Y6585D01*
X-25451Y6610D01*
X-25293Y6660D01*
X-25143Y6719D01*
X-25010Y6802D01*
X-24993Y6810D01*
X-24960Y6852D01*
X-24910Y6902D01*
X-24860Y6977D01*
X-24802Y7068D01*
X-24751Y7177D01*
X-24718Y7302D01*
X-24701Y7435D01*
Y7452D01*
X-24710Y7502D01*
X-24718Y7577D01*
X-24743Y7677D01*
X-24777Y7785D01*
X-24835Y7893D01*
X-24910Y8010D01*
X-25018Y8118D01*
X-25035Y8126D01*
X-25076Y8160D01*
X-25151Y8210D01*
X-25251Y8260D01*
X-25385Y8310D01*
X-25543Y8360D01*
X-25734Y8393D01*
X-25951Y8401D01*
D02*
G37*
G36*
X-26251Y-1261D02*
X-26259D01*
X-26276D01*
X-26293D01*
X-26326Y-1270D01*
X-26417Y-1278D01*
X-26518Y-1295D01*
X-26634Y-1328D01*
X-26759Y-1370D01*
X-26876Y-1436D01*
X-26976Y-1511D01*
X-26984Y-1520D01*
X-27017Y-1553D01*
X-27059Y-1603D01*
X-27109Y-1670D01*
X-27151Y-1753D01*
X-27192Y-1853D01*
X-27226Y-1961D01*
X-27234Y-2086D01*
Y-2145D01*
X-27217Y-2211D01*
X-27200Y-2294D01*
X-27167Y-2386D01*
X-27126Y-2486D01*
X-27059Y-2586D01*
X-26967Y-2678D01*
X-26959Y-2686D01*
X-26917Y-2711D01*
X-26859Y-2753D01*
X-26776Y-2794D01*
X-26676Y-2844D01*
X-26551Y-2877D01*
X-26409Y-2902D01*
X-26251Y-2911D01*
Y-1261D01*
D02*
G37*
G36*
X-27775Y-5885D02*
X-27792D01*
X-27825D01*
X-27884Y-5893D01*
X-27959Y-5910D01*
X-28042Y-5935D01*
X-28133Y-5968D01*
X-28217Y-6010D01*
X-28300Y-6076D01*
X-28308Y-6084D01*
X-28333Y-6109D01*
X-28367Y-6151D01*
X-28408Y-6201D01*
X-28458Y-6268D01*
X-28500Y-6351D01*
X-28533Y-6443D01*
X-28558Y-6543D01*
Y-6551D01*
X-28567Y-6584D01*
X-28575Y-6643D01*
X-28583Y-6726D01*
Y-6834D01*
X-28592Y-6909D01*
Y-6984D01*
X-28600Y-7068D01*
Y-7934D01*
X-26959D01*
Y-7134D01*
X-26967Y-7076D01*
Y-6926D01*
X-26976Y-6776D01*
X-26992Y-6626D01*
X-27017Y-6493D01*
X-27026Y-6434D01*
X-27042Y-6384D01*
X-27051Y-6376D01*
X-27059Y-6343D01*
X-27084Y-6301D01*
X-27109Y-6251D01*
X-27151Y-6193D01*
X-27200Y-6134D01*
X-27259Y-6068D01*
X-27325Y-6018D01*
X-27334Y-6010D01*
X-27359Y-5993D01*
X-27400Y-5976D01*
X-27459Y-5951D01*
X-27525Y-5926D01*
X-27600Y-5901D01*
X-27684Y-5893D01*
X-27775Y-5885D01*
D02*
G37*
G36*
X-33434Y5594D02*
X-33546D01*
X-33551D01*
X-33571D01*
X-33607D01*
X-33648D01*
X-33699D01*
X-33755Y5589D01*
X-33821D01*
X-33887Y5584D01*
X-34029Y5578D01*
X-34167Y5568D01*
X-34233Y5558D01*
X-34299Y5548D01*
X-34355Y5538D01*
X-34401Y5528D01*
X-34406D01*
X-34411Y5522D01*
X-34437Y5517D01*
X-34477Y5502D01*
X-34528Y5487D01*
X-34579Y5461D01*
X-34630Y5436D01*
X-34676Y5405D01*
X-34712Y5375D01*
X-34717Y5370D01*
X-34727Y5359D01*
X-34737Y5339D01*
X-34752Y5314D01*
X-34767Y5283D01*
X-34783Y5248D01*
X-34788Y5207D01*
X-34793Y5161D01*
Y5141D01*
X-34788Y5115D01*
X-34783Y5090D01*
X-34773Y5054D01*
X-34757Y5018D01*
X-34737Y4978D01*
X-34712Y4942D01*
X-34706Y4937D01*
X-34696Y4927D01*
X-34676Y4912D01*
X-34650Y4891D01*
X-34610Y4866D01*
X-34564Y4845D01*
X-34503Y4820D01*
X-34432Y4800D01*
X-34427D01*
X-34421Y4795D01*
X-34401D01*
X-34381Y4789D01*
X-34350Y4784D01*
X-34315Y4779D01*
X-34274Y4774D01*
X-34223Y4769D01*
X-34162Y4759D01*
X-34101Y4754D01*
X-34024Y4749D01*
X-33948Y4744D01*
X-33856Y4738D01*
X-33765D01*
X-33658Y4733D01*
X-33546D01*
X-33541D01*
X-33520D01*
X-33485D01*
X-33444D01*
X-33393D01*
X-33337Y4738D01*
X-33271D01*
X-33205Y4744D01*
X-33062Y4749D01*
X-32920Y4759D01*
X-32854Y4764D01*
X-32793Y4774D01*
X-32737Y4784D01*
X-32686Y4795D01*
X-32675Y4800D01*
X-32650Y4805D01*
X-32609Y4820D01*
X-32563Y4835D01*
X-32513Y4861D01*
X-32462Y4886D01*
X-32416Y4917D01*
X-32380Y4947D01*
X-32375Y4952D01*
X-32370Y4963D01*
X-32355Y4983D01*
X-32345Y5008D01*
X-32329Y5039D01*
X-32314Y5074D01*
X-32309Y5115D01*
X-32304Y5161D01*
Y5181D01*
X-32309Y5207D01*
X-32314Y5232D01*
X-32324Y5268D01*
X-32335Y5303D01*
X-32355Y5339D01*
X-32380Y5375D01*
X-32385Y5380D01*
X-32396Y5390D01*
X-32416Y5410D01*
X-32447Y5431D01*
X-32482Y5451D01*
X-32533Y5477D01*
X-32589Y5502D01*
X-32660Y5522D01*
X-32665D01*
X-32670Y5528D01*
X-32691D01*
X-32711Y5533D01*
X-32742Y5538D01*
X-32777Y5543D01*
X-32818Y5553D01*
X-32869Y5558D01*
X-32925Y5563D01*
X-32991Y5573D01*
X-33062Y5578D01*
X-33144Y5584D01*
X-33230Y5589D01*
X-33327D01*
X-33434Y5594D01*
D02*
G37*
G36*
X-33302Y-4449D02*
X-33307D01*
X-33317D01*
X-33327D01*
X-33347Y-4454D01*
X-33403Y-4459D01*
X-33465Y-4469D01*
X-33536Y-4490D01*
X-33612Y-4515D01*
X-33683Y-4556D01*
X-33744Y-4602D01*
X-33749Y-4607D01*
X-33770Y-4627D01*
X-33795Y-4658D01*
X-33826Y-4698D01*
X-33851Y-4749D01*
X-33877Y-4810D01*
X-33897Y-4876D01*
X-33902Y-4953D01*
Y-4989D01*
X-33892Y-5029D01*
X-33882Y-5080D01*
X-33862Y-5136D01*
X-33836Y-5197D01*
X-33795Y-5258D01*
X-33739Y-5314D01*
X-33734Y-5319D01*
X-33709Y-5335D01*
X-33673Y-5360D01*
X-33622Y-5385D01*
X-33561Y-5416D01*
X-33485Y-5436D01*
X-33398Y-5452D01*
X-33302Y-5457D01*
Y-4449D01*
D02*
G37*
G36*
X-12360Y-257D02*
X-12364D01*
X-12374D01*
X-12392D01*
X-12415Y-262D01*
X-12443D01*
X-12480Y-266D01*
X-12554Y-276D01*
X-12637Y-299D01*
X-12725Y-326D01*
X-12812Y-368D01*
X-12886Y-423D01*
X-12896Y-433D01*
X-12914Y-451D01*
X-12946Y-488D01*
X-12979Y-534D01*
X-13011Y-594D01*
X-13043Y-659D01*
X-13062Y-738D01*
X-13071Y-825D01*
Y-848D01*
X-13067Y-867D01*
X-13062Y-908D01*
X-13048Y-964D01*
X-13025Y-1029D01*
X-12993Y-1098D01*
X-12946Y-1167D01*
X-12886Y-1232D01*
X-12877Y-1237D01*
X-12854Y-1255D01*
X-12808Y-1283D01*
X-12752Y-1310D01*
X-12678Y-1343D01*
X-12586Y-1366D01*
X-12480Y-1384D01*
X-12360Y-1393D01*
X-12355D01*
X-12346D01*
X-12327D01*
X-12304Y-1389D01*
X-12272D01*
X-12240Y-1384D01*
X-12166Y-1375D01*
X-12078Y-1352D01*
X-11990Y-1324D01*
X-11902Y-1287D01*
X-11828Y-1232D01*
X-11819Y-1223D01*
X-11801Y-1204D01*
X-11773Y-1167D01*
X-11740Y-1116D01*
X-11704Y-1061D01*
X-11676Y-992D01*
X-11657Y-913D01*
X-11648Y-825D01*
Y-802D01*
X-11653Y-784D01*
X-11657Y-742D01*
X-11671Y-687D01*
X-11694Y-622D01*
X-11722Y-553D01*
X-11768Y-488D01*
X-11828Y-423D01*
X-11838Y-414D01*
X-11861Y-396D01*
X-11907Y-372D01*
X-11962Y-340D01*
X-12041Y-308D01*
X-12129Y-285D01*
X-12240Y-266D01*
X-12360Y-257D01*
D02*
G37*
G36*
X-12387Y-3094D02*
X-12392D01*
X-12401D01*
X-12420D01*
X-12447D01*
X-12475Y-3098D01*
X-12512Y-3103D01*
X-12591Y-3112D01*
X-12678Y-3131D01*
X-12766Y-3154D01*
X-12849Y-3191D01*
X-12923Y-3241D01*
X-12933Y-3246D01*
X-12951Y-3269D01*
X-12979Y-3302D01*
X-13011Y-3343D01*
X-13043Y-3399D01*
X-13071Y-3463D01*
X-13090Y-3533D01*
X-13099Y-3616D01*
Y-3625D01*
X-13094Y-3653D01*
X-13090Y-3694D01*
X-13076Y-3745D01*
X-13057Y-3801D01*
X-13025Y-3865D01*
X-12983Y-3925D01*
X-12923Y-3981D01*
X-12914Y-3985D01*
X-12891Y-4004D01*
X-12849Y-4022D01*
X-12794Y-4050D01*
X-12720Y-4073D01*
X-12632Y-4096D01*
X-12526Y-4115D01*
X-12401Y-4119D01*
X-12397D01*
X-12387D01*
X-12364D01*
X-12341Y-4115D01*
X-12313D01*
X-12276Y-4110D01*
X-12198Y-4101D01*
X-12110Y-4087D01*
X-12022Y-4059D01*
X-11939Y-4027D01*
X-11865Y-3981D01*
X-11856Y-3976D01*
X-11838Y-3953D01*
X-11810Y-3925D01*
X-11782Y-3884D01*
X-11750Y-3833D01*
X-11722Y-3773D01*
X-11704Y-3703D01*
X-11694Y-3630D01*
Y-3620D01*
X-11699Y-3593D01*
X-11704Y-3551D01*
X-11717Y-3496D01*
X-11736Y-3436D01*
X-11768Y-3376D01*
X-11810Y-3311D01*
X-11870Y-3251D01*
X-11879Y-3246D01*
X-11902Y-3228D01*
X-11944Y-3200D01*
X-11999Y-3172D01*
X-12073Y-3145D01*
X-12161Y-3117D01*
X-12267Y-3098D01*
X-12387Y-3094D01*
D02*
G37*
G36*
X-12466Y-7376D02*
X-13653Y-7825D01*
X-12466Y-8259D01*
Y-7376D01*
D02*
G37*
G36*
X-32891Y30572D02*
X-32970D01*
X-32974D01*
X-32988D01*
X-33011D01*
X-33044Y30568D01*
X-33081D01*
X-33127Y30563D01*
X-33224Y30549D01*
X-33330Y30531D01*
X-33446Y30498D01*
X-33547Y30452D01*
X-33598Y30425D01*
X-33640Y30392D01*
X-33644D01*
X-33649Y30383D01*
X-33672Y30360D01*
X-33709Y30323D01*
X-33751Y30272D01*
X-33788Y30207D01*
X-33825Y30134D01*
X-33848Y30046D01*
X-33857Y30000D01*
Y29930D01*
X-33852Y29912D01*
X-33843Y29861D01*
X-33829Y29801D01*
X-33801Y29732D01*
X-33760Y29658D01*
X-33737Y29621D01*
X-33704Y29584D01*
X-33672Y29547D01*
X-33630Y29510D01*
X-33626D01*
X-33621Y29501D01*
X-33607Y29491D01*
X-33589Y29482D01*
X-33566Y29468D01*
X-33538Y29450D01*
X-33506Y29436D01*
X-33469Y29417D01*
X-33423Y29399D01*
X-33376Y29385D01*
X-33321Y29367D01*
X-33266Y29353D01*
X-33201Y29344D01*
X-33132Y29334D01*
X-33062Y29325D01*
X-32984D01*
X-32979D01*
X-32965D01*
X-32942D01*
X-32914D01*
X-32882Y29330D01*
X-32840D01*
X-32753Y29339D01*
X-32656Y29353D01*
X-32554Y29371D01*
X-32462Y29399D01*
X-32420Y29417D01*
X-32383Y29436D01*
X-32379D01*
X-32369Y29445D01*
X-32355Y29454D01*
X-32337Y29468D01*
X-32286Y29510D01*
X-32235Y29570D01*
X-32180Y29639D01*
X-32129Y29727D01*
X-32111Y29773D01*
X-32097Y29829D01*
X-32087Y29879D01*
X-32083Y29939D01*
Y29963D01*
X-32087Y29981D01*
X-32097Y30032D01*
X-32111Y30092D01*
X-32138Y30161D01*
X-32175Y30235D01*
X-32231Y30309D01*
X-32268Y30346D01*
X-32305Y30383D01*
X-32309D01*
X-32314Y30392D01*
X-32328Y30402D01*
X-32346Y30411D01*
X-32369Y30429D01*
X-32397Y30443D01*
X-32434Y30461D01*
X-32471Y30480D01*
X-32517Y30494D01*
X-32563Y30512D01*
X-32619Y30531D01*
X-32679Y30545D01*
X-32743Y30554D01*
X-32813Y30563D01*
X-32891Y30572D01*
D02*
G37*
G36*
X-32854Y26752D02*
X-32933D01*
X-32937D01*
X-32956D01*
X-32979D01*
X-33011Y26747D01*
X-33048D01*
X-33095Y26742D01*
X-33145Y26738D01*
X-33201Y26729D01*
X-33312Y26706D01*
X-33427Y26673D01*
X-33538Y26627D01*
X-33584Y26599D01*
X-33630Y26567D01*
X-33635D01*
X-33640Y26558D01*
X-33667Y26535D01*
X-33704Y26493D01*
X-33746Y26442D01*
X-33788Y26377D01*
X-33820Y26299D01*
X-33848Y26211D01*
X-33852Y26165D01*
X-33857Y26114D01*
Y26091D01*
X-33852Y26072D01*
X-33848Y26022D01*
X-33829Y25962D01*
X-33806Y25892D01*
X-33764Y25818D01*
X-33714Y25745D01*
X-33677Y25708D01*
X-33640Y25675D01*
X-33635D01*
X-33630Y25666D01*
X-33617Y25661D01*
X-33598Y25648D01*
X-33575Y25634D01*
X-33547Y25620D01*
X-33515Y25606D01*
X-33478Y25587D01*
X-33432Y25569D01*
X-33381Y25555D01*
X-33326Y25541D01*
X-33266Y25527D01*
X-33201Y25518D01*
X-33127Y25509D01*
X-33048Y25500D01*
X-32965D01*
X-32961D01*
X-32947D01*
X-32924D01*
X-32891Y25504D01*
X-32854D01*
X-32813Y25509D01*
X-32716Y25523D01*
X-32610Y25546D01*
X-32499Y25578D01*
X-32392Y25624D01*
X-32346Y25652D01*
X-32300Y25684D01*
Y25689D01*
X-32291Y25694D01*
X-32268Y25717D01*
X-32231Y25758D01*
X-32194Y25809D01*
X-32152Y25874D01*
X-32115Y25952D01*
X-32092Y26036D01*
X-32087Y26082D01*
X-32083Y26128D01*
Y26151D01*
X-32087Y26170D01*
X-32092Y26220D01*
X-32111Y26280D01*
X-32134Y26350D01*
X-32171Y26424D01*
X-32221Y26498D01*
X-32254Y26535D01*
X-32291Y26567D01*
X-32295D01*
X-32300Y26576D01*
X-32314Y26585D01*
X-32332Y26595D01*
X-32355Y26608D01*
X-32379Y26627D01*
X-32415Y26641D01*
X-32452Y26659D01*
X-32494Y26678D01*
X-32540Y26692D01*
X-32596Y26710D01*
X-32651Y26724D01*
X-32716Y26733D01*
X-32780Y26742D01*
X-32854Y26752D01*
D02*
G37*
G36*
X-33192Y24349D02*
X-33196D01*
X-33206D01*
X-33219Y24345D01*
X-33238D01*
X-33293Y24335D01*
X-33353Y24322D01*
X-33427Y24298D01*
X-33496Y24275D01*
X-33566Y24238D01*
X-33626Y24197D01*
X-33630D01*
X-33635Y24188D01*
X-33663Y24164D01*
X-33700Y24123D01*
X-33741Y24068D01*
X-33783Y23998D01*
X-33820Y23915D01*
X-33848Y23818D01*
X-33852Y23767D01*
X-33857Y23712D01*
Y23684D01*
X-33852Y23665D01*
X-33848Y23615D01*
X-33834Y23555D01*
X-33811Y23481D01*
X-33778Y23402D01*
X-33732Y23328D01*
X-33672Y23254D01*
X-33663Y23245D01*
X-33640Y23227D01*
X-33598Y23194D01*
X-33543Y23162D01*
X-33478Y23125D01*
X-33395Y23093D01*
X-33298Y23065D01*
X-33192Y23051D01*
Y24349D01*
D02*
G37*
G36*
X-32914Y19313D02*
X-32993D01*
X-32998D01*
X-33011D01*
X-33035D01*
X-33062Y19309D01*
X-33099D01*
X-33141Y19304D01*
X-33233Y19290D01*
X-33339Y19267D01*
X-33446Y19235D01*
X-33552Y19189D01*
X-33598Y19156D01*
X-33640Y19124D01*
X-33644D01*
X-33649Y19115D01*
X-33672Y19092D01*
X-33709Y19050D01*
X-33751Y18995D01*
X-33788Y18930D01*
X-33825Y18851D01*
X-33848Y18764D01*
X-33857Y18718D01*
Y18644D01*
X-33852Y18625D01*
X-33848Y18574D01*
X-33829Y18514D01*
X-33806Y18440D01*
X-33764Y18366D01*
X-33714Y18293D01*
X-33677Y18256D01*
X-33640Y18218D01*
X-33635D01*
X-33630Y18209D01*
X-33617Y18200D01*
X-33598Y18191D01*
X-33580Y18177D01*
X-33552Y18163D01*
X-33520Y18145D01*
X-33483Y18131D01*
X-33441Y18112D01*
X-33390Y18094D01*
X-33339Y18080D01*
X-33284Y18066D01*
X-33219Y18057D01*
X-33155Y18048D01*
X-33085Y18038D01*
X-33007D01*
X-33002D01*
X-32988D01*
X-32965D01*
X-32933Y18043D01*
X-32896D01*
X-32850Y18048D01*
X-32753Y18061D01*
X-32642Y18085D01*
X-32536Y18112D01*
X-32429Y18158D01*
X-32383Y18186D01*
X-32342Y18218D01*
X-32332Y18228D01*
X-32309Y18251D01*
X-32277Y18288D01*
X-32240Y18343D01*
X-32198Y18408D01*
X-32166Y18486D01*
X-32143Y18574D01*
X-32138Y18620D01*
X-32134Y18671D01*
Y18699D01*
X-32138Y18718D01*
X-32143Y18768D01*
X-32161Y18833D01*
X-32184Y18902D01*
X-32221Y18981D01*
X-32272Y19055D01*
X-32305Y19092D01*
X-32342Y19129D01*
X-32346D01*
X-32351Y19138D01*
X-32365Y19147D01*
X-32383Y19156D01*
X-32402Y19170D01*
X-32429Y19189D01*
X-32462Y19203D01*
X-32503Y19221D01*
X-32545Y19240D01*
X-32591Y19253D01*
X-32646Y19272D01*
X-32706Y19286D01*
X-32767Y19295D01*
X-32836Y19304D01*
X-32914Y19313D01*
D02*
G37*
G36*
X-33192Y13663D02*
X-33196D01*
X-33206D01*
X-33219Y13659D01*
X-33238D01*
X-33293Y13649D01*
X-33353Y13635D01*
X-33427Y13612D01*
X-33496Y13589D01*
X-33566Y13552D01*
X-33626Y13511D01*
X-33630D01*
X-33635Y13501D01*
X-33663Y13478D01*
X-33700Y13437D01*
X-33741Y13381D01*
X-33783Y13312D01*
X-33820Y13229D01*
X-33848Y13132D01*
X-33852Y13081D01*
X-33857Y13026D01*
Y12998D01*
X-33852Y12979D01*
X-33848Y12929D01*
X-33834Y12869D01*
X-33811Y12795D01*
X-33778Y12716D01*
X-33732Y12642D01*
X-33672Y12568D01*
X-33663Y12559D01*
X-33640Y12541D01*
X-33598Y12508D01*
X-33543Y12476D01*
X-33478Y12439D01*
X-33395Y12407D01*
X-33298Y12379D01*
X-33192Y12365D01*
Y13663D01*
D02*
G37*
G36*
X-33432Y11108D02*
X-33437D01*
X-33455D01*
X-33478D01*
X-33515Y11104D01*
X-33557D01*
X-33603Y11099D01*
X-33658Y11095D01*
X-33714Y11090D01*
X-33838Y11067D01*
X-33968Y11039D01*
X-34088Y10998D01*
X-34148Y10970D01*
X-34199Y10942D01*
X-34203D01*
X-34213Y10933D01*
X-34227Y10924D01*
X-34245Y10914D01*
X-34291Y10877D01*
X-34347Y10831D01*
X-34407Y10771D01*
X-34467Y10702D01*
X-34517Y10623D01*
X-34559Y10540D01*
X-34564Y10531D01*
X-34568Y10508D01*
X-34582Y10466D01*
X-34596Y10406D01*
X-34605Y10332D01*
X-34619Y10240D01*
X-34624Y10184D01*
Y10124D01*
X-34628Y10064D01*
Y9325D01*
X-32189D01*
Y10083D01*
X-32194Y10115D01*
X-32198Y10184D01*
X-32203Y10263D01*
X-32212Y10346D01*
X-32226Y10429D01*
X-32245Y10498D01*
X-32249Y10508D01*
X-32254Y10531D01*
X-32268Y10563D01*
X-32286Y10605D01*
X-32314Y10651D01*
X-32342Y10697D01*
X-32374Y10743D01*
X-32411Y10790D01*
X-32420Y10794D01*
X-32438Y10813D01*
X-32471Y10840D01*
X-32517Y10873D01*
X-32577Y10910D01*
X-32646Y10951D01*
X-32725Y10988D01*
X-32813Y11021D01*
X-32817D01*
X-32827Y11025D01*
X-32840Y11030D01*
X-32859Y11034D01*
X-32882Y11039D01*
X-32914Y11048D01*
X-32947Y11057D01*
X-32984Y11067D01*
X-33076Y11081D01*
X-33182Y11095D01*
X-33303Y11104D01*
X-33432Y11108D01*
D02*
G37*
%LPD*%
D10*
X34000Y-58100D02*
G03*
X37832Y-52114I-2000J5500D01*
G01*
X900Y-1500D02*
G03*
X6886Y-5332I5500J2000D01*
G01*
D11*
X27700Y-55700D02*
G03*
X27200Y-56200I0J-500D01*
G01*
Y-61800D02*
G03*
X27700Y-62300I500J0D01*
G01*
X30300D02*
G03*
X30800Y-61800I0J500D01*
G01*
Y-56200D02*
G03*
X30300Y-55700I-500J0D01*
G01*
X27200Y-61800D02*
Y-56200D01*
X30800Y-61800D02*
Y-56200D01*
D12*
X-53050Y17050D02*
Y18350D01*
X-53400Y17050D02*
X-53050D01*
X-53400D02*
Y18350D01*
X-53050D01*
X-54950Y17050D02*
X-54600Y17050D01*
Y18350D01*
X-54950Y18350D02*
X-54600Y18350D01*
X-54950Y17050D02*
Y18350D01*
X-25100Y-57700D02*
Y-57200D01*
X-29900Y-57700D02*
Y-57200D01*
X-25100D01*
X-29900Y-57700D02*
X-25100D01*
X-29900Y-55300D02*
X-25100D01*
X-29900Y-55800D02*
X-25100D01*
X-29900D02*
Y-55300D01*
X-25100Y-55800D02*
Y-55300D01*
X-31600Y-57700D02*
Y-57200D01*
X-36400Y-57700D02*
Y-57200D01*
X-31600D01*
X-36400Y-57700D02*
X-31600D01*
X-36400Y-55300D02*
X-31600D01*
X-36400Y-55800D02*
X-31600D01*
X-36400D02*
Y-55300D01*
X-31600Y-55800D02*
Y-55300D01*
X-36400Y-41300D02*
Y-40800D01*
X-31600Y-41300D02*
Y-40800D01*
X-36400Y-41300D02*
X-31600D01*
X-36400Y-40800D02*
X-31600D01*
X-36400Y-43200D02*
X-31600D01*
X-36400Y-42700D02*
X-31600D01*
Y-43200D02*
Y-42700D01*
X-36400Y-43200D02*
Y-42700D01*
X-29900Y-41300D02*
Y-40800D01*
X-25100Y-41300D02*
Y-40800D01*
X-29900Y-41300D02*
X-25100D01*
X-29900Y-40800D02*
X-25100D01*
X-29900Y-43200D02*
X-25100D01*
X-29900Y-42700D02*
X-25100D01*
Y-43200D02*
Y-42700D01*
X-29900Y-43200D02*
Y-42700D01*
D13*
X-50402Y20413D02*
Y24743D01*
X-47056D01*
X-38198Y20413D02*
Y24743D01*
X-41544D02*
X-38198D01*
X-34350Y-18244D02*
X-15650D01*
Y-33756D02*
Y-31925D01*
Y-20075D02*
Y-18244D01*
X-34350Y-33756D02*
X-15650D01*
X-34350D02*
Y-31925D01*
Y-20075D02*
Y-18244D01*
X21169Y-18055D02*
Y-17957D01*
Y-25043D02*
Y-24945D01*
Y-25043D02*
X29831D01*
Y-18055D02*
Y-17957D01*
Y-25043D02*
Y-24945D01*
X21169Y-17957D02*
X29831D01*
D14*
X-12500Y-54000D02*
Y-38000D01*
X-14000D02*
X-12500D01*
X-14000Y-41000D02*
X-12500D01*
X-14000D02*
Y-38000D01*
Y-54000D02*
X-12500D01*
X-23500D02*
X-22000D01*
Y-41000D02*
Y-38000D01*
X-23500Y-54000D02*
Y-38000D01*
X-22000D01*
X-23500Y-41000D02*
X-22000D01*
D15*
X-10000Y-18500D02*
X4000D01*
Y-23500D02*
Y-18500D01*
X-10000Y-23500D02*
X4000D01*
X-10000D02*
Y-18500D01*
X0Y-23500D02*
Y-18500D01*
X4500D02*
X18500D01*
Y-23500D02*
Y-18500D01*
X4500Y-23500D02*
X18500D01*
X4500D02*
Y-18500D01*
X14500Y-23500D02*
Y-18500D01*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GTP
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8421504*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Positive*
G04*
G01*
G75*
G04:AMPARAMS|DCode=16|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD16*
21,1,0.01575,0.05118,0,0,90.0*
21,1,0.00787,0.05906,0,0,90.0*
1,1,0.00787,0.02559,0.00394*
1,1,0.00787,0.02559,-0.00394*
1,1,0.00787,-0.02559,-0.00394*
1,1,0.00787,-0.02559,0.00394*
%
%ADD16ROUNDEDRECTD16*%
G04:AMPARAMS|DCode=17|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD17*
21,1,0.03937,0.03937,0,0,90.0*
21,1,0.01968,0.05906,0,0,90.0*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
1,1,0.01968,-0.01968,0.00984*
%
%ADD17ROUNDEDRECTD17*%
G04:AMPARAMS|DCode=18|XSize=20mil|YSize=20mil|CornerRadius=5mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD18*
21,1,0.02000,0.01000,0,0,0.0*
21,1,0.01000,0.02000,0,0,0.0*
1,1,0.01000,0.00500,-0.00500*
1,1,0.01000,-0.00500,-0.00500*
1,1,0.01000,-0.00500,0.00500*
1,1,0.01000,0.00500,0.00500*
%
%ADD18ROUNDEDRECTD18*%
G04:AMPARAMS|DCode=19|XSize=23.62mil|YSize=39.37mil|CornerRadius=5.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD19*
21,1,0.02362,0.02756,0,0,180.0*
21,1,0.01181,0.03937,0,0,180.0*
1,1,0.01181,-0.00591,0.01378*
1,1,0.01181,0.00591,0.01378*
1,1,0.01181,0.00591,-0.01378*
1,1,0.01181,-0.00591,-0.01378*
%
%ADD19ROUNDEDRECTD19*%
G04:AMPARAMS|DCode=20|XSize=40mil|YSize=60mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD20*
21,1,0.04000,0.04000,0,0,180.0*
21,1,0.02000,0.06000,0,0,180.0*
1,1,0.02000,-0.01000,0.02000*
1,1,0.02000,0.01000,0.02000*
1,1,0.02000,0.01000,-0.02000*
1,1,0.02000,-0.01000,-0.02000*
%
%ADD20ROUNDEDRECTD20*%
G04:AMPARAMS|DCode=21|XSize=16mil|YSize=16mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD21*
21,1,0.01600,0.00000,0,0,270.0*
21,1,0.00000,0.01600,0,0,270.0*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
1,1,0.01600,0.00000,0.00000*
%
%ADD21ROUNDEDRECTD21*%
G04:AMPARAMS|DCode=22|XSize=39.37mil|YSize=59.06mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD22*
21,1,0.03937,0.03937,0,0,0.0*
21,1,0.01968,0.05906,0,0,0.0*
1,1,0.01968,0.00984,-0.01968*
1,1,0.01968,-0.00984,-0.01968*
1,1,0.01968,-0.00984,0.01968*
1,1,0.01968,0.00984,0.01968*
%
%ADD22ROUNDEDRECTD22*%
G04:AMPARAMS|DCode=23|XSize=15.75mil|YSize=59.06mil|CornerRadius=3.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD23*
21,1,0.01575,0.05118,0,0,180.0*
21,1,0.00787,0.05906,0,0,180.0*
1,1,0.00787,-0.00394,0.02559*
1,1,0.00787,0.00394,0.02559*
1,1,0.00787,0.00394,-0.02559*
1,1,0.00787,-0.00394,-0.02559*
%
%ADD23ROUNDEDRECTD23*%
%ADD24R,0.01968X0.01968*%
G04:AMPARAMS|DCode=25|XSize=40mil|YSize=74mil|CornerRadius=10mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD25*
21,1,0.04000,0.05400,0,0,90.0*
21,1,0.02000,0.07400,0,0,90.0*
1,1,0.02000,0.02700,0.01000*
1,1,0.02000,0.02700,-0.01000*
1,1,0.02000,-0.02700,-0.01000*
1,1,0.02000,-0.02700,0.01000*
%
%ADD25ROUNDEDRECTD25*%
G04:AMPARAMS|DCode=26|XSize=59.06mil|YSize=39.37mil|CornerRadius=9.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD26*
21,1,0.05906,0.01968,0,0,180.0*
21,1,0.03937,0.03937,0,0,180.0*
1,1,0.01968,-0.01968,0.00984*
1,1,0.01968,0.01968,0.00984*
1,1,0.01968,0.01968,-0.00984*
1,1,0.01968,-0.01968,-0.00984*
%
%ADD26ROUNDEDRECTD26*%
G04:AMPARAMS|DCode=27|XSize=55mil|YSize=65mil|CornerRadius=13.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD27*
21,1,0.05500,0.03750,0,0,90.0*
21,1,0.02750,0.06500,0,0,90.0*
1,1,0.02750,0.01875,0.01375*
1,1,0.02750,0.01875,-0.01375*
1,1,0.02750,-0.01875,-0.01375*
1,1,0.02750,-0.01875,0.01375*
%
%ADD27ROUNDEDRECTD27*%
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=29|XSize=19.68mil|YSize=23.62mil|CornerRadius=4.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD29*
21,1,0.01968,0.01378,0,0,90.0*
21,1,0.00984,0.02362,0,0,90.0*
1,1,0.00984,0.00689,0.00492*
1,1,0.00984,0.00689,-0.00492*
1,1,0.00984,-0.00689,-0.00492*
1,1,0.00984,-0.00689,0.00492*
%
%ADD29ROUNDEDRECTD29*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
D16*
X-62500Y20689D02*
D03*
Y40374D02*
D03*
Y36437D02*
D03*
Y28563D02*
D03*
Y32500D02*
D03*
Y24626D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D17*
X-77000Y16000D02*
D03*
Y45063D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D18*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D19*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D20*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D21*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D22*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D23*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D24*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D25*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D26*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D27*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D29*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.GTS
================================================
G04*
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,22.0.2 (36)*
G04*
G04 Layer_Color=8388736*
%FSLAX25Y25*%
%MOIN*%
G70*
G04*
G04 #@! TF.SameCoordinates,A7353FC2-99F2-474C-B2A2-24993EA34B63*
G04*
G04*
G04 #@! TF.FilePolarity,Negative*
G04*
G01*
G75*
G04:AMPARAMS|DCode=28|XSize=85.04mil|YSize=88.98mil|CornerRadius=21.26mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD28*
21,1,0.08504,0.04646,0,0,0.0*
21,1,0.04252,0.08898,0,0,0.0*
1,1,0.04252,0.02126,-0.02323*
1,1,0.04252,-0.02126,-0.02323*
1,1,0.04252,-0.02126,0.02323*
1,1,0.04252,0.02126,0.02323*
%
%ADD28ROUNDEDRECTD28*%
G04:AMPARAMS|DCode=30|XSize=25mil|YSize=50mil|CornerRadius=6.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD30*
21,1,0.02500,0.03750,0,0,0.0*
21,1,0.01250,0.05000,0,0,0.0*
1,1,0.01250,0.00625,-0.01875*
1,1,0.01250,-0.00625,-0.01875*
1,1,0.01250,-0.00625,0.01875*
1,1,0.01250,0.00625,0.01875*
%
%ADD30ROUNDEDRECTD30*%
G04:AMPARAMS|DCode=31|XSize=65mil|YSize=120mil|CornerRadius=16.25mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD31*
21,1,0.06500,0.08750,0,0,180.0*
21,1,0.03250,0.12000,0,0,180.0*
1,1,0.03250,-0.01625,0.04375*
1,1,0.03250,0.01625,0.04375*
1,1,0.03250,0.01625,-0.04375*
1,1,0.03250,-0.01625,-0.04375*
%
%ADD31ROUNDEDRECTD31*%
%ADD32R,0.06500X0.06000*%
%ADD33R,0.07700X0.02500*%
%ADD34R,0.08900X0.21100*%
%ADD35R,0.10000X0.10000*%
G04:AMPARAMS|DCode=36|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD36*
21,1,0.02175,0.05118,0,0,90.0*
21,1,0.00787,0.06506,0,0,90.0*
1,1,0.01387,0.02559,0.00394*
1,1,0.01387,0.02559,-0.00394*
1,1,0.01387,-0.02559,-0.00394*
1,1,0.01387,-0.02559,0.00394*
%
%ADD36ROUNDEDRECTD36*%
G04:AMPARAMS|DCode=37|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD37*
21,1,0.04537,0.03937,0,0,90.0*
21,1,0.01968,0.06506,0,0,90.0*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
1,1,0.02568,-0.01968,0.00984*
%
%ADD37ROUNDEDRECTD37*%
G04:AMPARAMS|DCode=38|XSize=26mil|YSize=26mil|CornerRadius=8mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD38*
21,1,0.02600,0.01000,0,0,0.0*
21,1,0.01000,0.02600,0,0,0.0*
1,1,0.01600,0.00500,-0.00500*
1,1,0.01600,-0.00500,-0.00500*
1,1,0.01600,-0.00500,0.00500*
1,1,0.01600,0.00500,0.00500*
%
%ADD38ROUNDEDRECTD38*%
G04:AMPARAMS|DCode=39|XSize=29.62mil|YSize=45.37mil|CornerRadius=8.91mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD39*
21,1,0.02962,0.02756,0,0,180.0*
21,1,0.01181,0.04537,0,0,180.0*
1,1,0.01781,-0.00591,0.01378*
1,1,0.01781,0.00591,0.01378*
1,1,0.01781,0.00591,-0.01378*
1,1,0.01781,-0.00591,-0.01378*
%
%ADD39ROUNDEDRECTD39*%
G04:AMPARAMS|DCode=40|XSize=46mil|YSize=66mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD40*
21,1,0.04600,0.04000,0,0,180.0*
21,1,0.02000,0.06600,0,0,180.0*
1,1,0.02600,-0.01000,0.02000*
1,1,0.02600,0.01000,0.02000*
1,1,0.02600,0.01000,-0.02000*
1,1,0.02600,-0.01000,-0.02000*
%
%ADD40ROUNDEDRECTD40*%
G04:AMPARAMS|DCode=41|XSize=22mil|YSize=22mil|CornerRadius=11mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=270.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD41*
21,1,0.02200,0.00000,0,0,270.0*
21,1,0.00000,0.02200,0,0,270.0*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
1,1,0.02200,0.00000,0.00000*
%
%ADD41ROUNDEDRECTD41*%
G04:AMPARAMS|DCode=42|XSize=45.37mil|YSize=65.06mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=0.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD42*
21,1,0.04537,0.03937,0,0,0.0*
21,1,0.01968,0.06506,0,0,0.0*
1,1,0.02568,0.00984,-0.01968*
1,1,0.02568,-0.00984,-0.01968*
1,1,0.02568,-0.00984,0.01968*
1,1,0.02568,0.00984,0.01968*
%
%ADD42ROUNDEDRECTD42*%
G04:AMPARAMS|DCode=43|XSize=21.75mil|YSize=65.06mil|CornerRadius=6.94mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD43*
21,1,0.02175,0.05118,0,0,180.0*
21,1,0.00787,0.06506,0,0,180.0*
1,1,0.01387,-0.00394,0.02559*
1,1,0.01387,0.00394,0.02559*
1,1,0.01387,0.00394,-0.02559*
1,1,0.01387,-0.00394,-0.02559*
%
%ADD43ROUNDEDRECTD43*%
%ADD44R,0.02568X0.02568*%
G04:AMPARAMS|DCode=45|XSize=46mil|YSize=80mil|CornerRadius=13mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD45*
21,1,0.04600,0.05400,0,0,90.0*
21,1,0.02000,0.08000,0,0,90.0*
1,1,0.02600,0.02700,0.01000*
1,1,0.02600,0.02700,-0.01000*
1,1,0.02600,-0.02700,-0.01000*
1,1,0.02600,-0.02700,0.01000*
%
%ADD45ROUNDEDRECTD45*%
G04:AMPARAMS|DCode=46|XSize=65.06mil|YSize=45.37mil|CornerRadius=12.84mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=180.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD46*
21,1,0.06506,0.01968,0,0,180.0*
21,1,0.03937,0.04537,0,0,180.0*
1,1,0.02568,-0.01968,0.00984*
1,1,0.02568,0.01968,0.00984*
1,1,0.02568,0.01968,-0.00984*
1,1,0.02568,-0.01968,-0.00984*
%
%ADD46ROUNDEDRECTD46*%
G04:AMPARAMS|DCode=47|XSize=61mil|YSize=71mil|CornerRadius=16.75mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD47*
21,1,0.06100,0.03750,0,0,90.0*
21,1,0.02750,0.07100,0,0,90.0*
1,1,0.03350,0.01875,0.01375*
1,1,0.03350,0.01875,-0.01375*
1,1,0.03350,-0.01875,-0.01375*
1,1,0.03350,-0.01875,0.01375*
%
%ADD47ROUNDEDRECTD47*%
G04:AMPARAMS|DCode=48|XSize=25.68mil|YSize=29.62mil|CornerRadius=7.92mil|HoleSize=0mil|Usage=FLASHONLY|Rotation=90.000|XOffset=0mil|YOffset=0mil|HoleType=Round|Shape=RoundedRectangle|*
%AMROUNDEDRECTD48*
21,1,0.02568,0.01378,0,0,90.0*
21,1,0.00984,0.02962,0,0,90.0*
1,1,0.01584,0.00689,0.00492*
1,1,0.01584,0.00689,-0.00492*
1,1,0.01584,-0.00689,-0.00492*
1,1,0.01584,-0.00689,0.00492*
%
%ADD48ROUNDEDRECTD48*%
%ADD49C,0.20600*%
G36*
X65500Y16983D02*
X49854D01*
Y48156D01*
X65500D01*
Y16983D01*
D02*
G37*
G36*
X72378Y44332D02*
X70267Y43110D01*
X72378Y41899D01*
Y40521D01*
X69556Y42388D01*
X67012Y40732D01*
Y42154D01*
X68834Y43154D01*
X67012Y44154D01*
Y45520D01*
X69511Y43910D01*
X72378Y45765D01*
Y44332D01*
D02*
G37*
G36*
X72500Y39232D02*
Y39221D01*
X72489Y39188D01*
Y39143D01*
X72478Y39077D01*
X72456Y39010D01*
X72433Y38921D01*
X72378Y38732D01*
X72289Y38532D01*
X72167Y38332D01*
X72089Y38255D01*
X72000Y38177D01*
X71911Y38110D01*
X71800Y38066D01*
X71811Y38055D01*
X71856Y38032D01*
X71911Y37977D01*
X71989Y37910D01*
X72078Y37821D01*
X72156Y37710D01*
X72245Y37577D01*
X72322Y37421D01*
X72333Y37399D01*
X72344Y37343D01*
X72378Y37255D01*
X72411Y37132D01*
X72444Y36988D01*
X72467Y36821D01*
X72489Y36644D01*
X72500Y36455D01*
Y36377D01*
X72489Y36321D01*
Y36244D01*
X72478Y36166D01*
X72444Y35977D01*
X72389Y35766D01*
X72311Y35544D01*
X72200Y35333D01*
X72044Y35133D01*
X72033D01*
X72022Y35110D01*
X71956Y35055D01*
X71856Y34977D01*
X71711Y34888D01*
X71533Y34799D01*
X71322Y34722D01*
X71078Y34666D01*
X70945Y34655D01*
X70800Y34644D01*
X70789D01*
X70767D01*
X70722D01*
X70656Y34655D01*
X70589Y34666D01*
X70500Y34677D01*
X70311Y34733D01*
X70100Y34811D01*
X69989Y34866D01*
X69878Y34933D01*
X69778Y35010D01*
X69667Y35099D01*
X69567Y35199D01*
X69478Y35322D01*
X69467Y35333D01*
X69456Y35355D01*
X69434Y35388D01*
X69400Y35444D01*
X69367Y35522D01*
X69334Y35599D01*
X69289Y35699D01*
X69245Y35810D01*
X69200Y35944D01*
X69156Y36077D01*
X69123Y36233D01*
X69089Y36399D01*
X69056Y36588D01*
X69034Y36777D01*
X69011Y36988D01*
Y37843D01*
X68767D01*
X68745D01*
X68700D01*
X68623Y37832D01*
X68523Y37810D01*
X68423Y37777D01*
X68312Y37732D01*
X68223Y37666D01*
X68134Y37577D01*
X68123Y37566D01*
X68100Y37532D01*
X68067Y37466D01*
X68034Y37388D01*
X68001Y37277D01*
X67967Y37144D01*
X67945Y36988D01*
X67934Y36799D01*
Y36699D01*
X67945Y36621D01*
Y36533D01*
X67956Y36421D01*
X67978Y36310D01*
X68001Y36177D01*
Y36166D01*
X68012Y36110D01*
X68023Y36044D01*
X68045Y35944D01*
X68078Y35822D01*
X68111Y35677D01*
X68145Y35522D01*
X68189Y35355D01*
X67267Y35044D01*
Y35055D01*
X67245Y35088D01*
X67234Y35144D01*
X67200Y35221D01*
X67178Y35310D01*
X67145Y35410D01*
X67112Y35533D01*
X67067Y35666D01*
X67001Y35955D01*
X66934Y36277D01*
X66889Y36621D01*
X66878Y36966D01*
Y37066D01*
X66889Y37144D01*
Y37232D01*
X66901Y37332D01*
X66934Y37566D01*
X66989Y37832D01*
X67078Y38099D01*
X67200Y38355D01*
X67267Y38466D01*
X67356Y38577D01*
Y38588D01*
X67378Y38599D01*
X67445Y38666D01*
X67556Y38754D01*
X67700Y38855D01*
X67889Y38954D01*
X68123Y39043D01*
X68389Y39110D01*
X68545Y39121D01*
X68700Y39132D01*
X71022D01*
X71034D01*
X71067D01*
X71111D01*
X71167Y39143D01*
X71300Y39166D01*
X71356Y39177D01*
X71411Y39199D01*
X71433Y39210D01*
X71456Y39232D01*
X71478Y39266D01*
X71511Y39310D01*
X71544Y39366D01*
X71578Y39432D01*
X71611Y39521D01*
X72500Y39232D01*
D02*
G37*
G36*
X72378Y32588D02*
X68589D01*
X68567D01*
X68523D01*
X68456D01*
X68367Y32577D01*
X68189Y32566D01*
X68111Y32555D01*
X68056Y32533D01*
X68045D01*
X68034Y32522D01*
X67989Y32489D01*
X67945Y32433D01*
X67923Y32388D01*
Y32333D01*
X67934Y32277D01*
X67945Y32211D01*
X67978Y32122D01*
X68034Y32022D01*
X68111Y31911D01*
X68223Y31789D01*
X68367Y31677D01*
X72378D01*
Y30589D01*
X68589D01*
X68567D01*
X68523D01*
X68456D01*
X68367Y30578D01*
X68189Y30566D01*
X68111Y30555D01*
X68056Y30533D01*
X68045D01*
X68034Y30522D01*
X67989Y30489D01*
X67945Y30433D01*
X67923Y30389D01*
Y30333D01*
X67934Y30278D01*
X67945Y30211D01*
X67978Y30122D01*
X68034Y30022D01*
X68111Y29911D01*
X68223Y29789D01*
X68367Y29678D01*
X72378D01*
Y28500D01*
X67012D01*
Y29511D01*
X67567Y29566D01*
X67556D01*
X67512Y29589D01*
X67456Y29611D01*
X67389Y29655D01*
X67312Y29700D01*
X67223Y29766D01*
X67145Y29844D01*
X67067Y29944D01*
X67056Y29955D01*
X67034Y29989D01*
X67012Y30055D01*
X66967Y30133D01*
X66934Y30233D01*
X66912Y30344D01*
X66889Y30466D01*
X66878Y30611D01*
Y30678D01*
X66889Y30733D01*
X66912Y30855D01*
X66956Y31011D01*
X67034Y31166D01*
X67089Y31244D01*
X67145Y31322D01*
X67223Y31389D01*
X67312Y31444D01*
X67412Y31500D01*
X67523Y31533D01*
X67512Y31544D01*
X67478Y31555D01*
X67423Y31589D01*
X67356Y31633D01*
X67289Y31688D01*
X67212Y31755D01*
X67134Y31844D01*
X67067Y31944D01*
X67056Y31955D01*
X67034Y32000D01*
X67012Y32055D01*
X66967Y32144D01*
X66934Y32244D01*
X66912Y32366D01*
X66889Y32489D01*
X66878Y32633D01*
Y32722D01*
X66901Y32811D01*
X66923Y32933D01*
X66967Y33066D01*
X67034Y33200D01*
X67123Y33333D01*
X67245Y33455D01*
X67256Y33466D01*
X67312Y33500D01*
X67400Y33555D01*
X67523Y33611D01*
X67689Y33655D01*
X67901Y33711D01*
X68145Y33744D01*
X68278Y33755D01*
X68434D01*
X72378D01*
Y32588D01*
D02*
G37*
G36*
X28336Y75590D02*
X31649D01*
Y73350D01*
X28336D01*
Y70000D01*
X26041D01*
Y73350D01*
X22727D01*
Y75590D01*
X26041D01*
Y78959D01*
X28336D01*
Y75590D01*
D02*
G37*
G36*
X74828Y-30331D02*
X74902D01*
X74983Y-30346D01*
X75072Y-30353D01*
X75175Y-30368D01*
X75390Y-30413D01*
X75619Y-30479D01*
X75730Y-30516D01*
X75841Y-30568D01*
X75945Y-30620D01*
X76049Y-30686D01*
X76056Y-30694D01*
X76071Y-30701D01*
X76093Y-30723D01*
X76130Y-30753D01*
X76167Y-30790D01*
X76211Y-30834D01*
X76256Y-30886D01*
X76308Y-30945D01*
X76352Y-31019D01*
X76404Y-31093D01*
X76448Y-31182D01*
X76485Y-31271D01*
X76522Y-31375D01*
X76544Y-31486D01*
X76559Y-31597D01*
X76567Y-31722D01*
Y-31774D01*
X76559Y-31811D01*
X76552Y-31863D01*
X76544Y-31915D01*
X76522Y-32033D01*
X76478Y-32166D01*
X76411Y-32300D01*
X76367Y-32366D01*
X76315Y-32425D01*
X76263Y-32477D01*
X76197Y-32529D01*
X77802D01*
X77891Y-33395D01*
X72911D01*
Y-32633D01*
X73348Y-32603D01*
X73340Y-32596D01*
X73311Y-32581D01*
X73266Y-32559D01*
X73214Y-32514D01*
X73148Y-32462D01*
X73089Y-32403D01*
X73029Y-32322D01*
X72970Y-32226D01*
X72963Y-32211D01*
X72948Y-32181D01*
X72926Y-32122D01*
X72896Y-32048D01*
X72867Y-31959D01*
X72844Y-31863D01*
X72830Y-31752D01*
X72822Y-31641D01*
Y-31582D01*
X72837Y-31523D01*
X72852Y-31434D01*
X72881Y-31338D01*
X72918Y-31227D01*
X72978Y-31108D01*
X73052Y-30982D01*
X73155Y-30857D01*
X73274Y-30738D01*
X73348Y-30686D01*
X73429Y-30627D01*
X73518Y-30575D01*
X73607Y-30531D01*
X73710Y-30487D01*
X73821Y-30442D01*
X73940Y-30413D01*
X74073Y-30383D01*
X74213Y-30353D01*
X74361Y-30339D01*
X74517Y-30324D01*
X74687D01*
X74694D01*
X74724D01*
X74768D01*
X74828Y-30331D01*
D02*
G37*
G36*
X74791Y-34357D02*
X74857Y-34364D01*
X74998Y-34379D01*
Y-36658D01*
X75005D01*
X75013D01*
X75035Y-36651D01*
X75064D01*
X75138Y-36636D01*
X75235Y-36614D01*
X75338Y-36577D01*
X75449Y-36532D01*
X75553Y-36473D01*
X75649Y-36392D01*
X75656Y-36377D01*
X75686Y-36347D01*
X75723Y-36296D01*
X75760Y-36222D01*
X75804Y-36133D01*
X75841Y-36029D01*
X75871Y-35918D01*
X75878Y-35785D01*
Y-35748D01*
X75871Y-35696D01*
Y-35637D01*
X75864Y-35570D01*
X75849Y-35496D01*
X75812Y-35341D01*
X75804Y-35334D01*
X75797Y-35304D01*
X75782Y-35260D01*
X75753Y-35200D01*
X75723Y-35134D01*
X75679Y-35052D01*
X75634Y-34956D01*
X75575Y-34860D01*
X76100Y-34497D01*
X76108Y-34512D01*
X76137Y-34542D01*
X76182Y-34601D01*
X76234Y-34675D01*
X76293Y-34764D01*
X76352Y-34875D01*
X76411Y-34986D01*
X76456Y-35112D01*
X76463Y-35126D01*
X76470Y-35171D01*
X76493Y-35237D01*
X76507Y-35326D01*
X76530Y-35430D01*
X76552Y-35548D01*
X76559Y-35681D01*
X76567Y-35815D01*
Y-35896D01*
X76559Y-35948D01*
X76552Y-36022D01*
X76537Y-36096D01*
X76522Y-36185D01*
X76500Y-36281D01*
X76478Y-36384D01*
X76441Y-36488D01*
X76404Y-36592D01*
X76352Y-36703D01*
X76293Y-36806D01*
X76226Y-36910D01*
X76145Y-37006D01*
X76056Y-37095D01*
X76049Y-37102D01*
X76034Y-37117D01*
X76004Y-37139D01*
X75960Y-37161D01*
X75908Y-37198D01*
X75849Y-37235D01*
X75775Y-37280D01*
X75693Y-37317D01*
X75605Y-37361D01*
X75501Y-37406D01*
X75390Y-37443D01*
X75264Y-37472D01*
X75138Y-37502D01*
X74998Y-37524D01*
X74850Y-37539D01*
X74694Y-37546D01*
X74687D01*
X74672D01*
X74643D01*
X74606D01*
X74561Y-37539D01*
X74502D01*
X74376Y-37524D01*
X74228Y-37502D01*
X74073Y-37465D01*
X73903Y-37420D01*
X73740Y-37354D01*
X73732D01*
X73718Y-37346D01*
X73695Y-37332D01*
X73666Y-37317D01*
X73592Y-37272D01*
X73496Y-37206D01*
X73385Y-37124D01*
X73274Y-37028D01*
X73163Y-36917D01*
X73066Y-36784D01*
Y-36777D01*
X73059Y-36769D01*
X73044Y-36747D01*
X73029Y-36717D01*
X72992Y-36636D01*
X72941Y-36532D01*
X72896Y-36407D01*
X72859Y-36251D01*
X72830Y-36088D01*
X72822Y-35903D01*
Y-35837D01*
X72830Y-35785D01*
X72837Y-35726D01*
X72844Y-35652D01*
X72859Y-35578D01*
X72881Y-35489D01*
X72941Y-35311D01*
X72978Y-35215D01*
X73022Y-35119D01*
X73081Y-35030D01*
X73148Y-34941D01*
X73222Y-34853D01*
X73303Y-34771D01*
X73311Y-34764D01*
X73325Y-34756D01*
X73355Y-34734D01*
X73392Y-34705D01*
X73436Y-34675D01*
X73496Y-34638D01*
X73570Y-34601D01*
X73644Y-34557D01*
X73732Y-34520D01*
X73836Y-34483D01*
X73940Y-34446D01*
X74058Y-34416D01*
X74184Y-34386D01*
X74317Y-34364D01*
X74458Y-34357D01*
X74606Y-34349D01*
X74613D01*
X74643D01*
X74680D01*
X74731D01*
X74791Y-34357D01*
D02*
G37*
G36*
X76271Y-38397D02*
X76293Y-38427D01*
X76315Y-38479D01*
X76352Y-38538D01*
X76389Y-38612D01*
X76426Y-38701D01*
X76463Y-38789D01*
X76493Y-38893D01*
Y-38908D01*
X76507Y-38937D01*
X76515Y-38989D01*
X76530Y-39063D01*
X76544Y-39145D01*
X76552Y-39241D01*
X76567Y-39344D01*
Y-39515D01*
X76559Y-39559D01*
Y-39611D01*
X76552Y-39670D01*
X76530Y-39811D01*
X76485Y-39966D01*
X76433Y-40121D01*
X76352Y-40277D01*
X76308Y-40351D01*
X76248Y-40417D01*
X76241D01*
X76234Y-40432D01*
X76189Y-40469D01*
X76115Y-40521D01*
X76019Y-40580D01*
X75893Y-40647D01*
X75745Y-40699D01*
X75575Y-40736D01*
X75479Y-40743D01*
X75375Y-40750D01*
X73577D01*
Y-41520D01*
X72911D01*
Y-40750D01*
X72149D01*
X72053Y-39892D01*
X72911D01*
Y-38723D01*
X73577Y-38812D01*
Y-39892D01*
X75368D01*
X75383D01*
X75412D01*
X75457Y-39885D01*
X75508Y-39877D01*
X75575Y-39862D01*
X75634Y-39840D01*
X75693Y-39811D01*
X75745Y-39766D01*
X75753Y-39759D01*
X75760Y-39744D01*
X75782Y-39714D01*
X75804Y-39670D01*
X75827Y-39611D01*
X75841Y-39537D01*
X75856Y-39455D01*
X75864Y-39352D01*
Y-39293D01*
X75856Y-39233D01*
X75841Y-39145D01*
X75819Y-39048D01*
X75790Y-38930D01*
X75745Y-38812D01*
X75686Y-38686D01*
X76263Y-38390D01*
X76271Y-38397D01*
D02*
G37*
G36*
X75301Y-42275D02*
X75397Y-42297D01*
X75516Y-42319D01*
X75642Y-42356D01*
X75775Y-42408D01*
X75901Y-42482D01*
X75915Y-42489D01*
X75952Y-42519D01*
X76012Y-42571D01*
X76078Y-42637D01*
X76160Y-42726D01*
X76241Y-42837D01*
X76322Y-42963D01*
X76396Y-43104D01*
Y-43111D01*
X76404Y-43118D01*
X76411Y-43148D01*
X76426Y-43178D01*
X76433Y-43215D01*
X76448Y-43259D01*
X76478Y-43377D01*
X76515Y-43518D01*
X76537Y-43681D01*
X76559Y-43858D01*
X76567Y-44058D01*
Y-44103D01*
X76559Y-44162D01*
Y-44236D01*
X76544Y-44325D01*
X76530Y-44428D01*
X76515Y-44547D01*
X76485Y-44672D01*
X76448Y-44813D01*
X76404Y-44954D01*
X76352Y-45094D01*
X76293Y-45235D01*
X76219Y-45383D01*
X76130Y-45523D01*
X76026Y-45657D01*
X75915Y-45782D01*
X75375Y-45301D01*
X75383Y-45294D01*
X75397Y-45279D01*
X75420Y-45250D01*
X75449Y-45205D01*
X75486Y-45153D01*
X75531Y-45094D01*
X75568Y-45020D01*
X75612Y-44946D01*
X75664Y-44857D01*
X75701Y-44761D01*
X75782Y-44547D01*
X75812Y-44436D01*
X75834Y-44310D01*
X75849Y-44191D01*
X75856Y-44058D01*
Y-43992D01*
X75849Y-43925D01*
X75834Y-43836D01*
X75812Y-43740D01*
X75782Y-43636D01*
X75745Y-43533D01*
X75686Y-43437D01*
X75679Y-43429D01*
X75656Y-43400D01*
X75612Y-43363D01*
X75560Y-43311D01*
X75486Y-43266D01*
X75405Y-43229D01*
X75301Y-43200D01*
X75190Y-43192D01*
X75183D01*
X75161D01*
X75124D01*
X75079Y-43200D01*
X74983Y-43222D01*
X74887Y-43266D01*
X74879D01*
X74865Y-43281D01*
X74842Y-43296D01*
X74813Y-43326D01*
X74776Y-43355D01*
X74739Y-43400D01*
X74694Y-43451D01*
X74657Y-43518D01*
X74650Y-43525D01*
X74643Y-43555D01*
X74620Y-43592D01*
X74591Y-43659D01*
X74561Y-43733D01*
X74524Y-43829D01*
X74487Y-43940D01*
X74450Y-44066D01*
Y-44073D01*
X74443Y-44095D01*
X74428Y-44140D01*
X74406Y-44191D01*
X74384Y-44251D01*
X74361Y-44325D01*
X74332Y-44406D01*
X74295Y-44495D01*
X74213Y-44680D01*
X74125Y-44865D01*
X74014Y-45042D01*
X73962Y-45124D01*
X73903Y-45198D01*
X73895Y-45205D01*
X73888Y-45213D01*
X73843Y-45257D01*
X73769Y-45316D01*
X73673Y-45383D01*
X73547Y-45449D01*
X73399Y-45509D01*
X73237Y-45553D01*
X73140Y-45560D01*
X73044Y-45568D01*
X73037D01*
X73029D01*
X73007D01*
X72978D01*
X72911Y-45553D01*
X72822Y-45538D01*
X72719Y-45516D01*
X72600Y-45479D01*
X72489Y-45427D01*
X72378Y-45361D01*
X72363Y-45353D01*
X72326Y-45324D01*
X72275Y-45272D01*
X72208Y-45205D01*
X72134Y-45124D01*
X72060Y-45028D01*
X71993Y-44909D01*
X71927Y-44783D01*
Y-44776D01*
X71919Y-44769D01*
X71912Y-44746D01*
X71905Y-44717D01*
X71875Y-44643D01*
X71845Y-44539D01*
X71816Y-44421D01*
X71786Y-44280D01*
X71771Y-44125D01*
X71764Y-43955D01*
Y-43910D01*
X71771Y-43866D01*
Y-43799D01*
X71779Y-43718D01*
X71794Y-43622D01*
X71816Y-43518D01*
X71838Y-43407D01*
X71868Y-43281D01*
X71912Y-43155D01*
X71956Y-43022D01*
X72016Y-42896D01*
X72082Y-42763D01*
X72164Y-42630D01*
X72260Y-42504D01*
X72363Y-42378D01*
X72881Y-42837D01*
X72874Y-42845D01*
X72867Y-42859D01*
X72844Y-42889D01*
X72822Y-42926D01*
X72785Y-42970D01*
X72756Y-43022D01*
X72719Y-43089D01*
X72682Y-43155D01*
X72608Y-43318D01*
X72541Y-43496D01*
X72497Y-43696D01*
X72489Y-43799D01*
X72482Y-43910D01*
Y-43969D01*
X72489Y-44029D01*
X72497Y-44103D01*
X72519Y-44191D01*
X72541Y-44288D01*
X72578Y-44376D01*
X72622Y-44458D01*
X72630Y-44465D01*
X72645Y-44487D01*
X72674Y-44524D01*
X72719Y-44554D01*
X72770Y-44591D01*
X72837Y-44628D01*
X72911Y-44650D01*
X73000Y-44658D01*
X73007D01*
X73022D01*
X73052Y-44650D01*
X73089D01*
X73177Y-44621D01*
X73222Y-44606D01*
X73266Y-44576D01*
X73274Y-44569D01*
X73288Y-44561D01*
X73303Y-44539D01*
X73333Y-44502D01*
X73362Y-44465D01*
X73399Y-44413D01*
X73436Y-44347D01*
X73473Y-44273D01*
X73481Y-44265D01*
X73488Y-44236D01*
X73510Y-44184D01*
X73540Y-44117D01*
X73570Y-44029D01*
X73607Y-43918D01*
X73651Y-43792D01*
X73695Y-43651D01*
Y-43644D01*
X73703Y-43622D01*
X73718Y-43585D01*
X73732Y-43540D01*
X73755Y-43488D01*
X73777Y-43422D01*
X73836Y-43274D01*
X73910Y-43111D01*
X73999Y-42941D01*
X74102Y-42778D01*
X74221Y-42630D01*
Y-42623D01*
X74236Y-42615D01*
X74280Y-42571D01*
X74354Y-42512D01*
X74458Y-42445D01*
X74583Y-42378D01*
X74746Y-42327D01*
X74931Y-42282D01*
X75035Y-42275D01*
X75146Y-42267D01*
X75153D01*
X75168D01*
X75190D01*
X75220D01*
X75301Y-42275D01*
D02*
G37*
G36*
X77390Y45422D02*
X77429D01*
X77512Y45405D01*
X77612Y45389D01*
X77717Y45361D01*
X77828Y45322D01*
X77934Y45267D01*
X77939D01*
X77945Y45261D01*
X77978Y45239D01*
X78028Y45200D01*
X78089Y45156D01*
X78156Y45089D01*
X78228Y45011D01*
X78294Y44923D01*
X78356Y44823D01*
Y44817D01*
X78361Y44811D01*
X78367Y44795D01*
X78378Y44773D01*
X78400Y44712D01*
X78428Y44634D01*
X78456Y44540D01*
X78478Y44423D01*
X78494Y44301D01*
X78500Y44162D01*
Y44134D01*
X78494Y44101D01*
Y44057D01*
X78483Y44001D01*
X78472Y43935D01*
X78461Y43863D01*
X78439Y43785D01*
X78411Y43701D01*
X78383Y43613D01*
X78345Y43524D01*
X78294Y43435D01*
X78239Y43341D01*
X78178Y43252D01*
X78100Y43163D01*
X78017Y43080D01*
X77656Y43457D01*
X77662Y43463D01*
X77667Y43474D01*
X77684Y43491D01*
X77706Y43513D01*
X77728Y43541D01*
X77756Y43574D01*
X77817Y43657D01*
X77878Y43763D01*
X77928Y43879D01*
X77950Y43940D01*
X77961Y44007D01*
X77973Y44073D01*
X77978Y44140D01*
Y44151D01*
X77973Y44190D01*
X77967Y44240D01*
X77956Y44306D01*
X77934Y44379D01*
X77906Y44451D01*
X77862Y44523D01*
X77806Y44589D01*
X77795Y44595D01*
X77773Y44617D01*
X77734Y44645D01*
X77679Y44673D01*
X77606Y44706D01*
X77517Y44728D01*
X77418Y44750D01*
X77301Y44756D01*
X77296D01*
X77284D01*
X77268D01*
X77246D01*
X77190Y44750D01*
X77118Y44739D01*
X77040Y44723D01*
X76963Y44695D01*
X76890Y44662D01*
X76829Y44617D01*
X76824Y44612D01*
X76807Y44595D01*
X76779Y44562D01*
X76752Y44523D01*
X76729Y44467D01*
X76702Y44406D01*
X76685Y44334D01*
X76679Y44251D01*
Y44212D01*
X76685Y44184D01*
X76691Y44118D01*
X76707Y44034D01*
Y44029D01*
X76713Y44018D01*
X76718Y43996D01*
X76729Y43962D01*
X76740Y43929D01*
X76757Y43885D01*
X76796Y43785D01*
Y43319D01*
X74964D01*
Y45311D01*
X75470Y45233D01*
Y43940D01*
X76313D01*
X76308Y43951D01*
X76291Y43973D01*
X76274Y44018D01*
X76247Y44079D01*
X76224Y44151D01*
X76208Y44234D01*
X76191Y44334D01*
X76186Y44445D01*
Y44495D01*
X76191Y44545D01*
X76202Y44617D01*
X76219Y44695D01*
X76247Y44778D01*
X76280Y44867D01*
X76324Y44950D01*
X76330Y44961D01*
X76346Y44989D01*
X76380Y45028D01*
X76424Y45078D01*
X76480Y45133D01*
X76546Y45195D01*
X76624Y45250D01*
X76713Y45300D01*
X76724Y45305D01*
X76757Y45322D01*
X76807Y45339D01*
X76879Y45366D01*
X76968Y45389D01*
X77068Y45405D01*
X77179Y45422D01*
X77301Y45428D01*
X77307D01*
X77318D01*
X77334D01*
X77362D01*
X77390Y45422D01*
D02*
G37*
G36*
X78056Y41803D02*
X78106Y41792D01*
X78167Y41770D01*
X78228Y41748D01*
X78289Y41709D01*
X78350Y41659D01*
X78356Y41654D01*
X78372Y41631D01*
X78400Y41598D01*
X78422Y41559D01*
X78450Y41504D01*
X78478Y41437D01*
X78494Y41365D01*
X78500Y41287D01*
Y41248D01*
X78494Y41210D01*
X78483Y41160D01*
X78461Y41099D01*
X78439Y41037D01*
X78400Y40977D01*
X78350Y40915D01*
X78345Y40910D01*
X78322Y40893D01*
X78289Y40865D01*
X78245Y40843D01*
X78195Y40815D01*
X78128Y40788D01*
X78056Y40771D01*
X77978Y40766D01*
X77967D01*
X77945D01*
X77906Y40771D01*
X77856Y40782D01*
X77795Y40804D01*
X77740Y40827D01*
X77679Y40865D01*
X77617Y40915D01*
X77612Y40921D01*
X77595Y40943D01*
X77567Y40977D01*
X77540Y41021D01*
X77517Y41071D01*
X77490Y41137D01*
X77473Y41210D01*
X77468Y41287D01*
Y41326D01*
X77473Y41365D01*
X77484Y41415D01*
X77506Y41476D01*
X77529Y41537D01*
X77567Y41598D01*
X77617Y41659D01*
X77623Y41665D01*
X77645Y41681D01*
X77679Y41709D01*
X77717Y41737D01*
X77773Y41759D01*
X77834Y41787D01*
X77900Y41803D01*
X77978Y41809D01*
X77989D01*
X78017D01*
X78056Y41803D01*
D02*
G37*
G36*
X78439Y37319D02*
X77917D01*
Y38146D01*
X75625D01*
X76080Y37430D01*
X75636Y37164D01*
X74964Y38235D01*
Y38790D01*
X77917D01*
Y39461D01*
X78439D01*
Y37319D01*
D02*
G37*
G36*
Y35637D02*
Y34933D01*
X75758Y34000D01*
Y34683D01*
X77884Y35293D01*
X75758Y35915D01*
Y36570D01*
X78439Y35637D01*
D02*
G37*
G36*
X-26041Y-73350D02*
X-22727D01*
Y-75590D01*
X-26041D01*
Y-78959D01*
X-28336D01*
Y-75590D01*
X-31649D01*
Y-73350D01*
X-28336D01*
Y-70000D01*
X-26041D01*
Y-73350D01*
D02*
G37*
%LPC*%
G36*
X63000Y45656D02*
Y42391D01*
X52571Y45656D01*
D01*
Y36976D01*
X63000Y40242D01*
Y36976D01*
X52571D01*
X63000D01*
Y45656D01*
D02*
G37*
G36*
Y35960D02*
Y34744D01*
X60668D01*
Y35960D01*
X59102D01*
Y34744D01*
X56403D01*
Y33045D01*
X59102Y32878D01*
Y30679D01*
X52971Y33244D01*
X52354Y31629D01*
X59351Y28646D01*
X52354D01*
Y31629D01*
Y28646D01*
X63000D01*
D01*
X60668D01*
Y32861D01*
X63000D01*
Y35960D01*
D02*
G37*
G36*
Y26480D02*
Y26281D01*
X61401Y26480D01*
D01*
Y21882D01*
X61167Y22182D01*
X60934Y22466D01*
X60718Y22732D01*
X60501Y22982D01*
X60301Y23215D01*
X60101Y23432D01*
X59918Y23615D01*
X59768Y23798D01*
X59618Y23948D01*
X59485Y24081D01*
X59368Y24198D01*
X59268Y24298D01*
X59185Y24365D01*
X59135Y24415D01*
X59102Y24448D01*
X59085Y24465D01*
X58702Y24798D01*
X58335Y25064D01*
X58019Y25298D01*
X57735Y25498D01*
X57502Y25631D01*
X57319Y25731D01*
X57252Y25764D01*
X57202Y25798D01*
X57186Y25814D01*
X57169D01*
X56836Y25964D01*
X56519Y26064D01*
X56219Y26147D01*
X55936Y26197D01*
X55703Y26231D01*
X55536Y26247D01*
X55453D01*
X55403D01*
X55386D01*
X55370D01*
X55070Y26231D01*
X54787Y26181D01*
X54520Y26114D01*
X54303Y26047D01*
X54120Y25981D01*
X53970Y25914D01*
X53887Y25864D01*
X53854Y25847D01*
X53604Y25681D01*
X53404Y25498D01*
X53204Y25298D01*
X53054Y25114D01*
X52937Y24948D01*
X52837Y24814D01*
X52787Y24715D01*
X52771Y24698D01*
Y24681D01*
X52637Y24381D01*
X52538Y24081D01*
X52471Y23782D01*
X52421Y23498D01*
X52388Y23248D01*
X52371Y23049D01*
Y22882D01*
X52388Y22482D01*
X52438Y22116D01*
X52504Y21782D01*
X52571Y21499D01*
X52654Y21266D01*
X52721Y21099D01*
X52754Y21033D01*
X52771Y20983D01*
X52787Y20966D01*
Y20949D01*
X52954Y20650D01*
X53154Y20383D01*
X53370Y20133D01*
X53587Y19917D01*
X53787Y19733D01*
X53937Y19600D01*
X54004Y19550D01*
X54054Y19517D01*
X54070Y19483D01*
X52371D01*
X63000D01*
Y26480D01*
D02*
G37*
%LPD*%
G36*
X61084Y41341D02*
X52571Y39059D01*
Y43657D01*
X61084Y41341D01*
D02*
G37*
G36*
X55736Y24248D02*
X56003Y24198D01*
X56253Y24148D01*
X56469Y24081D01*
X56652Y23998D01*
X56802Y23948D01*
X56886Y23898D01*
X56902Y23882D01*
X56919D01*
X57186Y23715D01*
X57486Y23532D01*
X57769Y23315D01*
X58052Y23099D01*
X58285Y22899D01*
X58485Y22732D01*
X58552Y22665D01*
X58602Y22615D01*
X58635Y22599D01*
X58652Y22582D01*
X58852Y22399D01*
X59068Y22199D01*
X59535Y21732D01*
X60018Y21266D01*
X60484Y20799D01*
X60701Y20566D01*
X60901Y20366D01*
X61084Y20183D01*
X61234Y20016D01*
X61367Y19883D01*
X61467Y19783D01*
X61534Y19717D01*
X61551Y19700D01*
X63000D01*
Y19483D01*
X54087D01*
X55036Y20716D01*
X54820Y20916D01*
X54653Y21099D01*
X54503Y21266D01*
X54387Y21416D01*
X54303Y21532D01*
X54254Y21616D01*
X54220Y21682D01*
X54203Y21699D01*
X54120Y21866D01*
X54070Y22049D01*
X54020Y22232D01*
X54004Y22399D01*
X53987Y22549D01*
X53970Y22665D01*
Y22765D01*
X53987Y23015D01*
X54037Y23232D01*
X54104Y23415D01*
X54170Y23582D01*
X54237Y23698D01*
X54303Y23798D01*
X54353Y23848D01*
X54370Y23865D01*
X54537Y23998D01*
X54703Y24098D01*
X54887Y24165D01*
X55070Y24215D01*
X55220Y24248D01*
X55353Y24265D01*
X55436D01*
X55470D01*
X55736Y24248D01*
D02*
G37*
%LPC*%
G36*
X70911Y37843D02*
X69889D01*
Y37221D01*
X69900Y37088D01*
X69923Y36944D01*
X69945Y36766D01*
X69989Y36599D01*
X70045Y36444D01*
X70122Y36310D01*
X70134Y36299D01*
X70167Y36266D01*
X70211Y36210D01*
X70289Y36155D01*
X70378Y36099D01*
X70489Y36044D01*
X70622Y36010D01*
X70767Y35999D01*
X70778D01*
X70833D01*
X70900Y36010D01*
X70978Y36021D01*
X71067Y36044D01*
X71167Y36077D01*
X71256Y36121D01*
X71333Y36188D01*
X71345Y36199D01*
X71367Y36221D01*
X71389Y36277D01*
X71422Y36332D01*
X71467Y36421D01*
X71489Y36521D01*
X71511Y36644D01*
X71522Y36777D01*
Y36832D01*
X71511Y36888D01*
X71500Y36966D01*
X71478Y37066D01*
X71456Y37166D01*
X71411Y37266D01*
X71356Y37377D01*
X71345Y37388D01*
X71322Y37421D01*
X71289Y37477D01*
X71233Y37543D01*
X71178Y37621D01*
X71100Y37699D01*
X71011Y37777D01*
X70911Y37843D01*
D02*
G37*
G36*
X74805Y-31227D02*
X74694D01*
X74687D01*
X74665D01*
X74635D01*
X74591D01*
X74539Y-31234D01*
X74480D01*
X74339Y-31249D01*
X74191Y-31264D01*
X74043Y-31293D01*
X73903Y-31330D01*
X73836Y-31352D01*
X73784Y-31382D01*
X73769Y-31389D01*
X73740Y-31412D01*
X73695Y-31449D01*
X73644Y-31500D01*
X73599Y-31560D01*
X73555Y-31641D01*
X73525Y-31737D01*
X73510Y-31841D01*
Y-31878D01*
X73518Y-31915D01*
X73525Y-31967D01*
X73540Y-32026D01*
X73562Y-32092D01*
X73592Y-32159D01*
X73636Y-32226D01*
X73644Y-32233D01*
X73658Y-32255D01*
X73688Y-32285D01*
X73725Y-32329D01*
X73769Y-32381D01*
X73821Y-32425D01*
X73888Y-32477D01*
X73954Y-32529D01*
X75538D01*
X75553Y-32522D01*
X75590Y-32485D01*
X75649Y-32440D01*
X75708Y-32366D01*
X75767Y-32285D01*
X75827Y-32174D01*
X75864Y-32055D01*
X75871Y-31989D01*
X75878Y-31915D01*
Y-31900D01*
X75871Y-31856D01*
X75864Y-31796D01*
X75841Y-31722D01*
X75812Y-31641D01*
X75760Y-31552D01*
X75693Y-31478D01*
X75605Y-31404D01*
X75590Y-31397D01*
X75553Y-31375D01*
X75479Y-31345D01*
X75383Y-31315D01*
X75323Y-31301D01*
X75257Y-31286D01*
X75183Y-31271D01*
X75101Y-31256D01*
X75013Y-31241D01*
X74916Y-31234D01*
X74805Y-31227D01*
D02*
G37*
G36*
X74376Y-35193D02*
X74369D01*
X74361D01*
X74339D01*
X74310Y-35200D01*
X74236Y-35208D01*
X74139Y-35223D01*
X74043Y-35245D01*
X73932Y-35282D01*
X73829Y-35334D01*
X73732Y-35393D01*
X73725Y-35400D01*
X73695Y-35422D01*
X73658Y-35467D01*
X73607Y-35526D01*
X73562Y-35593D01*
X73525Y-35681D01*
X73496Y-35785D01*
X73488Y-35903D01*
Y-35955D01*
X73503Y-36014D01*
X73518Y-36088D01*
X73547Y-36170D01*
X73584Y-36259D01*
X73644Y-36347D01*
X73725Y-36429D01*
X73732Y-36436D01*
X73769Y-36458D01*
X73821Y-36495D01*
X73895Y-36532D01*
X73991Y-36577D01*
X74102Y-36614D01*
X74228Y-36643D01*
X74376Y-36666D01*
Y-35193D01*
D02*
G37*
%LPD*%
D28*
X-34646Y-26000D02*
D03*
X-15354D02*
D03*
D30*
X28547Y-21500D02*
D03*
X22454D02*
D03*
D31*
X14000Y-65000D02*
D03*
X-14000D02*
D03*
X14000Y65000D02*
D03*
X-14000D02*
D03*
D32*
X-9250Y-62500D02*
D03*
X9250D02*
D03*
Y62500D02*
D03*
X-9250D02*
D03*
D33*
X26350Y-74250D02*
D03*
X-26350Y74250D02*
D03*
D34*
X66141Y-38033D02*
D03*
D35*
X12000Y43000D02*
D03*
X-12000D02*
D03*
D36*
X-62500Y20689D02*
D03*
Y40374D02*
D03*
Y36437D02*
D03*
Y28563D02*
D03*
Y32500D02*
D03*
Y24626D02*
D03*
Y-30063D02*
D03*
Y-34000D02*
D03*
Y-37937D02*
D03*
Y-11874D02*
D03*
Y-4000D02*
D03*
Y-7937D02*
D03*
Y-63D02*
D03*
Y3874D02*
D03*
D37*
X-77000Y16000D02*
D03*
Y45063D02*
D03*
Y-25500D02*
D03*
Y-42500D02*
D03*
Y8500D02*
D03*
Y-16500D02*
D03*
D38*
X-54000Y19700D02*
D03*
Y15700D02*
D03*
D39*
X-48040Y16295D02*
D03*
X-40560D02*
D03*
X-44300Y26105D02*
D03*
D40*
X6500Y-77000D02*
D03*
X-6500D02*
D03*
X6500Y77000D02*
D03*
X-6500D02*
D03*
D41*
X28500Y-14501D02*
D03*
X17000Y-55500D02*
D03*
D42*
X-14532Y-77000D02*
D03*
X14532D02*
D03*
Y77000D02*
D03*
X-14532D02*
D03*
D43*
X5906Y-62500D02*
D03*
X-1969D02*
D03*
X1969D02*
D03*
X-5906D02*
D03*
X-9843D02*
D03*
X9843D02*
D03*
X-5906Y62500D02*
D03*
X1969D02*
D03*
X-1969D02*
D03*
X5906D02*
D03*
X9843D02*
D03*
X-9843D02*
D03*
D44*
X29000Y-57300D02*
D03*
Y-60700D02*
D03*
D45*
X73000Y-7200D02*
D03*
Y-22800D02*
D03*
Y7200D02*
D03*
Y22800D02*
D03*
D46*
X-27500Y-61500D02*
D03*
X-27500Y-51500D02*
D03*
X-34000Y-61500D02*
D03*
X-34000Y-51500D02*
D03*
X-34000Y-37000D02*
D03*
X-34000Y-47000D02*
D03*
X-27500Y-37000D02*
D03*
X-27500Y-47000D02*
D03*
D47*
X-18000Y-38000D02*
D03*
Y-54000D02*
D03*
D48*
X2234Y-21000D02*
D03*
X-8234D02*
D03*
X16734D02*
D03*
X6266D02*
D03*
D49*
X-98287Y-52776D02*
D03*
X98287D02*
D03*
Y52776D02*
D03*
X-98287D02*
D03*
M02*
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.LDP
================================================
Layer Pairs Export File for PCB: I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-57-unused\Motor-57.PcbDoc
LayersSetName=Top_Bot_Thru_Holes|DrillFile=motor-57.txt|DrillLayers=gtl,g1,g2,gbl
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.REP
================================================
*************************************************************
FileName = Motor-57.GBR
AutoAperture = True
*************************************************************
Generating : Mechanical 15
File : Motor-57.GM15
Adding Layer : Mechanical 15
Used DCodes :
D13
D85
*************************************************************
*************************************************************
Generating : Mechanical 14
File : Motor-57.GM14
Adding Layer : Mechanical 14
Used DCodes :
D86
*************************************************************
*************************************************************
Generating : Mechanical 13
File : Motor-57.GM13
Adding Layer : Mechanical 13
Used DCodes :
D85
D86
*************************************************************
*************************************************************
Generating : Mechanical 12
File : Motor-57.GM12
Adding Layer : Mechanical 12
Used DCodes :
D13
*************************************************************
*************************************************************
Generating : Mechanical 10
File : Motor-57.GM10
Adding Layer : Mechanical 10
Used DCodes :
D13
*************************************************************
*************************************************************
Generating : Mechanical 1
File : Motor-57.GM1
Adding Layer : Mechanical 1
Used DCodes :
D10
*************************************************************
*************************************************************
Generating : Keep-Out Layer
File : Motor-57.GKO
Adding Layer : Keep-Out Layer
Used DCodes :
D10
*************************************************************
*************************************************************
Generating : Bottom Overlay
File : Motor-57.GBO
Adding Layer : Bottom Overlay
Used DCodes :
D12
D13
D14
D84
*************************************************************
*************************************************************
Generating : Bottom Paste
File : Motor-57.GBP
Adding Layer : Bottom Paste
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D18
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
*************************************************************
*************************************************************
Generating : Bottom Solder
File : Motor-57.GBS
Adding Layer : Bottom Solder
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D38
D49
D61
D73
D74
D75
D76
D77
D78
D79
D80
D81
D82
D83
*************************************************************
*************************************************************
Generating : Top Solder
File : Motor-57.GTS
Adding Layer : Top Solder
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D28
D30
D31
D32
D33
D34
D35
D36
D37
D38
D39
D40
D41
D42
D43
D44
D45
D46
D47
D48
D49
*************************************************************
*************************************************************
Generating : Top Paste
File : Motor-57.GTP
Adding Layer : Top Paste
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
*************************************************************
*************************************************************
Generating : Top Overlay
File : Motor-57.GTO
Adding Layer : Top Overlay
Used DCodes :
D10
D11
D12
D13
D14
D15
*************************************************************
*************************************************************
Generating : Top Pad Master
File : Motor-57.GPT
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
D54
*************************************************************
*************************************************************
Generating : Bottom Pad Master
File : Motor-57.GPB
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D18
D54
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
*************************************************************
*************************************************************
Generating : Bottom4
File : Motor-57.GBL
Adding Layer : Bottom4
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D18
D50
D54
D55
D56
D57
D58
D59
D60
D61
D62
D63
D64
D65
D66
D67
D68
D69
D70
D71
D72
*************************************************************
*************************************************************
Generating : Gnd3
File : Motor-57.G2
Adding Layer : Gnd3
Adding Layer : Multi-Layer
Used DCodes :
D54
D55
D56
*************************************************************
*************************************************************
Generating : Signal2
File : Motor-57.G1
Adding Layer : Signal2
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D50
D54
D55
D56
D57
D58
*************************************************************
*************************************************************
Generating : Top1
File : Motor-57.GTL
Adding Layer : Top1
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D14
D16
D17
D18
D19
D20
D21
D22
D23
D24
D25
D26
D27
D28
D29
D30
D50
D51
D52
D53
D54
D55
D56
*************************************************************
*************************************************************
Generating : Drill Drawing
File : Motor-57.GD1
Adding Drill Pair : Top1-Bottom4
Adding Layer : Drill Drawing
Used DCodes :
D86
D87
*************************************************************
*************************************************************
Generating : Drill Guide
File : Motor-57.GG1
Adding Drill Pair : Top1-Bottom4
Adding Layer : Drill Guide
Used DCodes :
D86
*************************************************************
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.RUL
================================================
DRC Rules Export File for PCB: I:\onWorking\Dummy-Robot\1.Hardware\MotorDriver-57-unused\Motor-57.PcbDoc
RuleKind=Width|RuleName=VCC|Scope=Board|Minimum=4.00
RuleKind=Width|RuleName=GND|Scope=Board|Minimum=4.00
RuleKind=SolderMaskExpansion|RuleName=SolderMaskExpansion|Scope=Board|Minimum=3.00
RuleKind=Width|RuleName=Width|Scope=Board|Minimum=4.00
RuleKind=Clearance|RuleName=Clearance|Scope=Board|Minimum=4.00
RuleKind=ShortCircuit|RuleName=ShortCircuit|Scope=Board|Allowed=0
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.TXT
================================================
M48
;Layer_Color=9474304
;FILE_FORMAT=2:5
INCH,TZ
;TYPE=PLATED
T1F00S00C0.01000
T2F00S00C0.01575
T3F00S00C0.12205
%
T01
X-78400Y-53500
X-73500Y-55000
Y-52000
X-71366Y-45734
X-77000Y-37500
Y-34000
Y-30500
Y-21000
X-70800Y-3100
X-77000Y13000
Y24000
Y30000
Y36000
X-60000Y36400
X-59900Y40300
Y32500
X-53700Y30300
X-56600Y26900
X-57000Y23500
X-53800
X-59000Y17500
X-56300Y12500
X-57500Y5000
X-54300Y4800
X-50400
X-45000Y5000
X-41000
Y2500
X-33500Y2000
Y5500
X-35300Y-8400
X-31800Y-12300
X-35000Y-16500
X-38000Y-17000
X-40500
X-42700Y-10600
X-51900Y-11100
X-51400Y-14500
X-56300Y-13100
X-55784Y-19016
X-55500Y-23000
Y-25500
Y-28000
X-51500Y-31600
X-51000Y-22000
X-66000
X-66500Y-15500
X-66600Y-2500
X-67500Y100
X-60500Y3000
X-56500Y700
X-52358Y658
X-44300Y26900
X-44100Y31200
X-14500Y31000
X-9500
X0Y37000
Y43500
X9500Y31000
X14500
X10800Y7500
X15800Y300
X15500Y-13000
X18000
X20500
X23000
X25500
Y-15500
X23000
X19900Y-17400
X18000Y-16300
X15800
X19800Y-22100
X22454Y-21500
X28500Y-21200
Y-18700
Y-16400
X32500Y-16500
Y-19500
Y-22500
Y-25500
Y-28500
Y-31500
Y-34500
Y-37500
X27000Y-49500
X27300Y-52900
X29500Y-52300
X24000Y-57500
X8500Y-51100
X2500Y-47500
X-2000Y-41500
X-5000
X-3500Y-38000
Y-35000
X300Y-36200
Y-38700
X240Y-33540
X-11500Y-31900
X-10800Y-44100
X-12500Y-45800
X-28500Y-43000
X-27000Y-40500
Y-38000
X-23500
X-34620Y-41200
X-39700Y-41600
X-37700Y-43700
X-36600Y-33400
X-38600Y-31800
X-40547Y-33553
X-57000Y-37000
X-58500Y-41000
X-56500Y-42500
X-54300Y-41000
X-52100Y-42400
X-62100Y-42600
X-37500Y-59000
X-34500
X-28000Y-63000
X-2000Y-65500
X1969Y-62500
X5500Y-24100
X8500
Y-21000
X5500
X-5000Y-20000
Y-23000
X-22500Y-19300
X-18300Y-4200
X-11400Y-7500
X-10600Y2500
X-11000Y5500
X-13500
Y9500
X-11000
X29300Y-4100
Y-7200
X50000
Y-4000
X73000Y-4700
Y3500
X32100Y53700
X28100Y54000
X17000Y-32500
Y-35000
T02
X-20000Y-72000
X-17000
X-14000
Y-69000
X-17000
X-20000
Y-66000
X-17000
X-14000
X19000Y-75500
Y-78500
X22000
X25000
X28000
X31000
X34000
X37000
X40000Y-73000
Y-70000
Y-67000
X43000
X46000
Y-70000
X43000
Y-73000
X46000
X70000Y-18000
Y-15000
X73000
X76000
Y-12000
X73000
X70000
X73000Y-18000
X76000
Y12000
X73000
Y15000
Y18000
X76000
Y15000
X70000
Y12000
Y18000
X32000Y16000
X29000
X26000
X23000
X20000
X17000
X14000
X11000
X8000
X5000
X2000
X-1000
X-4000
X-7000
X-10000
X-13000
X-16000
X-19000
X-19500Y38000
Y41000
Y44000
X-15000Y43000
Y46000
X-12000
X-9000
Y43000
Y40000
X-12000
X-15000
X-12000Y43000
X-4200Y42100
Y45100
Y39100
X4300
Y42100
Y45100
X9000Y46000
Y43000
X12000
X15000
Y40000
X12000
X9000
X12000Y46000
X15000
X19300Y44700
Y41700
Y38700
X33100Y38400
Y41400
Y44400
Y35400
Y32400
Y29400
X4500Y52100
Y55100
X1500
Y52100
X-19500
X-22500
Y55100
X-19500
X-27500Y60000
X-30500
Y63000
Y66000
X-27500
Y63000
X-33500
Y60000
X-36500
X-39500
Y63000
Y66000
X-36500
X-33500
X-36500Y63000
X-42500
Y60000
Y66000
X-34200Y52000
Y49000
Y46000
Y43000
Y40000
Y37000
X-33500Y-21500
Y-24500
Y-27500
X-36546
Y-24500
Y-21500
X-39592
Y-24566
Y-27500
T03
X-98287Y-52776
Y52776
X98287
Y-52776
M30
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Motor-57.apr
================================================
D10 ROUNDED 10.000 10.000 0.000 LINE 0.000
D11 ROUNDED 4.000 4.000 0.000 LINE 0.000
D12 ROUNDED 1.000 1.000 0.000 LINE 0.000
D13 ROUNDED 7.874 7.874 0.000 LINE 0.000
D14 ROUNDED 6.000 6.000 0.000 LINE 0.000
D15 ROUNDED 5.000 5.000 0.000 LINE 0.000
D24 RECTANGULAR 19.685 19.685 0.000 FLASH 270.000
D32 RECTANGULAR 65.000 60.000 0.000 FLASH 0.000
D33 RECTANGULAR 77.000 25.000 0.000 FLASH 0.000
D34 RECTANGULAR 89.000 211.000 0.000 FLASH 0.000
D35 RECTANGULAR 100.000 100.000 0.000 FLASH 0.000
D44 RECTANGULAR 25.685 25.685 0.000 FLASH 270.000
D49 ROUNDED 206.000 206.000 0.000 FLASH 0.000
D50 ROUNDED 20.000 20.000 0.000 LINE 0.000
D51 ROUNDED 80.000 80.000 0.000 LINE 0.000
D52 ROUNDED 40.000 40.000 0.000 LINE 0.000
D53 ROUNDED 30.000 30.000 0.000 LINE 0.000
D54 ROUNDED 200.000 200.000 0.000 FLASH 0.000
D55 ROUNDED 18.000 18.000 0.000 FLASH 0.000
D56 ROUNDED 23.622 23.622 0.000 FLASH 0.000
D57 ROUNDED 70.000 70.000 0.000 LINE 0.000
D58 ROUNDED 7.000 7.000 0.000 LINE 0.000
D59 ROUNDED 19.685 51.181 0.000 FLASH 0.000
D68 ROUNDED 19.685 51.181 0.000 FLASH 270.000
D69 ROUNDED 12.000 54.000 0.000 FLASH 0.000
D70 ROUNDED 12.000 54.000 0.000 FLASH 270.000
D71 ROUNDED 25.000 25.000 0.000 LINE 0.000
D72 ROUNDED 45.000 45.000 0.000 LINE 0.000
D73 ROUNDED 25.685 57.181 0.000 FLASH 0.000
D81 ROUNDED 25.685 57.181 0.000 FLASH 270.000
D82 ROUNDED 18.000 60.000 0.000 FLASH 0.000
D83 ROUNDED 18.000 60.000 0.000 FLASH 270.000
D84 ROUNDED 9.842 9.842 0.000 LINE 0.000
D85 ROUNDED 3.937 3.937 0.000 LINE 0.000
D86 ROUNDED 2.000 2.000 0.000 LINE 0.000
D87 ROUNDED 2.667 2.667 0.000 LINE 0.000
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Gerber/Status Report.Txt
================================================
Output: NC Drill Files
Type : NC Drill
From : Project [Motor-57.PrjPCB]
Generated File[Motor-57.TXT]
Generated File[Motor-57.LDP]
Generated File[Motor-57.DRR]
Files Generated : 3
Documents Printed : 0
Finished Output Generation At 19:39:57 On ܶ 01-18
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Motor-57.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
CrossRefSheetStyle=1
CrossRefLocationStyle=1
CrossRefPorts=3
CrossRefCrossSheets=1
CrossRefSheetEntries=0
CrossRefFollowFromMainSettings=1
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Drive.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=OTRBEYFQ
[Document2]
DocumentPath=MCU.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=MMRIIHEF
[Document3]
DocumentPath=Port.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=2
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=ZMLSMFEG
[Document4]
DocumentPath=Power.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=3
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RMXANKZL
[Document5]
DocumentPath=Interface.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=4
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=DXHCOWHD
[Document6]
DocumentPath=Motor-57.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=RPGXAMXA
[GeneratedDocument1]
DocumentPath=Project Outputs for Motor-57\Design Rule Check - Motor-57.html
DItemRevisionGUID=
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Mask
OutputName1=Solder/Paste Mask Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Drill
OutputName2=Drill Drawing/Guides
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=CompositeDrill
OutputName3=Composite Drill Drawing
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=IPC2581
OutputName4=IPC-2581 Files
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Gerber X2
OutputName5=Gerber X2 Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Board Stack Report
OutputName7=Report Board Stack
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Plane
OutputName8=Power-Plane Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=ODB
OutputName9=ODB++ Files
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
OutputType10=NC Drill
OutputName10=NC Drill Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
Configuration10_Name1=ForceUpdateSettings
Configuration10_Item1=False
Configuration10_Name2=OutputConfigurationParameter1
Configuration10_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\Ctrl-Step-Drive\1.Hardware\Unibody\Motor-42\Motor-42.PcbDoc
OutputType11=Test Points
OutputName11=Test Point Report
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16777218~1,16777219~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\Ctrl-Step-Drive\1.Hardware\Unibody\Motor-42\Motor-42.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=BOM_ReportCompare
OutputName7=BOM Compare
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Export Comments
OutputName8=Export Comments
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/MotorDriver-57-unused/Motor-57.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Drive.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Interface.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=MCU.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Port.SchDoc|SheetNumber=1
Record=NoMainPathDocument|SourceDocument=Drive.SchDoc|FileName=Power.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/REF/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/REF/REF-Base/.gitignore
================================================
History
Project Logs for*
Project Outputs for*
__Previews
================================================
FILE: 1.Hardware/REF/REF-Base/REF-Base.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=2
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=0
AppendSheetNumberToLocalNets=1
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=1
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=QVBBULDQ
[Document2]
DocumentPath=REF-Base.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=SPYPGENJ
[SearchPath1]
Path=E:\OneDrive\[软件配置备份]\Altium Designer\1.元件库\*.*
IncludeSubFolders=1
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\REF-STM32F4-dev\1.Hardware\REF\REF-Base\REF-Base.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908300~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\REF-STM32F4-dev\1.Hardware\REF\REF-Base\REF-Base.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Export Comments
OutputName7=Export Comments
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=BOM_ReportCompare
OutputName8=BOM Compare
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/REF/REF-Base/REF-Base.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/REF/REF-Unit/REF-Unit.PrjPCB
================================================
[Design]
Version=1.0
HierarchyMode=2
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=0
AppendSheetNumberToLocalNets=1
NetlistSinglePinNets=0
DefaultConfiguration=Default Configuration
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=1
AutoSheetNumbering=0
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=1
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=1
OutputPath=
LogFolderPath=
ManagedProjectGUID=33A43DB9-A699-40BA-9058-E8C83D527678
VaultGUID=53F48F8D-0842-4B75-8A0D-548028E961BE
ReleaseVaultName=稚晖君的DigiPCBA创作空间
ItemGUID=33A43DB9-A699-40BA-9058-E8C83D527678
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=Main.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=0
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=QVBBULDQ
[Document2]
DocumentPath=REF-Unit.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=SPYPGENJ
[SearchPath1]
Path=E:\OneDrive\[软件配置备份]\Altium Designer\1.元件库\*.*
IncludeSubFolders=1
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
Variant=[No Variations]
OutputJobsCount=0
ContentTypeGUID=
ConfigurationType=
[Generic_SmartPDF]
AutoOpenFile=-1
AutoOpenOutJob=-1
[Generic_SmartPDFSettings]
ProjectMode=0
ZoomPrecision=50
AddNetsInformation=-1
AddNetPins=-1
AddNetNetLabels=-1
AddNetPorts=-1
ShowComponentParameters=-1
GlobalBookmarks=0
ExportBOM=-1
TemplateFilename=Board Stack Report.XLT
TemplateStoreRelative=-1
PCB_PrintColor=1
SCH_PrintColor=0
PrintQuality=-3
SCH_ShowNoErc=-1
SCH_ShowParameter=-1
SCH_ShowProbes=-1
SCH_ShowBlankets=-1
SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
SCH_ShowNote=-1
SCH_ShowNoteCollapsed=-1
SCH_ExpandLogicalToPhysical=-1
SCH_VariantName=
SCH_ExpandComponentDesignators=-1
SCH_ExpandNetlabels=0
SCH_ExpandPorts=0
SCH_ExpandSheetNumber=0
SCH_ExpandDocumentNumber=0
SCH_HasExpandLogicalToPhysicalSheets=0
SaveSettingsToOutJob=0
[Generic_EDE]
OutputDir=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=PCADNetlist
OutputName1=PCAD Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CadnetixNetlist
OutputName2=Cadnetix Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=CalayNetlist
OutputName3=Calay Netlist
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EDIF
OutputName4=EDIF for PCB
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=EESofNetlist
OutputName5=EESof Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=IntergraphNetlist
OutputName6=Intergraph Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MentorBoardStationNetlist
OutputName7=Mentor BoardStation Netlist
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MultiWire
OutputName8=MultiWire
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=OrCadPCB2Netlist
OutputName9=Orcad/PCB2 Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=PADSNetlist
OutputName10=PADS ASCII Netlist
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Pcad
OutputName11=Pcad for PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=E:\厩砃舱\ゅЩ\My Protel\STM32F103C8\STM32F103C8_PCB.PcbDoc
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=2|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=27900000|PrintAreaLowerLeftCornerY=21300000|PrintAreaUpperRightCornerX=44800000|PrintAreaUpperRightCornerY=37100000|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=True|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=PCBLIB Print
OutputName8=PCBLIB Prints
OutputDocumentPath8=C:\Users\Pengzhihui\Desktop\onWorking\NanoPi\PcbLib\mLib.PcbLib
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.85|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration8_Name1=OutputConfigurationParameter1
Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration8_Name2=OutputConfigurationParameter2
Configuration8_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration8_Name3=OutputConfigurationParameter3
Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name4=OutputConfigurationParameter4
Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration8_Name5=OutputConfigurationParameter5
Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
OutputType9=PCBDrawing
OutputName9=Draftsman
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=PDF3D
OutputName10=PDF3D
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=PDF3D MBA
OutputName11=PDF3D MBA
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Plane
OutputName1=Power-Plane Prints
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Board Stack Report
OutputName2=Report Board Stack
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=ODB
OutputName3=ODB++ Files
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Test Points
OutputName4=Test Point Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=ForceUpdateSettings
Configuration5_Item1=False
Configuration5_Name2=OutputConfigurationParameter1
Configuration5_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressLeadingZeroes|DocumentPath=I:\onWorking\_Private\REF-STM32F4\1.Hardware\REF\REF-Unit\REF-Unit.PcbDoc
OutputType6=Final
OutputName6=Final Artwork Prints
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType7=Drill
OutputName7=Drill Drawing/Guides
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType9=CompositeDrill
OutputName9=Composite Drill Drawing
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType10=Gerber X2
OutputName10=Gerber X2 Files
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=IPC2581
OutputName11=IPC-2581 Files
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=Gerber
OutputName12=Gerber Files
OutputDocumentPath12=
OutputVariantName12=[No Variations]
OutputDefault12=0
Configuration12_Name1=ForceUpdateSettings
Configuration12_Item1=False
Configuration12_Name2=OutputConfigurationParameter1
Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=40|MinusApertureTolerance=40|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973832~1,16973834~1,16777217~1,16777219~1,16777218~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908298~1,16908301~1,16908302~1,16908303~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=40|PlusApertureTolerance=40|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=I:\onWorking\_Private\REF-STM32F4\1.Hardware\REF\REF-Unit\REF-Unit.PcbDoc
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Export Comments
OutputName7=Export Comments
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=BOM_ReportCompare
OutputName8=BOM Compare
OutputDocumentPath8=
OutputVariantName8=[No Variations]
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=Configuration compliance
OutputName5=Environment configuration compliance check
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=Component states check
OutputName6=Server's components states check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=BOM_Violations
OutputName7=BOM Checks Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
OutputType2=ExportIDF
OutputName2=Export IDF
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=AutoCAD dwg/dxf PCB
OutputName3=AutoCAD dwg/dxf File PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=AutoCAD dwg/dxf Schematic
OutputName4=AutoCAD dwg/dxf File Schematic
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=ExportPARASOLID
OutputName5=Export PARASOLID
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Save As/Export PCB
OutputName7=Save As/Export PCB
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Save As/Export Schematic
OutputName8=Save As/Export Schematic
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Specctra Design PCB
OutputName9=Specctra Design PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=MBAExportPARASOLID
OutputName10=Export PARASOLID
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=MBAExportSTEP
OutputName11=Export STEP
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=0
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=3
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4
Configuration_Name1=OutputConfigurationParameter1
Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration_Name2=OutputConfigurationParameter2
Configuration_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration_Name3=OutputConfigurationParameter3
Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name4=OutputConfigurationParameter4
Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name5=OutputConfigurationParameter5
Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name6=OutputConfigurationParameter6
Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name7=OutputConfigurationParameter7
Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name8=OutputConfigurationParameter8
Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name9=OutputConfigurationParameter9
Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name10=OutputConfigurationParameter10
Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name11=OutputConfigurationParameter11
Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name12=OutputConfigurationParameter12
Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration_Name13=OutputConfigurationParameter13
Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
================================================
FILE: 1.Hardware/REF/REF-Unit/REF-Unit.PrjPCBStructure
================================================
Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1
================================================
FILE: 1.Hardware/REF/REF.PrjMbd
================================================
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=Default - All Constraints
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
AutoSheetNumbering=1
AutoCrossReferences=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=0
FSMCodingStyle=eFMSDropDownList_OneProcess
FSMEncodingStyle=eFMSDropDownList_OneHot
IsProjectConflictPreventionWarningsEnabled=0
OutputPath=
LogFolderPath=
ManagedProjectGUID=
IncludeDesignInRelease=0
[Preferences]
PrefsVaultGUID=
PrefsRevisionGUID=
[Document1]
DocumentPath=REF.MbsDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=5799f555-f5bd-4c42-bea4-605194077990
[Document2]
DocumentPath=REF.MbaDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=c6814e28-6654-4337-a2e8-5ec303354078
[Document3]
DocumentPath=REF-Unit\REF-Unit.PrjPCB
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=
[Document4]
DocumentPath=REF-Base\REF-Base.PrjPCB
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
DocumentUniqueId=
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=CadnetixNetlist
OutputName1=Cadnetix Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CalayNetlist
OutputName2=Calay Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=EDIF
OutputName3=EDIF for PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EESofNetlist
OutputName4=EESof Netlist
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=IntergraphNetlist
OutputName5=Intergraph Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=MentorBoardStationNetlist
OutputName6=Mentor BoardStation Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MultiWire
OutputName7=MultiWire
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=OrCadPCB2Netlist
OutputName8=Orcad/PCB2 Netlist
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=PADSNetlist
OutputName9=PADS ASCII Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=Pcad
OutputName10=Pcad for PCB
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=PCADNetlist
OutputName11=PCAD Netlist
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=TangoNetlist
OutputName18=Tango Netlist
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=TelesisNetlist
OutputName19=Telesis Netlist
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=WireListNetlist
OutputName20=WireList Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Virtual Printer
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=PCBDrawing
OutputName5=Draftsman
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=PCBLIB Print
OutputName6=PCBLIB Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=PDF3D
OutputName7=PDF3D
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=PDF3D MBA
OutputName8=PDF3D MBA
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Report Print
OutputName9=Report Prints
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Schematic Print
OutputName10=Schematic Prints
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=SimView Print
OutputName11=SimView Prints
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Board Stack Report
OutputName1=Report Board Stack
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType2=CompositeDrill
OutputName2=Composite Drill Drawing
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Drill
OutputName3=Drill Drawing/Guides
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Final
OutputName4=Final Artwork Prints
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Gerber
OutputName5=Gerber Files
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=Gerber X2
OutputName6=Gerber X2 Files
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=IPC2581
OutputName7=IPC-2581 Files
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=Mask
OutputName8=Solder/Paste Mask Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=NC Drill
OutputName9=NC Drill Files
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=ODB
OutputName10=ODB++ Files
OutputDocumentPath10=
OutputVariantName10=[No Variations]
OutputDefault10=0
OutputType11=Plane
OutputName11=Power-Plane Prints
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Test Points
OutputName12=Test Point Report
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Export Comments
OutputName3=Export Comments
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=ReportHierarchy
OutputName4=Report Project Hierarchy
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=Script
OutputName5=Script Output
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SimpleBOM
OutputName6=Simple BOM
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=SinglePinNetReporter
OutputName7=Report Single Pin Nets
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=BOM_Violations
OutputName1=BOM Checks Report
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=Component states check
OutputName2=Server's components states check
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=Configuration compliance
OutputName3=Environment configuration compliance check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=Design Rules Check
OutputName4=Design Rules Check
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType5=Differences Report
OutputName5=Differences Report
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType6=Electrical Rules Check
OutputName6=Electrical Rules Check
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
OutputType7=Footprint Comparison Report
OutputName7=Footprint Comparison Report
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=AutoCAD dwg/dxf PCB
OutputName1=AutoCAD dwg/dxf File PCB
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=AutoCAD dwg/dxf Schematic
OutputName2=AutoCAD dwg/dxf File Schematic
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=ExportIDF
OutputName3=Export IDF
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=ExportPARASOLID
OutputName4=Export PARASOLID
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=ExportSTEP
OutputName5=Export STEP
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=ExportVRML
OutputName6=Export VRML
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=MBAExportPARASOLID
OutputName7=Export PARASOLID
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=MBAExportSTEP
OutputName8=Export STEP
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Save As/Export PCB
OutputName9=Save As/Export PCB
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=Save As/Export Schematic
OutputName10=Save As/Export Schematic
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=Specctra Design PCB
OutputName11=Specctra Design PCB
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
[OutputGroup10]
Name=PostProcess Outputs
Description=
TargetPrinter=Microsoft Print to PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
OutputType1=Copy Files
OutputName1=Copy Files
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
Type75=1
Type76=1
Type77=1
Type78=1
Type79=1
Type80=1
Type81=1
Type82=1
Type83=1
Type84=1
Type85=1
Type86=1
Type87=1
Type88=1
Type89=1
Type90=1
Type91=1
Type92=1
Type93=1
Type94=1
Type95=1
Type96=1
Type97=1
Type98=1
Type99=1
Type100=1
Type101=1
Type102=1
Type103=1
Type104=1
Type105=1
Type106=1
Type107=1
Type108=1
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=1
Type115=1
Type116=1
Type117=1
Type118=1
Type119=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=0
Type8=1
Type9=1
Type10=1
Type11=2
Type12=0
Type13=0
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=0
Type21=0
Type22=0
Type23=0
Type24=1
Type25=2
Type26=0
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=0
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=0
Type45=0
Type46=0
Type47=0
Type48=0
Type49=0
Type50=2
Type51=0
Type52=0
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=2
Type60=0
Type61=0
Type62=0
Type63=0
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=0
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
Type101=0
Type102=2
Type103=2
Type104=1
Type105=2
Type106=2
Type107=2
Type108=2
Type109=1
Type110=1
Type111=1
Type112=1
Type113=1
Type114=2
Type115=2
Type116=2
Type117=3
Type118=3
Type119=3
MultiChannelAlternate=2
AlternateItemFail=3
Type122=2
Type123=1
Type124=1
Type125=1
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
SortLocation=0
ReplaceSubparts=0
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
GlobalIndexSortLocation=0
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
NetClassSeparateForBusSections=0
[LibraryUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
PreserveParameterVisibility=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
UpdateVariants=1
UpdateToLatestRevision=1
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
================================================
FILE: 1.Hardware/REF/REF.PrjMbdStructure
================================================
Record=DiagramHierarchy|SourceDocument=REF.MbsDoc|Kind=Multi-board Schematic Module|Designator=2|Source=REF-Base\REF-Base.PrjPCB
Record=SubProject|SourceDocument=REF.MbsDoc|ProjectPath=REF-Base\REF-Base.PrjPCB
Record=DiagramHierarchy|SourceDocument=REF.MbsDoc|Kind=Multi-board Schematic Module|Designator=1|Source=REF-Unit\REF-Unit.PrjPCB
Record=SubProject|SourceDocument=REF.MbsDoc|ProjectPath=REF-Unit\REF-Unit.PrjPCB
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.cproject
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.gitignore
================================================
cmake-build-*
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/.gitignore
================================================
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/REF-STM32F4.iml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/codeStyles/codeStyleConfig.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/deployment.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/encodings.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/inspectionProfiles/Project_Default.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/libraries/ROS.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/libraries/workspace.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/misc.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/modules.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/ros.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/serialmonitor_settings.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.idea/vcs.xml
================================================
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.mxproject
================================================
[PreviousLibFiles]
LibFiles=Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h;Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_can.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h;Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h;Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h;Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h;Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h;Middlewares/Third_Party/FreeRTOS/Source/include/list.h;Middlewares/Third_Party/FreeRTOS/Source/include/message_buffer.h;Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h;Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h;Middlewares/Third_Party/FreeRTOS/Source/include/portable.h;Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h;Middlewares/Third_Party/FreeRTOS/Source/include/queue.h;Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h;Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h;Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h;Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h;Middlewares/Third_Party/FreeRTOS/Source/include/task.h;Middlewares/Third_Party/FreeRTOS/Source/include/timers.h;Middlewares/Third_Party/FreeRTOS/Source/include/atomic.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_mpool.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_os2.h;Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c;Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c;Middlewares/Third_Party/FreeRTOS/Source/croutine.c;Middlewares/Third_Party/FreeRTOS/Source/event_groups.c;Middlewares/Third_Party/FreeRTOS/Source/list.c;Middlewares/Third_Party/FreeRTOS/Source/queue.c;Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c;Middlewares/Third_Party/FreeRTOS/Source/tasks.c;Middlewares/Third_Party/FreeRTOS/Source/timers.c;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c;Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c;Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c;Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c;Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c;Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usb.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h;Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_can.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h;Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h;Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h;Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h;Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h;Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h;Middlewares/Third_Party/FreeRTOS/Source/include/list.h;Middlewares/Third_Party/FreeRTOS/Source/include/message_buffer.h;Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h;Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h;Middlewares/Third_Party/FreeRTOS/Source/include/portable.h;Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h;Middlewares/Third_Party/FreeRTOS/Source/include/queue.h;Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h;Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h;Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h;Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h;Middlewares/Third_Party/FreeRTOS/Source/include/task.h;Middlewares/Third_Party/FreeRTOS/Source/include/timers.h;Middlewares/Third_Party/FreeRTOS/Source/include/atomic.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_mpool.h;Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_os2.h;Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h;Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h;Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h;Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h;Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h;Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c;Drivers/CMSIS/Include/cmsis_armcc.h;Drivers/CMSIS/Include/cmsis_armclang.h;Drivers/CMSIS/Include/cmsis_compiler.h;Drivers/CMSIS/Include/cmsis_gcc.h;Drivers/CMSIS/Include/cmsis_iccarm.h;Drivers/CMSIS/Include/cmsis_version.h;Drivers/CMSIS/Include/core_armv8mbl.h;Drivers/CMSIS/Include/core_armv8mml.h;Drivers/CMSIS/Include/core_cm0.h;Drivers/CMSIS/Include/core_cm0plus.h;Drivers/CMSIS/Include/core_cm1.h;Drivers/CMSIS/Include/core_cm23.h;Drivers/CMSIS/Include/core_cm3.h;Drivers/CMSIS/Include/core_cm33.h;Drivers/CMSIS/Include/core_cm4.h;Drivers/CMSIS/Include/core_cm7.h;Drivers/CMSIS/Include/core_sc000.h;Drivers/CMSIS/Include/core_sc300.h;Drivers/CMSIS/Include/mpu_armv7.h;Drivers/CMSIS/Include/mpu_armv8.h;Drivers/CMSIS/Include/tz_context.h;
[PreviousUsedSW4STM32Files]
SourceFiles=..\Core\Src\main.c;..\Core\Src\gpio.c;..\Core\Src\freertos.c;..\Core\Src\adc.c;..\Core\Src\can.c;..\Core\Src\dma.c;..\Core\Src\i2c.c;..\Core\Src\spi.c;..\Core\Src\tim.c;..\Core\Src\usart.c;..\USB_DEVICE\App\usb_device.c;..\USB_DEVICE\Target\usbd_conf.c;..\USB_DEVICE\App\usbd_desc.c;..\USB_DEVICE\App\usbd_cdc_if.c;..\Core\Src\stm32f4xx_it.c;..\Core\Src\stm32f4xx_hal_msp.c;..\Core\Src\stm32f4xx_hal_timebase_tim.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c;..\Middlewares/Third_Party/FreeRTOS/Source/croutine.c;..\Middlewares/Third_Party/FreeRTOS/Source/event_groups.c;..\Middlewares/Third_Party/FreeRTOS/Source/list.c;..\Middlewares/Third_Party/FreeRTOS/Source/queue.c;..\Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c;..\Middlewares/Third_Party/FreeRTOS/Source/tasks.c;..\Middlewares/Third_Party/FreeRTOS/Source/timers.c;..\Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c;..\Core\Src/system_stm32f4xx.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c;..\Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c;..\Middlewares/Third_Party/FreeRTOS/Source/croutine.c;..\Middlewares/Third_Party/FreeRTOS/Source/event_groups.c;..\Middlewares/Third_Party/FreeRTOS/Source/list.c;..\Middlewares/Third_Party/FreeRTOS/Source/queue.c;..\Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c;..\Middlewares/Third_Party/FreeRTOS/Source/tasks.c;..\Middlewares/Third_Party/FreeRTOS/Source/timers.c;..\Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c;..\Core\Src/system_stm32f4xx.c;..\Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c;;..\Middlewares/Third_Party/FreeRTOS/Source/croutine.c;..\Middlewares/Third_Party/FreeRTOS/Source/event_groups.c;..\Middlewares/Third_Party/FreeRTOS/Source/list.c;..\Middlewares/Third_Party/FreeRTOS/Source/queue.c;..\Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c;..\Middlewares/Third_Party/FreeRTOS/Source/tasks.c;..\Middlewares/Third_Party/FreeRTOS/Source/timers.c;..\Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c;..\Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c;..\Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c;
HeaderPath=..\Drivers\STM32F4xx_HAL_Driver\Inc;..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy;..\Middlewares\Third_Party\FreeRTOS\Source\include;..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2;..\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F;..\Middlewares\ST\STM32_USB_Device_Library\Core\Inc;..\Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc;..\Drivers\CMSIS\Device\ST\STM32F4xx\Include;..\Drivers\CMSIS\Include;..\Core\Inc;..\USB_DEVICE\App;..\USB_DEVICE\Target;
CDefines=USE_HAL_DRIVER;STM32F405xx;USE_HAL_DRIVER;USE_HAL_DRIVER;
[PreviousGenFiles]
AdvancedFolderStructure=true
HeaderFileListSize=16
HeaderFiles#0=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/gpio.h
HeaderFiles#1=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/FreeRTOSConfig.h
HeaderFiles#2=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/adc.h
HeaderFiles#3=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/can.h
HeaderFiles#4=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/dma.h
HeaderFiles#5=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/i2c.h
HeaderFiles#6=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/spi.h
HeaderFiles#7=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/tim.h
HeaderFiles#8=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/usart.h
HeaderFiles#9=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usb_device.h
HeaderFiles#10=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/Target/usbd_conf.h
HeaderFiles#11=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usbd_desc.h
HeaderFiles#12=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usbd_cdc_if.h
HeaderFiles#13=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/stm32f4xx_it.h
HeaderFiles#14=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/stm32f4xx_hal_conf.h
HeaderFiles#15=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc/main.h
HeaderFolderListSize=3
HeaderPath#0=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Inc
HeaderPath#1=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App
HeaderPath#2=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/Target
HeaderFiles=;
SourceFileListSize=17
SourceFiles#0=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/gpio.c
SourceFiles#1=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/freertos.c
SourceFiles#2=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/adc.c
SourceFiles#3=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/can.c
SourceFiles#4=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/dma.c
SourceFiles#5=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/i2c.c
SourceFiles#6=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/spi.c
SourceFiles#7=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/tim.c
SourceFiles#8=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/usart.c
SourceFiles#9=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usb_device.c
SourceFiles#10=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/Target/usbd_conf.c
SourceFiles#11=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usbd_desc.c
SourceFiles#12=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App/usbd_cdc_if.c
SourceFiles#13=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/stm32f4xx_it.c
SourceFiles#14=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/stm32f4xx_hal_msp.c
SourceFiles#15=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/stm32f4xx_hal_timebase_tim.c
SourceFiles#16=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src/main.c
SourceFolderListSize=3
SourcePath#0=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/Core/Src
SourcePath#1=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/App
SourcePath#2=I:/onWorking/_Private/Dummy-Robot-dev/2.Firmware/Core-STM32F4-fw/USB_DEVICE/Target
SourceFiles=;
================================================
FILE: 2.Firmware/Core-STM32F4-fw/.project
================================================
REF-STM32F4
org.eclipse.cdt.managedbuilder.core.genmakebuilder
clean,full,incremental,
org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
full,incremental,
org.eclipse.cdt.core.cnature
org.eclipse.cdt.managedbuilder.core.managedBuildNature
org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
fr.ac6.mcu.ide.core.MCUProjectNature
FreeRTOS/croutine.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/croutine.c
FreeRTOS/event_groups.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
FreeRTOS/list.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/list.c
FreeRTOS/queue.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/queue.c
FreeRTOS/stream_buffer.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
FreeRTOS/tasks.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/tasks.c
FreeRTOS/timers.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/timers.c
FreeRTOS/cmsis_os2.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c
FreeRTOS/heap_4.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/port.c
1
PARENT-2-PROJECT_LOC/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
USB_Device_Library/usbd_core.c
1
PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
USB_Device_Library/usbd_ctlreq.c
1
PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c
USB_Device_Library/usbd_ioreq.c
1
PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
USB_Device_Library/usbd_cdc.c
1
PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
================================================
FILE: 2.Firmware/Core-STM32F4-fw/3rdParty/fibre/cpp/include/fibre/cpp_utils.hpp
================================================
#ifndef __CPP_UTILS_HPP
#define __CPP_UTILS_HPP
/*
## Advanced C++ Topics
This is an overview of some of the more obscure C++ techniques used in this project.
This assumes you're already familiar with templates in C++.
### Template recursion
[TODO]
### Almost perfect template forwarding
This is adapted from https://akrzemi1.wordpress.com/2013/10/10/too-perfect-forwarding/
Suppose you have a inner class, with a couple of constructors:
```
class InnerClass {
public:
InnerClass(int arg1, int arg2);
InnerClass(int arg1);
InnerClass();
};
```
Now you want to create a wrapper class. This wrapper class should provide the exact same constructors as `InnerClass`, so you use perfect forwarding:
```
class WrapperClass {
public:
template
WrapperClass(Args&& ... args)
: inner_object(std::forward(args)...)
{}
InnerClass inner_object;
};
```
Now you can almost use the wrapper class as expected, but only almost:
```
void make_wrappers(void) {
WrapperClass wrapper1; // ok, maps to InnerClass()
WrapperClass wrapper2(1); // ok, maps to InnerClass(int arg1)
WrapperClass wrapper3(1,2); // ok, maps to InnerClass(int arg1, arg2)
WrapperClass wrapper4 = wrapper1; // does not compile
}
```
The last assignment fails. What _you_ obviously wanted, is to use the copy constructor of WrapperClass.
However the compiler will use the perfect forwarding constructor of WrapperClass for this assignment.
So after template expansion it would try to use the following constructor:
```
WrapperClass(InnerClass& arg)
: inner_object(arg)
{}
```
Clearly this is not what we wanted and in this case it will fail because the exists no
constructor of the form `InnerClass(WrapperClass& arg)`.
And thus we need to make the perfect forwarding a little less perfect, by telling it
"only enable this constructor if the first argument of the argument list is not of type WrapperClass".
The modified version thus looks like this:
```
class WrapperClass {
public:
template::template first_is_not())>
WrapperClass(Args&& ... args)
: inner_object(std::forward(args)...)
{}
InnerClass inner_object;
};
```
*/
// Backport definitions from C++14
#if __cplusplus <= 201103L
namespace std {
template< class T >
using underlying_type_t = typename underlying_type::type;
// source: http://en.cppreference.com/w/cpp/types/enable_if
template< bool B, class T = void >
using enable_if_t = typename enable_if::type;
}
#endif
// @brief Supports various queries on a list of types
template
class TypeChecker;
template
class TypeChecker
{
public:
using DecayedT = typename std::decay::type;
// @brief Returns false if type T is equal to U or inherits from U. Returns true otherwise.
template
constexpr static inline bool first_is_not()
{
return !std::is_same::value
&& !std::is_base_of::value;
}
// @brief Returns true if all types [T, Ts...] are either equal to U or inherit from U.
template
constexpr static inline bool all_are()
{
return std::is_base_of::value
&& TypeChecker::template all_are();
}
};
template<>
class TypeChecker<>
{
public:
template
constexpr static inline bool first_is_not()
{
return std::true_type::value;
}
template
constexpr static inline bool all_are()
{
return std::true_type::value;
}
};
#include
#define ENABLE_IF(...) \
typename = std::enable_if_t<__VA_ARGS__>
#define ENABLE_IF_SAME(a, b, type) \
template typename std::enable_if_t::value, type>
template
M get_member_type(M T::*);
#define GET_TYPE_OF(mem) decltype(get_member_type(mem))
//#include
// @brief Statically asserts that T is derived from type BaseType
#define EXPECT_TYPE(T, BaseType) static_assert(std::is_base_of::type>::value || std::is_convertible::type, BaseType>::value, "expected template argument of type " #BaseType)
//#define EXPECT_TYPE(T, BaseType) static_assert(, "expected template argument of type " #BaseType)
template
class function_traits
{
public:
template
static TRet
invoke(TObj &obj, TRet(TObj::*func_ptr)(TArgs...), std::tuple packed_args, TUnpackedArgs ... args)
{
return invoke(obj, func_ptr, packed_args, args..., std::get(packed_args));
}
template
static TRet invoke(TObj &obj, TRet(TObj::*func_ptr)(TArgs...), std::tuple packed_args, TArgs ... args)
{
return (obj.*func_ptr)(args...);
}
};
/* @brief Invoke a class member function with a variable number of arguments that are supplied as a tuple
Example usage:
class MyClass {
public:
int MyFunction(int a, int b) {
return 0;
}
};
MyClass my_object;
std::tuple my_args(3, 4); // arguments are supplied as a tuple
int result = invoke_function_with_tuple(my_object, &MyClass::MyFunction, my_args);
*/
template
TRet invoke_function_with_tuple(TObj &obj, TRet(TObj::*func_ptr)(TArgs...), std::tuple packed_args)
{
return function_traits::template invoke<0>(obj, func_ptr, packed_args);
}
#endif // __CPP_UTILS_HPP
================================================
FILE: 2.Firmware/Core-STM32F4-fw/3rdParty/fibre/cpp/include/fibre/crc.hpp
================================================
#ifndef __CRC_HPP
#define __CRC_HPP
#include
#include
// Calculates an arbitrary CRC for one byte.
// Adapted from https://barrgroup.com/Embedded-Systems/How-To/CRC-Calculation-C-Code
template
static T calc_crc(T remainder, uint8_t value)
{
constexpr T BIT_WIDTH = (CHAR_BIT * sizeof(T));
constexpr T TOPBIT = ((T) 1 << (BIT_WIDTH - 1));
// Bring the next byte into the remainder.
remainder ^= (value << (BIT_WIDTH - 8));
// Perform modulo-2 division, a bit at a time.
for (uint8_t bit = 8; bit; --bit)
{
if (remainder & TOPBIT)
{
remainder = (remainder << 1) ^ POLYNOMIAL;
} else
{
remainder = (remainder << 1);
}
}
return remainder;
}
template
static T calc_crc(T remainder, const uint8_t *buffer, size_t length)
{
while (length--)
remainder = calc_crc(remainder, *(buffer++));
return remainder;
}
template
static uint8_t calc_crc8(uint8_t remainder, uint8_t value)
{
return calc_crc(remainder, value);
}
template
static uint16_t calc_crc16(uint16_t remainder, uint8_t value)
{
return calc_crc(remainder, value);
}
template
static uint8_t calc_crc8(uint8_t remainder, const uint8_t *buffer, size_t length)
{
return calc_crc(remainder, buffer, length);
}
template
static uint16_t calc_crc16(uint16_t remainder, const uint8_t *buffer, size_t length)
{
return calc_crc(remainder, buffer, length);
}
#endif /* __CRC_HPP */
================================================
FILE: 2.Firmware/Core-STM32F4-fw/3rdParty/fibre/cpp/include/fibre/decoders.hpp
================================================
#ifndef __DECODERS_HPP
#define __DECODERS_HPP
#include "protocol.hpp"
#include "crc.hpp"
#include "cpp_utils.hpp"
#include
/* Base classes --------------------------------------------------------------*/
// @brief Base class for stream based decoders.
// A stream based decoder is a decoder that processes arbitrary length data blocks.
class StreamDecoder : public StreamSink
{
public:
// @brief Returns 0 if no error ocurred, otherwise a non-zero error code.
// Once process_bytes returned an error, subsequent calls to get_status must return the same error.
// If the decoder is in an error state, the behavior of get_expected_bytes and process_bytes is undefined.
virtual int get_status() = 0;
// @brief Returns the minimum number of bytes that are still needed to complete this decoder.
// If 0, the decoder is considered complete and any subsequent call to process_bytes must process
// exactly 0 bytes.
// process_bytes() must always process all provided bytes unless the decoder expects no more bytes
// afterwards
virtual size_t get_expected_bytes() = 0;
};
// @brief Base class for a decoder that is fed in a block-wise fashion.
// This base class is provided for convenience when implementing certain types of decoders.
// A StreamDecoder can be obtained from a BlockDecoder by using StreamDecoder_from_BlockDecoder.
template
class BlockDecoder
{
public:
typedef std::integral_constant block_size;
virtual int get_status() = 0;
virtual size_t get_expected_blocks() = 0;
virtual int process_block(const uint8_t block[BLOCKSIZE]) = 0;
private:
};
// @brief Base class for a decoder that is fed in a byte-wise fashion
// This base class is provided for convenience when implementing certain types of decoders.
// A StreamDecoder can be obtained from a ByteDecoder by using StreamDecoder_from_ByteDecoder.
class ByteDecoder
{
public:
virtual int get_status() = 0;
virtual size_t get_expected_bytes() = 0;
virtual int process_byte(uint8_t byte) = 0;
};
/* Converter classes ---------------------------------------------------------*/
// @brief Encapsulates a BlockDecoder to make it look like a StreamDecoder
// @tparam T The encapsulated BlockDecoder type.
// Must inherit from BlockDecoder.
template::template all_are>()) >
class StreamDecoder_from_BlockDecoder : public StreamDecoder
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
explicit StreamDecoder_from_BlockDecoder(Args &&... args)
: block_decoder_(std::forward(args)...)
{
EXPECT_TYPE(T, BlockDecoder);
}
inline int get_status() final
{
return block_decoder_.get_status();
}
inline size_t get_expected_bytes() final
{
size_t expected_bytes = block_decoder_.get_expected_blocks() * T::block_size::value;
return expected_bytes - std::min(expected_bytes, buffer_pos_);
}
inline int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes) final
{
while (!get_status() && get_expected_bytes() && length)
{
// use the incoming bytes to fill internal buffer to get a complete block
size_t n_copy = std::min(length, T::block_size::value - buffer_pos_);
memcpy(buffer_ + buffer_pos_, buffer, n_copy);
buffer += n_copy;
length -= n_copy;
if (processed_bytes) (*processed_bytes) += n_copy;
buffer_pos_ += n_copy;
// if we have a full block, process it
if (buffer_pos_ == T::block_size::value)
{
block_decoder_.process_block(buffer_);
buffer_pos_ = 0;
}
}
return get_status();
}
size_t get_free_space()
{ return SIZE_MAX; } // TODO: deprecate
private:
T block_decoder_;
size_t buffer_pos_ = 0;
uint8_t buffer_[T::block_size::value];
};
// @brief Encapsulates a ByteDecoder to make it look like a BlockDecoder
// @tparam T The encapsulated ByteDecoder type.
// Must inherit from ByteDecoder.
template::template all_are()) >
class BlockDecoder_from_ByteDecoder : public BlockDecoder<1>
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
BlockDecoder_from_ByteDecoder(Args &&... args)
: byte_decoder_(std::forward(args)...)
{
EXPECT_TYPE(T, ByteDecoder);
}
inline int get_status() final
{
return byte_decoder_.get_status();
}
inline size_t get_expected_blocks() final
{
return byte_decoder_.get_expected_bytes();
}
inline int process_block(const uint8_t block[1]) final
{
int status = byte_decoder_.process_byte(*block);
return status;
}
private:
T byte_decoder_;
};
// @brief Encapsulates a ByteDecoder to make it look like a StreamDecoder
// @tparam T The encapsulated ByteDecoder type.
// Must inherit from ByteDecoder.
template::template all_are()) >
class StreamDecoder_from_ByteDecoder : public StreamDecoder
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
StreamDecoder_from_ByteDecoder(Args &&... args)
: byte_decoder_(std::forward(args)...)
{
EXPECT_TYPE(T, ByteDecoder);
}
inline int get_status() final
{
return byte_decoder_.get_status();
}
inline size_t get_expected_bytes() final
{
return byte_decoder_.get_expected_bytes();
}
inline size_t get_free_space()
{ return SIZE_MAX; }
inline int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes) final
{
while (!byte_decoder_.get_status() && byte_decoder_.get_expected_bytes() && length)
{
length--;
if (processed_bytes) (*processed_bytes)++;
byte_decoder_.process_byte(*(buffer++));
}
return byte_decoder_.get_status();
}
private:
T byte_decoder_;
};
/* Decoder implementations ---------------------------------------------------*/
template
class VarintByteDecoder : public ByteDecoder
{
public:
static constexpr T BIT_WIDTH = (CHAR_BIT * sizeof(T));
VarintByteDecoder(T &state_variable) :
state_variable_(state_variable)
{
}
size_t get_expected_bytes() final
{
return done_ ? 0 : 1;
}
int get_status() final
{
return status_;
}
int process_byte(uint8_t input_byte) final
{
if (bit_pos_ == 0)
{
LOG_FIBRE("start decoding varint, with 0x%02x => %zx\n", input_byte, (uintptr_t) &state_variable_);
state_variable_ = 0;
}
LOG_FIBRE("varint: decode %02x << %zu at %zx\n", input_byte, bit_pos_, &bit_pos_);
// we assume bit_pos_ < BIT_WIDTH
state_variable_ |= (static_cast(input_byte & 0x7f) << bit_pos_);
if (((state_variable_ >> bit_pos_) & 0x7f) != static_cast(input_byte & 0x7f))
{
LOG_FIBRE("varint overflow: tried to add %02x << %zu\n", input_byte, bit_pos_);
return (status_ = -1); // overflow
}
bit_pos_ += 7;
done_ = !(input_byte & 0x80);
return (status_ = (done_ || bit_pos_ < BIT_WIDTH) ? 0 : -1);
}
private:
T &state_variable_;
// At all times where status_ != 0 the following statement holds:
// (done_ || bit_pos_ < BIT_WIDTH)
//size_t bit_pos_ = 0; // bit position
size_t bit_pos_ = 0; // bit position
int status_ = 0;
bool done_ = false;
int data[1024] = {0};
};
template
using VarintStreamDecoder = StreamDecoder_from_ByteDecoder>;
// This double nested type should work identically but makes it way harder for the compiler to optimize
//template
//using VarintBlockDecoder = BlockDecoder_from_ByteDecoder>;
//template
//using VarintStreamDecoder = StreamDecoder_from_BlockDecoder>;
template
inline VarintStreamDecoder make_varint_decoder(T &variable)
{
return VarintStreamDecoder(variable);
}
inline VarintStreamDecoder make_endpoint_id_decoder(ReceiverState &state)
{
return make_varint_decoder(state.endpoint_id);
}
inline VarintStreamDecoder make_length_decoder(ReceiverState &state)
{
return make_varint_decoder(state.length);
}
template::template all_are()) >
class CRC8BlockDecoder : public BlockDecoder
{
public:
CRC8BlockDecoder(TDecoder &&inner_decoder) :
inner_decoder_(std::forward(inner_decoder))
{
}
int get_status() final
{
return status_;
}
size_t get_expected_blocks() final
{
return (inner_decoder_.get_expected_bytes() + CRC8_BLOCKSIZE - 2) / (CRC8_BLOCKSIZE - 1);
}
int process_block(const uint8_t input_block[4]) final
{
current_crc_ = calc_crc8(current_crc_, input_block, CRC8_BLOCKSIZE - 1);
if (current_crc_ != input_block[CRC8_BLOCKSIZE - 1])
return status_ = -1;
return status_ = inner_decoder_.process_bytes(input_block, CRC8_BLOCKSIZE - 1, nullptr);
}
private:
TDecoder inner_decoder_;
int status_ = 0;
uint8_t current_crc_ = INIT;
};
template
using CRC8StreamDecoder = StreamDecoder_from_BlockDecoder>;
template
inline CRC8StreamDecoder make_crc8_decoder(TDecoder &&decoder)
{
return CRC8StreamDecoder(std::forward(decoder));
}
// TODO: ENABLE_IF(TypeChecker::template all_are())
template
class DecoderChain;
template<>
class DecoderChain<> : public StreamDecoder
{
public:
size_t get_expected_bytes()
{ return 0; }
int get_status()
{ return 0; }
int process_bytes(const uint8_t *input, size_t length, size_t *processed_bytes)
{ return 0; }
size_t get_free_space()
{ return SIZE_MAX; } // TODO: deprecate
};
template
class DecoderChain : public StreamDecoder
{
public:
DecoderChain(TDecoder &&this_decoder, TDecoders &&... subsequent_decoders) :
this_decoder_(std::forward(this_decoder)),
subsequent_decoders_(std::forward(subsequent_decoders)...)
{
EXPECT_TYPE(TDecoder, StreamDecoder);
}
int get_status() final
{
// If this decoder or any of the subsequent decoders failed, return error code.
int this_status = this_decoder_.get_status();
int subsequent_status = subsequent_decoders_.get_status();
if (this_status)
return this_status;
else if (subsequent_status)
return subsequent_status;
else
return 0;
}
size_t get_expected_bytes() final
{
return this_decoder_.get_expected_bytes() + subsequent_decoders_.get_expected_bytes();
}
int process_bytes(const uint8_t *input, size_t length, size_t *processed_bytes) final
{
if (this_decoder_.get_expected_bytes())
{
LOG_FIBRE("decoder chain: process %zu bytes in segment %s\n", length, typeid(TDecoder).name());
size_t chunk = 0;
int status = this_decoder_.process_bytes(input, length, &chunk);
input += chunk;
length -= chunk;
if (processed_bytes) (*processed_bytes) += chunk;
if (status)
return status;
if (!length)
return 0;
}
return subsequent_decoders_.process_bytes(input, length, processed_bytes);
}
size_t get_free_space()
{ return SIZE_MAX; } // TODO: deprecate
private:
TDecoder this_decoder_;
DecoderChain subsequent_decoders_;
};
template
inline DecoderChain make_decoder_chain(TDecoders &&... decoders)
{
return DecoderChain(std::forward(decoders)...);
}
#endif // __DECODERS_HPP
================================================
FILE: 2.Firmware/Core-STM32F4-fw/3rdParty/fibre/cpp/include/fibre/encoders.hpp
================================================
#ifndef __ENCODERS_HPP
#define __ENCODERS_HPP
#include "protocol.hpp"
#include "crc.hpp"
#include "cpp_utils.hpp"
#include
struct Request
{
endpoint_id_t endpoint_id;
size_t length;
};
/* Base classes --------------------------------------------------------------*/
// @brief Base class for all stream encoders
// A stream based encoder is an encoder that generates arbitrary length data blocks.
class StreamEncoder : public StreamSource
{
public:
// @brief Returns 0 if no error ocurred, otherwise a non-zero error code.
// Once get_bytes returned an error, subsequent calls to get_status must return the same error.
// If the encoder is in an error state, the behavior of get_available_bytes and get_bytes is undefined.
virtual int get_status() = 0;
// @brief Returns the minimum number of bytes that will still be generated by this encoder.
// If 0, the encoder is considered complete and any subsequent call to get_bytes must generate
// exactly 0 bytes.
// get_bytes() must always generate as many bytes as requested unless the encoder generates no more bytes
// afterwards
virtual size_t get_available_bytes() = 0;
};
// @brief Base class for an encoder that is fed in a block-wise fashion.
// This base class is provided for convenience when implementing certain types of encoders.
// A StreamEncoder can be obtained from a BlockEncoder by using StreamEncoder_from_BlockEncoder.
template
class BlockEncoder
{
public:
typedef std::integral_constant block_size;
virtual int get_status() = 0;
virtual size_t get_available_blocks() = 0;
virtual int get_block(uint8_t block[BLOCKSIZE]) = 0;
private:
};
// @brief Base class for an encoder that is fed in a byte-wise fashion
// This base class is provided for convenience when implementing certain types of encoders.
// A StreamEncoder can be obtained from a ByteEncoder by using StreamEncoder_from_ByteEncoder.
class ByteEncoder
{
public:
virtual int get_status() = 0;
virtual size_t get_available_bytes() = 0;
virtual int get_byte(uint8_t *output_byte) = 0;
};
/* Converter classes ---------------------------------------------------------*/
// @brief Encapsulates a BlockEncoder to make it look like a StreamEncoder
// @tparam T The encapsulated BlockEncoder type.
// Must inherit from to BlockEncoder.
template::template all_are>()) >
class StreamEncoder_from_BlockEncoder : public StreamEncoder
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
explicit StreamEncoder_from_BlockEncoder(Args &&... args)
: block_encoder_(std::forward(args)...)
{
EXPECT_TYPE(T, BlockEncoder);
}
inline int get_status() final
{
return buffered_bytes_ ? 0 : block_encoder_.get_status();
}
inline size_t get_available_bytes() final
{
size_t available_bytes = block_encoder_.get_available_blocks() * T::block_size::value;
return available_bytes + buffered_bytes_;
}
inline int get_bytes(uint8_t *buffer, size_t length, size_t *generated_bytes) final
{
while (!get_status() && get_available_bytes() && length)
{
// if the buffer is empty, retrieve a new block from the encode
if (!buffered_bytes_)
{
block_encoder_.get_block(buffer_);
buffered_bytes_ = T::block_size::value;
}
// hand the buffered bytes to the encoder
size_t n_copy = std::min(buffered_bytes_, length);
memcpy(buffer, buffer_ + T::block_size::value - n_copy, n_copy);
length -= n_copy;
buffer += n_copy;
if (generated_bytes) (*generated_bytes) += n_copy;
buffered_bytes_ -= n_copy;
}
return get_status();
}
private:
T block_encoder_;
size_t buffered_bytes_ = 0;
uint8_t buffer_[T::block_size::value];
};
// @brief Encapsulates a ByteEncoder to make it look like a BlockEncoder
// @tparam T The encapsulated ByteEncoder type.
// Must inherit from ByteEncoder.
template::template all_are()) >
class BlockEncoder_from_ByteEncoder : public BlockEncoder<1>
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
BlockEncoder_from_ByteEncoder(Args &&... args)
: byte_encoder_(std::forward(args)...)
{
EXPECT_TYPE(T, ByteEncoder);
}
inline int get_status() final
{
return byte_encoder_.get_status();
}
inline size_t get_available_blocks() final
{
return byte_encoder_.get_available_bytes();
}
inline int get_block(uint8_t block[1]) final
{
int status = byte_encoder_.get_byte(*block);
return status;
}
private:
T byte_encoder_;
};
// @brief Encapsulates a ByteEncoder to make it look like a StreamEncoder
// @tparam T The encapsulated ByteEncoder type.
// Must inherit from ByteEncoder.
template::template all_are()) >
class StreamEncoder_from_ByteEncoder : public StreamEncoder
{
public:
// @brief Imitates the constructor signature of the encapsulated type.
template::template first_is_not()) >
StreamEncoder_from_ByteEncoder(Args &&... args)
: byte_encoder_(std::forward(args)...)
{
EXPECT_TYPE(T, ByteEncoder);
}
inline int get_status() final
{
return byte_encoder_.get_status();
}
inline size_t get_available_bytes() final
{
return byte_encoder_.get_available_bytes();
}
inline int get_bytes(uint8_t *buffer, size_t length, size_t *generated_bytes) final
{
while (!byte_encoder_.get_status() && byte_encoder_.get_available_bytes() && length)
{
length--;
if (generated_bytes) (*generated_bytes)++;
byte_encoder_.get_byte(buffer++);
}
return byte_encoder_.get_status();
}
private:
T byte_encoder_;
};
/* Encoder implementations ---------------------------------------------------*/
template
class VarintByteEncoder : public ByteEncoder
{
public:
static constexpr T BIT_WIDTH = (CHAR_BIT * sizeof(T));
VarintByteEncoder(const T &state_variable) :
state_variable_(state_variable)
{}
size_t get_available_bytes() final
{
return done_ ? 0 : 1;
}
int get_status() final
{
return 0;
}
int get_byte(uint8_t *output_byte) final
{
if (bit_pos_ == 0)
LOG_FIBRE("start encoding varint, from pos %d\n", bit_pos_);
*output_byte = (state_variable_ >> bit_pos_) & 0x7f;
bit_pos_ += 7;
if (bit_pos_ < BIT_WIDTH && (state_variable_ >> bit_pos_))
{
LOG_FIBRE("remainder: %x\n", state_variable_ >> bit_pos_);
*output_byte |= 0x80;
} else
done_ = true;
return 0;
}
private:
const T &state_variable_;
size_t bit_pos_ = 0; // bit position
int status_ = 0;
bool done_ = false;
};
template
using VarintStreamEncoder = StreamEncoder_from_ByteEncoder>;
template
VarintStreamEncoder make_varint_encoder(const T &variable)
{
return VarintStreamEncoder(variable);
}
VarintStreamEncoder make_endpoint_id_encoder(const Request &request)
{
return make_varint_encoder(request.endpoint_id);
}
VarintStreamEncoder make_length_encoder(const Request &request)
{
return make_varint_encoder(request.length);
}
template::template all_are()) >
class CRC8BlockEncoder : public BlockEncoder
{
public:
CRC8BlockEncoder(TEncoder &&inner_encoder)
: inner_encoder_(std::forward(inner_encoder))
{}
int get_status() final
{
return status_;
}
size_t get_available_blocks() final
{
return (inner_encoder_.get_available_bytes() + CRC8_BLOCKSIZE - 2) / (CRC8_BLOCKSIZE - 1);
}
int get_block(uint8_t block[4]) final
{
size_t generated_bytes = 0;
status_ = inner_encoder_.get_bytes(block, CRC8_BLOCKSIZE - 1, &generated_bytes);
if (status_)
return status_;
// zero out unused end of the block
while (generated_bytes < CRC8_BLOCKSIZE)
block[generated_bytes++] = 0;
block[CRC8_BLOCKSIZE - 1] = current_crc_ = calc_crc8(current_crc_, block, CRC8_BLOCKSIZE - 1);
return 0;
}
private:
TEncoder inner_encoder_;
int status_ = 0;
uint8_t current_crc_ = INIT;
};
template
using CRC8StreamEncoder = StreamEncoder_from_BlockEncoder>;
template
CRC8StreamEncoder make_crc8_encoder(TEncoder &&encoder)
{
return CRC8StreamEncoder(std::forward(encoder));
}
template
class EncoderChain;
template<>
class EncoderChain<> : public StreamEncoder
{
public:
size_t get_available_bytes() final
{ return 0; }
int get_status() final
{ return 0; }
int get_bytes(uint8_t *output, size_t length, size_t *generated_bytes) final
{ return 0; }
};
template
class EncoderChain : public StreamEncoder
{
public:
EncoderChain(TEncoder &&this_encoder, TEncoders &&... subsequent_encoders) :
this_encoder_(std::forward(this_encoder)),
subsequent_encoders_(std::forward(subsequent_encoders)...)
{
EXPECT_TYPE(TEncoder, StreamEncoder);
}
size_t get_available_bytes() final
{
return this_encoder_.get_available_bytes() + subsequent_encoders_.get_available_bytes();
}
int get_status() final
{
// If this encoder or any of the subsequent encoders failed, return error code.
int this_status = this_encoder_.get_status();
int subsequent_status = subsequent_encoders_.get_status();
if (this_status)
return this_status;
else if (subsequent_status)
return subsequent_status;
else
return 0;
}
int get_bytes(uint8_t *output, size_t length, size_t *generated_bytes) final
{
if (this_encoder_.get_available_bytes())
{
LOG_FIBRE("encoder chain: generate %zu bytes in segment %s\n", length, typeid(TEncoder).name());
size_t chunk = 0;
int status = this_encoder_.get_bytes(output, length, &chunk);
if (status)
return status;
output += chunk;
length -= chunk;
if (generated_bytes) *generated_bytes += chunk;
if (!length)
return 0;
}
return subsequent_encoders_.get_bytes(output, length, generated_bytes);
}
private:
TEncoder this_encoder_;
EncoderChain subsequent_encoders_;
};
template
EncoderChain make_encoder_chain(TEncoders &&... encoders)
{
return EncoderChain(std::forward(encoders)...);
}
#endif // __ENCODERS_HPP
================================================
FILE: 2.Firmware/Core-STM32F4-fw/3rdParty/fibre/cpp/include/fibre/protocol.hpp
================================================
/*
see protocol.md for the protocol specification
*/
#ifndef __PROTOCOL_HPP
#define __PROTOCOL_HPP
// TODO: resolve assert
#define assert(expr)
#include
#include
#include
//#include
#include
#include "crc.hpp"
#include "cpp_utils.hpp"
// Note that this option cannot be used to debug UART because it prints on UART
//#define DEBUG_FIBRE
#ifdef DEBUG_FIBRE
#define LOG_FIBRE(...) do { printf(__VA_ARGS__); } while (0)
#else
#define LOG_FIBRE(...) ((void) 0)
#endif
// Default CRC-8 Polynomial: x^8 + x^5 + x^4 + x^2 + x + 1
// Can protect a 4 byte payload against toggling of up to 5 bits
// source: https://users.ece.cmu.edu/~koopman/crc/index.html
constexpr uint8_t CANONICAL_CRC8_POLYNOMIAL = 0x37;
constexpr uint8_t CANONICAL_CRC8_INIT = 0x42;
constexpr size_t CRC8_BLOCKSIZE = 4;
// Default CRC-16 Polynomial: 0x9eb2 x^16 + x^13 + x^12 + x^11 + x^10 + x^8 + x^6 + x^5 + x^2 + 1
// Can protect a 135 byte payload against toggling of up to 5 bits
// source: https://users.ece.cmu.edu/~koopman/crc/index.html
// Also known as CRC-16-DNP
constexpr uint16_t CANONICAL_CRC16_POLYNOMIAL = 0x3d65;
constexpr uint16_t CANONICAL_CRC16_INIT = 0x1337;
constexpr uint8_t CANONICAL_PREFIX = 0xAA;
/* move to fibre_config.h ******************************/
typedef size_t endpoint_id_t;
struct ReceiverState
{
endpoint_id_t endpoint_id;
size_t length;
uint16_t seqno_thread;
uint16_t seqno;
bool expect_ack;
bool expect_response;
bool enforce_ordering;
};
/*******************************************************/
#include
constexpr uint16_t PROTOCOL_VERSION = 1;
// This value must not be larger than USB_TX_DATA_SIZE defined in usbd_cdc_if.h
constexpr uint16_t TX_BUF_SIZE = 32; // does not work with 64 for some reason
constexpr uint16_t RX_BUF_SIZE = 128; // larger values than 128 have currently no effect because of protocol limitations
// Maximum time we allocate for processing and responding to a request
constexpr uint32_t PROTOCOL_SERVER_TIMEOUT_MS = 10;
typedef struct
{
uint16_t json_crc;
uint16_t node_id;
uint16_t endpoint_id;
} endpoint_ref_t;
#include
template::value>>
inline size_t write_le(T value, uint8_t *buffer)
{
//TODO: add static_assert that this is still a little endian machine
std::memcpy(&buffer[0], &value, sizeof(value));
return sizeof(value);
}
template
typename std::enable_if_t::value, size_t>
write_le(T value, uint8_t *buffer)
{
return write_le>(value, buffer);
}
template<>
inline size_t write_le(float value, uint8_t *buffer)
{
static_assert(CHAR_BIT * sizeof(float) == 32, "32 bit floating point expected");
static_assert(std::numeric_limits::is_iec559, "IEEE 754 floating point expected");
const uint32_t *value_as_uint32 = reinterpret_cast(&value);
return write_le(*value_as_uint32, buffer);
}
template
inline size_t read_le(T *value, const uint8_t *buffer)
{
// TODO: add static_assert that this is still a little endian machine
std::memcpy(value, buffer, sizeof(*value));
return sizeof(*value);
}
template<>
inline size_t read_le(float *value, const uint8_t *buffer)
{
static_assert(CHAR_BIT * sizeof(float) == 32, "32 bit floating point expected");
static_assert(std::numeric_limits::is_iec559, "IEEE 754 floating point expected");
return read_le(reinterpret_cast(value), buffer);
}
// @brief Reads a value of type T from the buffer.
// @param buffer Pointer to the buffer to be read. The pointer is updated by the number of bytes that were read.
// @param length The number of available bytes in buffer. This value is updated to subtract the bytes that were read.
template
static inline T read_le(const uint8_t **buffer, size_t *length)
{
T result;
size_t cnt = read_le(&result, *buffer);
*buffer += cnt;
*length -= cnt;
return result;
}
class PacketSink
{
public:
// @brief Get the maximum packet length (aka maximum transmission unit)
// A packet size shall take no action and return an error code if the
// caller attempts to send an oversized packet.
//virtual size_t get_mtu() = 0;
// @brief Processes a packet.
// The blocking behavior shall depend on the thread-local deadline_ms variable.
// @return: 0 on success, otherwise a non-zero error code
// TODO: define what happens when the packet is larger than what the implementation can handle.
virtual int process_packet(const uint8_t *buffer, size_t length) = 0;
};
class StreamSink
{
public:
enum ChannelType_t
{
CHANNEL_TYPE_USB,
CHANNEL_TYPE_UART4,
CHANNEL_TYPE_UART5
};
ChannelType_t channelType;
// @brief Processes a chunk of bytes that is part of a continuous stream.
// The blocking behavior shall depend on the thread-local deadline_ms variable.
// @param processed_bytes: if not NULL, shall be incremented by the number of
// bytes that were consumed.
// @return: 0 on success, otherwise a non-zero error code
virtual int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes) = 0;
// @brief Returns the number of bytes that can still be written to the stream.
// Shall return SIZE_MAX if the stream has unlimited lenght.
// TODO: deprecate
virtual size_t get_free_space() = 0;
/*int process_bytes(const uint8_t* buffer, size_t length) {
size_t processed_bytes = 0;
return process_bytes(buffer, length, &processed_bytes);
}*/
};
class StreamSource
{
public:
// @brief Generate a chunk of bytes that are part of a continuous stream.
// The blocking behavior shall depend on the thread-local deadline_ms variable.
// @param generated_bytes: if not NULL, shall be incremented by the number of
// bytes that were written to buffer.
// @return: 0 on success, otherwise a non-zero error code
virtual int get_bytes(uint8_t *buffer, size_t length, size_t *generated_bytes) = 0;
// @brief Returns the number of bytes that can still be written to the stream.
// Shall return SIZE_MAX if the stream has unlimited lenght.
// TODO: deprecate
//virtual size_t get_free_space() = 0;
};
class StreamToPacketSegmenter : public StreamSink
{
public:
StreamToPacketSegmenter(PacketSink &output) :
output_(output)
{
};
int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes);
size_t get_free_space()
{ return SIZE_MAX; }
private:
uint8_t header_buffer_[3];
size_t header_index_ = 0;
uint8_t packet_buffer_[RX_BUF_SIZE];
size_t packet_index_ = 0;
size_t packet_length_ = 0;
PacketSink &output_;
};
class StreamBasedPacketSink : public PacketSink
{
public:
StreamBasedPacketSink(StreamSink &output) :
output_(output)
{
};
//size_t get_mtu() { return SIZE_MAX; }
int process_packet(const uint8_t *buffer, size_t length);
private:
StreamSink &output_;
};
// @brief: Represents a stream sink that's based on an underlying packet sink.
// A single call to process_bytes may result in multiple packets being sent.
class PacketBasedStreamSink : public StreamSink
{
public:
PacketBasedStreamSink(PacketSink &packet_sink) : _packet_sink(packet_sink)
{}
~PacketBasedStreamSink()
{}
int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes)
{
// Loop to ensure all bytes get sent
while (length)
{
size_t chunk = length;
// send chunk as packet
if (_packet_sink.process_packet(buffer, chunk))
return -1;
buffer += chunk;
length -= chunk;
if (processed_bytes)
*processed_bytes += chunk;
}
return 0;
}
size_t get_free_space()
{ return SIZE_MAX; }
private:
PacketSink &_packet_sink;
};
// Implements the StreamSink interface by writing into a fixed size
// memory buffer.
class MemoryStreamSink : public StreamSink
{
public:
MemoryStreamSink(uint8_t *buffer, size_t length) :
buffer_(buffer),
buffer_length_(length)
{}
// Returns 0 on success and -1 if the buffer could not accept everything because it became full
int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes)
{
size_t chunk = length < buffer_length_ ? length : buffer_length_;
memcpy(buffer_, buffer, chunk);
buffer_ += chunk;
buffer_length_ -= chunk;
if (processed_bytes)
*processed_bytes += chunk;
return chunk == length ? 0 : -1;
}
size_t get_free_space()
{ return buffer_length_; }
private:
uint8_t *buffer_;
size_t buffer_length_;
};
// Implements the StreamSink interface by discarding the first couple of bytes
// and then forwarding the rest to another stream.
class NullStreamSink : public StreamSink
{
public:
NullStreamSink(size_t skip, StreamSink &follow_up_stream) :
skip_(skip),
follow_up_stream_(follow_up_stream)
{}
// Returns 0 on success and -1 if the buffer could not accept everything because it became full
int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes)
{
if (skip_ < length)
{
buffer += skip_;
length -= skip_;
if (processed_bytes)
*processed_bytes += skip_;
skip_ = 0;
return follow_up_stream_.process_bytes(buffer, length, processed_bytes);
} else
{
skip_ -= length;
if (processed_bytes)
*processed_bytes += length;
return 0;
}
}
size_t get_free_space()
{ return skip_ + follow_up_stream_.get_free_space(); }
private:
size_t skip_;
StreamSink &follow_up_stream_;
};
// Implements the StreamSink interface by calculating the CRC16 checksum
// on the data that is sent to it.
class CRC16Calculator : public StreamSink
{
public:
CRC16Calculator(uint16_t crc16_init) :
crc16_(crc16_init)
{}
int process_bytes(const uint8_t *buffer, size_t length, size_t *processed_bytes)
{
crc16_ = calc_crc16(crc16_, buffer, length);
if (processed_bytes)
*processed_bytes += length;
return 0;
}
size_t get_free_space()
{ return SIZE_MAX; }
uint16_t get_crc16()
{ return crc16_; }
private:
uint16_t crc16_;
};
// @brief Endpoint request handler
//
// When passed a valid endpoint context, implementing functions shall handle an
// endpoint read/write request by reading the provided input data and filling in
// output data. The exact semantics of this function depends on the corresponding
// endpoint's specification.
//
// @param input: pointer to the input data
// @param input_length: number of available input bytes
// @param output: The stream where to write the output to. Can be null.
// The handler shall abort as soon as the stream returns
// a non-zero error code on write.
typedef std::function EndpointHandler;
// @brief Default endpoint handler for const types
// @return: True if endpoint was written to, False otherwise
template
std::enable_if_t::value && std::is_const::value, bool>
default_readwrite_endpoint_handler(T *value, const uint8_t *input, size_t input_length, StreamSink *output)
{
// If the old value was requested, call the corresponding little endian serialization function
if (output)
{
// TODO: make buffer size dependent on the type
uint8_t buffer[sizeof(T)];
size_t cnt = write_le(*value, buffer);
if (cnt <= output->get_free_space())
output->process_bytes(buffer, cnt, nullptr);
}
return false; // We don't ever write to const types
}
// @brief Default endpoint handler for non-const types
template
std::enable_if_t::value && !std::is_const::value, bool>
default_readwrite_endpoint_handler(T *value, const uint8_t *input, size_t input_length, StreamSink *output)
{
// Read the endpoint value into output
default_readwrite_endpoint_handler(const_cast(value), input, input_length, output);
// If a new value was passed, call the corresponding little endian deserialization function
uint8_t buffer[sizeof(T)] = {0}; // TODO: make buffer size dependent on the type
if (input_length >= sizeof(buffer))
{
read_le(value, input);
return true;
} else
{
return false;
}
}
// @brief Default endpoint handler for endpoint_ref_t types
template
bool
default_readwrite_endpoint_handler(endpoint_ref_t *value, const uint8_t *input, size_t input_length, StreamSink *output)
{
constexpr size_t size = sizeof(value->endpoint_id) + sizeof(value->json_crc);
if (output)
{
// TODO: make buffer size dependent on the type
uint8_t buffer[size];
size_t cnt = write_leendpoint_id)>(value->endpoint_id, buffer);
cnt += write_lejson_crc)>(value->json_crc, buffer + cnt);
if (cnt <= output->get_free_space())
output->process_bytes(buffer, cnt, nullptr);
}
// If a new value was passed, call the corresponding little endian deserialization function
if (input_length >= size)
{
read_leendpoint_id)>(&value->endpoint_id, input);
read_lejson_crc)>(&value->json_crc, input + 2);
return true;
} else
{
return false;
}
}
template
static inline const char *get_default_json_modifier();
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"float\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"float\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"int64\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"int64\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint64\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint64\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"int32\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"int32\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint32\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint32\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint16\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint16\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint8\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"uint8\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"bool\",\"access\":\"r\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"bool\",\"access\":\"rw\"";
}
template<>
inline constexpr const char *get_default_json_modifier()
{
return "\"type\":\"endpoint_ref\",\"access\":\"rw\"";
}
class Endpoint
{
public:
//const char* const name_;
virtual void handle(const uint8_t *input, size_t input_length, StreamSink *output) = 0;
virtual bool get_string(char *output, size_t length)
{ return false; }
virtual bool set_string(char *buffer, size_t length)
{ return false; }
virtual bool set_from_float(float value)
{ return false; }
};
static inline int write_string(const char *str, StreamSink *output)
{
return output->process_bytes(reinterpret_cast(str), strlen(str), nullptr);
}
/* @brief Handles the communication protocol on one channel.
*
* When instantiated with a list of endpoints and an output packet sink,
* objects of this class will handle packets passed into process_packet,
* pass the relevant data to the corresponding endpoints and dispatch response
* packets on the output.
*/
class BidirectionalPacketBasedChannel : public PacketSink
{
public:
BidirectionalPacketBasedChannel(PacketSink &output) :
output_(output)
{}
//size_t get_mtu() {
// return SIZE_MAX;
//}
int process_packet(const uint8_t *buffer, size_t length);
private:
PacketSink &output_;
uint8_t tx_buf_[TX_BUF_SIZE];
};
/* ToString / FromString functions -------------------------------------------*/
/*
* These functions are currently not used by Fibre and only here to
* support the ODrive ASCII protocol.
* TODO: find a general way for client code to augment endpoints with custom
* functions
*/
template
struct format_traits_t;
// template<> struct format_traits_t { using type = void;
// static constexpr const char * fmt = "%f";
// static constexpr const char * fmtp = "%f";
// };
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%lld";
static constexpr const char *fmtp = "%lld";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%llu";
static constexpr const char *fmtp = "%llu";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%ld";
static constexpr const char *fmtp = "%ld";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%lu";
static constexpr const char *fmtp = "%lu";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%hd";
static constexpr const char *fmtp = "%hd";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%hu";
static constexpr const char *fmtp = "%hu";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%hhd";
static constexpr const char *fmtp = "%d";
};
template<>
struct format_traits_t
{
using type = void;
static constexpr const char *fmt = "%hhu";
static constexpr const char *fmtp = "%u";
};
template::type>
static bool to_string(const T &value, char *buffer, size_t length, int)
{
snprintf(buffer, length, format_traits_t::fmtp, value);
return true;
}
// Special case for float because printf promotes float to double, and we get warnings
template
static bool to_string(const float &value, char *buffer, size_t length, int)
{
snprintf(buffer, length, "%f", (double) value);
return true;
}
template
static bool to_string(const bool &value, char *buffer, size_t length, int)
{
buffer[0] = value ? '1' : '0';
buffer[1] = 0;
return true;
}
template
static bool to_string(const T &value, char *buffer, size_t length, ...)
{
return false;
}
template::type>
static bool from_string(const char *buffer, size_t length, T *property, int)
{
return sscanf(buffer, format_traits_t::fmt, property) == 1;
}
// Special case for float because printf promotes float to double, and we get warnings
template
static bool from_string(const char *buffer, size_t length, float *property, int)
{
return sscanf(buffer, "%f", property) == 1;
}
template
static bool from_string(const char *buffer, size_t length, bool *property, int)
{
int val;
if (sscanf(buffer, "%d", &val) != 1)
return false;
*property = val;
return true;
}
template
static bool from_string(const char *buffer, size_t length, T *property, ...)
{
return false;
}
/* Object tree ---------------------------------------------------------------*/
template
struct MemberList;
template<>
struct MemberList<>
{
public:
static constexpr size_t endpoint_count = 0;
static constexpr bool is_empty = true;
void write_json(size_t id, StreamSink *output)
{
// no action
}
void register_endpoints(Endpoint **list, size_t id, size_t length)
{
// no action
}
Endpoint *get_by_name(const char *name, size_t length)
{
return nullptr;
}
std::tuple<> get_names_as_tuple() const
{ return std::tuple<>(); }
};
template
struct MemberList
{
public:
static constexpr size_t endpoint_count = TMember::endpoint_count + MemberList::endpoint_count;
static constexpr bool is_empty = false;
MemberList(TMember &&this_member, TMembers &&... subsequent_members) :
this_member_(std::forward(this_member)),
subsequent_members_(std::forward(subsequent_members)...)
{}
MemberList(TMember &&this_member, MemberList &&subsequent_members) :
this_member_(std::forward(this_member)),
subsequent_members_(std::forward>(subsequent_members))
{}
// @brief Move constructor
/* MemberList(MemberList&& other) :
this_member_(std::move(other.this_member_)),
subsequent_members_(std::move(other.subsequent_members_)) {}*/
void write_json(size_t id, StreamSink *output) /*final*/ {
this_member_.write_json(id, output);
if (!MemberList::is_empty)
write_string(",", output);
subsequent_members_.write_json(id + TMember::endpoint_count, output);
}
Endpoint *get_by_name(const char *name, size_t length)
{
Endpoint *result = this_member_.get_by_name(name, length);
if (result) return result;
else return subsequent_members_.get_by_name(name, length);
}
void register_endpoints(Endpoint **list, size_t id, size_t length) /*final*/ {
this_member_.register_endpoints(list, id, length);
subsequent_members_.register_endpoints(list, id + TMember::endpoint_count, length);
}
TMember this_member_;
MemberList subsequent_members_;
};
template
MemberList make_protocol_member_list(TMembers &&... member_list)
{
return MemberList(std::forward(member_list)...);
}
template
class ProtocolObject
{
public:
ProtocolObject(const char *name, TMembers &&... member_list) :
name_(name),
member_list_(std::forward(member_list)...)
{}
static constexpr size_t endpoint_count = MemberList::endpoint_count;
void write_json(size_t id, StreamSink *output)
{
write_string("{\"name\":\"", output);
write_string(name_, output);
write_string("\",\"type\":\"object\",\"members\":[", output);
member_list_.write_json(id, output),
write_string("]}", output);
}
Endpoint *get_by_name(const char *name, size_t length)
{
size_t segment_length = strlen(name);
if (!strncmp(name, name_, length))
return member_list_.get_by_name(name + segment_length + 1, length - segment_length - 1);
else
return nullptr;
}
void register_endpoints(Endpoint **list, size_t id, size_t length)
{
member_list_.register_endpoints(list, id, length);
}
const char *name_;
MemberList member_list_;
};
template
ProtocolObject make_protocol_object(const char *name, TMembers &&... member_list)
{
return ProtocolObject(name, std::forward(member_list)...);
}
//template
//bool set_from_float_ex(float value, T* property) {
// return false;
//}
namespace conversion
{
//template
template